Pull request #2671 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from a42be807b9bab9d5f298ac3b608dec7bce71526b+ed46fb0143020621c68bd2e62bf5a0780552c1fb (ea1eef754b5c3c640d317b1e172812da19267076) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b92285a5ffc087ef) in /home/ubuntu/workspace/docker-py_PR-2671 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2671@tmp/b97ee089-6369-4d7e-91f2-bc2b96fc4850/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2671:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2671 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2671/head:refs/remotes/origin/PR-2671 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2671/head:refs/remotes/origin/PR-2671 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2671/head:refs/remotes/origin/PR-2671 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ed46fb0143020621c68bd2e62bf5a0780552c1fb into PR head commit a42be807b9bab9d5f298ac3b608dec7bce71526b Merge succeeded, producing a42be807b9bab9d5f298ac3b608dec7bce71526b Checking out Revision a42be807b9bab9d5f298ac3b608dec7bce71526b (PR-2671) Commit message: "Set image default tag on pull" First time build. Skipping changelog. [Pipeline] sh + git rev-parse HEAD > git config core.sparsecheckout # timeout=10 > git checkout -f a42be807b9bab9d5f298ac3b608dec7bce71526b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge ed46fb0143020621c68bd2e62bf5a0780552c1fb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a42be807b9bab9d5f298ac3b608dec7bce71526b # timeout=10 > git rev-list --no-walk 1f4a790f82f620502b9cb9ac6823ae27411b5701 # timeout=10 [Pipeline] isUnix [Pipeline] sh + docker pull dockerbuildbot/docker-py:py2-a42be807b9bab9d5f298ac3b608dec7bce71526b Error response from daemon: manifest for dockerbuildbot/docker-py:py2-a42be807b9bab9d5f298ac3b608dec7bce71526b not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh + docker build -t dockerbuildbot/docker-py:py2-a42be807b9bab9d5f298ac3b608dec7bce71526b -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 . Sending build context to Docker daemon 1.315MB Step 1/19 : ARG PYTHON_VERSION=3.7 Step 2/19 : FROM python:${PYTHON_VERSION} ---> 68e7be49c28c Step 3/19 : ARG APT_MIRROR ---> Using cache ---> 923ba1f3b1ab Step 4/19 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list ---> Using cache ---> 54fbfa123939 Step 5/19 : RUN apt-get update && apt-get -y install gnupg2 pass curl ---> Using cache ---> b1f659d72f4b Step 6/19 : COPY ./tests/gpg-keys /gpg-keys ---> Using cache ---> 7154730ac68e Step 7/19 : RUN gpg2 --import gpg-keys/secret ---> Using cache ---> 700a27ae739a Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust ---> Using cache ---> 7749fae1875d Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') ---> Using cache ---> 04a9e6aa4355 Step 10/19 : RUN gpg2 --check-trustdb ---> Using cache ---> 909157ff9ead Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3 ---> Using cache ---> acb2004b5c24 Step 12/19 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && rm -rf /opt/docker-credential-pass.tar.gz && chmod +x /usr/local/bin/docker-credential-pass ---> Using cache ---> e0ccf08612da Step 13/19 : WORKDIR /src ---> Using cache ---> 6cc0f0354082 Step 14/19 : COPY requirements.txt /src/requirements.txt ---> Using cache ---> 35c63f0c73ac Step 15/19 : RUN pip install -r requirements.txt ---> Using cache ---> 69f950384812 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt ---> Using cache ---> 1a77121f10ee Step 17/19 : RUN pip install -r test-requirements.txt ---> Using cache ---> e7c094afab9a Step 18/19 : COPY . /src ---> ffb959374b0f Step 19/19 : RUN pip install . ---> Running in 35e3d11418c5 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support Processing /src Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.10.0) Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (0.56.0) Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (2.20.0) Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (3.5.0.1) Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.0.18) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2020.6.20) Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2.5) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (3.0.4) Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (1.24.3) Building wheels for collected packages: docker Building wheel for docker (setup.py): started Building wheel for docker (setup.py): finished with status 'done' Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=145293 sha256=ff10b4f8e6e0ea691430ea5ab46d8614bcda391210b8c4a003db91bd60465a50 Stored in directory: /tmp/pip-ephem-wheel-cache-Qz3OhX/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c Successfully built docker Installing collected packages: docker Successfully installed docker-4.4.0.dev0 WARNING: You are using pip version 20.0.2; however, version 20.2.3 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. Removing intermediate container 35e3d11418c5 ---> f3ecd7d69e4f Successfully built f3ecd7d69e4f Successfully tagged dockerbuildbot/docker-py:py2-a42be807b9bab9d5f298ac3b608dec7bce71526b [Pipeline] isUnix [Pipeline] sh + docker tag dockerbuildbot/docker-py:py2-a42be807b9bab9d5f298ac3b608dec7bce71526b dockerbuildbot/docker-py:py2-a42be807b9bab9d5f298ac3b608dec7bce71526b [Pipeline] isUnix [Pipeline] sh + docker push dockerbuildbot/docker-py:py2-a42be807b9bab9d5f298ac3b608dec7bce71526b The push refers to repository [docker.io/dockerbuildbot/docker-py] 3b1242b30eef: Preparing b3e5cd91f60c: Preparing 9c18387caa49: Preparing 3db86b735bca: Preparing eb9aa4ea99a8: Preparing b987c53af37f: Preparing d5796aae929d: Preparing 766d08abefcf: Preparing a978a798b920: Preparing 61c6bf8755e0: Preparing 5863c800241d: Preparing b857af9068c2: Preparing f04d215fc8b5: Preparing aeb001306e7b: Preparing 9f5255ba510e: Preparing e571d2d3c73c: Preparing da7b0a80a4f2: Preparing ceee8816bb96: Preparing 47458fb45d99: Preparing 46829331b1e4: Preparing d35c5bda4793: Preparing a3c1026c6bcc: Preparing f1d420c2af1a: Preparing 461719022993: Preparing 766d08abefcf: Waiting a978a798b920: Waiting 61c6bf8755e0: Waiting 5863c800241d: Waiting b857af9068c2: Waiting f04d215fc8b5: Waiting aeb001306e7b: Waiting 9f5255ba510e: Waiting e571d2d3c73c: Waiting da7b0a80a4f2: Waiting ceee8816bb96: Waiting 47458fb45d99: Waiting 46829331b1e4: Waiting d35c5bda4793: Waiting a3c1026c6bcc: Waiting f1d420c2af1a: Waiting 461719022993: Waiting b987c53af37f: Waiting 3db86b735bca: Layer already exists 9c18387caa49: Layer already exists eb9aa4ea99a8: Layer already exists d5796aae929d: Layer already exists b987c53af37f: Layer already exists 766d08abefcf: Layer already exists a978a798b920: Layer already exists 61c6bf8755e0: Layer already exists b857af9068c2: Layer already exists 5863c800241d: Layer already exists f04d215fc8b5: Layer already exists aeb001306e7b: Layer already exists 9f5255ba510e: Layer already exists e571d2d3c73c: Layer already exists ceee8816bb96: Layer already exists da7b0a80a4f2: Layer already exists 46829331b1e4: Layer already exists 47458fb45d99: Layer already exists d35c5bda4793: Layer already exists a3c1026c6bcc: Layer already exists 461719022993: Layer already exists f1d420c2af1a: Layer already exists 3b1242b30eef: Pushed b3e5cd91f60c: Pushed py2-a42be807b9bab9d5f298ac3b608dec7bce71526b: digest: sha256:3852ec239dc6108cddd9ccad7cd661b46d34127b7e1564f202084c760897ebcd size: 5353 [Pipeline] isUnix [Pipeline] sh + docker pull dockerbuildbot/docker-py:py3-a42be807b9bab9d5f298ac3b608dec7bce71526b Error response from daemon: manifest for dockerbuildbot/docker-py:py3-a42be807b9bab9d5f298ac3b608dec7bce71526b not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh + docker build -t dockerbuildbot/docker-py:py3-a42be807b9bab9d5f298ac3b608dec7bce71526b -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 . Sending build context to Docker daemon 1.315MB Step 1/19 : ARG PYTHON_VERSION=3.7 Step 2/19 : FROM python:${PYTHON_VERSION} ---> 11c6e5fd966a Step 3/19 : ARG APT_MIRROR ---> Using cache ---> 88fd79d43691 Step 4/19 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list ---> Using cache ---> 2d896b85e2df Step 5/19 : RUN apt-get update && apt-get -y install gnupg2 pass curl ---> Using cache ---> cd62fa528067 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys ---> Using cache ---> db201df286e5 Step 7/19 : RUN gpg2 --import gpg-keys/secret ---> Using cache ---> 774e00c2d6d0 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust ---> Using cache ---> b52ce6f49cac Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') ---> Using cache ---> 6c0c7de00843 Step 10/19 : RUN gpg2 --check-trustdb ---> Using cache ---> 011032e019d4 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3 ---> Using cache ---> 18214c15ac70 Step 12/19 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && rm -rf /opt/docker-credential-pass.tar.gz && chmod +x /usr/local/bin/docker-credential-pass ---> Using cache ---> 2d69a4f3cd4f Step 13/19 : WORKDIR /src ---> Using cache ---> 681f637e5cf7 Step 14/19 : COPY requirements.txt /src/requirements.txt ---> Using cache ---> fb4a3f0d5672 Step 15/19 : RUN pip install -r requirements.txt ---> Using cache ---> 1e90008758fc Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt ---> Using cache ---> c714bf24016a Step 17/19 : RUN pip install -r test-requirements.txt ---> Using cache ---> 64c8dd736ace Step 18/19 : COPY . /src ---> f8af2bbedc0e Step 19/19 : RUN pip install . ---> Running in e7a861a4edc1 Processing /src Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0) Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (0.56.0) Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (2.20.0) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (3.0.4) Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (1.24.3) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2020.6.20) Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2.5) Building wheels for collected packages: docker Building wheel for docker (setup.py): started Building wheel for docker (setup.py): finished with status 'done' Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=145294 sha256=0816534029a7be3a4b1cbc545fa3023b3f525171a1f70c6d4385eb2a944efae0 Stored in directory: /tmp/pip-ephem-wheel-cache-i4vy5m1l/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525 Successfully built docker Installing collected packages: docker Successfully installed docker-4.4.0.dev0 Removing intermediate container e7a861a4edc1 ---> b2e3e10e42a5 Successfully built b2e3e10e42a5 Successfully tagged dockerbuildbot/docker-py:py3-a42be807b9bab9d5f298ac3b608dec7bce71526b [Pipeline] isUnix [Pipeline] sh + docker tag dockerbuildbot/docker-py:py3-a42be807b9bab9d5f298ac3b608dec7bce71526b dockerbuildbot/docker-py:py3-a42be807b9bab9d5f298ac3b608dec7bce71526b [Pipeline] isUnix [Pipeline] sh + docker push dockerbuildbot/docker-py:py3-a42be807b9bab9d5f298ac3b608dec7bce71526b The push refers to repository [docker.io/dockerbuildbot/docker-py] 25e5e898b905: Preparing b48a4b90f96f: Preparing 49a4ed1d493a: Preparing c5b29c6fa6b4: Preparing 3226369b40ed: Preparing 53fa8d4061e0: Preparing 474674f1e05b: Preparing 86484692a10e: Preparing e3573d616824: Preparing e0bc241c70f0: Preparing 7983220c705a: Preparing ab723d60778a: Preparing 811720859362: Preparing 527dbfe14272: Preparing 80bd2a62817e: Preparing a92828556ea3: Preparing 0843bbf2ef8c: Preparing a3080e907f05: Preparing 0fb2e27dc3b8: Preparing a995c5106335: Preparing 17bdf5e22660: Preparing d37096232ed8: Preparing 6add0d2b5482: Preparing 4ef54afed780: Preparing 80bd2a62817e: Waiting a92828556ea3: Waiting 53fa8d4061e0: Waiting 0843bbf2ef8c: Waiting 474674f1e05b: Waiting a3080e907f05: Waiting 86484692a10e: Waiting 0fb2e27dc3b8: Waiting e3573d616824: Waiting a995c5106335: Waiting e0bc241c70f0: Waiting 17bdf5e22660: Waiting d37096232ed8: Waiting 7983220c705a: Waiting ab723d60778a: Waiting 811720859362: Waiting 527dbfe14272: Waiting 4ef54afed780: Waiting 6add0d2b5482: Waiting 3226369b40ed: Layer already exists c5b29c6fa6b4: Layer already exists 49a4ed1d493a: Layer already exists 86484692a10e: Layer already exists 474674f1e05b: Layer already exists 53fa8d4061e0: Layer already exists e3573d616824: Layer already exists 7983220c705a: Layer already exists e0bc241c70f0: Layer already exists ab723d60778a: Layer already exists 811720859362: Layer already exists 527dbfe14272: Layer already exists a92828556ea3: Layer already exists 80bd2a62817e: Layer already exists 0843bbf2ef8c: Layer already exists a3080e907f05: Layer already exists 0fb2e27dc3b8: Layer already exists 17bdf5e22660: Layer already exists a995c5106335: Layer already exists d37096232ed8: Layer already exists 6add0d2b5482: Layer already exists 4ef54afed780: Layer already exists 25e5e898b905: Pushed b48a4b90f96f: Pushed py3-a42be807b9bab9d5f298ac3b608dec7bce71526b: digest: sha256:7193ec13b14e537f29047314265e5d02a479b8564b09baebe34391a0e0b5a4b0 size: 5349 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b92285a5ffc087ef) in /home/ubuntu/workspace/docker-py_PR-2671 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2671@tmp/5423b0a7-d47e-4ab5-8c97-854b3140b49a/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 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-a42be807b9bab9d5f298ac3b608dec7bce71526b /src/scripts/versions.py [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] parallel [Pipeline] { (Branch: py2.7_19.03.12) [Pipeline] { (Branch: py2.7_19.03.13-beta2) [Pipeline] { (Branch: py3.7_19.03.12) [Pipeline] { (Branch: py3.7_19.03.13-beta2) [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05446437605797f3d) in /home/ubuntu/workspace/docker-py_PR-2671 Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b92285a5ffc087ef) in /home/ubuntu/workspace/docker-py_PR-2671 Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01a2797b78775bc39) in /home/ubuntu/workspace/docker-py_PR-2671 [Pipeline] { [Pipeline] { Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0286005dc5782aa17) in /home/ubuntu/workspace/docker-py_PR-2671 [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2671@tmp/5ed0b1ab-85a6-4844-bb95-0cba85829f65/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2671@tmp/61e48333-5547-4ef9-be3d-d272a48742fd/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2671@tmp/b6022e07-1bcc-4d50-8969-f21ac7ae5b72/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] wrap [Pipeline] { [Pipeline] { [Pipeline] wrap [Pipeline] wrap [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] wrap [Pipeline] wrap [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2671@tmp/e734cd26-8da5-491a-b640-e82785d7f380/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] { [Pipeline] wrap [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2671:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2671:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2671:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2671:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=19.03.12) [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage + docker container ls -aq [Pipeline] { (test python=py2.7 / docker=19.03.13-beta2) [Pipeline] checkout [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir using credential docker-jenkins-github-credentials [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] { (test python=py2.7 / docker=19.03.12) [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=19.03.13-beta2) [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Fetching without tags Fetching without tags Fetching without tags Merging remotes/origin/master commit ed46fb0143020621c68bd2e62bf5a0780552c1fb into PR head commit a42be807b9bab9d5f298ac3b608dec7bce71526b Merging remotes/origin/master commit ed46fb0143020621c68bd2e62bf5a0780552c1fb into PR head commit a42be807b9bab9d5f298ac3b608dec7bce71526b Merging remotes/origin/master commit ed46fb0143020621c68bd2e62bf5a0780552c1fb into PR head commit a42be807b9bab9d5f298ac3b608dec7bce71526b Merge succeeded, producing a42be807b9bab9d5f298ac3b608dec7bce71526b Checking out Revision a42be807b9bab9d5f298ac3b608dec7bce71526b (PR-2671) Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2671 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2671/head:refs/remotes/origin/PR-2671 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2671/head:refs/remotes/origin/PR-2671 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2671/head:refs/remotes/origin/PR-2671 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a42be807b9bab9d5f298ac3b608dec7bce71526b # timeout=10 > git remote # timeout=10 Commit message: "Set image default tag on pull" Merge succeeded, producing a42be807b9bab9d5f298ac3b608dec7bce71526b Checking out Revision a42be807b9bab9d5f298ac3b608dec7bce71526b (PR-2671) Merge succeeded, producing a42be807b9bab9d5f298ac3b608dec7bce71526b Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2671 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2671/head:refs/remotes/origin/PR-2671 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2671/head:refs/remotes/origin/PR-2671 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2671/head:refs/remotes/origin/PR-2671 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a42be807b9bab9d5f298ac3b608dec7bce71526b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge ed46fb0143020621c68bd2e62bf5a0780552c1fb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a42be807b9bab9d5f298ac3b608dec7bce71526b # timeout=10 Checking out Revision a42be807b9bab9d5f298ac3b608dec7bce71526b (PR-2671) Commit message: "Set image default tag on pull" Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2671 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2671/head:refs/remotes/origin/PR-2671 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2671/head:refs/remotes/origin/PR-2671 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2671/head:refs/remotes/origin/PR-2671 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a42be807b9bab9d5f298ac3b608dec7bce71526b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge ed46fb0143020621c68bd2e62bf5a0780552c1fb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a42be807b9bab9d5f298ac3b608dec7bce71526b # timeout=10 Commit message: "Set image default tag on pull" Merging remotes/origin/master commit ed46fb0143020621c68bd2e62bf5a0780552c1fb into PR head commit a42be807b9bab9d5f298ac3b608dec7bce71526b Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2671 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2671/head:refs/remotes/origin/PR-2671 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2671/head:refs/remotes/origin/PR-2671 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2671/head:refs/remotes/origin/PR-2671 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a42be807b9bab9d5f298ac3b608dec7bce71526b # timeout=10 Merge succeeded, producing a42be807b9bab9d5f298ac3b608dec7bce71526b Checking out Revision a42be807b9bab9d5f298ac3b608dec7bce71526b (PR-2671) Commit message: "Set image default tag on pull" [Pipeline] sh [Pipeline] sh [Pipeline] sh + docker network create dpy-testnet-4-0-py2.7-19.03.13-beta2 e666134611c2af99a24ca98759222e31dabec58db36b02e903e39fb4eadd1b3e [Pipeline] sh + docker network create dpy-testnet-4-0-py3.7-19.03.12 643073e25d526b666c3c51e58da8fb3b892da6f9e8ada19053c7c2ca12c35659 [Pipeline] sh + docker network create dpy-testnet-4-0-py2.7-19.03.12 98305a52dbc4bad30fa58d66e0e6314a12470819d36a5470fd537fbd1ddca550 [Pipeline] sh [Pipeline] sh + docker run -d --name dpy-dind-4-0-py2.7-19.03.13-beta2 -v /tmp --privileged --network dpy-testnet-4-0-py2.7-19.03.13-beta2 docker:19.03.13-beta2-dind dockerd -H tcp://0.0.0.0:2375 7aa101550e0d9b14bd454caffa2982030236cec5f0813183693302e99faf8b02 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge ed46fb0143020621c68bd2e62bf5a0780552c1fb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a42be807b9bab9d5f298ac3b608dec7bce71526b # timeout=10 + docker run -d --name dpy-dind-4-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-4-0-py3.7-19.03.12 docker:19.03.12-dind dockerd -H tcp://0.0.0.0:2375 2451c1c060cdb50ac1745e7a931143ee95ed969ebe7d4c313060486c15ba635f + docker run -d --name dpy-dind-4-0-py2.7-19.03.12 -v /tmp --privileged --network dpy-testnet-4-0-py2.7-19.03.12 docker:19.03.12-dind dockerd -H tcp://0.0.0.0:2375 a5298f832a94aa83c3ba75a039dd8bfe10a6bc55eb5ef4570cefc3695710dae5 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge ed46fb0143020621c68bd2e62bf5a0780552c1fb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a42be807b9bab9d5f298ac3b608dec7bce71526b # timeout=10 [Pipeline] sh + docker network create dpy-testnet-4-0-py3.7-19.03.13-beta2 371288e307a4c3900e47d1b4d7eb83edc1448208cd788666365fa6daf5dc4806 [Pipeline] sh [Pipeline] sh [Pipeline] sh + docker run --name dpy-tests-4-0-py2.7-19.03.13-beta2 -e DOCKER_HOST=tcp://dpy-dind-4-0-py2.7-19.03.13-beta2:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-4-0-py2.7-19.03.13-beta2 --volumes-from dpy-dind-4-0-py2.7-19.03.13-beta2 dockerbuildbot/docker-py:py2-a42be807b9bab9d5f298ac3b608dec7bce71526b py.test -v -rxs --cov=docker tests/ Unable to find image 'dockerbuildbot/docker-py:py2-a42be807b9bab9d5f298ac3b608dec7bce71526b' locally py2-a42be807b9bab9d5f298ac3b608dec7bce71526b: Pulling from dockerbuildbot/docker-py 7e2b2a5af8f6: Already exists 09b6f03ffac4: Already exists dc3f0c679f0f: Already exists fd4b47407fc3: Already exists b32f6bf7d96d: Already exists 6f4489a7e4cf: Already exists af4b99ad9ef0: Already exists 39db0bc48c26: Already exists acb4a89489fc: Already exists 382f2800a163: Already exists 0e71404d822d: Already exists 06429222eb7c: Already exists 8f0fa67b9c46: Already exists c0824d852dd1: Already exists 21a931a5eec5: Already exists abe51f07ac34: Already exists c0a2eeaf447d: Already exists 191daf03b8a0: Already exists 7b257fc184dd: Already exists b99af024032d: Already exists d553c0000f5d: Already exists 8f467ce1762b: Already exists + docker run -d --name dpy-dind-4-0-py3.7-19.03.13-beta2 -v /tmp --privileged --network dpy-testnet-4-0-py3.7-19.03.13-beta2 docker:19.03.13-beta2-dind dockerd -H tcp://0.0.0.0:2375 78f8bc40434e7dc4ec311327d31dfe13c00523af99a749cafda6f4e715b3acaf + docker run --name dpy-tests-4-0-py3.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-4-0-py3.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-4-0-py3.7-19.03.12 --volumes-from dpy-dind-4-0-py3.7-19.03.12 dockerbuildbot/docker-py:py3-a42be807b9bab9d5f298ac3b608dec7bce71526b py.test -v -rxs --cov=docker tests/ Unable to find image 'dockerbuildbot/docker-py:py3-a42be807b9bab9d5f298ac3b608dec7bce71526b' locally py3-a42be807b9bab9d5f298ac3b608dec7bce71526b: Pulling from dockerbuildbot/docker-py 57df1a1f1ad8: Already exists 71e126169501: Already exists 1af28a55c3f3: Already exists 03f1c9932170: Already exists 65b3db15f518: Already exists 3e3b8947ed83: Already exists 38d9e7938097: Already exists 724043f425e0: Already exists 6cf90f3f5863: Already exists 945a503e3752: Already exists 50a69ddf1c7e: Already exists 9fc574a656bc: Already exists 70e9853f54a5: Already exists d4a90cd46124: Already exists 0cfc71e2b447: Already exists 8186b5c62718: Already exists feab6d23320c: Already exists fb5b39377f79: Already exists 7c3e10731d97: Already exists a2227d2883a7: Already exists dbb2e1dad34a: Already exists d525bae37f35: Already exists 1b764dc4e491: Pulling fs layer 124529c5b25a: Pulling fs layer + docker run --name dpy-tests-4-0-py2.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-4-0-py2.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-4-0-py2.7-19.03.12 --volumes-from dpy-dind-4-0-py2.7-19.03.12 dockerbuildbot/docker-py:py2-a42be807b9bab9d5f298ac3b608dec7bce71526b py.test -v -rxs --cov=docker tests/ b9b93d8d8f1d: Pulling fs layer 7c05e12895d8: Pulling fs layer b9b93d8d8f1d: Verifying Checksum b9b93d8d8f1d: Download complete 7c05e12895d8: Verifying Checksum 7c05e12895d8: Download complete b9b93d8d8f1d: Pull complete 7c05e12895d8: Pull complete Digest: sha256:3852ec239dc6108cddd9ccad7cd661b46d34127b7e1564f202084c760897ebcd Status: Downloaded newer image for dockerbuildbot/docker-py:py2-a42be807b9bab9d5f298ac3b608dec7bce71526b [Pipeline] sh 124529c5b25a: Download complete 1b764dc4e491: Verifying Checksum 1b764dc4e491: Download complete 1b764dc4e491: Pull complete 124529c5b25a: Pull complete Digest: sha256:7193ec13b14e537f29047314265e5d02a479b8564b09baebe34391a0e0b5a4b0 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-a42be807b9bab9d5f298ac3b608dec7bce71526b + docker run --name dpy-tests-4-0-py3.7-19.03.13-beta2 -e DOCKER_HOST=tcp://dpy-dind-4-0-py3.7-19.03.13-beta2:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-4-0-py3.7-19.03.13-beta2 --volumes-from dpy-dind-4-0-py3.7-19.03.13-beta2 dockerbuildbot/docker-py:py3-a42be807b9bab9d5f298ac3b608dec7bce71526b py.test -v -rxs --cov=docker tests/ Unable to find image 'dockerbuildbot/docker-py:py3-a42be807b9bab9d5f298ac3b608dec7bce71526b' locally py3-a42be807b9bab9d5f298ac3b608dec7bce71526b: Pulling from dockerbuildbot/docker-py 57df1a1f1ad8: Already exists 71e126169501: Already exists 1af28a55c3f3: Already exists 03f1c9932170: Already exists 65b3db15f518: Already exists 3e3b8947ed83: Already exists 38d9e7938097: Already exists 724043f425e0: Already exists 6cf90f3f5863: Already exists 945a503e3752: Already exists 50a69ddf1c7e: Already exists 9fc574a656bc: Already exists 70e9853f54a5: Already exists d4a90cd46124: Already exists 0cfc71e2b447: Already exists 8186b5c62718: Already exists feab6d23320c: Already exists fb5b39377f79: Already exists 7c3e10731d97: Already exists a2227d2883a7: Already exists dbb2e1dad34a: Already exists d525bae37f35: Already exists 1b764dc4e491: Pulling fs layer 124529c5b25a: Pulling fs layer 124529c5b25a: Verifying Checksum 124529c5b25a: Download complete 1b764dc4e491: Download complete 1b764dc4e491: Pull complete ============================= test session starts ============================== platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: timeout-1.3.3, cov-2.6.1 124529c5b25a: Pull complete Digest: sha256:7193ec13b14e537f29047314265e5d02a479b8564b09baebe34391a0e0b5a4b0 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-a42be807b9bab9d5f298ac3b608dec7bce71526b ============================= test session starts ============================== platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: timeout-1.3.3, cov-2.6.1 ============================= test session starts ============================== platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: timeout-1.3.3, cov-2.6.1 ============================= test session starts ============================== platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: timeout-1.3.3, cov-2.6.1 collecting ... collected 943 items tests/integration/api_build_test.py::BuildTest::test_build_container_with_target ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_from_stringio ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_isolation ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_labels ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_shmsize ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_squash ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_stderr_data ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_streaming ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore ERROR [ 2%] collecting ... collected 943 items tests/integration/api_build_test.py::BuildTest::test_build_container_with_target ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_from_stringio ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_isolation ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_labels ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_shmsize ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_squash ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_stderr_data ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_streaming ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore ERROR [ 2%] collecting ... collected 943 items tests/integration/api_build_test.py::BuildTest::test_build_container_with_target ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_from_stringio ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts ERROR [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode ERROR [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy ERROR [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs ERROR [ 2%] tests/integration/api_build_test.py::BuildTest::test_prune_builds XFAIL [ 2%] tests/integration/api_client_test.py::InformationTest::test_info ERROR [ 2%] tests/integration/api_client_test.py::InformationTest::test_version ERROR [ 2%] tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init ERROR [ 2%] tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout ERROR [ 2%] tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings ERROR [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config ERROR [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data ERROR [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config ERROR [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_list_configs ERROR [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_remove_config ERROR [ 3%] tests/integration/api_container_test.py::ListContainersTest::test_list_containers ERROR [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create ERROR [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from ERROR [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove ERROR [ 4%] tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts ERROR [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode ERROR [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy ERROR [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs ERROR [ 2%] tests/integration/api_build_test.py::BuildTest::test_prune_builds XFAIL [ 2%] tests/integration/api_client_test.py::InformationTest::test_info ERROR [ 2%] tests/integration/api_client_test.py::InformationTest::test_version ERROR [ 2%] tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init ERROR [ 2%] tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout ERROR [ 2%] tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings ERROR [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config ERROR [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data ERROR [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config ERROR [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_list_configs ERROR [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_remove_config ERROR [ 3%] tests/integration/api_container_test.py::ListContainersTest::test_list_containers ERROR [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create ERROR [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from ERROR [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules ERROR [ 4%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile ERROR [ 0%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt ERROR [ 6%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified ERROR [ 6%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified ERROR [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro ERROR [ 6%] collecting ... collected 943 items tests/integration/api_build_test.py::BuildTest::test_build_container_with_target ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_from_stringio ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_isolation ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_labels ERROR [ 1%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt ERROR [ 6%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified ERROR [ 6%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified ERROR [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro ERROR [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw ERROR [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts ERROR [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro ERROR [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount ERROR [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container ERROR [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container ERROR [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container ERROR [ 7%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container ERROR [ 7%] tests/integration/api_container_test.py::RenameContainerTest::test_rename_container ERROR [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands ERROR [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_start_container ERROR [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id ERROR [ 7%] tests/integration/api_container_test.py::WaitTest::test_wait ERROR [ 7%] tests/integration/api_container_test.py::WaitTest::test_wait_with_condition ERROR [ 7%] tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id ERROR [ 7%] tests/integration/api_container_test.py::LogsTest::test_logs ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel ERROR [ 8%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw ERROR [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts ERROR [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro ERROR [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount ERROR [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container ERROR [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container ERROR [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container ERROR [ 7%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container ERROR [ 7%] tests/integration/api_container_test.py::RenameContainerTest::test_rename_container ERROR [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands ERROR [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_start_container ERROR [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id ERROR [ 7%] tests/integration/api_container_test.py::WaitTest::test_wait ERROR [ 7%] tests/integration/api_container_test.py::WaitTest::test_wait_with_condition ERROR [ 7%] tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id ERROR [ 7%] tests/integration/api_container_test.py::LogsTest::test_logs ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_tail_option ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_until ERROR [ 8%] tests/integration/api_container_test.py::DiffTest::test_diff ERROR [ 8%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_shmsize ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_squash ERROR [ 1%] tests/integration/api_container_test.py::LogsTest::test_logs_tail_option ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_until ERROR [ 8%] tests/integration/api_container_test.py::DiffTest::test_diff ERROR [ 8%] tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id ERROR [ 8%] tests/integration/api_container_test.py::StopTest::test_stop ERROR [ 9%] tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id ERROR [ 9%] tests/integration/api_container_test.py::KillTest::test_kill ERROR [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id ERROR [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal ERROR [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer ERROR [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name ERROR [ 9%] tests/integration/api_container_test.py::PortTest::test_port ERROR [ 9%] tests/integration/api_container_test.py::ContainerTopTest::test_top XFAIL [ 9%] tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 9%] tests/integration/api_container_test.py::RestartContainerTest::test_restart ERROR [ 10%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id ERROR [ 10%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout ERROR [ 10%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove ERROR [ 10%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id ERROR [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream ERROR [ 10%] tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id ERROR [ 8%] tests/integration/api_container_test.py::StopTest::test_stop ERROR [ 9%] tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id ERROR [ 9%] tests/integration/api_container_test.py::KillTest::test_kill ERROR [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id ERROR [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal ERROR [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer ERROR [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name ERROR [ 9%] tests/integration/api_container_test.py::PortTest::test_port ERROR [ 9%] tests/integration/api_container_test.py::ContainerTopTest::test_top XFAIL [ 9%] tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 9%] tests/integration/api_container_test.py::RestartContainerTest::test_restart ERROR [ 10%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id ERROR [ 10%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout ERROR [ 10%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove ERROR [ 10%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id ERROR [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream ERROR [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel ERROR [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg ERROR [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file ERROR [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default ERROR [ 11%] tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_isolation ERROR [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_labels ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_stderr_data ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_streaming ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs ERROR [ 1%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel ERROR [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg ERROR [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file ERROR [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default ERROR [ 11%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket ERROR [ 11%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming ERROR [ 11%] tests/integration/api_container_test.py::PauseTest::test_pause_unpause ERROR [ 11%] tests/integration/api_container_test.py::PruneTest::test_prune_containers ERROR [ 11%] tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream ERROR [ 11%] tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update ERROR [ 11%] tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container ERROR [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares ERROR [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset ERROR [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime ERROR [ 12%] tests/integration/api_container_test.py::LinkTest::test_remove_link ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_default ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user ERROR [ 12%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket ERROR [ 11%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming ERROR [ 11%] tests/integration/api_container_test.py::PauseTest::test_pause_unpause ERROR [ 11%] tests/integration/api_container_test.py::PruneTest::test_prune_containers ERROR [ 11%] tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream ERROR [ 11%] tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update ERROR [ 11%] tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container ERROR [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares ERROR [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset ERROR [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime ERROR [ 12%] tests/integration/api_container_test.py::LinkTest::test_remove_link ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_default ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_string ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir ERROR [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_inspect ERROR [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached ERROR [ 13%] tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_shmsize ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_squash ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore ERROR [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts ERROR [ 2%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_string ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir ERROR [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_inspect ERROR [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached ERROR [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket ERROR [ 13%] tests/integration/api_exec_test.py::ExecTest::test_execute_command ERROR [ 13%] tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux ERROR [ 14%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux ERROR [ 14%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux ERROR [ 14%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux ERROR [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails ERROR [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes ERROR [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command ERROR [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period ERROR [ 14%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket ERROR [ 13%] tests/integration/api_exec_test.py::ExecTest::test_execute_command ERROR [ 13%] tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux ERROR [ 14%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux ERROR [ 14%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux ERROR [ 14%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux ERROR [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails ERROR [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes ERROR [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command ERROR [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period ERROR [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images ERROR [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images_quiet ERROR [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull ERROR [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform ERROR [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull_streaming ERROR [ 15%] tests/integration/api_build_test.py::BuildTest::test_build_stderr_data ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_streaming ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode ERROR [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy ERROR [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs ERROR [ 2%] tests/integration/api_image_test.py::ListImagesTest::test_images ERROR [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images_quiet ERROR [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull ERROR [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform ERROR [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull_streaming ERROR [ 15%] tests/integration/api_image_test.py::CommitTest::test_commit ERROR [ 15%] tests/integration/api_image_test.py::CommitTest::test_commit_with_changes ERROR [ 15%] tests/integration/api_image_test.py::RemoveImageTest::test_remove ERROR [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_get_load_image ERROR [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes ERROR [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_file ERROR [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream ERROR [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes ERROR [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes ERROR [ 16%] tests/integration/api_image_test.py::PruneImagesTest::test_prune_images ERROR [ 16%] tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image ERROR [ 16%] tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution ERROR [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container ERROR [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container ERROR [ 16%] tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines ERROR [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore ERROR [ 2%] tests/integration/api_image_test.py::CommitTest::test_commit ERROR [ 15%] tests/integration/api_image_test.py::CommitTest::test_commit_with_changes ERROR [ 15%] tests/integration/api_image_test.py::RemoveImageTest::test_remove ERROR [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_get_load_image ERROR [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes ERROR [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_file ERROR [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream ERROR [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes ERROR [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes ERROR [ 16%] tests/integration/api_image_test.py::PruneImagesTest::test_prune_images ERROR [ 16%] tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image ERROR [ 16%] tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution ERROR [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container ERROR [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container ERROR [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_links ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks ERROR [ 17%] tests/integration/api_build_test.py::BuildTest::test_prune_builds XFAIL [ 2%] tests/integration/api_client_test.py::InformationTest::test_info ERROR [ 2%] tests/integration/api_client_test.py::InformationTest::test_version ERROR [ 2%] tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_links ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt ERROR [ 18%] tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts ERROR [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode ERROR [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy ERROR [ 2%] tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_create_with_links ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_inspect_network ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_list_networks ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_prune_networks ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_remove_network ERROR [ 19%] tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init ERROR [ 2%] tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout ERROR [ 2%] tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings ERROR [ 3%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_create_with_links ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_inspect_network ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_list_networks ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_prune_networks ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_remove_network ERROR [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin ERROR [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_create_plugin ERROR [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_install_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_list_plugins ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin ERROR [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret ERROR [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data ERROR [ 21%] tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret ERROR [ 21%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs ERROR [ 2%] tests/integration/api_build_test.py::BuildTest::test_prune_builds XFAIL [ 2%] tests/integration/api_client_test.py::InformationTest::test_info ERROR [ 2%] tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin ERROR [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_create_plugin ERROR [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_install_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_list_plugins ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin ERROR [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret ERROR [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data ERROR [ 21%] tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret ERROR [ 21%] tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets ERROR [ 21%] tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_simple ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config ERROR [ 21%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config ERROR [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data ERROR [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config ERROR [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_list_configs ERROR [ 3%] tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets ERROR [ 21%] tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_simple ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname ERROR [ 23%] tests/integration/api_client_test.py::InformationTest::test_version ERROR [ 2%] tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init ERROR [ 2%] tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout ERROR [ 2%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences ERROR [ 23%] tests/integration/api_config_test.py::ConfigAPITest::test_remove_config ERROR [ 3%] tests/integration/api_container_test.py::ListContainersTest::test_list_containers ERROR [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create ERROR [ 3%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor ERROR [ 25%] tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings ERROR [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config ERROR [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data ERROR [ 3%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name ERROR [ 26%] tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from ERROR [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 4%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_service_logs ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change ERROR [ 27%] tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config ERROR [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_list_configs ERROR [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_remove_config ERROR [ 3%] tests/integration/api_service_test.py::ServiceTest::test_service_logs ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change ERROR [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster ERROR [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args ERROR [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults ERROR [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XFAIL [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers ERROR [ 28%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode ERROR [ 4%] tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster ERROR [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args ERROR [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults ERROR [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XFAIL [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key ERROR [ 29%] tests/integration/api_container_test.py::ListContainersTest::test_list_containers ERROR [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create ERROR [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from ERROR [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove ERROR [ 4%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_update_node ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm ERROR [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume ERROR [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver ERROR [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_list_volumes ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_volume ERROR [ 30%] tests/integration/client_test.py::ClientTest::test_df ERROR [ 30%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links ERROR [ 4%] tests/integration/api_swarm_test.py::SwarmTest::test_update_node ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm ERROR [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume ERROR [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver ERROR [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_list_volumes ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_volume ERROR [ 30%] tests/integration/client_test.py::ClientTest::test_df ERROR [ 30%] tests/integration/client_test.py::ClientTest::test_info ERROR [ 30%] tests/integration/client_test.py::ClientTest::test_ping ERROR [ 30%] tests/integration/client_test.py::ClientTest::test_version ERROR [ 31%] tests/integration/client_test.py::CancellableEventsTest::test_cancel_events ERROR [ 31%] tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove ERROR [ 31%] tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle ERROR [ 31%] tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator ERROR [ 31%] tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json ERROR [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_get ERROR [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list ERROR [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse ERROR [ 31%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules ERROR [ 4%] tests/integration/client_test.py::ClientTest::test_info ERROR [ 30%] tests/integration/client_test.py::ClientTest::test_ping ERROR [ 30%] tests/integration/client_test.py::ClientTest::test_version ERROR [ 31%] tests/integration/client_test.py::CancellableEventsTest::test_cancel_events ERROR [ 31%] tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove ERROR [ 31%] tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle ERROR [ 31%] tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator ERROR [ 31%] tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json ERROR [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_get ERROR [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list ERROR [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse ERROR [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config ERROR [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs ERROR [ 33%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str ERROR [ 5%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config ERROR [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs ERROR [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel ERROR [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_commit ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_diff ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed ERROR [ 33%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init ERROR [ 4%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel ERROR [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_commit ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_diff ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_kill ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_logs ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_pause ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_remove ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_rename ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_restart ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_start ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_stats ERROR [ 35%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 5%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_kill ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_logs ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_pause ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_remove ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_rename ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_restart ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_start ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_stats ERROR [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_stop ERROR [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_top ERROR [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_update ERROR [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_wait ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_list ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository ERROR [ 36%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address ERROR [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int ERROR [ 4%] tests/integration/models_containers_test.py::ContainerTest::test_stop ERROR [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_top ERROR [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_update ERROR [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_wait ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_list ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_load_error ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error ERROR [ 37%] tests/integration/models_images_test.py::ImageTest::test_tag_and_remove ERROR [ 37%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_create ERROR [ 37%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_get ERROR [ 37%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove ERROR [ 37%] tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect ERROR [ 37%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings ERROR [ 5%] tests/integration/models_images_test.py::ImageCollectionTest::test_load_error ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error ERROR [ 37%] tests/integration/models_images_test.py::ImageTest::test_tag_and_remove ERROR [ 37%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_create ERROR [ 37%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_get ERROR [ 37%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove ERROR [ 37%] tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect ERROR [ 37%] tests/integration/models_nodes_test.py::NodesTest::test_list_get_update ERROR [ 37%] tests/integration/models_resources_test.py::ModelTest::test_reload ERROR [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create ERROR [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create_with_network ERROR [ 37%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout ERROR [ 5%] tests/integration/models_nodes_test.py::NodesTest::test_list_get_update ERROR [ 37%] tests/integration/models_resources_test.py::ModelTest::test_reload ERROR [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create ERROR [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create_with_network ERROR [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_get ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_list_remove ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_service ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_service ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_tasks ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update ERROR [ 39%] tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels ERROR [ 39%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels ERROR [ 39%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XFAIL [ 39%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels ERROR [ 39%] tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt ERROR [ 6%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified ERROR [ 6%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_get ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_list_remove ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_service ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_service ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_tasks ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update ERROR [ 39%] tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels ERROR [ 39%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels ERROR [ 39%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XFAIL [ 39%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels ERROR [ 39%] tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave ERROR [ 39%] tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm ERROR [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_create_get ERROR [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_list_remove ERROR [ 39%] tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream ERROR [ 39%] tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side ERROR [ 40%] tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names ERROR [ 40%] tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none ERROR [ 40%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode ERROR [ 5%] tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave ERROR [ 39%] tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm ERROR [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_create_get ERROR [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_list_remove ERROR [ 39%] tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream ERROR [ 39%] tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side ERROR [ 40%] tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names ERROR [ 40%] tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none ERROR [ 40%] tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value ERROR [ 40%] tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol ERROR [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_get ERROR [ 40%] tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent ERROR [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_erase ERROR [ 40%] tests/integration/credentials/store_test.py::TestStore::test_unicode_strings ERROR [ 40%] tests/integration/credentials/store_test.py::TestStore::test_list ERROR [ 41%] tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override ERROR [ 41%] tests/integration/credentials/utils_test.py::test_create_environment_dict ERROR [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified ERROR [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro ERROR [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw ERROR [ 6%] tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value ERROR [ 40%] tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol ERROR [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_get ERROR [ 40%] tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent ERROR [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_erase ERROR [ 40%] tests/integration/credentials/store_test.py::TestStore::test_unicode_strings ERROR [ 40%] tests/integration/credentials/store_test.py::TestStore::test_list ERROR [ 41%] tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override ERROR [ 41%] tests/integration/credentials/utils_test.py::test_create_environment_dict ERROR [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings ERROR [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception ERROR [ 5%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts ERROR [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro ERROR [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount ERROR [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container ERROR [ 6%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt ERROR [ 6%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified ERROR [ 6%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified ERROR [ 6%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_diff PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_logs PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_port PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED [ 53%] tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 53%] tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED [ 53%] tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED [ 53%] tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 54%] tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container ERROR [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container ERROR [ 7%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container ERROR [ 7%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro ERROR [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw ERROR [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts ERROR [ 6%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_diff PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_logs PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_port PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED [ 53%] tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 53%] tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED [ 53%] tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED [ 53%] tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_pull FAILED [ 55%] tests/unit/api_image_test.py::ImageTest::test_pull_stream FAILED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 56%] tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_pull FAILED [ 55%] tests/unit/api_image_test.py::ImageTest::test_pull_stream FAILED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 59%] tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%] tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%] tests/integration/api_container_test.py::RenameContainerTest::test_rename_container ERROR [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands ERROR [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_start_container ERROR [ 7%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro ERROR [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount ERROR [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container ERROR [ 6%] tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 59%] tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%] tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%] tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id ERROR [ 7%] tests/integration/api_container_test.py::WaitTest::test_wait ERROR [ 7%] tests/integration/api_container_test.py::WaitTest::test_wait_with_condition ERROR [ 7%] tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container ERROR [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container ERROR [ 7%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container ERROR [ 7%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%] tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id ERROR [ 7%] tests/integration/api_container_test.py::LogsTest::test_logs ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow ERROR [ 8%] tests/integration/api_container_test.py::RenameContainerTest::test_rename_container ERROR [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands ERROR [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_start_container ERROR [ 7%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_tail_option ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id ERROR [ 8%] tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id ERROR [ 7%] tests/integration/api_container_test.py::WaitTest::test_wait ERROR [ 7%] tests/integration/api_container_test.py::WaitTest::test_wait_with_condition ERROR [ 7%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%] tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_until ERROR [ 8%] tests/integration/api_container_test.py::DiffTest::test_diff ERROR [ 8%] tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id ERROR [ 7%] tests/integration/api_container_test.py::LogsTest::test_logs ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow ERROR [ 8%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%] tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id ERROR [ 8%] tests/integration/api_container_test.py::StopTest::test_stop ERROR [ 9%] tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id ERROR [ 9%] tests/integration/api_container_test.py::KillTest::test_kill ERROR [ 9%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_tail_option ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id ERROR [ 8%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%] tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id ERROR [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal ERROR [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer ERROR [ 9%] tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 ERROR [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_until ERROR [ 8%] tests/integration/api_container_test.py::DiffTest::test_diff ERROR [ 8%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name ERROR [ 9%] tests/integration/api_container_test.py::PortTest::test_port ERROR [ 9%] tests/integration/api_container_test.py::ContainerTopTest::test_top XFAIL [ 9%] tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id ERROR [ 8%] tests/integration/api_container_test.py::StopTest::test_stop ERROR [ 9%] tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id ERROR [ 9%] tests/integration/api_container_test.py::KillTest::test_kill ERROR [ 9%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%] tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 60%] tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%] tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 60%] tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 61%] tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%] tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 66%] tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 66%] tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_events PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_info PASSED [ 68%] tests/unit/client_test.py::ClientTest::test_ping PASSED [ 68%] tests/unit/client_test.py::ClientTest::test_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%] tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%] tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%] tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%] tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 9%] tests/integration/api_container_test.py::RestartContainerTest::test_restart ERROR [ 10%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id ERROR [ 10%] tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id ERROR [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal ERROR [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer ERROR [ 9%] tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 61%] tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%] tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 66%] tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 66%] tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_events PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_info PASSED [ 68%] tests/unit/client_test.py::ClientTest::test_ping PASSED [ 68%] tests/unit/client_test.py::ClientTest::test_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%] tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%] tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%] tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%] tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%] tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%] tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%] tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%] tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%] tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout ERROR [ 10%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove ERROR [ 10%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id ERROR [ 10%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name ERROR [ 9%] tests/integration/api_container_test.py::PortTest::test_port ERROR [ 9%] tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull FAILED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull FAILED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%] tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream ERROR [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel ERROR [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg ERROR [ 10%] tests/integration/api_container_test.py::ContainerTopTest::test_top XFAIL [ 9%] tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 9%] tests/integration/api_container_test.py::RestartContainerTest::test_restart ERROR [ 10%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id ERROR [ 10%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%] tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple FAILED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%] tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 82%] tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 83%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file ERROR [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default ERROR [ 11%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket ERROR [ 11%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout ERROR [ 10%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove ERROR [ 10%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id ERROR [ 10%] tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple FAILED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%] tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 82%] tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 83%] tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 84%] tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%] tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 85%] tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming ERROR [ 11%] tests/integration/api_container_test.py::PauseTest::test_pause_unpause ERROR [ 11%] tests/integration/api_container_test.py::PruneTest::test_prune_containers ERROR [ 11%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream ERROR [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel ERROR [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg ERROR [ 10%] tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 83%] tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 84%] tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%] tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 85%] tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 92%] tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 97%] tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream ERROR [ 11%] tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update ERROR [ 11%] tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container ERROR [ 11%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file ERROR [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default ERROR [ 11%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket ERROR [ 11%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 92%] tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares ERROR [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset ERROR [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime ERROR [ 12%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming ERROR [ 11%] tests/integration/api_container_test.py::PauseTest::test_pause_unpause ERROR [ 11%] tests/integration/api_container_test.py::PruneTest::test_prune_containers ERROR [ 11%] tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] tests/integration/api_container_test.py::LinkTest::test_remove_link ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_default ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root ERROR [ 12%] tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream ERROR [ 11%] tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update ERROR [ 11%] tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container ERROR [ 11%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] ==================================== ERRORS ==================================== _________ ERROR at setup of BuildTest.test_build_container_with_target _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ---------------------------- Captured stderr setup ----------------------------- pulling alpine:3.10 _____________ ERROR at setup of BuildTest.test_build_from_stringio _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of BuildTest.test_build_gzip_custom_encoding __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of BuildTest.test_build_gzip_encoding _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of BuildTest.test_build_in_context_abs_dockerfile _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of BuildTest.test_build_in_context_dockerfile _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of BuildTest.test_build_in_context_nested_dockerfile ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of BuildTest.test_build_invalid_platform ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of BuildTest.test_build_isolation _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of BuildTest.test_build_labels _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of BuildTest.test_build_out_of_context_dockerfile _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of BuildTest.test_build_shmsize ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of BuildTest.test_build_squash _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of BuildTest.test_build_stderr_data ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of BuildTest.test_build_streaming _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of BuildTest.test_build_with_buildargs _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of BuildTest.test_build_with_cache_from ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of BuildTest.test_build_with_dockerfile_empty_lines ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of BuildTest.test_build_with_dockerignore ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of BuildTest.test_build_with_extra_hosts ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of BuildTest.test_build_with_network_mode ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of BuildTest.test_build_with_proxy _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of BuildTest.test_build_with_proxy_and_buildargs ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of InformationTest.test_info __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of InformationTest.test_version ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of AutoDetectVersionTest.test_client_init ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ConnectionTimeoutTest.test_timeout _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of UnixconnTest.test_resource_warnings _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of ConfigAPITest.test_create_config ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ConfigAPITest.test_create_config_unicode_data ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ConfigAPITest.test_inspect_config ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of ConfigAPITest.test_list_configs _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of ConfigAPITest.test_remove_config ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ListContainersTest.test_list_containers ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of CreateContainerTest.test_create _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of CreateContainerTest.test_create_container_with_volumes_from _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of CreateContainerTest.test_create_with_auto_remove ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of CreateContainerTest.test_create_with_device_cgroup_rules __ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of CreateContainerTest.test_create_with_environment_variable_no_value _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of CreateContainerTest.test_create_with_host_pid_mode _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of CreateContainerTest.test_create_with_init __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of CreateContainerTest.test_create_with_isolation _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of CreateContainerTest.test_create_with_links _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of CreateContainerTest.test_create_with_mac_address ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of CreateContainerTest.test_create_with_memory_constraints_with_int _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of CreateContainerTest.test_create_with_memory_constraints_with_str _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of CreateContainerTest.test_create_with_restart_policy _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of CreateContainerTest.test_create_with_stop_timeout ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of CreateContainerTest.test_create_with_tmpfs _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of CreateContainerTest.test_create_with_uts_mode ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of CreateContainerTest.test_group_id_ints ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of CreateContainerTest.test_group_id_strings __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of CreateContainerTest.test_invalid_log_driver_raises_exception _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___ ERROR at setup of CreateContainerTest.test_valid_log_driver_and_log_opt ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of CreateContainerTest.test_valid_no_config_specified _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___ ERROR at setup of CreateContainerTest.test_valid_no_log_driver_specified ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of VolumeBindTest.test_create_with_binds_ro __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of VolumeBindTest.test_create_with_binds_rw __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of VolumeBindTest.test_create_with_mounts ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of VolumeBindTest.test_create_with_mounts_ro __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of VolumeBindTest.test_create_with_volume_mount ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ArchiveTest.test_copy_directory_to_container ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ArchiveTest.test_copy_file_to_container ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ArchiveTest.test_get_file_archive_from_container ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ArchiveTest.test_get_file_stat_from_container ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of RenameContainerTest.test_rename_container __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of StartContainerTest.test_run_shlex_commands _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of StartContainerTest.test_start_container ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of StartContainerTest.test_start_container_with_dict_instead_of_id _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________________ ERROR at setup of WaitTest.test_wait _____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of WaitTest.test_wait_with_condition ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of WaitTest.test_wait_with_dict_instead_of_id _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________________ ERROR at setup of LogsTest.test_logs _____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of LogsTest.test_logs_streaming_and_follow ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of LogsTest.test_logs_streaming_and_follow_and_cancel _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of LogsTest.test_logs_tail_option _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of LogsTest.test_logs_with_dict_instead_of_id _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of LogsTest.test_logs_with_tail_0 _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of LogsTest.test_logs_with_until ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________________ ERROR at setup of DiffTest.test_diff _____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of DiffTest.test_diff_with_dict_instead_of_id _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________________ ERROR at setup of StopTest.test_stop _____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of StopTest.test_stop_with_dict_instead_of_id _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________________ ERROR at setup of KillTest.test_kill _____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of KillTest.test_kill_with_dict_instead_of_id _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of KillTest.test_kill_with_signal _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of KillTest.test_kill_with_signal_integer ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of KillTest.test_kill_with_signal_name _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________________ ERROR at setup of PortTest.test_port _____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of RestartContainerTest.test_restart ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of RestartContainerTest.test_restart_with_dict_instead_of_id __ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of RestartContainerTest.test_restart_with_low_timeout _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of RemoveContainerTest.test_remove _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of RemoveContainerTest.test_remove_with_dict_instead_of_id ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of AttachContainerTest.test_attach_no_stream __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of AttachContainerTest.test_attach_stream_and_cancel ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of AttachContainerTest.test_detach_with_arg __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of AttachContainerTest.test_detach_with_config_file ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of AttachContainerTest.test_detach_with_default ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___ ERROR at setup of AttachContainerTest.test_run_container_reading_socket ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of AttachContainerTest.test_run_container_streaming ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of PauseTest.test_pause_unpause ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of PruneTest.test_prune_containers _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of GetContainerStatsTest.test_get_container_stats_no_stream __ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ContainerUpdateTest.test_restart_policy_update _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of ContainerUpdateTest.test_update_container __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of ContainerCPUTest.test_container_cpu_shares _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ContainerCPUTest.test_container_cpuset ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of ContainerCPUTest.test_create_with_runtime __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of LinkTest.test_remove_link __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ExecTest.test_detach_with_config_file ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ExecTest.test_detach_with_default ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ExecTest.test_exec_command_as_root _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ExecTest.test_exec_command_as_user _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ExecTest.test_exec_command_streaming ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ExecTest.test_exec_command_string ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ExecTest.test_exec_command_with_env _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ExecTest.test_exec_command_with_workdir ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of ExecTest.test_exec_inspect _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ExecTest.test_exec_start_detached ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of ExecTest.test_exec_start_socket _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of ExecTest.test_execute_command ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ExecTest.test_execute_command_with_proxy_env ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ExecDemuxTest.test_exec_command_no_stream_demux _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ExecDemuxTest.test_exec_command_no_stream_no_demux _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ExecDemuxTest.test_exec_command_stream_demux ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ExecDemuxTest.test_exec_command_stream_no_demux _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ExecDemuxTest.test_exec_command_tty_no_stream_demux _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___ ERROR at setup of ExecDemuxTest.test_exec_command_tty_no_stream_no_demux ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ExecDemuxTest.test_exec_command_tty_stream_demux ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ExecDemuxTest.test_exec_command_tty_stream_no_demux _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of HealthcheckTest.test_healthcheck_fails ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of HealthcheckTest.test_healthcheck_passes ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of HealthcheckTest.test_healthcheck_shell_command _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of HealthcheckTest.test_healthcheck_start_period ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of ListImagesTest.test_images _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of ListImagesTest.test_images_quiet ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of PullImageTest.test_pull ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of PullImageTest.test_pull_invalid_platform __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of PullImageTest.test_pull_streaming ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________________ ERROR at setup of CommitTest.test_commit ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of CommitTest.test_commit_with_changes _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of RemoveImageTest.test_remove _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ImportImageTest.test_get_load_image _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ImportImageTest.test_import_from_bytes ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ImportImageTest.test_import_from_file ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ImportImageTest.test_import_from_stream ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of ImportImageTest.test_import_image_from_data_with_changes __ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ImportImageTest.test_import_image_with_changes _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of PruneImagesTest.test_prune_images ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of SaveLoadImagesTest.test_get_image_load_image ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of InspectDistributionTest.test_inspect_distribution ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of TestNetworks.test_connect_and_disconnect_container _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of TestNetworks.test_connect_and_force_disconnect_container __ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of TestNetworks.test_connect_on_container_create ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of TestNetworks.test_connect_with_aliases ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of TestNetworks.test_connect_with_ipv4_address _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of TestNetworks.test_connect_with_ipv6_address _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of TestNetworks.test_connect_with_links ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of TestNetworks.test_create_check_duplicate __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of TestNetworks.test_create_inspect_network_with_scope _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of TestNetworks.test_create_internal_networks _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of TestNetworks.test_create_network_attachable _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of TestNetworks.test_create_network_ingress __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of TestNetworks.test_create_network_ipv6_enabled ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of TestNetworks.test_create_network_with_host_driver_fails ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of TestNetworks.test_create_network_with_ipam_config ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of TestNetworks.test_create_network_with_labels ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of TestNetworks.test_create_network_with_labels_wrong_type ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of TestNetworks.test_create_remove_network_with_space_in_name _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of TestNetworks.test_create_with_aliases ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of TestNetworks.test_create_with_driveropt ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of TestNetworks.test_create_with_ipv4_address _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of TestNetworks.test_create_with_ipv6_address _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of TestNetworks.test_create_with_linklocal_ips _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of TestNetworks.test_create_with_links _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of TestNetworks.test_inspect_network ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of TestNetworks.test_list_networks _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of TestNetworks.test_prune_networks ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of TestNetworks.test_remove_network ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of PluginTest.test_configure_plugin ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of PluginTest.test_create_plugin ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of PluginTest.test_disable_plugin _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of PluginTest.test_enable_plugin ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of PluginTest.test_force_remove_plugin _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of PluginTest.test_inspect_plugin _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of PluginTest.test_install_plugin _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of PluginTest.test_list_plugins ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of PluginTest.test_plugin_privileges ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of PluginTest.test_remove_plugin ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of PluginTest.test_upgrade_plugin _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of SecretAPITest.test_create_secret ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of SecretAPITest.test_create_secret_unicode_data ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of SecretAPITest.test_inspect_secret ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of SecretAPITest.test_list_secrets _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of SecretAPITest.test_remove_secret ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ServiceTest.test_create_service_custom_log_driver ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ServiceTest.test_create_service_global_mode _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ServiceTest.test_create_service_replicated_mode _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ServiceTest.test_create_service_simple ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ServiceTest.test_create_service_with_config _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ServiceTest.test_create_service_with_custom_networks ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ServiceTest.test_create_service_with_dns_config _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ServiceTest.test_create_service_with_endpoint_spec _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_create_service_with_endpoint_spec_host_publish_mode _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ServiceTest.test_create_service_with_env __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_create_service_with_failure_action_rollback _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___ ERROR at setup of ServiceTest.test_create_service_with_generic_resources ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ServiceTest.test_create_service_with_groups _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ServiceTest.test_create_service_with_healthcheck ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ServiceTest.test_create_service_with_hostname ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of ServiceTest.test_create_service_with_hosts _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of ServiceTest.test_create_service_with_init __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_create_service_with_invalid_generic_resources _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_create_service_with_network_attachment_config _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ServiceTest.test_create_service_with_placement _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___ ERROR at setup of ServiceTest.test_create_service_with_placement_object ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of ServiceTest.test_create_service_with_placement_platform ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_create_service_with_placement_preferences _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_create_service_with_placement_preferences_tuple _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ServiceTest.test_create_service_with_privileges _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ServiceTest.test_create_service_with_readonly ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_create_service_with_resources_constraints _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ServiceTest.test_create_service_with_restart_policy _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ServiceTest.test_create_service_with_rollback_config ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ServiceTest.test_create_service_with_secret _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ServiceTest.test_create_service_with_stop_signal ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ServiceTest.test_create_service_with_tty __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ServiceTest.test_create_service_with_tty_dict ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ServiceTest.test_create_service_with_unicode_config _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ServiceTest.test_create_service_with_unicode_secret _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ServiceTest.test_create_service_with_update_config _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_create_service_with_update_config_monitor _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ServiceTest.test_create_service_with_update_order ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ServiceTest.test_create_service_with_volume_mount ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ServiceTest.test_inspect_service_by_id ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ServiceTest.test_inspect_service_by_name __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ServiceTest.test_inspect_service_insert_defaults ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of ServiceTest.test_list_services _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ServiceTest.test_list_services_filter_by_label _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ServiceTest.test_remove_service_by_id ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ServiceTest.test_remove_service_by_name ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of ServiceTest.test_service_logs ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ServiceTest.test_update_service_force_update ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of ServiceTest.test_update_service_remove_container_labels ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ServiceTest.test_update_service_remove_healthcheck _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ServiceTest.test_update_service_remove_labels ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_update_service_with_defaults_container_labels _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_update_service_with_defaults_endpoint_spec _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ServiceTest.test_update_service_with_defaults_labels ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ServiceTest.test_update_service_with_defaults_mode _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ServiceTest.test_update_service_with_defaults_name _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___ ERROR at setup of ServiceTest.test_update_service_with_defaults_networks ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_update_service_with_defaults_update_config _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ServiceTest.test_update_service_with_network_change _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of SwarmTest.test_init_already_in_cluster ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_both_args ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_defaults _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_only_pool ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_only_subnet_size _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of SwarmTest.test_init_swarm_custom_raft_spec _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of SwarmTest.test_init_swarm_force_new_cluster _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of SwarmTest.test_init_swarm_simple ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of SwarmTest.test_init_swarm_with_autolock_managers ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of SwarmTest.test_init_swarm_with_ca_config __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of SwarmTest.test_inspect_node _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of SwarmTest.test_leave_swarm _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of SwarmTest.test_list_nodes __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of SwarmTest.test_remove_main_node _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of SwarmTest.test_rotate_manager_unlock_key __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of SwarmTest.test_update_node _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of SwarmTest.test_update_swarm _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of TestVolumes.test_create_volume _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of TestVolumes.test_create_volume_invalid_driver ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of TestVolumes.test_force_remove_volume ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of TestVolumes.test_inspect_nonexistent_volume _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of TestVolumes.test_inspect_volume _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of TestVolumes.test_list_volumes ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of TestVolumes.test_prune_volumes _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of TestVolumes.test_remove_nonexistent_volume _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of TestVolumes.test_remove_volume _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________________ ERROR at setup of ClientTest.test_df _____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________________ ERROR at setup of ClientTest.test_info ____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________________ ERROR at setup of ClientTest.test_ping ____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ClientTest.test_version ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of CancellableEventsTest.test_cancel_events __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ContextLifecycleTest.test_context_remove __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ContextLifecycleTest.test_lifecycle _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ContextLifecycleTest.test_load_context_without_orchestrator _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ErrorsTest.test_api_error_parses_json ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of ContainerCollectionTest.test_get ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ContainerCollectionTest.test_list ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ContainerCollectionTest.test_list_sparse __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of ContainerCollectionTest.test_run ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ContainerCollectionTest.test_run_detach ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ContainerCollectionTest.test_run_with_auto_remove ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of ContainerCollectionTest.test_run_with_auto_remove_error ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ContainerCollectionTest.test_run_with_error _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ContainerCollectionTest.test_run_with_image_that_does_not_exist _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___ ERROR at setup of ContainerCollectionTest.test_run_with_json_file_driver ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ContainerCollectionTest.test_run_with_named_volume _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ContainerCollectionTest.test_run_with_network ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ContainerCollectionTest.test_run_with_none_driver ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ContainerCollectionTest.test_run_with_proxy_config _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ContainerCollectionTest.test_run_with_streamed_logs _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ContainerCollectionTest.test_run_with_streamed_logs_and_cancel _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ContainerCollectionTest.test_run_with_volume ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of ContainerTest.test_commit __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ContainerTest.test_create_with_volume_driver ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ContainerTest.test_diff ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ContainerTest.test_exec_run_failed _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ContainerTest.test_exec_run_success _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ContainerTest.test_kill ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ContainerTest.test_logs ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ContainerTest.test_pause __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ContainerTest.test_ports_target_list ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ContainerTest.test_ports_target_none ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ContainerTest.test_ports_target_tuple ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of ContainerTest.test_remove __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of ContainerTest.test_rename __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of ContainerTest.test_restart _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ContainerTest.test_start __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ContainerTest.test_stats __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ContainerTest.test_stop ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________________ ERROR at setup of ContainerTest.test_top ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of ContainerTest.test_update __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ContainerTest.test_wait ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of ImageCollectionTest.test_build _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of ImageCollectionTest.test_build_with_error __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ImageCollectionTest.test_build_with_multiple_success ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of ImageCollectionTest.test_build_with_success_build_output __ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of ImageCollectionTest.test_list ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ImageCollectionTest.test_list_with_repository ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ImageCollectionTest.test_load_error _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of ImageCollectionTest.test_pull ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ImageCollectionTest.test_pull_multiple ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ImageCollectionTest.test_pull_with_sha ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ImageCollectionTest.test_pull_with_tag ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ImageCollectionTest.test_save_and_load ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ImageCollectionTest.test_save_and_load_repo_name ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ImageCollectionTest.test_save_name_error __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of ImageTest.test_tag_and_remove ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of NetworkCollectionTest.test_create ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of NetworkCollectionTest.test_get _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of NetworkCollectionTest.test_list_remove ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of NetworkTest.test_connect_disconnect _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of NodesTest.test_list_get_update _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________________ ERROR at setup of ModelTest.test_reload ____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ServiceTest.test_create ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ServiceTest.test_create_with_network ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ServiceTest.test_force_update_service ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ServiceTest.test_force_update_service_using_bool ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_force_update_service_using_shorthand_method _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________________ ERROR at setup of ServiceTest.test_get ____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of ServiceTest.test_list_remove ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ServiceTest.test_scale_method_global_service ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ServiceTest.test_scale_method_service ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of ServiceTest.test_scale_service _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________________ ERROR at setup of ServiceTest.test_tasks ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ServiceTest.test_update ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ServiceTest.test_update_remove_service_labels ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ServiceTest.test_update_retains_container_labels ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ServiceTest.test_update_retains_service_labels _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of SwarmTest.test_init_update_leave ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of SwarmTest.test_join_on_already_joined_swarm _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of VolumesTest.test_create_get _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of VolumesTest.test_list_remove ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of TestRegressions.test_443_handle_nonchunked_response_in_stream _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of TestRegressions.test_542_truncate_ids_client_side ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of TestRegressions.test_647_support_doubleslash_in_image_names _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of TestRegressions.test_649_handle_timeout_value_none _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of TestRegressions.test_715_handle_user_param_as_int_value ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of TestRegressions.test_792_explicit_port_protocol _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of TestStore.test_store_and_get ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of TestStore.test_get_nonexistent _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of TestStore.test_store_and_erase _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of TestStore.test_unicode_strings _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________________ ERROR at setup of TestStore.test_list _____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of TestStore.test_execute_with_env_override __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of test_create_environment_dict ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) =================================== FAILURES =================================== _____________________________ ImageTest.test_pull ______________________________ tests/unit/api_image_test.py:65: in test_pull self.client.pull('joffrey/test001') docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________________ ImageTest.test_pull_stream __________________________ tests/unit/api_image_test.py:75: in test_pull_stream self.client.pull('joffrey/test001', stream=True) docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________________ ContainerCollectionTest.test_run_pull _____________________ tests/unit/models_containers_test.py:236: in test_run_pull 'alpine', platform=None, tag=None, stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: pull('alpine', platform=None, tag=None, stream=True) E Actual call: pull('alpine', platform=None, tag='latest', stream=True) ____________________ ImageCollectionTest.test_pull_multiple ____________________ tests/unit/models_images_test.py:59: in test_pull_multiple 'test_image', tag=None, stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: pull('test_image', tag=None, stream=True) E Actual call: pull('test_image', tag='latest', stream=True) ---------- coverage: platform linux2, python 2.7.18-final-0 ---------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 0 0 0 100% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 41 92 21 62% docker/api/client.py 263 62 96 12 75% docker/api/config.py 31 19 6 0 32% docker/api/container.py 266 72 102 25 65% docker/api/daemon.py 39 5 14 4 83% docker/api/exec_api.py 46 11 22 9 68% docker/api/image.py 149 51 50 8 62% docker/api/network.py 90 35 48 11 51% docker/api/plugin.py 90 68 12 0 22% docker/api/secret.py 36 23 10 0 28% docker/api/service.py 200 176 149 0 7% docker/api/swarm.py 106 67 38 1 28% docker/api/volume.py 38 9 14 2 71% docker/auth.py 198 16 74 17 88% docker/client.py 67 10 2 0 86% docker/constants.py 20 0 0 0 100% docker/context/__init__.py 2 0 0 0 100% docker/context/api.py 78 41 38 8 39% docker/context/config.py 61 33 16 2 42% docker/context/context.py 151 93 62 6 30% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 4 2 0 54% docker/credentials/store.py 50 35 16 0 23% docker/credentials/utils.py 23 18 12 0 14% docker/errors.py 110 24 18 4 73% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 0 0 62% docker/models/containers.py 183 11 60 9 92% docker/models/images.py 138 56 52 5 50% docker/models/networks.py 37 7 8 3 73% docker/models/nodes.py 15 5 0 0 67% docker/models/plugins.py 49 30 8 0 33% docker/models/resource.py 41 10 6 3 72% docker/models/secrets.py 21 8 0 0 62% docker/models/services.py 87 35 34 4 60% docker/models/swarm.py 39 21 6 0 40% docker/models/volumes.py 23 10 2 0 52% docker/tls.py 37 6 14 6 76% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 0 2 1 88% docker/transport/npipeconn.py 58 53 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 89 63 24 1 24% docker/transport/ssladapter.py 36 8 10 4 70% docker/transport/unixconn.py 65 5 12 4 88% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 0 2 0 100% docker/types/containers.py 418 76 326 43 81% docker/types/daemon.py 36 24 14 0 24% docker/types/healthcheck.py 34 20 4 0 37% docker/types/networks.py 41 11 28 9 65% docker/types/services.py 312 140 206 38 50% docker/types/swarm.py 51 45 40 0 7% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 154 26 74 10 82% docker/utils/config.py 36 1 10 1 96% docker/utils/decorators.py 32 1 12 1 95% docker/utils/fnmatch.py 55 18 28 2 61% docker/utils/json_stream.py 43 8 14 2 79% docker/utils/ports.py 50 3 28 2 91% docker/utils/proxy.py 32 1 12 0 98% docker/utils/socket.py 86 12 40 7 82% docker/utils/utils.py 285 19 164 15 92% docker/version.py 2 0 0 0 100% ----------------------------------------------------------------------- TOTAL 5041 1789 2165 300 61% =========================== short test summary info ============================ XFAIL tests/integration/api_build_test.py::BuildTest::test_prune_builds Currently fails on 18.09: https://github.com/moby/moby/issues/37920 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options CONFIG_RT_GROUP_SCHED isn't enabled XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt Not supported on most drivers XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top Output of docker top depends on host distro, and is not formalized. XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs Output of docker top depends on host distro, and is not formalized. XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr Can fail if eth0 has multiple IP addresses XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver This doesn't seem to be taken into account by the engine XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks Flaky test XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32' SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME ==== 4 failed, 543 passed, 7 skipped, 9 xfailed, 380 error in 13.07 seconds ==== tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_string ERROR [ 12%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares ERROR [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset ERROR [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime ERROR [ 12%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] ==================================== ERRORS ==================================== _________ ERROR at setup of BuildTest.test_build_container_with_target _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ---------------------------- Captured stderr setup ----------------------------- pulling alpine:3.10 _____________ ERROR at setup of BuildTest.test_build_from_stringio _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of BuildTest.test_build_gzip_custom_encoding __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of BuildTest.test_build_gzip_encoding _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of BuildTest.test_build_in_context_abs_dockerfile _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of BuildTest.test_build_in_context_dockerfile _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of BuildTest.test_build_in_context_nested_dockerfile ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of BuildTest.test_build_invalid_platform ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of BuildTest.test_build_isolation _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of BuildTest.test_build_labels _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of BuildTest.test_build_out_of_context_dockerfile _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of BuildTest.test_build_shmsize ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of BuildTest.test_build_squash _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of BuildTest.test_build_stderr_data ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of BuildTest.test_build_streaming _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of BuildTest.test_build_with_buildargs _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of BuildTest.test_build_with_cache_from ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of BuildTest.test_build_with_dockerfile_empty_lines ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of BuildTest.test_build_with_dockerignore ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of BuildTest.test_build_with_extra_hosts ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of BuildTest.test_build_with_network_mode ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of BuildTest.test_build_with_proxy _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of BuildTest.test_build_with_proxy_and_buildargs ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of InformationTest.test_info __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of InformationTest.test_version ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of AutoDetectVersionTest.test_client_init ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ConnectionTimeoutTest.test_timeout _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of UnixconnTest.test_resource_warnings _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of ConfigAPITest.test_create_config ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ConfigAPITest.test_create_config_unicode_data ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ConfigAPITest.test_inspect_config ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of ConfigAPITest.test_list_configs _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of ConfigAPITest.test_remove_config ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ListContainersTest.test_list_containers ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of CreateContainerTest.test_create _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of CreateContainerTest.test_create_container_with_volumes_from _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of CreateContainerTest.test_create_with_auto_remove ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of CreateContainerTest.test_create_with_device_cgroup_rules __ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of CreateContainerTest.test_create_with_environment_variable_no_value _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of CreateContainerTest.test_create_with_host_pid_mode _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of CreateContainerTest.test_create_with_init __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of CreateContainerTest.test_create_with_isolation _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of CreateContainerTest.test_create_with_links _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of CreateContainerTest.test_create_with_mac_address ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of CreateContainerTest.test_create_with_memory_constraints_with_int _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of CreateContainerTest.test_create_with_memory_constraints_with_str _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of CreateContainerTest.test_create_with_restart_policy _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of CreateContainerTest.test_create_with_stop_timeout ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of CreateContainerTest.test_create_with_tmpfs _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of CreateContainerTest.test_create_with_uts_mode ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of CreateContainerTest.test_group_id_ints ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of CreateContainerTest.test_group_id_strings __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of CreateContainerTest.test_invalid_log_driver_raises_exception _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___ ERROR at setup of CreateContainerTest.test_valid_log_driver_and_log_opt ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of CreateContainerTest.test_valid_no_config_specified _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___ ERROR at setup of CreateContainerTest.test_valid_no_log_driver_specified ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of VolumeBindTest.test_create_with_binds_ro __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of VolumeBindTest.test_create_with_binds_rw __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of VolumeBindTest.test_create_with_mounts ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of VolumeBindTest.test_create_with_mounts_ro __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of VolumeBindTest.test_create_with_volume_mount ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ArchiveTest.test_copy_directory_to_container ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ArchiveTest.test_copy_file_to_container ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ArchiveTest.test_get_file_archive_from_container ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ArchiveTest.test_get_file_stat_from_container ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of RenameContainerTest.test_rename_container __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of StartContainerTest.test_run_shlex_commands _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of StartContainerTest.test_start_container ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of StartContainerTest.test_start_container_with_dict_instead_of_id _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________________ ERROR at setup of WaitTest.test_wait _____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of WaitTest.test_wait_with_condition ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of WaitTest.test_wait_with_dict_instead_of_id _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________________ ERROR at setup of LogsTest.test_logs _____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of LogsTest.test_logs_streaming_and_follow ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of LogsTest.test_logs_streaming_and_follow_and_cancel _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of LogsTest.test_logs_tail_option _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of LogsTest.test_logs_with_dict_instead_of_id _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of LogsTest.test_logs_with_tail_0 _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of LogsTest.test_logs_with_until ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________________ ERROR at setup of DiffTest.test_diff _____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of DiffTest.test_diff_with_dict_instead_of_id _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________________ ERROR at setup of StopTest.test_stop _____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of StopTest.test_stop_with_dict_instead_of_id _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________________ ERROR at setup of KillTest.test_kill _____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of KillTest.test_kill_with_dict_instead_of_id _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of KillTest.test_kill_with_signal _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of KillTest.test_kill_with_signal_integer ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of KillTest.test_kill_with_signal_name _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________________ ERROR at setup of PortTest.test_port _____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of RestartContainerTest.test_restart ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of RestartContainerTest.test_restart_with_dict_instead_of_id __ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of RestartContainerTest.test_restart_with_low_timeout _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of RemoveContainerTest.test_remove _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of RemoveContainerTest.test_remove_with_dict_instead_of_id ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of AttachContainerTest.test_attach_no_stream __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of AttachContainerTest.test_attach_stream_and_cancel ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of AttachContainerTest.test_detach_with_arg __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of AttachContainerTest.test_detach_with_config_file ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of AttachContainerTest.test_detach_with_default ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___ ERROR at setup of AttachContainerTest.test_run_container_reading_socket ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of AttachContainerTest.test_run_container_streaming ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of PauseTest.test_pause_unpause ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of PruneTest.test_prune_containers _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of GetContainerStatsTest.test_get_container_stats_no_stream __ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ContainerUpdateTest.test_restart_policy_update _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of ContainerUpdateTest.test_update_container __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of ContainerCPUTest.test_container_cpu_shares _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ContainerCPUTest.test_container_cpuset ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of ContainerCPUTest.test_create_with_runtime __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of LinkTest.test_remove_link __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ExecTest.test_detach_with_config_file ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ExecTest.test_detach_with_default ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ExecTest.test_exec_command_as_root _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ExecTest.test_exec_command_as_user _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ExecTest.test_exec_command_streaming ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ExecTest.test_exec_command_string ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ExecTest.test_exec_command_with_env _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ExecTest.test_exec_command_with_workdir ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of ExecTest.test_exec_inspect _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ExecTest.test_exec_start_detached ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of ExecTest.test_exec_start_socket _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of ExecTest.test_execute_command ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ExecTest.test_execute_command_with_proxy_env ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ExecDemuxTest.test_exec_command_no_stream_demux _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ExecDemuxTest.test_exec_command_no_stream_no_demux _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ExecDemuxTest.test_exec_command_stream_demux ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ExecDemuxTest.test_exec_command_stream_no_demux _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ExecDemuxTest.test_exec_command_tty_no_stream_demux _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___ ERROR at setup of ExecDemuxTest.test_exec_command_tty_no_stream_no_demux ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ExecDemuxTest.test_exec_command_tty_stream_demux ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ExecDemuxTest.test_exec_command_tty_stream_no_demux _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of HealthcheckTest.test_healthcheck_fails ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of HealthcheckTest.test_healthcheck_passes ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of HealthcheckTest.test_healthcheck_shell_command _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of HealthcheckTest.test_healthcheck_start_period ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of ListImagesTest.test_images _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of ListImagesTest.test_images_quiet ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of PullImageTest.test_pull ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of PullImageTest.test_pull_invalid_platform __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of PullImageTest.test_pull_streaming ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________________ ERROR at setup of CommitTest.test_commit ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of CommitTest.test_commit_with_changes _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of RemoveImageTest.test_remove _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ImportImageTest.test_get_load_image _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ImportImageTest.test_import_from_bytes ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ImportImageTest.test_import_from_file ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ImportImageTest.test_import_from_stream ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of ImportImageTest.test_import_image_from_data_with_changes __ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ImportImageTest.test_import_image_with_changes _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of PruneImagesTest.test_prune_images ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of SaveLoadImagesTest.test_get_image_load_image ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of InspectDistributionTest.test_inspect_distribution ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of TestNetworks.test_connect_and_disconnect_container _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of TestNetworks.test_connect_and_force_disconnect_container __ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of TestNetworks.test_connect_on_container_create ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of TestNetworks.test_connect_with_aliases ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of TestNetworks.test_connect_with_ipv4_address _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of TestNetworks.test_connect_with_ipv6_address _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of TestNetworks.test_connect_with_links ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of TestNetworks.test_create_check_duplicate __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of TestNetworks.test_create_inspect_network_with_scope _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of TestNetworks.test_create_internal_networks _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of TestNetworks.test_create_network_attachable _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of TestNetworks.test_create_network_ingress __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of TestNetworks.test_create_network_ipv6_enabled ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of TestNetworks.test_create_network_with_host_driver_fails ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of TestNetworks.test_create_network_with_ipam_config ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of TestNetworks.test_create_network_with_labels ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of TestNetworks.test_create_network_with_labels_wrong_type ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of TestNetworks.test_create_remove_network_with_space_in_name _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of TestNetworks.test_create_with_aliases ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of TestNetworks.test_create_with_driveropt ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of TestNetworks.test_create_with_ipv4_address _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of TestNetworks.test_create_with_ipv6_address _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of TestNetworks.test_create_with_linklocal_ips _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of TestNetworks.test_create_with_links _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of TestNetworks.test_inspect_network ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of TestNetworks.test_list_networks _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of TestNetworks.test_prune_networks ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of TestNetworks.test_remove_network ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of PluginTest.test_configure_plugin ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of PluginTest.test_create_plugin ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of PluginTest.test_disable_plugin _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of PluginTest.test_enable_plugin ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of PluginTest.test_force_remove_plugin _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of PluginTest.test_inspect_plugin _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of PluginTest.test_install_plugin _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of PluginTest.test_list_plugins ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of PluginTest.test_plugin_privileges ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of PluginTest.test_remove_plugin ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of PluginTest.test_upgrade_plugin _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of SecretAPITest.test_create_secret ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of SecretAPITest.test_create_secret_unicode_data ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of SecretAPITest.test_inspect_secret ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of SecretAPITest.test_list_secrets _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of SecretAPITest.test_remove_secret ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ServiceTest.test_create_service_custom_log_driver ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ServiceTest.test_create_service_global_mode _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ServiceTest.test_create_service_replicated_mode _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ServiceTest.test_create_service_simple ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ServiceTest.test_create_service_with_config _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ServiceTest.test_create_service_with_custom_networks ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ServiceTest.test_create_service_with_dns_config _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ServiceTest.test_create_service_with_endpoint_spec _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_create_service_with_endpoint_spec_host_publish_mode _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ServiceTest.test_create_service_with_env __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_create_service_with_failure_action_rollback _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___ ERROR at setup of ServiceTest.test_create_service_with_generic_resources ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ServiceTest.test_create_service_with_groups _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ServiceTest.test_create_service_with_healthcheck ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ServiceTest.test_create_service_with_hostname ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of ServiceTest.test_create_service_with_hosts _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of ServiceTest.test_create_service_with_init __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_create_service_with_invalid_generic_resources _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_create_service_with_network_attachment_config _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ServiceTest.test_create_service_with_placement _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___ ERROR at setup of ServiceTest.test_create_service_with_placement_object ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of ServiceTest.test_create_service_with_placement_platform ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_create_service_with_placement_preferences _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_create_service_with_placement_preferences_tuple _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ServiceTest.test_create_service_with_privileges _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ServiceTest.test_create_service_with_readonly ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_create_service_with_resources_constraints _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ServiceTest.test_create_service_with_restart_policy _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ServiceTest.test_create_service_with_rollback_config ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ServiceTest.test_create_service_with_secret _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ServiceTest.test_create_service_with_stop_signal ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ServiceTest.test_create_service_with_tty __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ServiceTest.test_create_service_with_tty_dict ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ServiceTest.test_create_service_with_unicode_config _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ServiceTest.test_create_service_with_unicode_secret _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ServiceTest.test_create_service_with_update_config _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_create_service_with_update_config_monitor _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ServiceTest.test_create_service_with_update_order ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ServiceTest.test_create_service_with_volume_mount ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ServiceTest.test_inspect_service_by_id ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ServiceTest.test_inspect_service_by_name __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ServiceTest.test_inspect_service_insert_defaults ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of ServiceTest.test_list_services _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ServiceTest.test_list_services_filter_by_label _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ServiceTest.test_remove_service_by_id ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ServiceTest.test_remove_service_by_name ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of ServiceTest.test_service_logs ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ServiceTest.test_update_service_force_update ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of ServiceTest.test_update_service_remove_container_labels ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ServiceTest.test_update_service_remove_healthcheck _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ServiceTest.test_update_service_remove_labels ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_update_service_with_defaults_container_labels _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_update_service_with_defaults_endpoint_spec _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ServiceTest.test_update_service_with_defaults_labels ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ServiceTest.test_update_service_with_defaults_mode _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ServiceTest.test_update_service_with_defaults_name _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___ ERROR at setup of ServiceTest.test_update_service_with_defaults_networks ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_update_service_with_defaults_update_config _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ServiceTest.test_update_service_with_network_change _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of SwarmTest.test_init_already_in_cluster ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_both_args ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_defaults _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_only_pool ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_only_subnet_size _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of SwarmTest.test_init_swarm_custom_raft_spec _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of SwarmTest.test_init_swarm_force_new_cluster _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of SwarmTest.test_init_swarm_simple ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of SwarmTest.test_init_swarm_with_autolock_managers ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of SwarmTest.test_init_swarm_with_ca_config __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of SwarmTest.test_inspect_node _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of SwarmTest.test_leave_swarm _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of SwarmTest.test_list_nodes __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of SwarmTest.test_remove_main_node _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of SwarmTest.test_rotate_manager_unlock_key __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of SwarmTest.test_update_node _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of SwarmTest.test_update_swarm _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of TestVolumes.test_create_volume _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of TestVolumes.test_create_volume_invalid_driver ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of TestVolumes.test_force_remove_volume ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of TestVolumes.test_inspect_nonexistent_volume _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of TestVolumes.test_inspect_volume _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of TestVolumes.test_list_volumes ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of TestVolumes.test_prune_volumes _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of TestVolumes.test_remove_nonexistent_volume _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of TestVolumes.test_remove_volume _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________________ ERROR at setup of ClientTest.test_df _____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________________ ERROR at setup of ClientTest.test_info ____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________________ ERROR at setup of ClientTest.test_ping ____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ClientTest.test_version ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of CancellableEventsTest.test_cancel_events __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ContextLifecycleTest.test_context_remove __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ContextLifecycleTest.test_lifecycle _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ContextLifecycleTest.test_load_context_without_orchestrator _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ErrorsTest.test_api_error_parses_json ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of ContainerCollectionTest.test_get ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ContainerCollectionTest.test_list ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ContainerCollectionTest.test_list_sparse __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of ContainerCollectionTest.test_run ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ContainerCollectionTest.test_run_detach ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ContainerCollectionTest.test_run_with_auto_remove ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of ContainerCollectionTest.test_run_with_auto_remove_error ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ContainerCollectionTest.test_run_with_error _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ContainerCollectionTest.test_run_with_image_that_does_not_exist _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___ ERROR at setup of ContainerCollectionTest.test_run_with_json_file_driver ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ContainerCollectionTest.test_run_with_named_volume _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ContainerCollectionTest.test_run_with_network ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ContainerCollectionTest.test_run_with_none_driver ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of ContainerCollectionTest.test_run_with_proxy_config _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ContainerCollectionTest.test_run_with_streamed_logs _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ContainerCollectionTest.test_run_with_streamed_logs_and_cancel _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ContainerCollectionTest.test_run_with_volume ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of ContainerTest.test_commit __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ContainerTest.test_create_with_volume_driver ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ContainerTest.test_diff ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of ContainerTest.test_exec_run_failed _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ContainerTest.test_exec_run_success _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ContainerTest.test_kill ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ContainerTest.test_logs ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ContainerTest.test_pause __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ContainerTest.test_ports_target_list ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ContainerTest.test_ports_target_none ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ContainerTest.test_ports_target_tuple ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of ContainerTest.test_remove __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of ContainerTest.test_rename __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of ContainerTest.test_restart _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ContainerTest.test_start __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ContainerTest.test_stats __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ContainerTest.test_stop ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________________ ERROR at setup of ContainerTest.test_top ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________________ ERROR at setup of ContainerTest.test_update __________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ContainerTest.test_wait ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of ImageCollectionTest.test_build _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _________ ERROR at setup of ImageCollectionTest.test_build_with_error __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____ ERROR at setup of ImageCollectionTest.test_build_with_multiple_success ____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of ImageCollectionTest.test_build_with_success_build_output __ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of ImageCollectionTest.test_list ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ImageCollectionTest.test_list_with_repository ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ImageCollectionTest.test_load_error _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of ImageCollectionTest.test_pull ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ImageCollectionTest.test_pull_multiple ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ImageCollectionTest.test_pull_with_sha ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ImageCollectionTest.test_pull_with_tag ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ImageCollectionTest.test_save_and_load ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ImageCollectionTest.test_save_and_load_repo_name ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of ImageCollectionTest.test_save_name_error __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of ImageTest.test_tag_and_remove ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____________ ERROR at setup of NetworkCollectionTest.test_create ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of NetworkCollectionTest.test_get _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of NetworkCollectionTest.test_list_remove ___________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of NetworkTest.test_connect_disconnect _____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of NodesTest.test_list_get_update _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________________ ERROR at setup of ModelTest.test_reload ____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ServiceTest.test_create ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________ ERROR at setup of ServiceTest.test_create_with_network ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ServiceTest.test_force_update_service ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ServiceTest.test_force_update_service_using_bool ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of ServiceTest.test_force_update_service_using_shorthand_method _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________________ ERROR at setup of ServiceTest.test_get ____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of ServiceTest.test_list_remove ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of ServiceTest.test_scale_method_global_service ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________ ERROR at setup of ServiceTest.test_scale_method_service ____________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of ServiceTest.test_scale_service _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ___________________ ERROR at setup of ServiceTest.test_tasks ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________ ERROR at setup of ServiceTest.test_update ___________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ServiceTest.test_update_remove_service_labels ________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of ServiceTest.test_update_retains_container_labels ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______ ERROR at setup of ServiceTest.test_update_retains_service_labels _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______________ ERROR at setup of SwarmTest.test_init_update_leave ______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________ ERROR at setup of SwarmTest.test_join_on_already_joined_swarm _________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of VolumesTest.test_create_get _________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of VolumesTest.test_list_remove ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of TestRegressions.test_443_handle_nonchunked_response_in_stream _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of TestRegressions.test_542_truncate_ids_client_side ______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _ ERROR at setup of TestRegressions.test_647_support_doubleslash_in_image_names _ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _____ ERROR at setup of TestRegressions.test_649_handle_timeout_value_none _____ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __ ERROR at setup of TestRegressions.test_715_handle_user_param_as_int_value ___ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ______ ERROR at setup of TestRegressions.test_792_explicit_port_protocol _______ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of TestStore.test_store_and_get ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of TestStore.test_get_nonexistent _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of TestStore.test_store_and_erase _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) _______________ ERROR at setup of TestStore.test_unicode_strings _______________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________________ ERROR at setup of TestStore.test_list _____________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________ ERROR at setup of TestStore.test_execute_with_env_override __________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ________________ ERROR at setup of test_create_environment_dict ________________ tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) =================================== FAILURES =================================== _____________________________ ImageTest.test_pull ______________________________ tests/unit/api_image_test.py:65: in test_pull self.client.pull('joffrey/test001') docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) __________________________ ImageTest.test_pull_stream __________________________ tests/unit/api_image_test.py:75: in test_pull_stream self.client.pull('joffrey/test001', stream=True) docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes exactly 1 argument (2 given) ____________________ ContainerCollectionTest.test_run_pull _____________________ tests/unit/models_containers_test.py:236: in test_run_pull 'alpine', platform=None, tag=None, stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: pull('alpine', platform=None, tag=None, stream=True) E Actual call: pull('alpine', platform=None, tag='latest', stream=True) ____________________ ImageCollectionTest.test_pull_multiple ____________________ tests/unit/models_images_test.py:59: in test_pull_multiple 'test_image', tag=None, stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: pull('test_image', tag=None, stream=True) E Actual call: pull('test_image', tag='latest', stream=True) ---------- coverage: platform linux2, python 2.7.18-final-0 ---------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 0 0 0 100% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 41 92 21 62% docker/api/client.py 263 62 96 12 75% docker/api/config.py 31 19 6 0 32% docker/api/container.py 266 72 102 25 65% docker/api/daemon.py 39 5 14 4 83% docker/api/exec_api.py 46 11 22 9 68% docker/api/image.py 149 51 50 8 62% docker/api/network.py 90 35 48 11 51% docker/api/plugin.py 90 68 12 0 22% docker/api/secret.py 36 23 10 0 28% docker/api/service.py 200 176 149 0 7% docker/api/swarm.py 106 67 38 1 28% docker/api/volume.py 38 9 14 2 71% docker/auth.py 198 16 74 17 88% docker/client.py 67 10 2 0 86% docker/constants.py 20 0 0 0 100% docker/context/__init__.py 2 0 0 0 100% docker/context/api.py 78 41 38 8 39% docker/context/config.py 61 33 16 2 42% docker/context/context.py 151 93 62 6 30% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 4 2 0 54% docker/credentials/store.py 50 35 16 0 23% docker/credentials/utils.py 23 18 12 0 14% docker/errors.py 110 24 18 4 73% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 0 0 62% docker/models/containers.py 183 11 60 9 92% docker/models/images.py 138 56 52 5 50% docker/models/networks.py 37 7 8 3 73% docker/models/nodes.py 15 5 0 0 67% docker/models/plugins.py 49 30 8 0 33% docker/models/resource.py 41 10 6 3 72% docker/models/secrets.py 21 8 0 0 62% docker/models/services.py 87 35 34 4 60% docker/models/swarm.py 39 21 6 0 40% docker/models/volumes.py 23 10 2 0 52% docker/tls.py 37 6 14 6 76% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 0 2 1 88% docker/transport/npipeconn.py 58 53 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 89 63 24 1 24% docker/transport/ssladapter.py 36 8 10 4 70% docker/transport/unixconn.py 65 5 12 4 88% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 0 2 0 100% docker/types/containers.py 418 76 326 43 81% docker/types/daemon.py 36 24 14 0 24% docker/types/healthcheck.py 34 20 4 0 37% docker/types/networks.py 41 11 28 9 65% docker/types/services.py 312 140 206 38 50% docker/types/swarm.py 51 45 40 0 7% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 154 26 74 10 82% docker/utils/config.py 36 1 10 1 96% docker/utils/decorators.py 32 1 12 1 95% docker/utils/fnmatch.py 55 18 28 2 61% docker/utils/json_stream.py 43 8 14 2 79% docker/utils/ports.py 50 3 28 2 91% docker/utils/proxy.py 32 1 12 0 98% docker/utils/socket.py 86 12 40 7 82% docker/utils/utils.py 285 19 164 15 92% docker/version.py 2 0 0 0 100% ----------------------------------------------------------------------- TOTAL 5041 1789 2165 300 61% =========================== short test summary info ============================ XFAIL tests/integration/api_build_test.py::BuildTest::test_prune_builds Currently fails on 18.09: https://github.com/moby/moby/issues/37920 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options CONFIG_RT_GROUP_SCHED isn't enabled XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt Not supported on most drivers XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top Output of docker top depends on host distro, and is not formalized. XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs Output of docker top depends on host distro, and is not formalized. XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr Can fail if eth0 has multiple IP addresses XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver This doesn't seem to be taken into account by the engine XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks Flaky test XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32' SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME ==== 4 failed, 543 passed, 7 skipped, 9 xfailed, 380 error in 13.52 seconds ==== [Pipeline] sh tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir ERROR [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_inspect ERROR [ 13%] tests/integration/api_container_test.py::LinkTest::test_remove_link ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_default ERROR [ 12%] + docker stop dpy-dind-4-0-py2.7-19.03.13-beta2 dpy-tests-4-0-py2.7-19.03.13-beta2 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached ERROR [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket ERROR [ 13%] tests/integration/api_exec_test.py::ExecTest::test_execute_command ERROR [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming ERROR [ 12%] [Pipeline] sh tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux ERROR [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_string ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env ERROR [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir ERROR [ 13%] + docker stop dpy-dind-4-0-py2.7-19.03.12 dpy-tests-4-0-py2.7-19.03.12 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux ERROR [ 14%] tests/integration/api_exec_test.py::ExecTest::test_exec_inspect ERROR [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached ERROR [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux ERROR [ 14%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux ERROR [ 14%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux ERROR [ 14%] tests/integration/api_exec_test.py::ExecTest::test_execute_command ERROR [ 13%] tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux ERROR [ 13%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails ERROR [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes ERROR [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command ERROR [ 14%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux ERROR [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux ERROR [ 13%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period ERROR [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images ERROR [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images_quiet ERROR [ 15%] dpy-dind-4-0-py2.7-19.03.13-beta2 dpy-tests-4-0-py2.7-19.03.13-beta2 + docker rm -vf dpy-dind-4-0-py2.7-19.03.13-beta2 dpy-tests-4-0-py2.7-19.03.13-beta2 dpy-dind-4-0-py2.7-19.03.13-beta2 dpy-tests-4-0-py2.7-19.03.13-beta2 + docker network rm dpy-testnet-4-0-py2.7-19.03.13-beta2 dpy-testnet-4-0-py2.7-19.03.13-beta2 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py2.7_19.03.13-beta2 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux ERROR [ 14%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux ERROR [ 14%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux ERROR [ 14%] tests/integration/api_image_test.py::PullImageTest::test_pull ERROR [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform ERROR [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull_streaming ERROR [ 15%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux ERROR [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails ERROR [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes ERROR [ 14%] tests/integration/api_image_test.py::CommitTest::test_commit ERROR [ 15%] tests/integration/api_image_test.py::CommitTest::test_commit_with_changes ERROR [ 15%] tests/integration/api_image_test.py::RemoveImageTest::test_remove ERROR [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_get_load_image ERROR [ 15%] dpy-dind-4-0-py2.7-19.03.12 dpy-tests-4-0-py2.7-19.03.12 + docker rm -vf dpy-dind-4-0-py2.7-19.03.12 dpy-tests-4-0-py2.7-19.03.12 dpy-dind-4-0-py2.7-19.03.12 dpy-tests-4-0-py2.7-19.03.12 + docker network rm dpy-testnet-4-0-py2.7-19.03.12 dpy-testnet-4-0-py2.7-19.03.12 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py2.7_19.03.12 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command ERROR [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period ERROR [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images ERROR [ 14%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes ERROR [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_file ERROR [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream ERROR [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%] tests/integration/api_image_test.py::ListImagesTest::test_images_quiet ERROR [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull ERROR [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform ERROR [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes ERROR [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes ERROR [ 16%] tests/integration/api_image_test.py::PruneImagesTest::test_prune_images ERROR [ 16%] tests/integration/api_image_test.py::PullImageTest::test_pull_streaming ERROR [ 15%] tests/integration/api_image_test.py::CommitTest::test_commit ERROR [ 15%] tests/integration/api_image_test.py::CommitTest::test_commit_with_changes ERROR [ 15%] tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image ERROR [ 16%] tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution ERROR [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container ERROR [ 16%] tests/integration/api_image_test.py::RemoveImageTest::test_remove ERROR [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_get_load_image ERROR [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes ERROR [ 15%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container ERROR [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases ERROR [ 17%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_file ERROR [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream ERROR [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes ERROR [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_links ERROR [ 17%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes ERROR [ 16%] tests/integration/api_image_test.py::PruneImagesTest::test_prune_images ERROR [ 16%] tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image ERROR [ 16%] tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks ERROR [ 17%] tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution ERROR [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container ERROR [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container ERROR [ 16%] tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_links ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable ERROR [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_create_with_links ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_inspect_network ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_list_networks ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_prune_networks ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_remove_network ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases ERROR [ 18%] tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin ERROR [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_create_plugin ERROR [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin ERROR [ 20%] tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address ERROR [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips ERROR [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_install_plugin ERROR [ 20%] tests/integration/api_network_test.py::TestNetworks::test_create_with_links ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_inspect_network ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_list_networks ERROR [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_list_plugins ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges ERROR [ 20%] tests/integration/api_network_test.py::TestNetworks::test_prune_networks ERROR [ 19%] tests/integration/api_network_test.py::TestNetworks::test_remove_network ERROR [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin ERROR [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret ERROR [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data ERROR [ 21%] tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin ERROR [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_create_plugin ERROR [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin ERROR [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret ERROR [ 21%] tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets ERROR [ 21%] tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret ERROR [ 21%] tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin ERROR [ 20%] tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode ERROR [ 21%] tests/integration/api_plugin_test.py::PluginTest::test_install_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_list_plugins ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges ERROR [ 20%] tests/integration/api_service_test.py::ServiceTest::test_create_service_simple ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks ERROR [ 22%] tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin ERROR [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin ERROR [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret ERROR [ 20%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode ERROR [ 22%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data ERROR [ 21%] tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret ERROR [ 21%] tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources ERROR [ 22%] tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_simple ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config ERROR [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck ERROR [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple ERROR [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_list_services ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict ERROR [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_service_logs ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services ERROR [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_service_logs ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change ERROR [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels ERROR [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels ERROR [ 26%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args ERROR [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults ERROR [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool ERROR [ 28%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode ERROR [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XFAIL [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster ERROR [ 28%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks ERROR [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config ERROR [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers ERROR [ 28%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change ERROR [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster ERROR [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args ERROR [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults ERROR [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XFAIL [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_update_node ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers ERROR [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config ERROR [ 28%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume ERROR [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver ERROR [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume ERROR [ 30%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node ERROR [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_list_volumes ERROR [ 30%] tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key ERROR [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_volume ERROR [ 30%] tests/integration/api_swarm_test.py::SwarmTest::test_update_node ERROR [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm ERROR [ 29%] tests/integration/client_test.py::ClientTest::test_df ERROR [ 30%] tests/integration/client_test.py::ClientTest::test_info ERROR [ 30%] tests/integration/client_test.py::ClientTest::test_ping ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume ERROR [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver ERROR [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume ERROR [ 30%] tests/integration/client_test.py::ClientTest::test_version ERROR [ 31%] tests/integration/client_test.py::CancellableEventsTest::test_cancel_events ERROR [ 31%] tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove ERROR [ 31%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_list_volumes ERROR [ 30%] tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle ERROR [ 31%] tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator ERROR [ 31%] tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json ERROR [ 31%] tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume ERROR [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_volume ERROR [ 30%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_get ERROR [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list ERROR [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse ERROR [ 31%] tests/integration/client_test.py::ClientTest::test_df ERROR [ 30%] tests/integration/client_test.py::ClientTest::test_info ERROR [ 30%] tests/integration/client_test.py::ClientTest::test_ping ERROR [ 30%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove ERROR [ 32%] tests/integration/client_test.py::ClientTest::test_version ERROR [ 31%] tests/integration/client_test.py::CancellableEventsTest::test_cancel_events ERROR [ 31%] tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove ERROR [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist ERROR [ 32%] tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle ERROR [ 31%] tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator ERROR [ 31%] tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json ERROR [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_get ERROR [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list ERROR [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse ERROR [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config ERROR [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs ERROR [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel ERROR [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_commit ERROR [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error ERROR [ 32%] tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_diff ERROR [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume ERROR [ 32%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_kill ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_logs ERROR [ 34%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver ERROR [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_pause ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none ERROR [ 34%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs ERROR [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel ERROR [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_remove ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_commit ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_diff ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_rename ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_restart ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_start ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_stats ERROR [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success ERROR [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_kill ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_stop ERROR [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_top ERROR [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_update ERROR [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_logs ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_pause ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_wait ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build ERROR [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_remove ERROR [ 34%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_list ERROR [ 36%] tests/integration/models_containers_test.py::ContainerTest::test_rename ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_restart ERROR [ 34%] tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_load_error ERROR [ 36%] tests/integration/models_containers_test.py::ContainerTest::test_start ERROR [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_stats ERROR [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_stop ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha ERROR [ 36%] tests/integration/models_containers_test.py::ContainerTest::test_top ERROR [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_update ERROR [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_wait ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_build ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error ERROR [ 37%] tests/integration/models_images_test.py::ImageTest::test_tag_and_remove ERROR [ 37%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_create ERROR [ 37%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output ERROR [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_list ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository ERROR [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_get ERROR [ 37%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove ERROR [ 37%] tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect ERROR [ 37%] tests/integration/models_images_test.py::ImageCollectionTest::test_load_error ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple ERROR [ 36%] tests/integration/models_nodes_test.py::NodesTest::test_list_get_update ERROR [ 37%] tests/integration/models_resources_test.py::ModelTest::test_reload ERROR [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create ERROR [ 37%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag ERROR [ 36%] tests/integration/models_services_test.py::ServiceTest::test_create_with_network ERROR [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool ERROR [ 38%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name ERROR [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error ERROR [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_get ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_list_remove ERROR [ 38%] tests/integration/models_images_test.py::ImageTest::test_tag_and_remove ERROR [ 37%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_create ERROR [ 37%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_get ERROR [ 37%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_service ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_service ERROR [ 38%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove ERROR [ 37%] tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect ERROR [ 37%] tests/integration/models_nodes_test.py::NodesTest::test_list_get_update ERROR [ 37%] tests/integration/models_services_test.py::ServiceTest::test_tasks ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update ERROR [ 39%] tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels ERROR [ 39%] tests/integration/models_resources_test.py::ModelTest::test_reload ERROR [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create ERROR [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create_with_network ERROR [ 37%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels ERROR [ 39%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XFAIL [ 39%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels ERROR [ 39%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method ERROR [ 38%] tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave ERROR [ 39%] tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm ERROR [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_create_get ERROR [ 39%] tests/integration/models_services_test.py::ServiceTest::test_get ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_list_remove ERROR [ 38%] tests/integration/models_volumes_test.py::VolumesTest::test_list_remove ERROR [ 39%] tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream ERROR [ 39%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_service ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_service ERROR [ 38%] tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side ERROR [ 40%] tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names ERROR [ 40%] tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none ERROR [ 40%] tests/integration/models_services_test.py::ServiceTest::test_tasks ERROR [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update ERROR [ 39%] tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels ERROR [ 39%] tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value ERROR [ 40%] tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol ERROR [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_get ERROR [ 40%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels ERROR [ 39%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XFAIL [ 39%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels ERROR [ 39%] tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent ERROR [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_erase ERROR [ 40%] tests/integration/credentials/store_test.py::TestStore::test_unicode_strings ERROR [ 40%] tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave ERROR [ 39%] tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm ERROR [ 39%] tests/integration/credentials/store_test.py::TestStore::test_list ERROR [ 41%] tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override ERROR [ 41%] tests/integration/credentials/utils_test.py::test_create_environment_dict ERROR [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%] tests/integration/models_volumes_test.py::VolumesTest::test_create_get ERROR [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_list_remove ERROR [ 39%] tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream ERROR [ 39%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%] tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side ERROR [ 40%] tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names ERROR [ 40%] tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none ERROR [ 40%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_diff PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_logs PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_port PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED [ 53%] tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 53%] tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED [ 53%] tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED [ 53%] tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 54%] tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value ERROR [ 40%] tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol ERROR [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_get ERROR [ 40%] tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_pull FAILED [ 55%] tests/unit/api_image_test.py::ImageTest::test_pull_stream FAILED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 59%] tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%] tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%] tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent ERROR [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_erase ERROR [ 40%] tests/integration/credentials/store_test.py::TestStore::test_unicode_strings ERROR [ 40%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%] tests/integration/credentials/store_test.py::TestStore::test_list ERROR [ 41%] tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override ERROR [ 41%] tests/integration/credentials/utils_test.py::test_create_environment_dict ERROR [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_diff PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_logs PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_port PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED [ 53%] tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 53%] tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED [ 53%] tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED [ 53%] tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 54%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_pull FAILED [ 55%] tests/unit/api_image_test.py::ImageTest::test_pull_stream FAILED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 59%] tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%] tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%] tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 60%] tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 61%] tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%] tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 66%] tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 66%] tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_events PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_info PASSED [ 68%] tests/unit/client_test.py::ClientTest::test_ping PASSED [ 68%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%] tests/unit/client_test.py::ClientTest::test_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%] tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%] tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%] tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%] tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%] tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%] tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull FAILED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%] tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 80%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%] tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple FAILED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%] tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 82%] tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 83%] tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 84%] tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%] tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 85%] tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%] tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 60%] tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 61%] tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 92%] tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%] tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 66%] tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 66%] tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_events PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_info PASSED [ 68%] tests/unit/client_test.py::ClientTest::test_ping PASSED [ 68%] tests/unit/client_test.py::ClientTest::test_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%] tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%] tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%] tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%] tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%] tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%] tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull FAILED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%] tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple FAILED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%] tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 82%] tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 83%] tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 84%] tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%] tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 85%] tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] ==================================== ERRORS ==================================== _________ ERROR at setup of BuildTest.test_build_container_with_target _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ---------------------------- Captured stderr setup ----------------------------- pulling alpine:3.10 _____________ ERROR at setup of BuildTest.test_build_from_stringio _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of BuildTest.test_build_gzip_custom_encoding __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of BuildTest.test_build_gzip_encoding _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of BuildTest.test_build_in_context_abs_dockerfile _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of BuildTest.test_build_in_context_dockerfile _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of BuildTest.test_build_in_context_nested_dockerfile ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of BuildTest.test_build_invalid_platform ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of BuildTest.test_build_isolation _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of BuildTest.test_build_labels _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of BuildTest.test_build_out_of_context_dockerfile _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of BuildTest.test_build_shmsize ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of BuildTest.test_build_squash _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of BuildTest.test_build_stderr_data ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of BuildTest.test_build_streaming _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of BuildTest.test_build_with_buildargs _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of BuildTest.test_build_with_cache_from ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of BuildTest.test_build_with_dockerfile_empty_lines ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of BuildTest.test_build_with_dockerignore ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of BuildTest.test_build_with_extra_hosts ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of BuildTest.test_build_with_network_mode ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of BuildTest.test_build_with_proxy _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of BuildTest.test_build_with_proxy_and_buildargs ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of InformationTest.test_info __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of InformationTest.test_version ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of AutoDetectVersionTest.test_client_init ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ConnectionTimeoutTest.test_timeout _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of UnixconnTest.test_resource_warnings _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of ConfigAPITest.test_create_config ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ConfigAPITest.test_create_config_unicode_data ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ConfigAPITest.test_inspect_config ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of ConfigAPITest.test_list_configs _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of ConfigAPITest.test_remove_config ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ListContainersTest.test_list_containers ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of CreateContainerTest.test_create _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of CreateContainerTest.test_create_container_with_volumes_from _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of CreateContainerTest.test_create_with_auto_remove ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of CreateContainerTest.test_create_with_device_cgroup_rules __ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of CreateContainerTest.test_create_with_environment_variable_no_value _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of CreateContainerTest.test_create_with_host_pid_mode _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of CreateContainerTest.test_create_with_init __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of CreateContainerTest.test_create_with_isolation _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of CreateContainerTest.test_create_with_links _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of CreateContainerTest.test_create_with_mac_address ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of CreateContainerTest.test_create_with_memory_constraints_with_int _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of CreateContainerTest.test_create_with_memory_constraints_with_str _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of CreateContainerTest.test_create_with_restart_policy _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of CreateContainerTest.test_create_with_stop_timeout ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of CreateContainerTest.test_create_with_tmpfs _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of CreateContainerTest.test_create_with_uts_mode ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of CreateContainerTest.test_group_id_ints ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of CreateContainerTest.test_group_id_strings __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of CreateContainerTest.test_invalid_log_driver_raises_exception _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___ ERROR at setup of CreateContainerTest.test_valid_log_driver_and_log_opt ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of CreateContainerTest.test_valid_no_config_specified _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___ ERROR at setup of CreateContainerTest.test_valid_no_log_driver_specified ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of VolumeBindTest.test_create_with_binds_ro __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of VolumeBindTest.test_create_with_binds_rw __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of VolumeBindTest.test_create_with_mounts ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of VolumeBindTest.test_create_with_mounts_ro __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of VolumeBindTest.test_create_with_volume_mount ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ArchiveTest.test_copy_directory_to_container ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ArchiveTest.test_copy_file_to_container ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ArchiveTest.test_get_file_archive_from_container ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ArchiveTest.test_get_file_stat_from_container ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of RenameContainerTest.test_rename_container __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of StartContainerTest.test_run_shlex_commands _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of StartContainerTest.test_start_container ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of StartContainerTest.test_start_container_with_dict_instead_of_id _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________________ ERROR at setup of WaitTest.test_wait _____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of WaitTest.test_wait_with_condition ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of WaitTest.test_wait_with_dict_instead_of_id _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________________ ERROR at setup of LogsTest.test_logs _____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of LogsTest.test_logs_streaming_and_follow ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of LogsTest.test_logs_streaming_and_follow_and_cancel _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of LogsTest.test_logs_tail_option _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of LogsTest.test_logs_with_dict_instead_of_id _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of LogsTest.test_logs_with_tail_0 _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of LogsTest.test_logs_with_until ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________________ ERROR at setup of DiffTest.test_diff _____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of DiffTest.test_diff_with_dict_instead_of_id _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________________ ERROR at setup of StopTest.test_stop _____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of StopTest.test_stop_with_dict_instead_of_id _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________________ ERROR at setup of KillTest.test_kill _____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of KillTest.test_kill_with_dict_instead_of_id _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of KillTest.test_kill_with_signal _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of KillTest.test_kill_with_signal_integer ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of KillTest.test_kill_with_signal_name _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________________ ERROR at setup of PortTest.test_port _____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of RestartContainerTest.test_restart ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of RestartContainerTest.test_restart_with_dict_instead_of_id __ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of RestartContainerTest.test_restart_with_low_timeout _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of RemoveContainerTest.test_remove _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of RemoveContainerTest.test_remove_with_dict_instead_of_id ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of AttachContainerTest.test_attach_no_stream __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of AttachContainerTest.test_attach_stream_and_cancel ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of AttachContainerTest.test_detach_with_arg __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of AttachContainerTest.test_detach_with_config_file ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of AttachContainerTest.test_detach_with_default ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___ ERROR at setup of AttachContainerTest.test_run_container_reading_socket ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of AttachContainerTest.test_run_container_streaming ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of PauseTest.test_pause_unpause ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 92%] tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%] docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of PruneTest.test_prune_containers _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of GetContainerStatsTest.test_get_container_stats_no_stream __ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ContainerUpdateTest.test_restart_policy_update _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of ContainerUpdateTest.test_update_container __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of ContainerCPUTest.test_container_cpu_shares _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ContainerCPUTest.test_container_cpuset ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of ContainerCPUTest.test_create_with_runtime __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of LinkTest.test_remove_link __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ExecTest.test_detach_with_config_file ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ExecTest.test_detach_with_default ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ExecTest.test_exec_command_as_root _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ExecTest.test_exec_command_as_user _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ExecTest.test_exec_command_streaming ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ExecTest.test_exec_command_string ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ExecTest.test_exec_command_with_env _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ExecTest.test_exec_command_with_workdir ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of ExecTest.test_exec_inspect _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ExecTest.test_exec_start_detached ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of ExecTest.test_exec_start_socket _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of ExecTest.test_execute_command ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ExecTest.test_execute_command_with_proxy_env ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ExecDemuxTest.test_exec_command_no_stream_demux _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ExecDemuxTest.test_exec_command_no_stream_no_demux _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ExecDemuxTest.test_exec_command_stream_demux ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ExecDemuxTest.test_exec_command_stream_no_demux _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ExecDemuxTest.test_exec_command_tty_no_stream_demux _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___ ERROR at setup of ExecDemuxTest.test_exec_command_tty_no_stream_no_demux ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ExecDemuxTest.test_exec_command_tty_stream_demux ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ExecDemuxTest.test_exec_command_tty_stream_no_demux _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of HealthcheckTest.test_healthcheck_fails ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of HealthcheckTest.test_healthcheck_passes ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of HealthcheckTest.test_healthcheck_shell_command _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of HealthcheckTest.test_healthcheck_start_period ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of ListImagesTest.test_images _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of ListImagesTest.test_images_quiet ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of PullImageTest.test_pull ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of PullImageTest.test_pull_invalid_platform __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of PullImageTest.test_pull_streaming ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________________ ERROR at setup of CommitTest.test_commit ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of CommitTest.test_commit_with_changes _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of RemoveImageTest.test_remove _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ImportImageTest.test_get_load_image _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ImportImageTest.test_import_from_bytes ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ImportImageTest.test_import_from_file ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ImportImageTest.test_import_from_stream ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of ImportImageTest.test_import_image_from_data_with_changes __ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ImportImageTest.test_import_image_with_changes _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of PruneImagesTest.test_prune_images ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of SaveLoadImagesTest.test_get_image_load_image ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of InspectDistributionTest.test_inspect_distribution ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of TestNetworks.test_connect_and_disconnect_container _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of TestNetworks.test_connect_and_force_disconnect_container __ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of TestNetworks.test_connect_on_container_create ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of TestNetworks.test_connect_with_aliases ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of TestNetworks.test_connect_with_ipv4_address _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of TestNetworks.test_connect_with_ipv6_address _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of TestNetworks.test_connect_with_links ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of TestNetworks.test_create_check_duplicate __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of TestNetworks.test_create_inspect_network_with_scope _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of TestNetworks.test_create_internal_networks _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of TestNetworks.test_create_network_attachable _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of TestNetworks.test_create_network_ingress __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of TestNetworks.test_create_network_ipv6_enabled ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of TestNetworks.test_create_network_with_host_driver_fails ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of TestNetworks.test_create_network_with_ipam_config ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of TestNetworks.test_create_network_with_labels ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of TestNetworks.test_create_network_with_labels_wrong_type ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of TestNetworks.test_create_remove_network_with_space_in_name _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of TestNetworks.test_create_with_aliases ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of TestNetworks.test_create_with_driveropt ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of TestNetworks.test_create_with_ipv4_address _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of TestNetworks.test_create_with_ipv6_address _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of TestNetworks.test_create_with_linklocal_ips _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of TestNetworks.test_create_with_links _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of TestNetworks.test_inspect_network ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of TestNetworks.test_list_networks _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of TestNetworks.test_prune_networks ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of TestNetworks.test_remove_network ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of PluginTest.test_configure_plugin ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of PluginTest.test_create_plugin ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of PluginTest.test_disable_plugin _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of PluginTest.test_enable_plugin ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of PluginTest.test_force_remove_plugin _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of PluginTest.test_inspect_plugin _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of PluginTest.test_install_plugin _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of PluginTest.test_list_plugins ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of PluginTest.test_plugin_privileges ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of PluginTest.test_remove_plugin ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of PluginTest.test_upgrade_plugin _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of SecretAPITest.test_create_secret ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of SecretAPITest.test_create_secret_unicode_data ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of SecretAPITest.test_inspect_secret ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of SecretAPITest.test_list_secrets _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of SecretAPITest.test_remove_secret ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ServiceTest.test_create_service_custom_log_driver ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ServiceTest.test_create_service_global_mode _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ServiceTest.test_create_service_replicated_mode _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ServiceTest.test_create_service_simple ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ServiceTest.test_create_service_with_config _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ServiceTest.test_create_service_with_custom_networks ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ServiceTest.test_create_service_with_dns_config _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ServiceTest.test_create_service_with_endpoint_spec _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_create_service_with_endpoint_spec_host_publish_mode _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ServiceTest.test_create_service_with_env __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_create_service_with_failure_action_rollback _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___ ERROR at setup of ServiceTest.test_create_service_with_generic_resources ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ServiceTest.test_create_service_with_groups _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ServiceTest.test_create_service_with_healthcheck ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ServiceTest.test_create_service_with_hostname ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of ServiceTest.test_create_service_with_hosts _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of ServiceTest.test_create_service_with_init __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_create_service_with_invalid_generic_resources _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_create_service_with_network_attachment_config _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ServiceTest.test_create_service_with_placement _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___ ERROR at setup of ServiceTest.test_create_service_with_placement_object ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of ServiceTest.test_create_service_with_placement_platform ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_create_service_with_placement_preferences _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_create_service_with_placement_preferences_tuple _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ServiceTest.test_create_service_with_privileges _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ServiceTest.test_create_service_with_readonly ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_create_service_with_resources_constraints _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ServiceTest.test_create_service_with_restart_policy _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ServiceTest.test_create_service_with_rollback_config ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ServiceTest.test_create_service_with_secret _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ServiceTest.test_create_service_with_stop_signal ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ServiceTest.test_create_service_with_tty __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ServiceTest.test_create_service_with_tty_dict ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ServiceTest.test_create_service_with_unicode_config _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ServiceTest.test_create_service_with_unicode_secret _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ServiceTest.test_create_service_with_update_config _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_create_service_with_update_config_monitor _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ServiceTest.test_create_service_with_update_order ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ServiceTest.test_create_service_with_volume_mount ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ServiceTest.test_inspect_service_by_id ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ServiceTest.test_inspect_service_by_name __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ServiceTest.test_inspect_service_insert_defaults ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of ServiceTest.test_list_services _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ServiceTest.test_list_services_filter_by_label _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ServiceTest.test_remove_service_by_id ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ServiceTest.test_remove_service_by_name ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of ServiceTest.test_service_logs ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ServiceTest.test_update_service_force_update ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of ServiceTest.test_update_service_remove_container_labels ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ServiceTest.test_update_service_remove_healthcheck _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ServiceTest.test_update_service_remove_labels ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_update_service_with_defaults_container_labels _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_update_service_with_defaults_endpoint_spec _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ServiceTest.test_update_service_with_defaults_labels ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ServiceTest.test_update_service_with_defaults_mode _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ServiceTest.test_update_service_with_defaults_name _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___ ERROR at setup of ServiceTest.test_update_service_with_defaults_networks ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_update_service_with_defaults_update_config _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ServiceTest.test_update_service_with_network_change _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of SwarmTest.test_init_already_in_cluster ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_both_args ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_defaults _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_only_pool ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_only_subnet_size _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of SwarmTest.test_init_swarm_custom_raft_spec _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of SwarmTest.test_init_swarm_force_new_cluster _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of SwarmTest.test_init_swarm_simple ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of SwarmTest.test_init_swarm_with_autolock_managers ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of SwarmTest.test_init_swarm_with_ca_config __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of SwarmTest.test_inspect_node _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of SwarmTest.test_leave_swarm _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of SwarmTest.test_list_nodes __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of SwarmTest.test_remove_main_node _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of SwarmTest.test_rotate_manager_unlock_key __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of SwarmTest.test_update_node _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of SwarmTest.test_update_swarm _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of TestVolumes.test_create_volume _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of TestVolumes.test_create_volume_invalid_driver ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of TestVolumes.test_force_remove_volume ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of TestVolumes.test_inspect_nonexistent_volume _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of TestVolumes.test_inspect_volume _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of TestVolumes.test_list_volumes ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of TestVolumes.test_prune_volumes _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of TestVolumes.test_remove_nonexistent_volume _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of TestVolumes.test_remove_volume _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________________ ERROR at setup of ClientTest.test_df _____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________________ ERROR at setup of ClientTest.test_info ____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________________ ERROR at setup of ClientTest.test_ping ____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ClientTest.test_version ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of CancellableEventsTest.test_cancel_events __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ContextLifecycleTest.test_context_remove __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ContextLifecycleTest.test_lifecycle _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ContextLifecycleTest.test_load_context_without_orchestrator _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ErrorsTest.test_api_error_parses_json ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of ContainerCollectionTest.test_get ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ContainerCollectionTest.test_list ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ContainerCollectionTest.test_list_sparse __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of ContainerCollectionTest.test_run ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ContainerCollectionTest.test_run_detach ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ContainerCollectionTest.test_run_with_auto_remove ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of ContainerCollectionTest.test_run_with_auto_remove_error ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ContainerCollectionTest.test_run_with_error _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ContainerCollectionTest.test_run_with_image_that_does_not_exist _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___ ERROR at setup of ContainerCollectionTest.test_run_with_json_file_driver ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ContainerCollectionTest.test_run_with_named_volume _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ContainerCollectionTest.test_run_with_network ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ContainerCollectionTest.test_run_with_none_driver ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ContainerCollectionTest.test_run_with_proxy_config _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ContainerCollectionTest.test_run_with_streamed_logs _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ContainerCollectionTest.test_run_with_streamed_logs_and_cancel _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ContainerCollectionTest.test_run_with_volume ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of ContainerTest.test_commit __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ContainerTest.test_create_with_volume_driver ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ContainerTest.test_diff ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ContainerTest.test_exec_run_failed _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ContainerTest.test_exec_run_success _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ContainerTest.test_kill ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ContainerTest.test_logs ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ContainerTest.test_pause __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ContainerTest.test_ports_target_list ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ContainerTest.test_ports_target_none ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ContainerTest.test_ports_target_tuple ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of ContainerTest.test_remove __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of ContainerTest.test_rename __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of ContainerTest.test_restart _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ContainerTest.test_start __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ContainerTest.test_stats __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ContainerTest.test_stop ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________________ ERROR at setup of ContainerTest.test_top ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of ContainerTest.test_update __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ContainerTest.test_wait ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of ImageCollectionTest.test_build _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of ImageCollectionTest.test_build_with_error __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ImageCollectionTest.test_build_with_multiple_success ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of ImageCollectionTest.test_build_with_success_build_output __ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of ImageCollectionTest.test_list ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ImageCollectionTest.test_list_with_repository ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ImageCollectionTest.test_load_error _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of ImageCollectionTest.test_pull ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ImageCollectionTest.test_pull_multiple ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ImageCollectionTest.test_pull_with_sha ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ImageCollectionTest.test_pull_with_tag ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ImageCollectionTest.test_save_and_load ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ImageCollectionTest.test_save_and_load_repo_name ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ImageCollectionTest.test_save_name_error __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of ImageTest.test_tag_and_remove ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of NetworkCollectionTest.test_create ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of NetworkCollectionTest.test_get _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of NetworkCollectionTest.test_list_remove ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of NetworkTest.test_connect_disconnect _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of NodesTest.test_list_get_update _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________________ ERROR at setup of ModelTest.test_reload ____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ServiceTest.test_create ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ServiceTest.test_create_with_network ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ServiceTest.test_force_update_service ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ServiceTest.test_force_update_service_using_bool ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_force_update_service_using_shorthand_method _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________________ ERROR at setup of ServiceTest.test_get ____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of ServiceTest.test_list_remove ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ServiceTest.test_scale_method_global_service ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ServiceTest.test_scale_method_service ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of ServiceTest.test_scale_service _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________________ ERROR at setup of ServiceTest.test_tasks ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ServiceTest.test_update ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ServiceTest.test_update_remove_service_labels ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ServiceTest.test_update_retains_container_labels ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ServiceTest.test_update_retains_service_labels _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of SwarmTest.test_init_update_leave ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of SwarmTest.test_join_on_already_joined_swarm _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of VolumesTest.test_create_get _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of VolumesTest.test_list_remove ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of TestRegressions.test_443_handle_nonchunked_response_in_stream _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of TestRegressions.test_542_truncate_ids_client_side ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of TestRegressions.test_647_support_doubleslash_in_image_names _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of TestRegressions.test_649_handle_timeout_value_none _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of TestRegressions.test_715_handle_user_param_as_int_value ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of TestRegressions.test_792_explicit_port_protocol _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of TestStore.test_store_and_get ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of TestStore.test_get_nonexistent _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of TestStore.test_store_and_erase _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of TestStore.test_unicode_strings _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________________ ERROR at setup of TestStore.test_list _____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of TestStore.test_execute_with_env_override __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of test_create_environment_dict ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.12:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given =================================== FAILURES =================================== _____________________________ ImageTest.test_pull ______________________________ tests/unit/api_image_test.py:65: in test_pull self.client.pull('joffrey/test001') docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________________ ImageTest.test_pull_stream __________________________ tests/unit/api_image_test.py:75: in test_pull_stream self.client.pull('joffrey/test001', stream=True) docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________________ ContainerCollectionTest.test_run_pull _____________________ tests/unit/models_containers_test.py:236: in test_run_pull 'alpine', platform=None, tag=None, stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: pull('alpine', platform=None, stream=True, tag=None) E Actual call: pull('alpine', platform=None, stream=True, tag='latest') ____________________ ImageCollectionTest.test_pull_multiple ____________________ tests/unit/models_images_test.py:59: in test_pull_multiple 'test_image', tag=None, stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: pull('test_image', stream=True, tag=None) E Actual call: pull('test_image', stream=True, tag='latest') =============================== warnings summary =============================== /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working from collections import MutableMapping -- Docs: https://docs.pytest.org/en/latest/warnings.html ----------- coverage: platform linux, python 3.7.9-final-0 ----------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 0 0 0 100% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 41 93 21 63% docker/api/client.py 263 63 98 13 75% docker/api/config.py 31 19 6 0 32% docker/api/container.py 266 72 104 25 65% docker/api/daemon.py 39 5 14 4 83% docker/api/exec_api.py 46 11 22 9 68% docker/api/image.py 149 51 52 8 63% docker/api/network.py 90 35 48 11 51% docker/api/plugin.py 90 68 14 0 21% docker/api/secret.py 36 23 10 0 28% docker/api/service.py 200 176 149 0 7% docker/api/swarm.py 106 67 38 1 28% docker/api/volume.py 38 9 14 2 71% docker/auth.py 198 16 74 16 88% docker/client.py 67 10 2 0 86% docker/constants.py 20 0 0 0 100% docker/context/__init__.py 2 0 0 0 100% docker/context/api.py 78 41 38 8 39% docker/context/config.py 61 33 16 2 42% docker/context/context.py 151 93 62 6 30% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 4 2 0 54% docker/credentials/store.py 50 35 16 0 23% docker/credentials/utils.py 23 18 12 0 14% docker/errors.py 110 18 20 6 80% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 2 0 57% docker/models/containers.py 183 11 70 9 91% docker/models/images.py 138 56 58 5 52% docker/models/networks.py 37 7 12 3 71% docker/models/nodes.py 15 5 2 0 59% docker/models/plugins.py 49 30 10 0 32% docker/models/resource.py 41 10 6 3 72% docker/models/secrets.py 21 8 2 0 57% docker/models/services.py 87 35 36 4 59% docker/models/swarm.py 39 21 6 0 40% docker/models/volumes.py 23 10 4 0 48% docker/tls.py 37 6 14 6 76% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 0 2 1 88% docker/transport/npipeconn.py 58 53 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 89 63 24 1 24% docker/transport/ssladapter.py 36 10 10 4 65% docker/transport/unixconn.py 65 6 12 4 87% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 0 2 0 100% docker/types/containers.py 418 76 328 43 81% docker/types/daemon.py 36 24 14 0 24% docker/types/healthcheck.py 34 20 4 0 37% docker/types/networks.py 41 11 28 9 65% docker/types/services.py 312 140 206 38 50% docker/types/swarm.py 51 45 40 0 7% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 154 26 76 10 82% docker/utils/config.py 36 1 10 1 96% docker/utils/decorators.py 32 1 12 1 95% docker/utils/fnmatch.py 55 18 28 2 61% docker/utils/json_stream.py 43 8 14 2 79% docker/utils/ports.py 50 3 32 2 91% docker/utils/proxy.py 32 1 12 0 98% docker/utils/socket.py 86 10 40 8 84% docker/utils/utils.py 285 21 177 16 91% docker/version.py 2 0 2 0 100% ----------------------------------------------------------------------- TOTAL 5041 1787 2231 304 61% =========================== short test summary info ============================ XFAIL tests/integration/api_build_test.py::BuildTest::test_prune_builds Currently fails on 18.09: https://github.com/moby/moby/issues/37920 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options CONFIG_RT_GROUP_SCHED isn't enabled XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt Not supported on most drivers XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top Output of docker top depends on host distro, and is not formalized. XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs Output of docker top depends on host distro, and is not formalized. XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr Can fail if eth0 has multiple IP addresses XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver This doesn't seem to be taken into account by the engine XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks Flaky test XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32' SKIPPED [1] tests/unit/utils_test.py:478: shlex doesn't support bytes in py3 = 4 failed, 542 passed, 8 skipped, 9 xfailed, 1 warnings, 380 error in 41.72 seconds = [Pipeline] sh + docker stop dpy-dind-4-0-py3.7-19.03.12 dpy-tests-4-0-py3.7-19.03.12 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] ==================================== ERRORS ==================================== _________ ERROR at setup of BuildTest.test_build_container_with_target _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ---------------------------- Captured stderr setup ----------------------------- pulling alpine:3.10 _____________ ERROR at setup of BuildTest.test_build_from_stringio _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of BuildTest.test_build_gzip_custom_encoding __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of BuildTest.test_build_gzip_encoding _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of BuildTest.test_build_in_context_abs_dockerfile _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of BuildTest.test_build_in_context_dockerfile _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of BuildTest.test_build_in_context_nested_dockerfile ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of BuildTest.test_build_invalid_platform ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of BuildTest.test_build_isolation _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of BuildTest.test_build_labels _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of BuildTest.test_build_out_of_context_dockerfile _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of BuildTest.test_build_shmsize ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of BuildTest.test_build_squash _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of BuildTest.test_build_stderr_data ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of BuildTest.test_build_streaming _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of BuildTest.test_build_with_buildargs _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of BuildTest.test_build_with_cache_from ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of BuildTest.test_build_with_dockerfile_empty_lines ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of BuildTest.test_build_with_dockerignore ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of BuildTest.test_build_with_extra_hosts ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of BuildTest.test_build_with_network_mode ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of BuildTest.test_build_with_proxy _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of BuildTest.test_build_with_proxy_and_buildargs ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of InformationTest.test_info __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of InformationTest.test_version ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of AutoDetectVersionTest.test_client_init ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ConnectionTimeoutTest.test_timeout _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of UnixconnTest.test_resource_warnings _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of ConfigAPITest.test_create_config ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ConfigAPITest.test_create_config_unicode_data ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ConfigAPITest.test_inspect_config ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of ConfigAPITest.test_list_configs _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of ConfigAPITest.test_remove_config ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ListContainersTest.test_list_containers ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of CreateContainerTest.test_create _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of CreateContainerTest.test_create_container_with_volumes_from _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of CreateContainerTest.test_create_with_auto_remove ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of CreateContainerTest.test_create_with_device_cgroup_rules __ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of CreateContainerTest.test_create_with_environment_variable_no_value _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of CreateContainerTest.test_create_with_host_pid_mode _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of CreateContainerTest.test_create_with_init __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of CreateContainerTest.test_create_with_isolation _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of CreateContainerTest.test_create_with_links _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of CreateContainerTest.test_create_with_mac_address ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of CreateContainerTest.test_create_with_memory_constraints_with_int _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of CreateContainerTest.test_create_with_memory_constraints_with_str _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of CreateContainerTest.test_create_with_restart_policy _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of CreateContainerTest.test_create_with_stop_timeout ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of CreateContainerTest.test_create_with_tmpfs _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of CreateContainerTest.test_create_with_uts_mode ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of CreateContainerTest.test_group_id_ints ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of CreateContainerTest.test_group_id_strings __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of CreateContainerTest.test_invalid_log_driver_raises_exception _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___ ERROR at setup of CreateContainerTest.test_valid_log_driver_and_log_opt ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of CreateContainerTest.test_valid_no_config_specified _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___ ERROR at setup of CreateContainerTest.test_valid_no_log_driver_specified ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of VolumeBindTest.test_create_with_binds_ro __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of VolumeBindTest.test_create_with_binds_rw __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of VolumeBindTest.test_create_with_mounts ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of VolumeBindTest.test_create_with_mounts_ro __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of VolumeBindTest.test_create_with_volume_mount ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ArchiveTest.test_copy_directory_to_container ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ArchiveTest.test_copy_file_to_container ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ArchiveTest.test_get_file_archive_from_container ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ArchiveTest.test_get_file_stat_from_container ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of RenameContainerTest.test_rename_container __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of StartContainerTest.test_run_shlex_commands _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of StartContainerTest.test_start_container ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of StartContainerTest.test_start_container_with_dict_instead_of_id _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________________ ERROR at setup of WaitTest.test_wait _____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of WaitTest.test_wait_with_condition ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of WaitTest.test_wait_with_dict_instead_of_id _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________________ ERROR at setup of LogsTest.test_logs _____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of LogsTest.test_logs_streaming_and_follow ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of LogsTest.test_logs_streaming_and_follow_and_cancel _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of LogsTest.test_logs_tail_option _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of LogsTest.test_logs_with_dict_instead_of_id _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of LogsTest.test_logs_with_tail_0 _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of LogsTest.test_logs_with_until ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________________ ERROR at setup of DiffTest.test_diff _____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of DiffTest.test_diff_with_dict_instead_of_id _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________________ ERROR at setup of StopTest.test_stop _____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of StopTest.test_stop_with_dict_instead_of_id _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________________ ERROR at setup of KillTest.test_kill _____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of KillTest.test_kill_with_dict_instead_of_id _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of KillTest.test_kill_with_signal _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of KillTest.test_kill_with_signal_integer ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of KillTest.test_kill_with_signal_name _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________________ ERROR at setup of PortTest.test_port _____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of RestartContainerTest.test_restart ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of RestartContainerTest.test_restart_with_dict_instead_of_id __ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of RestartContainerTest.test_restart_with_low_timeout _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of RemoveContainerTest.test_remove _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of RemoveContainerTest.test_remove_with_dict_instead_of_id ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of AttachContainerTest.test_attach_no_stream __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of AttachContainerTest.test_attach_stream_and_cancel ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of AttachContainerTest.test_detach_with_arg __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of AttachContainerTest.test_detach_with_config_file ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of AttachContainerTest.test_detach_with_default ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___ ERROR at setup of AttachContainerTest.test_run_container_reading_socket ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of AttachContainerTest.test_run_container_streaming ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of PauseTest.test_pause_unpause ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of PruneTest.test_prune_containers _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of GetContainerStatsTest.test_get_container_stats_no_stream __ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ContainerUpdateTest.test_restart_policy_update _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of ContainerUpdateTest.test_update_container __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of ContainerCPUTest.test_container_cpu_shares _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ContainerCPUTest.test_container_cpuset ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of ContainerCPUTest.test_create_with_runtime __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of LinkTest.test_remove_link __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ExecTest.test_detach_with_config_file ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ExecTest.test_detach_with_default ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ExecTest.test_exec_command_as_root _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ExecTest.test_exec_command_as_user _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ExecTest.test_exec_command_streaming ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ExecTest.test_exec_command_string ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ExecTest.test_exec_command_with_env _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ExecTest.test_exec_command_with_workdir ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of ExecTest.test_exec_inspect _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ExecTest.test_exec_start_detached ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of ExecTest.test_exec_start_socket _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of ExecTest.test_execute_command ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ExecTest.test_execute_command_with_proxy_env ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ExecDemuxTest.test_exec_command_no_stream_demux _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ExecDemuxTest.test_exec_command_no_stream_no_demux _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ExecDemuxTest.test_exec_command_stream_demux ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ExecDemuxTest.test_exec_command_stream_no_demux _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ExecDemuxTest.test_exec_command_tty_no_stream_demux _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___ ERROR at setup of ExecDemuxTest.test_exec_command_tty_no_stream_no_demux ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ExecDemuxTest.test_exec_command_tty_stream_demux ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ExecDemuxTest.test_exec_command_tty_stream_no_demux _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of HealthcheckTest.test_healthcheck_fails ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of HealthcheckTest.test_healthcheck_passes ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of HealthcheckTest.test_healthcheck_shell_command _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of HealthcheckTest.test_healthcheck_start_period ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of ListImagesTest.test_images _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of ListImagesTest.test_images_quiet ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of PullImageTest.test_pull ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of PullImageTest.test_pull_invalid_platform __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of PullImageTest.test_pull_streaming ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________________ ERROR at setup of CommitTest.test_commit ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of CommitTest.test_commit_with_changes _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of RemoveImageTest.test_remove _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ImportImageTest.test_get_load_image _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ImportImageTest.test_import_from_bytes ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ImportImageTest.test_import_from_file ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ImportImageTest.test_import_from_stream ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of ImportImageTest.test_import_image_from_data_with_changes __ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ImportImageTest.test_import_image_with_changes _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of PruneImagesTest.test_prune_images ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of SaveLoadImagesTest.test_get_image_load_image ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of InspectDistributionTest.test_inspect_distribution ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of TestNetworks.test_connect_and_disconnect_container _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of TestNetworks.test_connect_and_force_disconnect_container __ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of TestNetworks.test_connect_on_container_create ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of TestNetworks.test_connect_with_aliases ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of TestNetworks.test_connect_with_ipv4_address _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of TestNetworks.test_connect_with_ipv6_address _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of TestNetworks.test_connect_with_links ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of TestNetworks.test_create_check_duplicate __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of TestNetworks.test_create_inspect_network_with_scope _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of TestNetworks.test_create_internal_networks _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of TestNetworks.test_create_network_attachable _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of TestNetworks.test_create_network_ingress __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of TestNetworks.test_create_network_ipv6_enabled ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of TestNetworks.test_create_network_with_host_driver_fails ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of TestNetworks.test_create_network_with_ipam_config ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of TestNetworks.test_create_network_with_labels ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of TestNetworks.test_create_network_with_labels_wrong_type ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of TestNetworks.test_create_remove_network_with_space_in_name _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of TestNetworks.test_create_with_aliases ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of TestNetworks.test_create_with_driveropt ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of TestNetworks.test_create_with_ipv4_address _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of TestNetworks.test_create_with_ipv6_address _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of TestNetworks.test_create_with_linklocal_ips _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of TestNetworks.test_create_with_links _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of TestNetworks.test_inspect_network ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of TestNetworks.test_list_networks _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of TestNetworks.test_prune_networks ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of TestNetworks.test_remove_network ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of PluginTest.test_configure_plugin ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of PluginTest.test_create_plugin ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of PluginTest.test_disable_plugin _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of PluginTest.test_enable_plugin ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of PluginTest.test_force_remove_plugin _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of PluginTest.test_inspect_plugin _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of PluginTest.test_install_plugin _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of PluginTest.test_list_plugins ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of PluginTest.test_plugin_privileges ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of PluginTest.test_remove_plugin ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of PluginTest.test_upgrade_plugin _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of SecretAPITest.test_create_secret ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of SecretAPITest.test_create_secret_unicode_data ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of SecretAPITest.test_inspect_secret ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of SecretAPITest.test_list_secrets _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of SecretAPITest.test_remove_secret ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ServiceTest.test_create_service_custom_log_driver ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ServiceTest.test_create_service_global_mode _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ServiceTest.test_create_service_replicated_mode _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ServiceTest.test_create_service_simple ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ServiceTest.test_create_service_with_config _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ServiceTest.test_create_service_with_custom_networks ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ServiceTest.test_create_service_with_dns_config _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ServiceTest.test_create_service_with_endpoint_spec _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_create_service_with_endpoint_spec_host_publish_mode _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ServiceTest.test_create_service_with_env __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_create_service_with_failure_action_rollback _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___ ERROR at setup of ServiceTest.test_create_service_with_generic_resources ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ServiceTest.test_create_service_with_groups _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ServiceTest.test_create_service_with_healthcheck ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ServiceTest.test_create_service_with_hostname ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of ServiceTest.test_create_service_with_hosts _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of ServiceTest.test_create_service_with_init __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_create_service_with_invalid_generic_resources _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_create_service_with_network_attachment_config _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ServiceTest.test_create_service_with_placement _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___ ERROR at setup of ServiceTest.test_create_service_with_placement_object ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of ServiceTest.test_create_service_with_placement_platform ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_create_service_with_placement_preferences _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_create_service_with_placement_preferences_tuple _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ServiceTest.test_create_service_with_privileges _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ServiceTest.test_create_service_with_readonly ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_create_service_with_resources_constraints _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ServiceTest.test_create_service_with_restart_policy _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ServiceTest.test_create_service_with_rollback_config ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ServiceTest.test_create_service_with_secret _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ServiceTest.test_create_service_with_stop_signal ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ServiceTest.test_create_service_with_tty __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ServiceTest.test_create_service_with_tty_dict ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ServiceTest.test_create_service_with_unicode_config _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ServiceTest.test_create_service_with_unicode_secret _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ServiceTest.test_create_service_with_update_config _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_create_service_with_update_config_monitor _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ServiceTest.test_create_service_with_update_order ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ServiceTest.test_create_service_with_volume_mount ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ServiceTest.test_inspect_service_by_id ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ServiceTest.test_inspect_service_by_name __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ServiceTest.test_inspect_service_insert_defaults ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of ServiceTest.test_list_services _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ServiceTest.test_list_services_filter_by_label _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ServiceTest.test_remove_service_by_id ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ServiceTest.test_remove_service_by_name ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of ServiceTest.test_service_logs ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ServiceTest.test_update_service_force_update ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of ServiceTest.test_update_service_remove_container_labels ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ServiceTest.test_update_service_remove_healthcheck _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ServiceTest.test_update_service_remove_labels ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_update_service_with_defaults_container_labels _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_update_service_with_defaults_endpoint_spec _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ServiceTest.test_update_service_with_defaults_labels ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ServiceTest.test_update_service_with_defaults_mode _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ServiceTest.test_update_service_with_defaults_name _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___ ERROR at setup of ServiceTest.test_update_service_with_defaults_networks ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_update_service_with_defaults_update_config _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ServiceTest.test_update_service_with_network_change _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of SwarmTest.test_init_already_in_cluster ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_both_args ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_defaults _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_only_pool ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_only_subnet_size _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of SwarmTest.test_init_swarm_custom_raft_spec _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of SwarmTest.test_init_swarm_force_new_cluster _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of SwarmTest.test_init_swarm_simple ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of SwarmTest.test_init_swarm_with_autolock_managers ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of SwarmTest.test_init_swarm_with_ca_config __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of SwarmTest.test_inspect_node _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of SwarmTest.test_leave_swarm _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of SwarmTest.test_list_nodes __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of SwarmTest.test_remove_main_node _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of SwarmTest.test_rotate_manager_unlock_key __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of SwarmTest.test_update_node _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of SwarmTest.test_update_swarm _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of TestVolumes.test_create_volume _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of TestVolumes.test_create_volume_invalid_driver ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of TestVolumes.test_force_remove_volume ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of TestVolumes.test_inspect_nonexistent_volume _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of TestVolumes.test_inspect_volume _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of TestVolumes.test_list_volumes ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of TestVolumes.test_prune_volumes _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of TestVolumes.test_remove_nonexistent_volume _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of TestVolumes.test_remove_volume _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________________ ERROR at setup of ClientTest.test_df _____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________________ ERROR at setup of ClientTest.test_info ____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________________ ERROR at setup of ClientTest.test_ping ____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ClientTest.test_version ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of CancellableEventsTest.test_cancel_events __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ContextLifecycleTest.test_context_remove __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ContextLifecycleTest.test_lifecycle _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ContextLifecycleTest.test_load_context_without_orchestrator _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ErrorsTest.test_api_error_parses_json ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of ContainerCollectionTest.test_get ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ContainerCollectionTest.test_list ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ContainerCollectionTest.test_list_sparse __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of ContainerCollectionTest.test_run ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ContainerCollectionTest.test_run_detach ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ContainerCollectionTest.test_run_with_auto_remove ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of ContainerCollectionTest.test_run_with_auto_remove_error ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ContainerCollectionTest.test_run_with_error _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ContainerCollectionTest.test_run_with_image_that_does_not_exist _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___ ERROR at setup of ContainerCollectionTest.test_run_with_json_file_driver ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ContainerCollectionTest.test_run_with_named_volume _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ContainerCollectionTest.test_run_with_network ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ContainerCollectionTest.test_run_with_none_driver ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of ContainerCollectionTest.test_run_with_proxy_config _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ContainerCollectionTest.test_run_with_streamed_logs _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ContainerCollectionTest.test_run_with_streamed_logs_and_cancel _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ContainerCollectionTest.test_run_with_volume ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of ContainerTest.test_commit __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ContainerTest.test_create_with_volume_driver ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ContainerTest.test_diff ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of ContainerTest.test_exec_run_failed _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ContainerTest.test_exec_run_success _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ContainerTest.test_kill ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ContainerTest.test_logs ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ContainerTest.test_pause __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ContainerTest.test_ports_target_list ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ContainerTest.test_ports_target_none ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ContainerTest.test_ports_target_tuple ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of ContainerTest.test_remove __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of ContainerTest.test_rename __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of ContainerTest.test_restart _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ContainerTest.test_start __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ContainerTest.test_stats __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ContainerTest.test_stop ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________________ ERROR at setup of ContainerTest.test_top ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________________ ERROR at setup of ContainerTest.test_update __________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ContainerTest.test_wait ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of ImageCollectionTest.test_build _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _________ ERROR at setup of ImageCollectionTest.test_build_with_error __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____ ERROR at setup of ImageCollectionTest.test_build_with_multiple_success ____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of ImageCollectionTest.test_build_with_success_build_output __ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of ImageCollectionTest.test_list ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ImageCollectionTest.test_list_with_repository ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ImageCollectionTest.test_load_error _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of ImageCollectionTest.test_pull ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ImageCollectionTest.test_pull_multiple ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ImageCollectionTest.test_pull_with_sha ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ImageCollectionTest.test_pull_with_tag ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ImageCollectionTest.test_save_and_load ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ImageCollectionTest.test_save_and_load_repo_name ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of ImageCollectionTest.test_save_name_error __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of ImageTest.test_tag_and_remove ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____________ ERROR at setup of NetworkCollectionTest.test_create ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of NetworkCollectionTest.test_get _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of NetworkCollectionTest.test_list_remove ___________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of NetworkTest.test_connect_disconnect _____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of NodesTest.test_list_get_update _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________________ ERROR at setup of ModelTest.test_reload ____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ServiceTest.test_create ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________ ERROR at setup of ServiceTest.test_create_with_network ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ServiceTest.test_force_update_service ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ServiceTest.test_force_update_service_using_bool ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of ServiceTest.test_force_update_service_using_shorthand_method _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________________ ERROR at setup of ServiceTest.test_get ____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of ServiceTest.test_list_remove ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of ServiceTest.test_scale_method_global_service ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________ ERROR at setup of ServiceTest.test_scale_method_service ____________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of ServiceTest.test_scale_service _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ___________________ ERROR at setup of ServiceTest.test_tasks ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________ ERROR at setup of ServiceTest.test_update ___________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ServiceTest.test_update_remove_service_labels ________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of ServiceTest.test_update_retains_container_labels ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______ ERROR at setup of ServiceTest.test_update_retains_service_labels _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______________ ERROR at setup of SwarmTest.test_init_update_leave ______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________ ERROR at setup of SwarmTest.test_join_on_already_joined_swarm _________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of VolumesTest.test_create_get _________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of VolumesTest.test_list_remove ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of TestRegressions.test_443_handle_nonchunked_response_in_stream _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of TestRegressions.test_542_truncate_ids_client_side ______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _ ERROR at setup of TestRegressions.test_647_support_doubleslash_in_image_names _ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _____ ERROR at setup of TestRegressions.test_649_handle_timeout_value_none _____ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __ ERROR at setup of TestRegressions.test_715_handle_user_param_as_int_value ___ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ______ ERROR at setup of TestRegressions.test_792_explicit_port_protocol _______ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of TestStore.test_store_and_get ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of TestStore.test_get_nonexistent _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of TestStore.test_store_and_erase _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given _______________ ERROR at setup of TestStore.test_unicode_strings _______________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________________ ERROR at setup of TestStore.test_list _____________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________ ERROR at setup of TestStore.test_execute_with_env_override __________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ________________ ERROR at setup of test_create_environment_dict ________________ docker/api/client.py:259: in _raise_for_status response.raise_for_status() /usr/local/lib/python3.7/site-packages/requests/models.py:940: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://dpy-dind-4-0-py3.7-19.03.13-beta2:2375/v1.40/images/alpine:3.10/json During handling of the above exception, another exception occurred: tests/integration/conftest.py:18: in setup_test_session c.inspect_image(TEST_IMG) docker/utils/decorators.py:19: in wrapped return f(self, resource_id, *args, **kwargs) docker/api/image.py:246: in inspect_image self._get(self._url("/images/{0}/json", image)), True docker/api/client.py:265: in _result self._raise_for_status(response) docker/api/client.py:261: in _raise_for_status raise create_api_error_from_http_exception(e) docker/errors.py:31: in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) E docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: alpine:3.10: No such image: alpine:3.10") During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/six.py:685: in reraise raise value.with_traceback(tb) tests/integration/conftest.py:21: in setup_test_session for data in c.pull(TEST_IMG, stream=True, decode=True): docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given =================================== FAILURES =================================== _____________________________ ImageTest.test_pull ______________________________ tests/unit/api_image_test.py:65: in test_pull self.client.pull('joffrey/test001') docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given __________________________ ImageTest.test_pull_stream __________________________ tests/unit/api_image_test.py:75: in test_pull_stream self.client.pull('joffrey/test001', stream=True) docker/api/image.py:386: in pull repository, tag = utils.parse_repository_tag(repository, 'latest') E TypeError: parse_repository_tag() takes 1 positional argument but 2 were given ____________________ ContainerCollectionTest.test_run_pull _____________________ tests/unit/models_containers_test.py:236: in test_run_pull 'alpine', platform=None, tag=None, stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: pull('alpine', platform=None, stream=True, tag=None) E Actual call: pull('alpine', platform=None, stream=True, tag='latest') ____________________ ImageCollectionTest.test_pull_multiple ____________________ tests/unit/models_images_test.py:59: in test_pull_multiple 'test_image', tag=None, stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: pull('test_image', stream=True, tag=None) E Actual call: pull('test_image', stream=True, tag='latest') =============================== warnings summary =============================== /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working from collections import MutableMapping -- Docs: https://docs.pytest.org/en/latest/warnings.html ----------- coverage: platform linux, python 3.7.9-final-0 ----------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 0 0 0 100% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 41 93 21 63% docker/api/client.py 263 63 98 13 75% docker/api/config.py 31 19 6 0 32% docker/api/container.py 266 72 104 25 65% docker/api/daemon.py 39 5 14 4 83% docker/api/exec_api.py 46 11 22 9 68% docker/api/image.py 149 51 52 8 63% docker/api/network.py 90 35 48 11 51% docker/api/plugin.py 90 68 14 0 21% docker/api/secret.py 36 23 10 0 28% docker/api/service.py 200 176 149 0 7% docker/api/swarm.py 106 67 38 1 28% docker/api/volume.py 38 9 14 2 71% docker/auth.py 198 16 74 16 88% docker/client.py 67 10 2 0 86% docker/constants.py 20 0 0 0 100% docker/context/__init__.py 2 0 0 0 100% docker/context/api.py 78 41 38 8 39% docker/context/config.py 61 33 16 2 42% docker/context/context.py 151 93 62 6 30% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 4 2 0 54% docker/credentials/store.py 50 35 16 0 23% docker/credentials/utils.py 23 18 12 0 14% docker/errors.py 110 18 20 6 80% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 2 0 57% docker/models/containers.py 183 11 70 9 91% docker/models/images.py 138 56 58 5 52% docker/models/networks.py 37 7 12 3 71% docker/models/nodes.py 15 5 2 0 59% docker/models/plugins.py 49 30 10 0 32% docker/models/resource.py 41 10 6 3 72% docker/models/secrets.py 21 8 2 0 57% docker/models/services.py 87 35 36 4 59% docker/models/swarm.py 39 21 6 0 40% docker/models/volumes.py 23 10 4 0 48% docker/tls.py 37 6 14 6 76% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 0 2 1 88% docker/transport/npipeconn.py 58 53 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 89 63 24 1 24% docker/transport/ssladapter.py 36 10 10 4 65% docker/transport/unixconn.py 65 6 12 4 87% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 0 2 0 100% docker/types/containers.py 418 76 328 43 81% docker/types/daemon.py 36 24 14 0 24% docker/types/healthcheck.py 34 20 4 0 37% docker/types/networks.py 41 11 28 9 65% docker/types/services.py 312 140 206 38 50% docker/types/swarm.py 51 45 40 0 7% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 154 26 76 10 82% docker/utils/config.py 36 1 10 1 96% docker/utils/decorators.py 32 1 12 1 95% docker/utils/fnmatch.py 55 18 28 2 61% docker/utils/json_stream.py 43 8 14 2 79% docker/utils/ports.py 50 3 32 2 91% docker/utils/proxy.py 32 1 12 0 98% docker/utils/socket.py 86 10 40 8 84% docker/utils/utils.py 285 21 177 16 91% docker/version.py 2 0 2 0 100% ----------------------------------------------------------------------- TOTAL 5041 1787 2231 304 61% =========================== short test summary info ============================ XFAIL tests/integration/api_build_test.py::BuildTest::test_prune_builds Currently fails on 18.09: https://github.com/moby/moby/issues/37920 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options CONFIG_RT_GROUP_SCHED isn't enabled XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt Not supported on most drivers XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top Output of docker top depends on host distro, and is not formalized. XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs Output of docker top depends on host distro, and is not formalized. XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr Can fail if eth0 has multiple IP addresses XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver This doesn't seem to be taken into account by the engine XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks Flaky test XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32' SKIPPED [1] tests/unit/utils_test.py:478: shlex doesn't support bytes in py3 = 4 failed, 542 passed, 8 skipped, 9 xfailed, 1 warnings, 380 error in 42.54 seconds = [Pipeline] sh dpy-dind-4-0-py3.7-19.03.12 dpy-tests-4-0-py3.7-19.03.12 + docker rm -vf dpy-dind-4-0-py3.7-19.03.12 dpy-tests-4-0-py3.7-19.03.12 dpy-dind-4-0-py3.7-19.03.12 dpy-tests-4-0-py3.7-19.03.12 + docker network rm dpy-testnet-4-0-py3.7-19.03.12 dpy-testnet-4-0-py3.7-19.03.12 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.7_19.03.12 + docker stop dpy-dind-4-0-py3.7-19.03.13-beta2 dpy-tests-4-0-py3.7-19.03.13-beta2 dpy-dind-4-0-py3.7-19.03.13-beta2 dpy-tests-4-0-py3.7-19.03.13-beta2 + docker rm -vf dpy-dind-4-0-py3.7-19.03.13-beta2 dpy-tests-4-0-py3.7-19.03.13-beta2 dpy-dind-4-0-py3.7-19.03.13-beta2 dpy-tests-4-0-py3.7-19.03.13-beta2 + docker network rm dpy-testnet-4-0-py3.7-19.03.13-beta2 dpy-testnet-4-0-py3.7-19.03.13-beta2 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.7_19.03.13-beta2 [Pipeline] // parallel [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result ERROR: script returned exit code 1 Finished: FAILURE