Push event to branch 4.3.0-release Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 2d219ff739cbb743db5fd6d5e2988cede39a03e8 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 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-mem (i-01aec7bb3098c6697) in /home/ubuntu/workspace/docker-py_4.3.0-release [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_4.3.0-release@tmp/cbd64ae3-dcea-4f99-af29-01ddb6c5d7a5/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_4.3.0-release:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 61c5ed1cbdf8: Pulling fs layer 61c5ed1cbdf8: Verifying Checksum 61c5ed1cbdf8: Download complete 61c5ed1cbdf8: Pull complete Digest: sha256:4f47c01fa91355af2865ac10fef5bf6ec9c7f42ad2321377c21e844427972977 Status: Downloaded newer image for busybox:latest [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 Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_4.3.0-release # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/heads/4.3.0-release:refs/remotes/origin/4.3.0-release # timeout=10 Fetching without tags Checking out Revision 2d219ff739cbb743db5fd6d5e2988cede39a03e8 (4.3.0-release) > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/4.3.0-release:refs/remotes/origin/4.3.0-release # 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/heads/4.3.0-release:refs/remotes/origin/4.3.0-release # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d219ff739cbb743db5fd6d5e2988cede39a03e8 # timeout=10 Commit message: "Prepare release 4.3.0" First time build. Skipping changelog. > git rev-list --no-walk b671a1b8723f89a2bf815265d2b754ee74153861 # timeout=10 [Pipeline] sh + git rev-parse HEAD [Pipeline] isUnix [Pipeline] sh + docker pull dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh + docker build -t dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 . Sending build context to Docker daemon 1.314MB Step 1/19 : ARG PYTHON_VERSION=3.7 Step 2/19 : FROM python:${PYTHON_VERSION} 2.7: Pulling from library/python 7e2b2a5af8f6: Pulling fs layer 09b6f03ffac4: Pulling fs layer dc3f0c679f0f: Pulling fs layer fd4b47407fc3: Pulling fs layer b32f6bf7d96d: Pulling fs layer 6f4489a7e4cf: Pulling fs layer af4b99ad9ef0: Pulling fs layer 39db0bc48c26: Pulling fs layer acb4a89489fc: Pulling fs layer 6f4489a7e4cf: Waiting af4b99ad9ef0: Waiting 39db0bc48c26: Waiting acb4a89489fc: Waiting b32f6bf7d96d: Waiting fd4b47407fc3: Waiting 09b6f03ffac4: Verifying Checksum 09b6f03ffac4: Download complete dc3f0c679f0f: Verifying Checksum dc3f0c679f0f: Download complete 7e2b2a5af8f6: Verifying Checksum 7e2b2a5af8f6: Download complete 6f4489a7e4cf: Verifying Checksum 6f4489a7e4cf: Download complete fd4b47407fc3: Verifying Checksum fd4b47407fc3: Download complete 39db0bc48c26: Verifying Checksum 39db0bc48c26: Download complete acb4a89489fc: Verifying Checksum acb4a89489fc: Download complete af4b99ad9ef0: Verifying Checksum af4b99ad9ef0: Download complete b32f6bf7d96d: Verifying Checksum b32f6bf7d96d: Download complete 7e2b2a5af8f6: Pull complete 09b6f03ffac4: Pull complete dc3f0c679f0f: Pull complete fd4b47407fc3: Pull complete b32f6bf7d96d: Pull complete 6f4489a7e4cf: Pull complete af4b99ad9ef0: Pull complete 39db0bc48c26: Pull complete acb4a89489fc: Pull complete Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d Status: Downloaded newer image for python:2.7 ---> 68e7be49c28c Step 3/19 : ARG APT_MIRROR ---> Running in 86a6e936800a Removing intermediate container 86a6e936800a ---> 58bd64be0127 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 ---> Running in 87f632331281 Removing intermediate container 87f632331281 ---> 275503478e15 Step 5/19 : RUN apt-get update && apt-get -y install gnupg2 pass curl ---> Running in c937f0e5df7c Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:2 http://deb.debian.org/debian buster InRelease [122 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] Fetched 8372 kB in 2s (4801 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... curl is already the newest version (7.64.0-4+deb10u1). The following additional packages will be installed: libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip Suggested packages: libxml-simple-perl ruby The following NEW packages will be installed: gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip 0 upgraded, 9 newly installed, 0 to remove and 52 not upgraded. Need to get 708 kB of archives. After this operation, 1197 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB] Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB] Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB] Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB] Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB] Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB] Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB] Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB] Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 708 kB in 0s (2668 kB/s) Selecting previously unselected package gnupg2. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24538 files and directories currently installed.) Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ... Unpacking gnupg2 (2.2.12-1+deb10u1) ... Selecting previously unselected package libqrencode4:amd64. Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ... Unpacking libqrencode4:amd64 (4.0.2-1) ... Selecting previously unselected package libxmu6:amd64. Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ... Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ... Selecting previously unselected package libxmuu1:amd64. Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ... Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ... Selecting previously unselected package tree. Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ... Unpacking tree (1.8.0-1) ... Selecting previously unselected package pass. Preparing to unpack .../5-pass_1.7.3-2_all.deb ... Unpacking pass (1.7.3-2) ... Selecting previously unselected package qrencode. Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ... Unpacking qrencode (4.0.2-1) ... Selecting previously unselected package xauth. Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ... Unpacking xauth (1:1.0.10-1) ... Selecting previously unselected package xclip. Preparing to unpack .../8-xclip_0.13-1_amd64.deb ... Unpacking xclip (0.13-1) ... Setting up gnupg2 (2.2.12-1+deb10u1) ... Setting up libxmu6:amd64 (2:1.1.2-2+b3) ... Setting up libqrencode4:amd64 (4.0.2-1) ... Setting up qrencode (4.0.2-1) ... Setting up tree (1.8.0-1) ... Setting up xclip (0.13-1) ... Setting up pass (1.7.3-2) ... Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ... Setting up xauth (1:1.0.10-1) ... Processing triggers for libc-bin (2.28-10) ... Removing intermediate container c937f0e5df7c ---> 2e9e963a394e Step 6/19 : COPY ./tests/gpg-keys /gpg-keys ---> 512b2315b674 Step 7/19 : RUN gpg2 --import gpg-keys/secret ---> Running in 848810250ac2 gpg: directory '/root/.gnupg' created gpg: keybox '/root/.gnupg/pubring.kbx' created gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: key 464ED987A7B21401: public key "Sakuya Izayoi " imported gpg: key 464ED987A7B21401: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 Removing intermediate container 848810250ac2 ---> a6fb3504fbb7 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust ---> Running in ca071bf17475 gpg: inserting ownertrust of 6 Removing intermediate container ca071bf17475 ---> 8a48a8cee655 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') ---> Running in 6b82624692ac gpg: please do a --check-trustdb mkdir: created directory '/root/.password-store/' Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 Removing intermediate container 6b82624692ac ---> 6dae41a3c760 Step 10/19 : RUN gpg2 --check-trustdb ---> Running in 66e1aa89bf7a gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u Removing intermediate container 66e1aa89bf7a ---> 9a0381775ebb Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3 ---> Running in 1b294a7e535e Removing intermediate container 1b294a7e535e ---> 06329ef83b6b 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 ---> Running in 49cdbab611fb Removing intermediate container 49cdbab611fb ---> 7b47dc0dd488 Step 13/19 : WORKDIR /src ---> Running in e52bacb8e5e2 Removing intermediate container e52bacb8e5e2 ---> 5d4f11a362c1 Step 14/19 : COPY requirements.txt /src/requirements.txt ---> 1c10f9b6f91e Step 15/19 : RUN pip install -r requirements.txt ---> Running in e83d8d531a91 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 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3) Collecting asn1crypto==0.22.0 Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB) Collecting backports.ssl-match-hostname==3.5.0.1 Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB) Collecting cffi==1.10.0 Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB) Collecting cryptography==2.3 Downloading cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB) Collecting enum34==1.1.6 Downloading enum34-1.1.6-py2-none-any.whl (12 kB) Collecting idna==2.5 Downloading idna-2.5-py2.py3-none-any.whl (55 kB) Collecting ipaddress==1.0.18 Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB) Collecting packaging==16.8 Downloading packaging-16.8-py2.py3-none-any.whl (23 kB) Collecting paramiko==2.4.2 Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB) Collecting pycparser==2.17 Downloading pycparser-2.17.tar.gz (231 kB) Collecting pyOpenSSL==18.0.0 Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB) Collecting pyparsing==2.2.0 Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB) Collecting requests==2.20.0 Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB) Collecting six==1.10.0 Downloading six-1.10.0-py2.py3-none-any.whl (10 kB) Collecting urllib3==1.24.3 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Collecting websocket-client==0.56.0 Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB) Collecting pyasn1>=0.1.7 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Collecting pynacl>=1.0.1 Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB) Collecting bcrypt>=3.1.3 Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB) Collecting certifi>=2017.4.17 Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB) Collecting chardet<3.1.0,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Building wheels for collected packages: backports.ssl-match-hostname, pycparser Building wheel for backports.ssl-match-hostname (setup.py): started Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done' Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=6311889c8bad99ccbad3f8db1b1f505632c8dc63495cf98d3f6c7d9763041182 Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f Building wheel for pycparser (setup.py): started Building wheel for pycparser (setup.py): finished with status 'done' Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193881 sha256=e3d8f33b66880d9cf771b4dfd13acdc0d8fe121afb2aeb69ef31d90d0e3b4951 Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3 Successfully built backports.ssl-match-hostname pycparser Installing collected packages: asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, idna, enum34, ipaddress, cryptography, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client Attempting uninstall: six Found existing installation: six 1.14.0 Uninstalling six-1.14.0: Successfully uninstalled six-1.14.0 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.6.20 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0 WARNING: You are using pip version 20.0.2; however, version 20.2.1 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. Removing intermediate container e83d8d531a91 ---> 9d1cc802f786 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt ---> f26cd5a88bdd Step 17/19 : RUN pip install -r test-requirements.txt ---> Running in 9313514388f7 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 Collecting setuptools==44.0.0 Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB) Collecting coverage==4.5.2 Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB) Collecting flake8==3.6.0 Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB) Collecting mock==1.0.1 Downloading mock-1.0.1.tar.gz (818 kB) Collecting pytest==4.3.1 Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB) Collecting pytest-cov==2.6.1 Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB) Collecting pytest-timeout==1.3.3 Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB) Collecting pyflakes<2.1.0,>=2.0.0 Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB) Requirement already satisfied: configparser; python_version < "3.2" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 3)) (4.0.2) Requirement already satisfied: enum34; python_version < "3.4" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 3)) (1.1.6) Collecting pycodestyle<2.5.0,>=2.4.0 Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB) Collecting mccabe<0.7.0,>=0.6.0 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0) Requirement already satisfied: pathlib2>=2.2.0; python_version < "3.6" in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (2.3.5) Collecting py>=1.5.0 Downloading py-1.9.0-py2.py3-none-any.whl (99 kB) Collecting attrs>=17.4.0 Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB) Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7" Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB) Collecting atomicwrites>=1.0 Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB) Collecting pluggy>=0.7 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) Collecting funcsigs; python_version < "3.0" Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB) Requirement already satisfied: scandir; python_version < "3.5" in /usr/local/lib/python2.7/site-packages (from pathlib2>=2.2.0; python_version < "3.6"->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0) Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /usr/local/lib/python2.7/site-packages (from pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.6.0) Requirement already satisfied: contextlib2; python_version < "3" in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (0.6.0.post1) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.2.0) Building wheels for collected packages: mock Building wheel for mock (setup.py): started Building wheel for mock (setup.py): finished with status 'done' Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=933363e080bc4e90c51dd1a180e3b9cdf8bcd1c47f82433dcada197440f8b308 Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660 Successfully built mock Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, py, attrs, more-itertools, atomicwrites, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout Attempting uninstall: setuptools Found existing installation: setuptools 44.1.0 Uninstalling setuptools-44.1.0: Successfully uninstalled setuptools-44.1.0 Successfully installed atomicwrites-1.4.0 attrs-19.3.0 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pluggy-0.13.1 py-1.9.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0 WARNING: You are using pip version 20.0.2; however, version 20.2.1 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. Removing intermediate container 9313514388f7 ---> 780c8798f971 Step 18/19 : COPY . /src ---> 240903e7ddfc Step 19/19 : RUN pip install . ---> Running in f2718ee04171 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.3.0) (1.10.0) Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0) (0.56.0) Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0) (2.20.0) Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0) (3.5.0.1) Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0) (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.3.0) (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.3.0) (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.3.0) (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.3.0) (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.3.0-py2.py3-none-any.whl size=145327 sha256=47e95c0c85e4823f26eaf9e7d307903d5ee444a424153cd4c92dac2240eb87bf Stored in directory: /tmp/pip-ephem-wheel-cache-s20eYp/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c Successfully built docker Installing collected packages: docker Successfully installed docker-4.3.0 WARNING: You are using pip version 20.0.2; however, version 20.2.1 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. Removing intermediate container f2718ee04171 ---> 4d5d2774aab6 Successfully built 4d5d2774aab6 Successfully tagged dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8 [Pipeline] isUnix [Pipeline] sh + docker tag dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8 dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8 [Pipeline] isUnix [Pipeline] sh + docker push dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8 The push refers to repository [docker.io/dockerbuildbot/docker-py] f0734ce79db5: Preparing 7709e7eafec8: Preparing cb23395c1024: Preparing 9416d7eec303: Preparing 8918606fa7a9: Preparing 62ca16d70c7f: Preparing 2b224acfc042: Preparing dca79c29e3a6: Preparing 510092419a77: Preparing ed3ed70a7911: Preparing 9b6b11409f8f: Preparing 688bbc00ec4a: Preparing c966fc09dba8: Preparing 545c96a85e7e: Preparing 297d7ca14e3d: Preparing e571d2d3c73c: Preparing da7b0a80a4f2: Preparing ceee8816bb96: Preparing 47458fb45d99: Preparing 46829331b1e4: Preparing d35c5bda4793: Preparing a3c1026c6bcc: Preparing f1d420c2af1a: Preparing 461719022993: Preparing 62ca16d70c7f: Waiting 2b224acfc042: Waiting dca79c29e3a6: Waiting 510092419a77: Waiting ed3ed70a7911: Waiting 9b6b11409f8f: Waiting 688bbc00ec4a: Waiting c966fc09dba8: Waiting 545c96a85e7e: Waiting 297d7ca14e3d: Waiting e571d2d3c73c: Waiting da7b0a80a4f2: Waiting ceee8816bb96: Waiting 47458fb45d99: Waiting 46829331b1e4: Waiting d35c5bda4793: Waiting a3c1026c6bcc: Waiting f1d420c2af1a: Waiting 461719022993: Waiting 7709e7eafec8: Pushed 9416d7eec303: Pushed f0734ce79db5: Pushed cb23395c1024: Pushed 2b224acfc042: Pushed 62ca16d70c7f: Pushed ed3ed70a7911: Pushed dca79c29e3a6: Pushed 510092419a77: Pushed 9b6b11409f8f: Pushed 8918606fa7a9: Pushed e571d2d3c73c: Layer already exists da7b0a80a4f2: Layer already exists ceee8816bb96: Layer already exists 47458fb45d99: Layer already exists 46829331b1e4: Layer already exists d35c5bda4793: Layer already exists a3c1026c6bcc: Layer already exists f1d420c2af1a: Layer already exists 688bbc00ec4a: Pushed 461719022993: Layer already exists c966fc09dba8: Pushed 297d7ca14e3d: Pushed 545c96a85e7e: Pushed py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8: digest: sha256:a9b16885145ca1bd0e8c8ee0026ee83993e821a5344088e2c4866733d9c615c4 size: 5353 [Pipeline] isUnix [Pipeline] sh + docker pull dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh + docker build -t dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 . Sending build context to Docker daemon 1.314MB Step 1/19 : ARG PYTHON_VERSION=3.7 Step 2/19 : FROM python:${PYTHON_VERSION} 3.7: Pulling from library/python d6ff36c9ec48: Pulling fs layer c958d65b3090: Pulling fs layer edaf0a6b092f: Pulling fs layer 80931cf68816: Pulling fs layer bc1b8aca3825: Pulling fs layer edfe96a4dd20: Pulling fs layer 5870fef1e623: Pulling fs layer 6790a6a53a00: Pulling fs layer 4700c40d366f: Pulling fs layer 80931cf68816: Waiting bc1b8aca3825: Waiting edfe96a4dd20: Waiting 5870fef1e623: Waiting 6790a6a53a00: Waiting 4700c40d366f: Waiting c958d65b3090: Verifying Checksum c958d65b3090: Download complete edaf0a6b092f: Verifying Checksum edaf0a6b092f: Download complete d6ff36c9ec48: Verifying Checksum d6ff36c9ec48: Download complete 80931cf68816: Verifying Checksum 80931cf68816: Download complete edfe96a4dd20: Verifying Checksum edfe96a4dd20: Download complete 5870fef1e623: Verifying Checksum 5870fef1e623: Download complete 6790a6a53a00: Verifying Checksum 6790a6a53a00: Download complete 4700c40d366f: Verifying Checksum 4700c40d366f: Download complete bc1b8aca3825: Verifying Checksum bc1b8aca3825: Download complete d6ff36c9ec48: Pull complete c958d65b3090: Pull complete edaf0a6b092f: Pull complete 80931cf68816: Pull complete bc1b8aca3825: Pull complete edfe96a4dd20: Pull complete 5870fef1e623: Pull complete 6790a6a53a00: Pull complete 4700c40d366f: Pull complete Digest: sha256:45a9d9059c9a83066f66d0c7ef7f344bd55f2a41c7a32ca73b2b7bad363ed2b9 Status: Downloaded newer image for python:3.7 ---> 3f7ca107793b Step 3/19 : ARG APT_MIRROR ---> Running in 8c35b25f8d02 Removing intermediate container 8c35b25f8d02 ---> 543fcca2f286 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 ---> Running in 07fe7c5dc2de Removing intermediate container 07fe7c5dc2de ---> 36e17fe6f888 Step 5/19 : RUN apt-get update && apt-get -y install gnupg2 pass curl ---> Running in 637c6a29b8ed Get:1 http://deb.debian.org/debian buster InRelease [122 kB] Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] Fetched 8372 kB in 2s (4363 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... curl is already the newest version (7.64.0-4+deb10u1). The following additional packages will be installed: libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip Suggested packages: libxml-simple-perl ruby The following NEW packages will be installed: gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. Need to get 708 kB of archives. After this operation, 1197 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB] Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB] Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB] Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB] Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB] Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB] Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB] Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB] Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 708 kB in 0s (2667 kB/s) Selecting previously unselected package gnupg2. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24604 files and directories currently installed.) Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ... Unpacking gnupg2 (2.2.12-1+deb10u1) ... Selecting previously unselected package libqrencode4:amd64. Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ... Unpacking libqrencode4:amd64 (4.0.2-1) ... Selecting previously unselected package libxmu6:amd64. Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ... Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ... Selecting previously unselected package libxmuu1:amd64. Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ... Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ... Selecting previously unselected package tree. Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ... Unpacking tree (1.8.0-1) ... Selecting previously unselected package pass. Preparing to unpack .../5-pass_1.7.3-2_all.deb ... Unpacking pass (1.7.3-2) ... Selecting previously unselected package qrencode. Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ... Unpacking qrencode (4.0.2-1) ... Selecting previously unselected package xauth. Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ... Unpacking xauth (1:1.0.10-1) ... Selecting previously unselected package xclip. Preparing to unpack .../8-xclip_0.13-1_amd64.deb ... Unpacking xclip (0.13-1) ... Setting up gnupg2 (2.2.12-1+deb10u1) ... Setting up libxmu6:amd64 (2:1.1.2-2+b3) ... Setting up libqrencode4:amd64 (4.0.2-1) ... Setting up qrencode (4.0.2-1) ... Setting up tree (1.8.0-1) ... Setting up xclip (0.13-1) ... Setting up pass (1.7.3-2) ... Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ... Setting up xauth (1:1.0.10-1) ... Processing triggers for libc-bin (2.28-10) ... Removing intermediate container 637c6a29b8ed ---> 379821f9ee56 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys ---> 748e28956392 Step 7/19 : RUN gpg2 --import gpg-keys/secret ---> Running in a33228177685 gpg: directory '/root/.gnupg' created gpg: keybox '/root/.gnupg/pubring.kbx' created gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: key 464ED987A7B21401: public key "Sakuya Izayoi " imported gpg: key 464ED987A7B21401: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 Removing intermediate container a33228177685 ---> 825e0f5e8f4b Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust ---> Running in 08804f337d95 gpg: inserting ownertrust of 6 Removing intermediate container 08804f337d95 ---> 7cc01f5dab2c Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') ---> Running in 3e205dddcbab gpg: please do a --check-trustdb mkdir: created directory '/root/.password-store/' Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 Removing intermediate container 3e205dddcbab ---> 7af4ad39dc96 Step 10/19 : RUN gpg2 --check-trustdb ---> Running in d0b89ccd4114 gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u Removing intermediate container d0b89ccd4114 ---> 277834820f9b Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3 ---> Running in f4513caf0b0a Removing intermediate container f4513caf0b0a ---> 96119a512d34 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 ---> Running in b73381d93e24 Removing intermediate container b73381d93e24 ---> 66208b45d803 Step 13/19 : WORKDIR /src ---> Running in 24a4006ef967 Removing intermediate container 24a4006ef967 ---> 95dd8275edd4 Step 14/19 : COPY requirements.txt /src/requirements.txt ---> ef2136fcefd9 Step 15/19 : RUN pip install -r requirements.txt ---> Running in 9ec985e63055 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment Collecting appdirs==1.4.3 Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB) Collecting asn1crypto==0.22.0 Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB) Collecting backports.ssl-match-hostname==3.5.0.1 Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB) Collecting cffi==1.10.0 Downloading cffi-1.10.0.tar.gz (418 kB) Collecting cryptography==2.3 Downloading cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1 MB) Collecting enum34==1.1.6 Downloading enum34-1.1.6-py3-none-any.whl (12 kB) Collecting idna==2.5 Downloading idna-2.5-py2.py3-none-any.whl (55 kB) Collecting ipaddress==1.0.18 Downloading ipaddress-1.0.18.tar.gz (32 kB) Collecting packaging==16.8 Downloading packaging-16.8-py2.py3-none-any.whl (23 kB) Collecting paramiko==2.4.2 Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB) Collecting pycparser==2.17 Downloading pycparser-2.17.tar.gz (231 kB) Collecting pyOpenSSL==18.0.0 Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB) Collecting pyparsing==2.2.0 Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB) Collecting requests==2.20.0 Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB) Collecting six==1.10.0 Downloading six-1.10.0-py2.py3-none-any.whl (10 kB) Collecting urllib3==1.24.3 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Collecting websocket-client==0.56.0 Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB) Collecting pynacl>=1.0.1 Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) Collecting bcrypt>=3.1.3 Downloading bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56 kB) Collecting pyasn1>=0.1.7 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Collecting chardet<3.1.0,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting certifi>=2017.4.17 Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB) Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser Building wheel for backports.ssl-match-hostname (setup.py): started Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done' Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5205 sha256=16fd06c118998f011245bb915b810080965fe93d1780de35ee151440ae0c00dd Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738 Building wheel for cffi (setup.py): started Building wheel for cffi (setup.py): finished with status 'done' Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371217 sha256=bb6d27ab396e9b97c27be79b252566417c51241d3d14b28107964c922f761926 Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115 Building wheel for ipaddress (setup.py): started Building wheel for ipaddress (setup.py): finished with status 'done' Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18104 sha256=8416893b96f281cf69c18dfce724f1eb56404e55756ea568082e2ffa0848c7f5 Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151 Building wheel for pycparser (setup.py): started Building wheel for pycparser (setup.py): finished with status 'done' Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192840 sha256=b106296bb40be7a6aed1a90c7f8e35fe740f8aadc4aa391b81e92ec7b4e496c0 Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, idna, cryptography, enum34, ipaddress, pyparsing, packaging, pynacl, bcrypt, pyasn1, paramiko, pyOpenSSL, urllib3, chardet, certifi, requests, websocket-client Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.6.20 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0 Removing intermediate container 9ec985e63055 ---> 83f532259469 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt ---> ff437c92cd30 Step 17/19 : RUN pip install -r test-requirements.txt ---> Running in 57d629f3dea9 Collecting setuptools==44.0.0 Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB) Collecting coverage==4.5.2 Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB) Collecting flake8==3.6.0 Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB) Collecting mock==1.0.1 Downloading mock-1.0.1.tar.gz (818 kB) Collecting pytest==4.3.1 Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB) Collecting pytest-cov==2.6.1 Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB) Collecting pytest-timeout==1.3.3 Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB) Collecting pyflakes<2.1.0,>=2.0.0 Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB) Collecting mccabe<0.7.0,>=0.6.0 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) Collecting pycodestyle<2.5.0,>=2.4.0 Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB) Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0) Collecting pluggy>=0.7 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) Collecting attrs>=17.4.0 Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB) Collecting py>=1.5.0 Downloading py-1.9.0-py2.py3-none-any.whl (99 kB) Collecting atomicwrites>=1.0 Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB) Collecting more-itertools>=4.0.0; python_version > "2.7" Downloading more_itertools-8.4.0-py3-none-any.whl (43 kB) Collecting importlib-metadata>=0.12; python_version < "3.8" Downloading importlib_metadata-1.7.0-py2.py3-none-any.whl (31 kB) Collecting zipp>=0.5 Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB) Building wheels for collected packages: mock Building wheel for mock (setup.py): started Building wheel for mock (setup.py): finished with status 'done' Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=ad48fe0eba749b6242ac454bd574c7551977e033486ab44a5f9b954de6f29abc Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b Successfully built mock Installing collected packages: setuptools, coverage, pyflakes, mccabe, pycodestyle, flake8, mock, zipp, importlib-metadata, pluggy, attrs, py, atomicwrites, more-itertools, pytest, pytest-cov, pytest-timeout Attempting uninstall: setuptools Found existing installation: setuptools 49.2.1 Uninstalling setuptools-49.2.1: Successfully uninstalled setuptools-49.2.1 Successfully installed atomicwrites-1.4.0 attrs-19.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-1.7.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.4.0 pluggy-0.13.1 py-1.9.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0 zipp-3.1.0 Removing intermediate container 57d629f3dea9 ---> b2ac925b07c5 Step 18/19 : COPY . /src ---> 2fc1de14fbad Step 19/19 : RUN pip install . ---> Running in 026615fbe37a Processing /src Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.3.0) (1.10.0) Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.3.0) (0.56.0) Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.3.0) (2.20.0) Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.3.0) (2.5) Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.3.0) (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.3.0) (2020.6.20) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.3.0) (3.0.4) 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.3.0-py2.py3-none-any.whl size=145330 sha256=6b49749749eba55a8e05cd76f261f42c1e0cdeebc2d3d77437af06d85d2d500a Stored in directory: /tmp/pip-ephem-wheel-cache-u_qefzl2/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525 Successfully built docker Installing collected packages: docker Successfully installed docker-4.3.0 Removing intermediate container 026615fbe37a ---> b511c770dd71 Successfully built b511c770dd71 Successfully tagged dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8 [Pipeline] isUnix [Pipeline] sh + docker tag dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8 dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8 [Pipeline] isUnix [Pipeline] sh + docker push dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8 The push refers to repository [docker.io/dockerbuildbot/docker-py] 66afdd6291d8: Preparing 87b3f644762c: Preparing 19f0614026e6: Preparing 3187a29dfd2a: Preparing 0bd7b8b970a4: Preparing 156b08820d8a: Preparing 9f970203584e: Preparing 5c5f4033f214: Preparing dbb9d084a498: Preparing e2d7318cb0d2: Preparing 49efd7697b2b: Preparing 6d63af30208d: Preparing 6adc9d8ef509: Preparing a3df0c56b956: Preparing 2edabc9a806c: Preparing 8ba9e2d3931a: Preparing fe1ecc1383ce: Preparing e83007e57a22: Preparing f17789b093c5: Preparing e480b226ea6b: Preparing e5df62d9b33a: Preparing 7a9460d53218: Preparing b2765ac0333a: Preparing 0ced13fcf944: Preparing 6d63af30208d: Waiting 6adc9d8ef509: Waiting a3df0c56b956: Waiting 2edabc9a806c: Waiting 8ba9e2d3931a: Waiting fe1ecc1383ce: Waiting e83007e57a22: Waiting f17789b093c5: Waiting e480b226ea6b: Waiting e5df62d9b33a: Waiting 7a9460d53218: Waiting b2765ac0333a: Waiting 0ced13fcf944: Waiting 9f970203584e: Waiting 5c5f4033f214: Waiting dbb9d084a498: Waiting e2d7318cb0d2: Waiting 49efd7697b2b: Waiting 156b08820d8a: Waiting 3187a29dfd2a: Pushed 66afdd6291d8: Pushed 87b3f644762c: Pushed 19f0614026e6: Pushed 9f970203584e: Pushed 156b08820d8a: Pushed 5c5f4033f214: Pushed dbb9d084a498: Pushed 0bd7b8b970a4: Pushed 49efd7697b2b: Pushed 6d63af30208d: Pushed 8ba9e2d3931a: Layer already exists fe1ecc1383ce: Layer already exists e83007e57a22: Layer already exists f17789b093c5: Layer already exists 6adc9d8ef509: Pushed e480b226ea6b: Layer already exists e5df62d9b33a: Layer already exists b2765ac0333a: Layer already exists e2d7318cb0d2: Pushed 0ced13fcf944: Layer already exists 7a9460d53218: Layer already exists 2edabc9a806c: Pushed a3df0c56b956: Pushed py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8: digest: sha256:800f1336452d129f4caa750f1257cb06fca030074842eacbcb9dabdb279632f7 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-mem (i-01aec7bb3098c6697) in /home/ubuntu/workspace/docker-py_4.3.0-release [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_4.3.0-release@tmp/773c88a3-3a7a-4127-85e0-1c6a5ebc7265/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-2d219ff739cbb743db5fd6d5e2988cede39a03e8 /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-mem (i-01aec7bb3098c6697) in /home/ubuntu/workspace/docker-py_4.3.0-release [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b8462d27e4cb54c8) in /home/ubuntu/workspace/docker-py_4.3.0-release [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0cbf89692b209dca5) in /home/ubuntu/workspace/docker-py_4.3.0-release [Pipeline] { [Pipeline] withDockerRegistry Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-074f26f3d778b9faf) in /home/ubuntu/workspace/docker-py_4.3.0-release [Pipeline] { [Pipeline] withDockerRegistry WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_4.3.0-release@tmp/fe72861d-7514-4af8-bd6c-8fca3c4f6f20/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 WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_4.3.0-release@tmp/3a007922-f692-4af5-9e3b-5479d991302c/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 $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_4.3.0-release:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_4.3.0-release:/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] { (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 [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.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 Checking out Revision 2d219ff739cbb743db5fd6d5e2988cede39a03e8 (4.3.0-release) Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_4.3.0-release # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/heads/4.3.0-release:refs/remotes/origin/4.3.0-release # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/4.3.0-release:refs/remotes/origin/4.3.0-release # 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/heads/4.3.0-release:refs/remotes/origin/4.3.0-release # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d219ff739cbb743db5fd6d5e2988cede39a03e8 # timeout=10 Commit message: "Prepare release 4.3.0" Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_4.3.0-release # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/heads/4.3.0-release:refs/remotes/origin/4.3.0-release # timeout=10 [Pipeline] sh Fetching without tags Checking out Revision 2d219ff739cbb743db5fd6d5e2988cede39a03e8 (4.3.0-release) Commit message: "Prepare release 4.3.0" + docker network create dpy-testnet-2-0-py3.7-19.03.12 60f645f4ff1b09cf213e15298115d33aa26d01b42b6bc18b45dc6e612fcbb55f [Pipeline] sh + docker run -d --name dpy-dind-2-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-2-0-py3.7-19.03.12 docker:19.03.12-dind dockerd -H tcp://0.0.0.0:2375 Unable to find image 'docker:19.03.12-dind' locally 19.03.12-dind: Pulling from library/docker df20fa9351a1: Pulling fs layer 25ad7478873d: Pulling fs layer 4684f6177b5d: Pulling fs layer 46e300cec669: Pulling fs layer 63038576ad94: Pulling fs layer 0fdb76c4706c: Pulling fs layer cb7edeffdfd5: Pulling fs layer cc28bd76800f: Pulling fs layer 54196fe38f7e: Pulling fs layer ea71acc29633: Pulling fs layer 657cc4c15165: Pulling fs layer cb7edeffdfd5: Waiting cc28bd76800f: Waiting 54196fe38f7e: Waiting 46e300cec669: Waiting 63038576ad94: Waiting 0fdb76c4706c: Waiting ea71acc29633: Waiting 657cc4c15165: Waiting df20fa9351a1: Verifying Checksum df20fa9351a1: Download complete 25ad7478873d: Verifying Checksum 25ad7478873d: Download complete 4684f6177b5d: Verifying Checksum 4684f6177b5d: Download complete 0fdb76c4706c: Verifying Checksum 0fdb76c4706c: Download complete 63038576ad94: Verifying Checksum 63038576ad94: Download complete [Pipeline] sh > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/4.3.0-release:refs/remotes/origin/4.3.0-release # 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/heads/4.3.0-release:refs/remotes/origin/4.3.0-release # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d219ff739cbb743db5fd6d5e2988cede39a03e8 # timeout=10 df20fa9351a1: Pull complete cb7edeffdfd5: Verifying Checksum cb7edeffdfd5: Download complete 54196fe38f7e: Verifying Checksum 54196fe38f7e: Download complete cc28bd76800f: Verifying Checksum cc28bd76800f: Download complete 657cc4c15165: Verifying Checksum 657cc4c15165: Download complete ea71acc29633: Verifying Checksum ea71acc29633: Download complete + docker network create dpy-testnet-2-0-py3.7-19.03.13-beta2 a0cade938cb0630a8765e831c848e462484185abd15c9f39ca05e9cd88f96fec [Pipeline] sh 25ad7478873d: Pull complete 4684f6177b5d: Pull complete + docker run -d --name dpy-dind-2-0-py3.7-19.03.13-beta2 -v /tmp --privileged --network dpy-testnet-2-0-py3.7-19.03.13-beta2 docker:19.03.13-beta2-dind dockerd -H tcp://0.0.0.0:2375 Unable to find image 'docker:19.03.13-beta2-dind' locally 19.03.13-beta2-dind: Pulling from library/docker 46e300cec669: Download complete Digest: sha256:f3056b5eb11aa6f0dadb42510f681089dfec13c18e0032a91e67f5c50541ce93 Status: Downloaded newer image for docker:19.03.13-beta2-dind 45a41a993663f2434ca6e0c102f264b6f21da1741bac863036ae5685a48e2eea [Pipeline] sh + docker run --name dpy-tests-2-0-py3.7-19.03.13-beta2 -e DOCKER_HOST=tcp://dpy-dind-2-0-py3.7-19.03.13-beta2:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-2-0-py3.7-19.03.13-beta2 --volumes-from dpy-dind-2-0-py3.7-19.03.13-beta2 dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8 py.test -v -rxs --cov=docker tests/ Unable to find image 'dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8' locally py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8: Pulling from dockerbuildbot/docker-py d6ff36c9ec48: Already exists c958d65b3090: Already exists edaf0a6b092f: Already exists 80931cf68816: Already exists bc1b8aca3825: Pulling fs layer edfe96a4dd20: Pulling fs layer 5870fef1e623: Pulling fs layer 6790a6a53a00: Pulling fs layer 4700c40d366f: Pulling fs layer 728e989c0bde: Pulling fs layer 30ee28145062: Pulling fs layer dd2e393319b2: Pulling fs layer f5b586514a90: Pulling fs layer 4dde597aba7a: Pulling fs layer 5d7236306907: Pulling fs layer 5df4f22618d7: Pulling fs layer 4d88772135d2: Pulling fs layer ae9fa0819252: Pulling fs layer 7fdeb810b774: Pulling fs layer fe8a2f49f153: Pulling fs layer 38abaef72981: Pulling fs layer 26fbb5412c58: Pulling fs layer a504a8a16695: Pulling fs layer c36b626418f9: Pulling fs layer 728e989c0bde: Waiting 30ee28145062: Waiting dd2e393319b2: Waiting f5b586514a90: Waiting 4dde597aba7a: Waiting 5d7236306907: Waiting 5df4f22618d7: Waiting 4d88772135d2: Waiting ae9fa0819252: Waiting 7fdeb810b774: Waiting fe8a2f49f153: Waiting 38abaef72981: Waiting 26fbb5412c58: Waiting a504a8a16695: Waiting c36b626418f9: Waiting 6790a6a53a00: Waiting 4700c40d366f: Waiting 5870fef1e623: Verifying Checksum 5870fef1e623: Download complete edfe96a4dd20: Verifying Checksum edfe96a4dd20: Download complete 6790a6a53a00: Verifying Checksum 6790a6a53a00: Download complete 4700c40d366f: Verifying Checksum 4700c40d366f: Download complete 728e989c0bde: Verifying Checksum 728e989c0bde: Download complete dd2e393319b2: Verifying Checksum dd2e393319b2: Download complete 30ee28145062: Verifying Checksum 30ee28145062: Download complete f5b586514a90: Verifying Checksum f5b586514a90: Download complete 4dde597aba7a: Verifying Checksum 4dde597aba7a: Download complete 5df4f22618d7: Verifying Checksum 5df4f22618d7: Download complete 5d7236306907: Verifying Checksum 5d7236306907: Download complete ae9fa0819252: Verifying Checksum ae9fa0819252: Download complete 4d88772135d2: Verifying Checksum 4d88772135d2: Download complete 7fdeb810b774: Verifying Checksum 7fdeb810b774: Download complete 38abaef72981: Verifying Checksum 38abaef72981: Download complete fe8a2f49f153: Verifying Checksum fe8a2f49f153: Download complete 26fbb5412c58: Verifying Checksum 26fbb5412c58: Download complete c36b626418f9: Verifying Checksum c36b626418f9: Download complete a504a8a16695: Verifying Checksum a504a8a16695: Download complete 46e300cec669: Pull complete 63038576ad94: Pull complete 0fdb76c4706c: Pull complete cb7edeffdfd5: Pull complete cc28bd76800f: Pull complete 54196fe38f7e: Pull complete ea71acc29633: Pull complete 657cc4c15165: Pull complete Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771 Status: Downloaded newer image for docker:19.03.12-dind bc1b8aca3825: Download complete WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Using --password via the CLI is insecure. Use --password-stdin. 92db3f9cdac47ea3ccb009f62f54ade7ae5d3eb41a3417cf8ff55864c16c0d66 [Pipeline] sh + docker run --name dpy-tests-2-0-py3.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-2-0-py3.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-2-0-py3.7-19.03.12 --volumes-from dpy-dind-2-0-py3.7-19.03.12 dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8 py.test -v -rxs --cov=docker tests/ ============================= test session starts ============================== platform linux -- Python 3.7.8, 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: cov-2.6.1, timeout-1.3.3 collecting ... collected 0 items / 1 errors ==================================== ERRORS ==================================== ______________________________ ERROR collecting _______________________________ /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:429: in _importconftest return self._conftestpath2mod[conftestpath] E KeyError: local('/src/tests/integration/conftest.py') During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:435: in _importconftest mod = conftestpath.pyimport() /usr/local/lib/python3.7/site-packages/py/_path/local.py:704: in pyimport __import__(modname) :983: in _find_and_load ??? :967: in _find_and_load_unlocked ??? :668: in _load_unlocked ??? :638: in _load_backward_compatible ??? /usr/local/lib/python3.7/site-packages/_pytest/assertion/rewrite.py:296: in load_module six.exec_(co, mod.__dict__) tests/integration/conftest.py:6: in import docker.errors docker/__init__.py:4: in from .context import Context docker/context/__init__.py:2: in from .context import Context E File "/src/docker/context/context.py", line 189 E <<<<<<< HEAD E ^ E IndentationError: expected an indented block During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/py/_path/common.py:383: in visit for x in Visitor(fil, rec, ignore, bf, sort).gen(self): /usr/local/lib/python3.7/site-packages/py/_path/common.py:424: in gen dirs = self.optsort([p for p in entries /usr/local/lib/python3.7/site-packages/py/_path/common.py:425: in if p.check(dir=1) and (rec is None or rec(p))]) /usr/local/lib/python3.7/site-packages/_pytest/main.py:651: in _recurse ihook = self.gethookproxy(dirpath) /usr/local/lib/python3.7/site-packages/_pytest/main.py:472: in gethookproxy my_conftestmodules = pm._getconftestmodules(fspath) /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules mod = self._importconftest(conftestpath.realpath()) /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:452: in _importconftest raise ConftestImportFailure(conftestpath, sys.exc_info()) E _pytest.config.ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (, IndentationError('expected an indented block', ('/src/docker/context/context.py', 189, 0, '<<<<<<< HEAD\n')), )) =============================== 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.8-final-0 ----------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 5 0 0 38% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 112 93 0 6% docker/api/client.py 265 200 100 0 18% docker/api/config.py 31 19 6 0 32% docker/api/container.py 266 208 104 0 16% docker/api/daemon.py 39 29 14 0 19% docker/api/exec_api.py 46 36 22 0 15% docker/api/image.py 149 116 52 0 16% docker/api/network.py 90 74 48 0 12% 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 77 38 0 20% docker/api/volume.py 38 29 14 0 17% docker/auth.py 198 159 74 0 14% docker/client.py 67 25 2 0 61% docker/constants.py 20 0 0 0 100% docker/context/__init__.py 2 1 0 0 50% docker/context/api.py 78 78 38 0 0% docker/context/config.py 61 61 16 0 0% 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 60 20 0 38% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 2 0 57% docker/models/containers.py 183 131 70 0 21% docker/models/images.py 137 92 58 0 23% docker/models/networks.py 37 20 12 0 35% docker/models/nodes.py 15 5 2 0 59% docker/models/plugins.py 49 30 10 0 32% docker/models/resource.py 41 24 6 0 36% docker/models/secrets.py 21 8 2 0 57% docker/models/services.py 87 63 36 0 20% docker/models/swarm.py 39 21 6 0 40% docker/models/volumes.py 23 10 4 0 48% docker/tls.py 37 26 14 0 22% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 3 2 0 38% docker/transport/npipeconn.py 58 53 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 87 61 22 1 25% docker/transport/ssladapter.py 36 22 10 1 33% docker/transport/unixconn.py 65 41 12 0 31% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 2 2 0 43% docker/types/containers.py 418 375 328 0 6% docker/types/daemon.py 36 26 14 0 20% docker/types/healthcheck.py 34 20 4 0 37% docker/types/networks.py 41 31 28 0 14% docker/types/services.py 312 259 206 0 10% docker/types/swarm.py 51 45 40 0 7% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 154 129 76 0 11% docker/utils/config.py 36 25 10 0 24% docker/utils/decorators.py 32 15 12 0 39% docker/utils/fnmatch.py 55 47 28 0 10% docker/utils/json_stream.py 43 31 14 1 23% docker/utils/ports.py 50 50 32 0 0% docker/utils/proxy.py 32 22 12 0 23% docker/utils/socket.py 86 64 40 0 17% docker/utils/utils.py 285 244 177 1 9% docker/version.py 2 0 2 0 100% ----------------------------------------------------------------------- TOTAL 4889 3751 2169 4 16% !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!! ===================== 1 warnings, 1 error in 1.47 seconds ====================== [Pipeline] sh WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_4.3.0-release@tmp/6de3d338-9828-4e3f-a168-ef2eada42b54/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 WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_4.3.0-release@tmp/e749a327-60a5-49b4-b477-4fc919ae8497/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded + docker stop dpy-dind-2-0-py3.7-19.03.12 dpy-tests-2-0-py3.7-19.03.12 [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_4.3.0-release:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 61c5ed1cbdf8: Pulling fs layer 61c5ed1cbdf8: Verifying Checksum 61c5ed1cbdf8: Download complete 61c5ed1cbdf8: Pull complete Digest: sha256:4f47c01fa91355af2865ac10fef5bf6ec9c7f42ad2321377c21e844427972977 Status: Downloaded newer image for busybox:latest + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_4.3.0-release:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 61c5ed1cbdf8: Pulling fs layer 61c5ed1cbdf8: Verifying Checksum 61c5ed1cbdf8: Download complete 61c5ed1cbdf8: Pull complete Digest: sha256:4f47c01fa91355af2865ac10fef5bf6ec9c7f42ad2321377c21e844427972977 Status: Downloaded newer image for busybox:latest bc1b8aca3825: Pull complete edfe96a4dd20: Pull complete dpy-dind-2-0-py3.7-19.03.12 dpy-tests-2-0-py3.7-19.03.12 + docker rm -vf dpy-dind-2-0-py3.7-19.03.12 dpy-tests-2-0-py3.7-19.03.12 dpy-dind-2-0-py3.7-19.03.12 dpy-tests-2-0-py3.7-19.03.12 + docker network rm dpy-testnet-2-0-py3.7-19.03.12 dpy-testnet-2-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 5870fef1e623: Pull complete 6790a6a53a00: Pull complete [Pipeline] echo Removing all docker containers [Pipeline] sh 4700c40d366f: Pull complete + 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=py2.7 / docker=19.03.13-beta2) 728e989c0bde: Pull complete [Pipeline] checkout 30ee28145062: Pull complete dd2e393319b2: Pull complete f5b586514a90: Pull complete [Pipeline] echo Removing all docker containers [Pipeline] sh 4dde597aba7a: Pull complete 5d7236306907: Pull complete 5df4f22618d7: Pull complete + 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=py2.7 / docker=19.03.12) [Pipeline] checkout 4d88772135d2: Pull complete ae9fa0819252: Pull complete 7fdeb810b774: Pull complete using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags fe8a2f49f153: Pull complete 38abaef72981: Pull complete 26fbb5412c58: Pull complete a504a8a16695: Pull complete using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_4.3.0-release # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/heads/4.3.0-release:refs/remotes/origin/4.3.0-release # timeout=10 c36b626418f9: Pull complete Digest: sha256:800f1336452d129f4caa750f1257cb06fca030074842eacbcb9dabdb279632f7 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8 Fetching without tags Checking out Revision 2d219ff739cbb743db5fd6d5e2988cede39a03e8 (4.3.0-release) Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_4.3.0-release # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/heads/4.3.0-release:refs/remotes/origin/4.3.0-release # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/4.3.0-release:refs/remotes/origin/4.3.0-release # 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/heads/4.3.0-release:refs/remotes/origin/4.3.0-release # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d219ff739cbb743db5fd6d5e2988cede39a03e8 # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/4.3.0-release:refs/remotes/origin/4.3.0-release # timeout=10 Fetching without tags Checking out Revision 2d219ff739cbb743db5fd6d5e2988cede39a03e8 (4.3.0-release) ============================= test session starts ============================== platform linux -- Python 3.7.8, 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: cov-2.6.1, timeout-1.3.3 collecting ... collected 0 items / 1 errors > 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/heads/4.3.0-release:refs/remotes/origin/4.3.0-release # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d219ff739cbb743db5fd6d5e2988cede39a03e8 # timeout=10 ==================================== ERRORS ==================================== ______________________________ ERROR collecting _______________________________ /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:429: in _importconftest return self._conftestpath2mod[conftestpath] E KeyError: local('/src/tests/integration/conftest.py') During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:435: in _importconftest mod = conftestpath.pyimport() /usr/local/lib/python3.7/site-packages/py/_path/local.py:704: in pyimport __import__(modname) :983: in _find_and_load ??? :967: in _find_and_load_unlocked ??? :668: in _load_unlocked ??? :638: in _load_backward_compatible ??? /usr/local/lib/python3.7/site-packages/_pytest/assertion/rewrite.py:296: in load_module six.exec_(co, mod.__dict__) tests/integration/conftest.py:6: in import docker.errors docker/__init__.py:4: in from .context import Context docker/context/__init__.py:2: in from .context import Context E File "/src/docker/context/context.py", line 189 E <<<<<<< HEAD E ^ E IndentationError: expected an indented block During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/py/_path/common.py:383: in visit for x in Visitor(fil, rec, ignore, bf, sort).gen(self): /usr/local/lib/python3.7/site-packages/py/_path/common.py:424: in gen dirs = self.optsort([p for p in entries /usr/local/lib/python3.7/site-packages/py/_path/common.py:425: in if p.check(dir=1) and (rec is None or rec(p))]) /usr/local/lib/python3.7/site-packages/_pytest/main.py:651: in _recurse ihook = self.gethookproxy(dirpath) /usr/local/lib/python3.7/site-packages/_pytest/main.py:472: in gethookproxy my_conftestmodules = pm._getconftestmodules(fspath) /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules mod = self._importconftest(conftestpath.realpath()) /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:452: in _importconftest raise ConftestImportFailure(conftestpath, sys.exc_info()) E _pytest.config.ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (, IndentationError('expected an indented block', ('/src/docker/context/context.py', 189, 0, '<<<<<<< HEAD\n')), )) =============================== 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.8-final-0 ----------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 5 0 0 38% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 112 93 0 6% docker/api/client.py 265 200 100 0 18% docker/api/config.py 31 19 6 0 32% docker/api/container.py 266 208 104 0 16% docker/api/daemon.py 39 29 14 0 19% docker/api/exec_api.py 46 36 22 0 15% docker/api/image.py 149 116 52 0 16% docker/api/network.py 90 74 48 0 12% 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 77 38 0 20% docker/api/volume.py 38 29 14 0 17% docker/auth.py 198 159 74 0 14% docker/client.py 67 25 2 0 61% docker/constants.py 20 0 0 0 100% docker/context/__init__.py 2 1 0 0 50% docker/context/api.py 78 78 38 0 0% docker/context/config.py 61 61 16 0 0% 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 60 20 0 38% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 2 0 57% docker/models/containers.py 183 131 70 0 21% docker/models/images.py 137 92 58 0 23% docker/models/networks.py 37 20 12 0 35% docker/models/nodes.py 15 5 2 0 59% docker/models/plugins.py 49 30 10 0 32% docker/models/resource.py 41 24 6 0 36% docker/models/secrets.py 21 8 2 0 57% docker/models/services.py 87 63 36 0 20% docker/models/swarm.py 39 21 6 0 40% docker/models/volumes.py 23 10 4 0 48% docker/tls.py 37 26 14 0 22% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 3 2 0 38% docker/transport/npipeconn.py 58 53 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 87 61 22 1 25% docker/transport/ssladapter.py 36 22 10 1 33% docker/transport/unixconn.py 65 41 12 0 31% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 2 2 0 43% docker/types/containers.py 418 375 328 0 6% docker/types/daemon.py 36 26 14 0 20% docker/types/healthcheck.py 34 20 4 0 37% docker/types/networks.py 41 31 28 0 14% docker/types/services.py 312 259 206 0 10% docker/types/swarm.py 51 45 40 0 7% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 154 129 76 0 11% docker/utils/config.py 36 25 10 0 24% docker/utils/decorators.py 32 15 12 0 39% docker/utils/fnmatch.py 55 47 28 0 10% docker/utils/json_stream.py 43 31 14 1 23% docker/utils/ports.py 50 50 32 0 0% docker/utils/proxy.py 32 22 12 0 23% docker/utils/socket.py 86 64 40 0 17% docker/utils/utils.py 285 244 177 1 9% docker/version.py 2 0 2 0 100% ----------------------------------------------------------------------- TOTAL 4889 3751 2169 4 16% !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!! ===================== 1 warnings, 1 error in 1.17 seconds ====================== [Pipeline] sh + docker stop dpy-dind-2-0-py3.7-19.03.13-beta2 dpy-tests-2-0-py3.7-19.03.13-beta2 Commit message: "Prepare release 4.3.0" [Pipeline] sh + docker network create dpy-testnet-2-0-py2.7-19.03.13-beta2 aa495e6de944b6034a4196233384204e4dcaef3af1d210a9dac449dca3caa307 [Pipeline] sh + docker run -d --name dpy-dind-2-0-py2.7-19.03.13-beta2 -v /tmp --privileged --network dpy-testnet-2-0-py2.7-19.03.13-beta2 docker:19.03.13-beta2-dind dockerd -H tcp://0.0.0.0:2375 Unable to find image 'docker:19.03.13-beta2-dind' locally 19.03.13-beta2-dind: Pulling from library/docker df20fa9351a1: Pulling fs layer 25ad7478873d: Pulling fs layer 4684f6177b5d: Pulling fs layer 6a7bc71302bb: Pulling fs layer ffa883581c86: Pulling fs layer c63137de011e: Pulling fs layer 963dfd0472c9: Pulling fs layer 06f4d368cf7c: Pulling fs layer 88924d48d2df: Pulling fs layer e2fccac7c8b3: Pulling fs layer d607daba1a35: Pulling fs layer 963dfd0472c9: Waiting 06f4d368cf7c: Waiting 88924d48d2df: Waiting 6a7bc71302bb: Waiting e2fccac7c8b3: Waiting ffa883581c86: Waiting d607daba1a35: Waiting c63137de011e: Waiting dpy-dind-2-0-py3.7-19.03.13-beta2 dpy-tests-2-0-py3.7-19.03.13-beta2 + docker rm -vf dpy-dind-2-0-py3.7-19.03.13-beta2 dpy-tests-2-0-py3.7-19.03.13-beta2 dpy-dind-2-0-py3.7-19.03.13-beta2 dpy-tests-2-0-py3.7-19.03.13-beta2 + docker network rm dpy-testnet-2-0-py3.7-19.03.13-beta2 dpy-testnet-2-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 4684f6177b5d: Verifying Checksum 4684f6177b5d: Download complete df20fa9351a1: Verifying Checksum df20fa9351a1: Download complete ffa883581c86: Verifying Checksum ffa883581c86: Download complete 25ad7478873d: Verifying Checksum 25ad7478873d: Download complete c63137de011e: Verifying Checksum c63137de011e: Download complete 963dfd0472c9: Verifying Checksum 963dfd0472c9: Download complete df20fa9351a1: Pull complete 88924d48d2df: Verifying Checksum 88924d48d2df: Download complete e2fccac7c8b3: Verifying Checksum e2fccac7c8b3: Download complete 25ad7478873d: Pull complete d607daba1a35: Verifying Checksum d607daba1a35: Download complete 06f4d368cf7c: Verifying Checksum 06f4d368cf7c: Download complete 4684f6177b5d: Pull complete Commit message: "Prepare release 4.3.0" 6a7bc71302bb: Verifying Checksum 6a7bc71302bb: Download complete [Pipeline] sh + docker network create dpy-testnet-2-0-py2.7-19.03.12 dcba04a405a1db7da505a4750b295d7acae8ba7c7decd77a653f34ae27f90ec6 [Pipeline] sh + docker run -d --name dpy-dind-2-0-py2.7-19.03.12 -v /tmp --privileged --network dpy-testnet-2-0-py2.7-19.03.12 docker:19.03.12-dind dockerd -H tcp://0.0.0.0:2375 Unable to find image 'docker:19.03.12-dind' locally 19.03.12-dind: Pulling from library/docker df20fa9351a1: Pulling fs layer 25ad7478873d: Pulling fs layer 4684f6177b5d: Pulling fs layer 46e300cec669: Pulling fs layer 63038576ad94: Pulling fs layer 0fdb76c4706c: Pulling fs layer cb7edeffdfd5: Pulling fs layer cc28bd76800f: Pulling fs layer 54196fe38f7e: Pulling fs layer ea71acc29633: Pulling fs layer 657cc4c15165: Pulling fs layer cb7edeffdfd5: Waiting cc28bd76800f: Waiting 46e300cec669: Waiting 63038576ad94: Waiting 0fdb76c4706c: Waiting 54196fe38f7e: Waiting ea71acc29633: Waiting 657cc4c15165: Waiting 25ad7478873d: Verifying Checksum 25ad7478873d: Download complete 4684f6177b5d: Verifying Checksum 4684f6177b5d: Download complete df20fa9351a1: Verifying Checksum df20fa9351a1: Download complete 63038576ad94: Verifying Checksum 63038576ad94: Download complete 0fdb76c4706c: Verifying Checksum 0fdb76c4706c: Download complete cb7edeffdfd5: Verifying Checksum cb7edeffdfd5: Download complete 54196fe38f7e: Verifying Checksum 54196fe38f7e: Download complete cc28bd76800f: Verifying Checksum cc28bd76800f: Download complete df20fa9351a1: Pull complete ea71acc29633: Verifying Checksum ea71acc29633: Download complete 657cc4c15165: Verifying Checksum 657cc4c15165: Download complete 6a7bc71302bb: Pull complete ffa883581c86: Pull complete c63137de011e: Pull complete 963dfd0472c9: Pull complete 06f4d368cf7c: Pull complete 88924d48d2df: Pull complete e2fccac7c8b3: Pull complete d607daba1a35: Pull complete Digest: sha256:f3056b5eb11aa6f0dadb42510f681089dfec13c18e0032a91e67f5c50541ce93 Status: Downloaded newer image for docker:19.03.13-beta2-dind 25ad7478873d: Pull complete 46e300cec669: Verifying Checksum 46e300cec669: Download complete 4684f6177b5d: Pull complete e129dec75abdd2bf63cd732aefac0c123137059262ec8776b3dddd214f58cb91 [Pipeline] sh + docker run --name dpy-tests-2-0-py2.7-19.03.13-beta2 -e DOCKER_HOST=tcp://dpy-dind-2-0-py2.7-19.03.13-beta2:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-2-0-py2.7-19.03.13-beta2 --volumes-from dpy-dind-2-0-py2.7-19.03.13-beta2 dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8 py.test -v -rxs --cov=docker tests/ Unable to find image 'dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8' locally py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8: Pulling from dockerbuildbot/docker-py 7e2b2a5af8f6: Pulling fs layer 09b6f03ffac4: Pulling fs layer dc3f0c679f0f: Pulling fs layer fd4b47407fc3: Pulling fs layer b32f6bf7d96d: Pulling fs layer 6f4489a7e4cf: Pulling fs layer af4b99ad9ef0: Pulling fs layer 39db0bc48c26: Pulling fs layer acb4a89489fc: Pulling fs layer 67bf5e489e70: Pulling fs layer feb4c910b379: Pulling fs layer 69aac06b5705: Pulling fs layer abcee8100f69: Pulling fs layer 27e8edc25577: Pulling fs layer 615adcdb9fee: Pulling fs layer 8f849d5f3f8c: Pulling fs layer ce2d8b42d2e8: Pulling fs layer 3540ba12e7a9: Pulling fs layer e33e1f27b72d: Pulling fs layer 96d88c9e244c: Pulling fs layer 8a33ab26d583: Pulling fs layer 7108c207f8c9: Pulling fs layer a3df6d2bf9ae: Pulling fs layer 7d3443626aa9: Pulling fs layer 6f4489a7e4cf: Waiting 615adcdb9fee: Waiting af4b99ad9ef0: Waiting 8f849d5f3f8c: Waiting 39db0bc48c26: Waiting ce2d8b42d2e8: Waiting acb4a89489fc: Waiting 3540ba12e7a9: Waiting 67bf5e489e70: Waiting feb4c910b379: Waiting e33e1f27b72d: Waiting 69aac06b5705: Waiting 96d88c9e244c: Waiting abcee8100f69: Waiting 27e8edc25577: Waiting 8a33ab26d583: Waiting 7d3443626aa9: Waiting 7108c207f8c9: Waiting fd4b47407fc3: Waiting b32f6bf7d96d: Waiting a3df6d2bf9ae: Waiting 09b6f03ffac4: Verifying Checksum 09b6f03ffac4: Download complete dc3f0c679f0f: Verifying Checksum dc3f0c679f0f: Download complete 46e300cec669: Pull complete 63038576ad94: Pull complete 7e2b2a5af8f6: Verifying Checksum 7e2b2a5af8f6: Download complete 0fdb76c4706c: Pull complete cb7edeffdfd5: Pull complete fd4b47407fc3: Download complete 6f4489a7e4cf: Verifying Checksum 6f4489a7e4cf: Download complete 39db0bc48c26: Verifying Checksum 39db0bc48c26: Download complete cc28bd76800f: Pull complete 54196fe38f7e: Pull complete ea71acc29633: Pull complete af4b99ad9ef0: Verifying Checksum af4b99ad9ef0: Download complete 67bf5e489e70: Verifying Checksum 67bf5e489e70: Download complete acb4a89489fc: Verifying Checksum acb4a89489fc: Download complete 69aac06b5705: Verifying Checksum 69aac06b5705: Download complete abcee8100f69: Verifying Checksum abcee8100f69: Download complete 27e8edc25577: Verifying Checksum 27e8edc25577: Download complete 615adcdb9fee: Verifying Checksum 615adcdb9fee: Download complete 657cc4c15165: Pull complete Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771 Status: Downloaded newer image for docker:19.03.12-dind feb4c910b379: Verifying Checksum feb4c910b379: Download complete 8f849d5f3f8c: Download complete 3540ba12e7a9: Verifying Checksum 3540ba12e7a9: Download complete ce2d8b42d2e8: Verifying Checksum ce2d8b42d2e8: Download complete e33e1f27b72d: Verifying Checksum e33e1f27b72d: Download complete 8a33ab26d583: Verifying Checksum 8a33ab26d583: Download complete 7108c207f8c9: Verifying Checksum 7108c207f8c9: Download complete 96d88c9e244c: Verifying Checksum 96d88c9e244c: Download complete a3df6d2bf9ae: Download complete 7d3443626aa9: Download complete b32f6bf7d96d: Verifying Checksum b32f6bf7d96d: Download complete 7e2b2a5af8f6: Pull complete 09b6f03ffac4: Pull complete 9183d9f6b4d4c660277dca824a5dda906260f35b03c72cc6e2bea2c5c9a4ec7e [Pipeline] sh + docker run --name dpy-tests-2-0-py2.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-2-0-py2.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-2-0-py2.7-19.03.12 --volumes-from dpy-dind-2-0-py2.7-19.03.12 dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8 py.test -v -rxs --cov=docker tests/ Unable to find image 'dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8' locally py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8: Pulling from dockerbuildbot/docker-py 7e2b2a5af8f6: Pulling fs layer 09b6f03ffac4: Pulling fs layer dc3f0c679f0f: Pulling fs layer fd4b47407fc3: Pulling fs layer b32f6bf7d96d: Pulling fs layer 6f4489a7e4cf: Pulling fs layer af4b99ad9ef0: Pulling fs layer 39db0bc48c26: Pulling fs layer acb4a89489fc: Pulling fs layer 67bf5e489e70: Pulling fs layer feb4c910b379: Pulling fs layer 69aac06b5705: Pulling fs layer abcee8100f69: Pulling fs layer 27e8edc25577: Pulling fs layer 615adcdb9fee: Pulling fs layer 8f849d5f3f8c: Pulling fs layer ce2d8b42d2e8: Pulling fs layer 3540ba12e7a9: Pulling fs layer e33e1f27b72d: Pulling fs layer 96d88c9e244c: Pulling fs layer 8a33ab26d583: Pulling fs layer 7108c207f8c9: Pulling fs layer a3df6d2bf9ae: Pulling fs layer 7d3443626aa9: Pulling fs layer abcee8100f69: Waiting 27e8edc25577: Waiting 615adcdb9fee: Waiting 8f849d5f3f8c: Waiting ce2d8b42d2e8: Waiting 3540ba12e7a9: Waiting e33e1f27b72d: Waiting 96d88c9e244c: Waiting 8a33ab26d583: Waiting 7108c207f8c9: Waiting a3df6d2bf9ae: Waiting 7d3443626aa9: Waiting af4b99ad9ef0: Waiting 39db0bc48c26: Waiting acb4a89489fc: Waiting 67bf5e489e70: Waiting feb4c910b379: Waiting 69aac06b5705: Waiting fd4b47407fc3: Waiting b32f6bf7d96d: Waiting 6f4489a7e4cf: Waiting dc3f0c679f0f: Pull complete 09b6f03ffac4: Verifying Checksum 09b6f03ffac4: Download complete dc3f0c679f0f: Verifying Checksum dc3f0c679f0f: Download complete 7e2b2a5af8f6: Verifying Checksum 7e2b2a5af8f6: Download complete fd4b47407fc3: Pull complete 6f4489a7e4cf: Verifying Checksum 6f4489a7e4cf: Download complete fd4b47407fc3: Verifying Checksum fd4b47407fc3: Download complete af4b99ad9ef0: Verifying Checksum af4b99ad9ef0: Download complete acb4a89489fc: Verifying Checksum acb4a89489fc: Download complete 39db0bc48c26: Verifying Checksum 39db0bc48c26: Download complete 67bf5e489e70: Verifying Checksum 67bf5e489e70: Download complete 69aac06b5705: Verifying Checksum 69aac06b5705: Download complete feb4c910b379: Verifying Checksum feb4c910b379: Download complete 27e8edc25577: Verifying Checksum 27e8edc25577: Download complete 615adcdb9fee: Verifying Checksum 615adcdb9fee: Download complete 8f849d5f3f8c: Verifying Checksum 8f849d5f3f8c: Download complete ce2d8b42d2e8: Verifying Checksum ce2d8b42d2e8: Download complete 3540ba12e7a9: Verifying Checksum 3540ba12e7a9: Download complete b32f6bf7d96d: Verifying Checksum b32f6bf7d96d: Download complete e33e1f27b72d: Verifying Checksum e33e1f27b72d: Download complete abcee8100f69: Verifying Checksum abcee8100f69: Download complete 8a33ab26d583: Verifying Checksum 8a33ab26d583: Download complete a3df6d2bf9ae: Verifying Checksum a3df6d2bf9ae: Download complete 96d88c9e244c: Verifying Checksum 96d88c9e244c: Download complete 7d3443626aa9: Verifying Checksum 7d3443626aa9: Download complete 7108c207f8c9: Verifying Checksum 7108c207f8c9: Download complete 7e2b2a5af8f6: Pull complete 09b6f03ffac4: Pull complete dc3f0c679f0f: Pull complete b32f6bf7d96d: Pull complete 6f4489a7e4cf: Pull complete af4b99ad9ef0: Pull complete 39db0bc48c26: Pull complete acb4a89489fc: Pull complete 67bf5e489e70: Pull complete feb4c910b379: Pull complete 69aac06b5705: Pull complete abcee8100f69: Pull complete 27e8edc25577: Pull complete 615adcdb9fee: Pull complete 8f849d5f3f8c: Pull complete ce2d8b42d2e8: Pull complete 3540ba12e7a9: Pull complete e33e1f27b72d: Pull complete 96d88c9e244c: Pull complete 8a33ab26d583: Pull complete 7108c207f8c9: Pull complete a3df6d2bf9ae: Pull complete fd4b47407fc3: Pull complete 7d3443626aa9: Pull complete Digest: sha256:a9b16885145ca1bd0e8c8ee0026ee83993e821a5344088e2c4866733d9c615c4 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8 ============================= 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: cov-2.6.1, timeout-1.3.3 collecting ... collected 0 items / 1 errors ==================================== ERRORS ==================================== ______________________________ ERROR collecting _______________________________ /usr/local/lib/python2.7/site-packages/py/_path/common.py:383: in visit for x in Visitor(fil, rec, ignore, bf, sort).gen(self): /usr/local/lib/python2.7/site-packages/py/_path/common.py:425: in gen if p.check(dir=1) and (rec is None or rec(p))]) /usr/local/lib/python2.7/site-packages/_pytest/main.py:651: in _recurse ihook = self.gethookproxy(dirpath) /usr/local/lib/python2.7/site-packages/_pytest/main.py:472: in gethookproxy my_conftestmodules = pm._getconftestmodules(fspath) /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules mod = self._importconftest(conftestpath.realpath()) /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:452: in _importconftest raise ConftestImportFailure(conftestpath, sys.exc_info()) E ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (, IndentationError('expected an indented block', ('/src/docker/context/context.py', 189, 0, '<<<<<<< HEAD\n')), )) ---------- coverage: platform linux2, python 2.7.18-final-0 ---------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 5 0 0 38% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 112 92 0 6% docker/api/client.py 265 200 98 0 18% docker/api/config.py 31 19 6 0 32% docker/api/container.py 266 208 102 0 16% docker/api/daemon.py 39 29 14 0 19% docker/api/exec_api.py 46 36 22 0 15% docker/api/image.py 149 116 50 0 17% docker/api/network.py 90 74 48 0 12% 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 77 38 0 20% docker/api/volume.py 38 29 14 0 17% docker/auth.py 198 159 74 0 14% docker/client.py 67 25 2 0 61% docker/constants.py 20 0 0 0 100% docker/context/__init__.py 2 1 0 0 50% docker/context/api.py 78 78 38 0 0% docker/context/config.py 61 61 16 0 0% 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 60 18 0 39% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 0 0 62% docker/models/containers.py 183 131 60 0 21% docker/models/images.py 137 92 52 0 24% docker/models/networks.py 37 20 8 0 38% docker/models/nodes.py 15 5 0 0 67% docker/models/plugins.py 49 30 8 0 33% docker/models/resource.py 41 24 6 0 36% docker/models/secrets.py 21 8 0 0 62% docker/models/services.py 87 63 34 0 20% docker/models/swarm.py 39 21 6 0 40% docker/models/volumes.py 23 10 2 0 52% docker/tls.py 37 26 14 0 22% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 3 2 0 38% docker/transport/npipeconn.py 58 53 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 87 61 22 1 25% docker/transport/ssladapter.py 36 20 10 1 37% docker/transport/unixconn.py 65 41 12 0 31% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 2 2 0 43% docker/types/containers.py 418 375 326 0 6% docker/types/daemon.py 36 26 14 0 20% docker/types/healthcheck.py 34 20 4 0 37% docker/types/networks.py 41 31 28 0 14% docker/types/services.py 312 259 206 0 10% docker/types/swarm.py 51 45 40 0 7% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 154 129 74 0 11% docker/utils/config.py 36 25 10 0 24% docker/utils/decorators.py 32 15 12 0 39% docker/utils/fnmatch.py 55 47 28 0 10% docker/utils/json_stream.py 43 31 14 1 23% docker/utils/ports.py 50 50 28 0 0% docker/utils/proxy.py 32 22 12 0 23% docker/utils/socket.py 86 64 40 0 17% docker/utils/utils.py 285 243 164 1 10% docker/version.py 2 0 0 0 100% ----------------------------------------------------------------------- TOTAL 4889 3748 2103 4 16% !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!! =========================== 1 error in 0.92 seconds ============================ [Pipeline] sh + docker stop dpy-dind-2-0-py2.7-19.03.13-beta2 dpy-tests-2-0-py2.7-19.03.13-beta2 dpy-dind-2-0-py2.7-19.03.13-beta2 dpy-tests-2-0-py2.7-19.03.13-beta2 + docker rm -vf dpy-dind-2-0-py2.7-19.03.13-beta2 dpy-tests-2-0-py2.7-19.03.13-beta2 dpy-dind-2-0-py2.7-19.03.13-beta2 dpy-tests-2-0-py2.7-19.03.13-beta2 + docker network rm dpy-testnet-2-0-py2.7-19.03.13-beta2 dpy-testnet-2-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 b32f6bf7d96d: Pull complete 6f4489a7e4cf: Pull complete af4b99ad9ef0: Pull complete 39db0bc48c26: Pull complete acb4a89489fc: Pull complete 67bf5e489e70: Pull complete feb4c910b379: Pull complete 69aac06b5705: Pull complete abcee8100f69: Pull complete 27e8edc25577: Pull complete 615adcdb9fee: Pull complete 8f849d5f3f8c: Pull complete ce2d8b42d2e8: Pull complete 3540ba12e7a9: Pull complete e33e1f27b72d: Pull complete 96d88c9e244c: Pull complete 8a33ab26d583: Pull complete 7108c207f8c9: Pull complete a3df6d2bf9ae: Pull complete 7d3443626aa9: Pull complete Digest: sha256:a9b16885145ca1bd0e8c8ee0026ee83993e821a5344088e2c4866733d9c615c4 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8 ============================= 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: cov-2.6.1, timeout-1.3.3 collecting ... collected 0 items / 1 errors ==================================== ERRORS ==================================== ______________________________ ERROR collecting _______________________________ /usr/local/lib/python2.7/site-packages/py/_path/common.py:383: in visit for x in Visitor(fil, rec, ignore, bf, sort).gen(self): /usr/local/lib/python2.7/site-packages/py/_path/common.py:425: in gen if p.check(dir=1) and (rec is None or rec(p))]) /usr/local/lib/python2.7/site-packages/_pytest/main.py:651: in _recurse ihook = self.gethookproxy(dirpath) /usr/local/lib/python2.7/site-packages/_pytest/main.py:472: in gethookproxy my_conftestmodules = pm._getconftestmodules(fspath) /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules mod = self._importconftest(conftestpath.realpath()) /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:452: in _importconftest raise ConftestImportFailure(conftestpath, sys.exc_info()) E ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (, IndentationError('expected an indented block', ('/src/docker/context/context.py', 189, 0, '<<<<<<< HEAD\n')), )) ---------- coverage: platform linux2, python 2.7.18-final-0 ---------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 5 0 0 38% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 112 92 0 6% docker/api/client.py 265 200 98 0 18% docker/api/config.py 31 19 6 0 32% docker/api/container.py 266 208 102 0 16% docker/api/daemon.py 39 29 14 0 19% docker/api/exec_api.py 46 36 22 0 15% docker/api/image.py 149 116 50 0 17% docker/api/network.py 90 74 48 0 12% 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 77 38 0 20% docker/api/volume.py 38 29 14 0 17% docker/auth.py 198 159 74 0 14% docker/client.py 67 25 2 0 61% docker/constants.py 20 0 0 0 100% docker/context/__init__.py 2 1 0 0 50% docker/context/api.py 78 78 38 0 0% docker/context/config.py 61 61 16 0 0% 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 60 18 0 39% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 0 0 62% docker/models/containers.py 183 131 60 0 21% docker/models/images.py 137 92 52 0 24% docker/models/networks.py 37 20 8 0 38% docker/models/nodes.py 15 5 0 0 67% docker/models/plugins.py 49 30 8 0 33% docker/models/resource.py 41 24 6 0 36% docker/models/secrets.py 21 8 0 0 62% docker/models/services.py 87 63 34 0 20% docker/models/swarm.py 39 21 6 0 40% docker/models/volumes.py 23 10 2 0 52% docker/tls.py 37 26 14 0 22% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 3 2 0 38% docker/transport/npipeconn.py 58 53 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 87 61 22 1 25% docker/transport/ssladapter.py 36 20 10 1 37% docker/transport/unixconn.py 65 41 12 0 31% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 2 2 0 43% docker/types/containers.py 418 375 326 0 6% docker/types/daemon.py 36 26 14 0 20% docker/types/healthcheck.py 34 20 4 0 37% docker/types/networks.py 41 31 28 0 14% docker/types/services.py 312 259 206 0 10% docker/types/swarm.py 51 45 40 0 7% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 154 129 74 0 11% docker/utils/config.py 36 25 10 0 24% docker/utils/decorators.py 32 15 12 0 39% docker/utils/fnmatch.py 55 47 28 0 10% docker/utils/json_stream.py 43 31 14 1 23% docker/utils/ports.py 50 50 28 0 0% docker/utils/proxy.py 32 22 12 0 23% docker/utils/socket.py 86 64 40 0 17% docker/utils/utils.py 285 243 164 1 10% docker/version.py 2 0 0 0 100% ----------------------------------------------------------------------- TOTAL 4889 3748 2103 4 16% !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!! =========================== 1 error in 0.98 seconds ============================ [Pipeline] sh + docker stop dpy-dind-2-0-py2.7-19.03.12 dpy-tests-2-0-py2.7-19.03.12 dpy-dind-2-0-py2.7-19.03.12 dpy-tests-2-0-py2.7-19.03.12 + docker rm -vf dpy-dind-2-0-py2.7-19.03.12 dpy-tests-2-0-py2.7-19.03.12 dpy-dind-2-0-py2.7-19.03.12 dpy-tests-2-0-py2.7-19.03.12 + docker network rm dpy-testnet-2-0-py2.7-19.03.12 dpy-testnet-2-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 [Pipeline] // parallel [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result ERROR: script returned exit code 2 Finished: FAILURE