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