Pull request #2448 updated 09:17:02 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 960b9292b7a0ff01cc8b14be8d5d2967ab562b08+8077d80118d289625248051d608a15cd34b19c27 (b5e8ededad435c1c48fbded5949e72de788f5a26) 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 26028d2ce48352c9b2c3f496e963b79a4944a426 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 --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426 Commit message: "[TAR-1227] Run the sonar container as the current user (#17)" > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Running on ubuntu-1804-overlay2 (i-0ee1c155fbb288f2f) in /home/ubuntu/workspace/docker-py_PR-2448 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2448@tmp/a6bba272-4107-47bd-a6f6-fca7e7939633/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo 09:17:10 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 09:17:10 chowning workspace [Pipeline] sh 09:17:10 + uname -m [Pipeline] sh 09:17:10 + pwd 09:17:10 + id -u 09:17:10 + id -g 09:17:10 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2448:/workspace busybox chown -R 1000:1000 /workspace 09:17:10 Unable to find image 'busybox:latest' locally 09:17:11 latest: Pulling from library/busybox 09:17:11 7c9d20b9b6cd: Pulling fs layer 09:17:11 7c9d20b9b6cd: Verifying Checksum 09:17:11 7c9d20b9b6cd: Pull complete 09:17:11 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e 09:17:11 Status: Downloaded newer image for busybox:latest [Pipeline] echo 09:17:12 Removing all docker containers [Pipeline] sh 09:17:13 + docker container ls -aq [Pipeline] echo 09:17:13 Docker containers have been removed [Pipeline] echo 09:17:13 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 09:17:13 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout 09:17:14 using credential docker-jenkins-github-credentials 09:17:14 Cloning the remote Git repository 09:17:14 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2448 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/docker/docker-py.git +refs/pull/2448/head:refs/remotes/origin/PR-2448 +refs/heads/master:refs/remotes/origin/master 09:17:16 Fetching without tags > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2448/head:refs/remotes/origin/PR-2448 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 09:17:16 Merging remotes/origin/master commit 8077d80118d289625248051d608a15cd34b19c27 into PR head commit 960b9292b7a0ff01cc8b14be8d5d2967ab562b08 09:17:16 Merge succeeded, producing 960b9292b7a0ff01cc8b14be8d5d2967ab562b08 09:17:16 Checking out Revision 960b9292b7a0ff01cc8b14be8d5d2967ab562b08 (PR-2448) 09:17:17 Commit message: "Merge remote-tracking branch 'riedel/master'" 09:17:17 First time build. Skipping changelog. Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/docker/docker-py.git +refs/pull/2448/head:refs/remotes/origin/PR-2448 +refs/heads/master:refs/remotes/origin/master > git config core.sparsecheckout # timeout=10 > git checkout -f 960b9292b7a0ff01cc8b14be8d5d2967ab562b08 > git merge 8077d80118d289625248051d608a15cd34b19c27 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 960b9292b7a0ff01cc8b14be8d5d2967ab562b08 > git rev-list --no-walk 78f99777004492e85e6e1f4fba89f0fee0dedb70 # timeout=10 [Pipeline] sh 09:17:18 + git rev-parse HEAD [Pipeline] sh 09:17:18 + docker pull dockerbuildbot/docker-py:py2-960b9292b7a0ff01cc8b14be8d5d2967ab562b08 09:17:18 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-960b9292b7a0ff01cc8b14be8d5d2967ab562b08 not found: manifest unknown: manifest unknown [Pipeline] sh 09:17:18 + docker build -t dockerbuildbot/docker-py:py2-960b9292b7a0ff01cc8b14be8d5d2967ab562b08 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 . 09:17:18 Sending build context to Docker daemon 1.274MB 09:17:18 Step 1/19 : ARG PYTHON_VERSION=3.7 09:17:18 Step 2/19 : FROM python:${PYTHON_VERSION} 09:17:19 2.7: Pulling from library/python 09:17:19 4a56a430b2ba: Pulling fs layer 09:17:19 4b5cacb629f5: Pulling fs layer 09:17:19 14408c8d4f9a: Pulling fs layer 09:17:19 ea67eaa7dd42: Pulling fs layer 09:17:19 4d134ac3fe4b: Pulling fs layer 09:17:19 2e009887a409: Pulling fs layer 09:17:19 adb876b6ea0f: Pulling fs layer 09:17:19 19f9812823bb: Pulling fs layer 09:17:19 aabbe3b30f01: Pulling fs layer 09:17:19 2e009887a409: Waiting 09:17:19 adb876b6ea0f: Waiting 09:17:19 19f9812823bb: Waiting 09:17:19 aabbe3b30f01: Waiting 09:17:19 ea67eaa7dd42: Waiting 09:17:19 4d134ac3fe4b: Waiting 09:17:19 4b5cacb629f5: Verifying Checksum 09:17:19 4b5cacb629f5: Download complete 09:17:19 14408c8d4f9a: Verifying Checksum 09:17:19 14408c8d4f9a: Download complete 09:17:20 4a56a430b2ba: Verifying Checksum 09:17:20 4a56a430b2ba: Download complete 09:17:20 ea67eaa7dd42: Verifying Checksum 09:17:20 ea67eaa7dd42: Download complete 09:17:20 2e009887a409: Verifying Checksum 09:17:20 2e009887a409: Download complete 09:17:20 adb876b6ea0f: Verifying Checksum 09:17:20 adb876b6ea0f: Download complete 09:17:20 19f9812823bb: Verifying Checksum 09:17:20 19f9812823bb: Download complete 09:17:20 aabbe3b30f01: Verifying Checksum 09:17:20 aabbe3b30f01: Download complete 09:17:22 4d134ac3fe4b: Verifying Checksum 09:17:22 4d134ac3fe4b: Download complete 09:17:23 4a56a430b2ba: Pull complete 09:17:23 4b5cacb629f5: Pull complete 09:17:23 14408c8d4f9a: Pull complete 09:17:26 ea67eaa7dd42: Pull complete 09:17:32 4d134ac3fe4b: Pull complete 09:17:32 2e009887a409: Pull complete 09:17:33 adb876b6ea0f: Pull complete 09:17:33 19f9812823bb: Pull complete 09:17:33 aabbe3b30f01: Pull complete 09:17:33 Digest: sha256:bf1fb44b14b9bd95b00d7fdf454b0f2922c5af6f2445d4933d340314a7e5db7c 09:17:33 Status: Downloaded newer image for python:2.7 09:17:33 ---> b707c2244b7d 09:17:33 Step 3/19 : ARG APT_MIRROR 09:17:35 ---> Running in 711fb9925260 09:17:35 Removing intermediate container 711fb9925260 09:17:35 ---> 532fedeb7902 09:17:35 Step 4/19 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list 09:17:35 ---> Running in 43cbd705592e 09:17:36 Removing intermediate container 43cbd705592e 09:17:36 ---> f5e661e17973 09:17:36 Step 5/19 : RUN apt-get update && apt-get -y install gnupg2 pass curl 09:17:37 ---> Running in 412483dcb0ee 09:17:37 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] 09:17:37 Get:2 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB] 09:17:37 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB] 09:17:37 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [98.2 kB] 09:17:37 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB] 09:17:38 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] 09:17:39 Fetched 8212 kB in 2s (4779 kB/s) 09:17:39 Reading package lists... 09:17:40 Reading package lists... 09:17:40 Building dependency tree... 09:17:40 Reading state information... 09:17:40 curl is already the newest version (7.64.0-4). 09:17:40 The following additional packages will be installed: 09:17:40 libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip 09:17:40 Suggested packages: 09:17:40 libxml-simple-perl ruby 09:17:40 The following NEW packages will be installed: 09:17:40 gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip 09:17:41 0 upgraded, 9 newly installed, 0 to remove and 13 not upgraded. 09:17:41 Need to get 708 kB of archives. 09:17:41 After this operation, 1197 kB of additional disk space will be used. 09:17:41 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB] 09:17:41 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB] 09:17:41 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB] 09:17:41 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB] 09:17:41 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB] 09:17:41 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB] 09:17:41 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB] 09:17:41 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB] 09:17:41 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB] 09:17:41 debconf: delaying package configuration, since apt-utils is not installed 09:17:41 Fetched 708 kB in 0s (2587 kB/s) 09:17:41 Selecting previously unselected package gnupg2. 09:17:41 (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 ... 24525 files and directories currently installed.) 09:17:41 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ... 09:17:41 Unpacking gnupg2 (2.2.12-1+deb10u1) ... 09:17:41 Selecting previously unselected package libqrencode4:amd64. 09:17:41 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ... 09:17:41 Unpacking libqrencode4:amd64 (4.0.2-1) ... 09:17:41 Selecting previously unselected package libxmu6:amd64. 09:17:41 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ... 09:17:41 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ... 09:17:41 Selecting previously unselected package libxmuu1:amd64. 09:17:41 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ... 09:17:41 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ... 09:17:41 Selecting previously unselected package tree. 09:17:41 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ... 09:17:41 Unpacking tree (1.8.0-1) ... 09:17:41 Selecting previously unselected package pass. 09:17:41 Preparing to unpack .../5-pass_1.7.3-2_all.deb ... 09:17:41 Unpacking pass (1.7.3-2) ... 09:17:41 Selecting previously unselected package qrencode. 09:17:41 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ... 09:17:41 Unpacking qrencode (4.0.2-1) ... 09:17:41 Selecting previously unselected package xauth. 09:17:41 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ... 09:17:41 Unpacking xauth (1:1.0.10-1) ... 09:17:41 Selecting previously unselected package xclip. 09:17:41 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ... 09:17:41 Unpacking xclip (0.13-1) ... 09:17:41 Setting up gnupg2 (2.2.12-1+deb10u1) ... 09:17:41 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ... 09:17:41 Setting up libqrencode4:amd64 (4.0.2-1) ... 09:17:41 Setting up qrencode (4.0.2-1) ... 09:17:41 Setting up tree (1.8.0-1) ... 09:17:41 Setting up xclip (0.13-1) ... 09:17:41 Setting up pass (1.7.3-2) ... 09:17:41 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ... 09:17:41 Setting up xauth (1:1.0.10-1) ... 09:17:41 Processing triggers for libc-bin (2.28-10) ... 09:17:42 Removing intermediate container 412483dcb0ee 09:17:42 ---> bc5ebd423865 09:17:42 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys 09:17:42 ---> 026c22f0cbad 09:17:42 Step 7/19 : RUN gpg2 --import gpg-keys/secret 09:17:42 ---> Running in 00d638c088cd 09:17:43 gpg: directory '/root/.gnupg' created 09:17:43 gpg: keybox '/root/.gnupg/pubring.kbx' created 09:17:43 gpg: /root/.gnupg/trustdb.gpg: trustdb created 09:17:43 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported 09:17:43 gpg: key 464ED987A7B21401: secret key imported 09:17:43 gpg: Total number processed: 1 09:17:43 gpg: imported: 1 09:17:43 gpg: secret keys read: 1 09:17:43 gpg: secret keys imported: 1 09:17:44 Removing intermediate container 00d638c088cd 09:17:44 ---> 32e71ca5260e 09:17:44 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust 09:17:44 ---> Running in de82908c9950 09:17:44 gpg: inserting ownertrust of 6 09:17:45 Removing intermediate container de82908c9950 09:17:45 ---> b694a1a4eeb7 09:17:45 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') 09:17:45 ---> Running in 1413514f96ef 09:17:45 gpg: please do a --check-trustdb 09:17:45 mkdir: created directory '/root/.password-store/' 09:17:45 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 09:17:46 Removing intermediate container 1413514f96ef 09:17:46 ---> d62813792dde 09:17:46 Step 10/19 : RUN gpg2 --check-trustdb 09:17:46 ---> Running in 86f4b79d122a 09:17:46 gpg: marginals needed: 3 completes needed: 1 trust model: pgp 09:17:46 gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u 09:17:47 Removing intermediate container 86f4b79d122a 09:17:47 ---> 85b19d1a2ea9 09:17:47 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3 09:17:47 ---> Running in 7531fdc68ab5 09:17:47 Removing intermediate container 7531fdc68ab5 09:17:47 ---> 0306a28d82fd 09:17:47 Step 12/19 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && rm -rf /opt/docker-credential-pass.tar.gz && chmod +x /usr/local/bin/docker-credential-pass 09:17:47 ---> Running in 851df64bf5a8 09:17:49 Removing intermediate container 851df64bf5a8 09:17:49 ---> 921ed7a04f94 09:17:49 Step 13/19 : WORKDIR /src 09:17:49 ---> Running in 86630ca74314 09:17:49 Removing intermediate container 86630ca74314 09:17:49 ---> 01baef5223e0 09:17:49 Step 14/19 : COPY requirements.txt /src/requirements.txt 09:17:49 ---> f5be7154c6f5 09:17:49 Step 15/19 : RUN pip install -r requirements.txt 09:17:49 ---> Running in 7135ba307562 09:17:50 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support 09:17:50 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment 09:17:50 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment 09:17:50 Collecting appdirs==1.4.3 (from -r requirements.txt (line 1)) 09:17:55 Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl 09:17:55 Collecting asn1crypto==0.22.0 (from -r requirements.txt (line 2)) 09:17:55 Downloading https://files.pythonhosted.org/packages/97/ba/7e8117d8efcee589f4d96dd2b2eb1d997f96d27d214cf2b7134ad8acf6ab/asn1crypto-0.22.0-py2.py3-none-any.whl (97kB) 09:17:55 Collecting backports.ssl-match-hostname==3.5.0.1 (from -r requirements.txt (line 3)) 09:17:55 Downloading https://files.pythonhosted.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz 09:17:55 Collecting cffi==1.10.0 (from -r requirements.txt (line 4)) 09:17:56 Downloading https://files.pythonhosted.org/packages/50/85/d74d06ac09fc2deb3d9bd6d6aca4ca13d82b8118c04494cd0e84fcd81624/cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392kB) 09:17:56 Collecting cryptography==2.3 (from -r requirements.txt (line 5)) 09:17:56 Downloading https://files.pythonhosted.org/packages/67/21/e79987f1f9abae42d666b1f89b4e78aa096acc00bbf97ad40d19b07b4a83/cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1MB) 09:17:56 Collecting enum34==1.1.6 (from -r requirements.txt (line 6)) 09:17:56 Downloading https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl 09:17:56 Collecting idna==2.5 (from -r requirements.txt (line 7)) 09:17:56 Downloading https://files.pythonhosted.org/packages/11/7d/9bbbd7bb35f34b0169542487d2a8859e44306bb2e6a4455d491800a5621f/idna-2.5-py2.py3-none-any.whl (55kB) 09:17:56 Collecting ipaddress==1.0.18 (from -r requirements.txt (line 8)) 09:17:56 Downloading https://files.pythonhosted.org/packages/17/93/28f4dd560780dd70fe75ce7e2662869770dfac181f6bbb472179ea8da516/ipaddress-1.0.18-py2-none-any.whl 09:17:56 Collecting packaging==16.8 (from -r requirements.txt (line 9)) 09:17:56 Downloading https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl 09:17:56 Collecting paramiko==2.4.2 (from -r requirements.txt (line 10)) 09:17:56 Downloading https://files.pythonhosted.org/packages/cf/ae/94e70d49044ccc234bfdba20114fa947d7ba6eb68a2e452d89b920e62227/paramiko-2.4.2-py2.py3-none-any.whl (193kB) 09:17:56 Collecting pycparser==2.17 (from -r requirements.txt (line 11)) 09:17:56 Downloading https://files.pythonhosted.org/packages/be/64/1bb257ffb17d01f4a38d7ce686809a736837ad4371bcc5c42ba7a715c3ac/pycparser-2.17.tar.gz (231kB) 09:17:56 Collecting pyOpenSSL==18.0.0 (from -r requirements.txt (line 12)) 09:17:56 Downloading https://files.pythonhosted.org/packages/96/af/9d29e6bd40823061aea2e0574ccb2fcf72bfd6130ce53d32773ec375458c/pyOpenSSL-18.0.0-py2.py3-none-any.whl (53kB) 09:17:56 Collecting pyparsing==2.2.0 (from -r requirements.txt (line 13)) 09:17:56 Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB) 09:17:57 Collecting requests==2.20.0 (from -r requirements.txt (line 16)) 09:17:57 Downloading https://files.pythonhosted.org/packages/f1/ca/10332a30cb25b627192b4ea272c351bce3ca1091e541245cccbace6051d8/requests-2.20.0-py2.py3-none-any.whl (60kB) 09:17:57 Collecting six==1.10.0 (from -r requirements.txt (line 17)) 09:17:57 Downloading https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl 09:17:57 Collecting urllib3==1.24.3 (from -r requirements.txt (line 18)) 09:17:57 Downloading https://files.pythonhosted.org/packages/01/11/525b02e4acc0c747de8b6ccdab376331597c569c42ea66ab0a1dbd36eca2/urllib3-1.24.3-py2.py3-none-any.whl (118kB) 09:17:57 Collecting websocket-client==0.56.0 (from -r requirements.txt (line 19)) 09:17:57 Downloading https://files.pythonhosted.org/packages/29/19/44753eab1fdb50770ac69605527e8859468f3c0fd7dc5a76dd9c4dbd7906/websocket_client-0.56.0-py2.py3-none-any.whl (200kB) 09:17:57 Collecting pynacl>=1.0.1 (from paramiko==2.4.2->-r requirements.txt (line 10)) 09:17:57 Downloading https://files.pythonhosted.org/packages/b3/25/e605574f24948a8a53b497744e93f061eb1dbe7c44b6465fc1c172d591aa/PyNaCl-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl (762kB) 09:17:57 Collecting pyasn1>=0.1.7 (from paramiko==2.4.2->-r requirements.txt (line 10)) 09:17:57 Downloading https://files.pythonhosted.org/packages/a1/71/8f0d444e3a74e5640a3d5d967c1c6b015da9c655f35b2d308a55d907a517/pyasn1-0.4.7-py2.py3-none-any.whl (76kB) 09:17:57 Collecting bcrypt>=3.1.3 (from paramiko==2.4.2->-r requirements.txt (line 10)) 09:17:57 Downloading https://files.pythonhosted.org/packages/ad/36/9a0227d048e98409f012570f7bef8a8c2373b9c9c5dfbf82963cbae05ede/bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59kB) 09:17:57 Collecting certifi>=2017.4.17 (from requests==2.20.0->-r requirements.txt (line 16)) 09:17:57 Downloading https://files.pythonhosted.org/packages/18/b0/8146a4f8dd402f60744fa380bc73ca47303cccf8b9190fd16a827281eac2/certifi-2019.9.11-py2.py3-none-any.whl (154kB) 09:17:57 Collecting chardet<3.1.0,>=3.0.2 (from requests==2.20.0->-r requirements.txt (line 16)) 09:17:57 Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB) 09:17:57 Building wheels for collected packages: backports.ssl-match-hostname, pycparser 09:17:57 Building wheel for backports.ssl-match-hostname (setup.py): started 09:17:57 Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done' 09:17:57 Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-cp27-none-any.whl size=5211 sha256=c2b8b00c9f3481818c645f629ffb2db66db6f0f95e30c020f5b8e4e1e221bd2e 09:17:57 Stored in directory: /root/.cache/pip/wheels/99/7e/f7/a88a9bcf7a3bd6b12cf6a74eee8c89746aaa02f71ab7b33939 09:17:57 Building wheel for pycparser (setup.py): started 09:17:58 Building wheel for pycparser (setup.py): finished with status 'done' 09:17:58 Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193886 sha256=ca01177ce2cbf769312d3b66074da98de8b7cb3a0bb4168e2b3e4a3e1f954d77 09:17:58 Stored in directory: /root/.cache/pip/wheels/3f/a9/a7/44a27bb67d962845df8df4ac988e1f369184e307392ce37c5b 09:17:58 Successfully built backports.ssl-match-hostname pycparser 09:17:58 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, enum34, six, idna, ipaddress, cryptography, pyparsing, packaging, pynacl, pyasn1, bcrypt, paramiko, pyOpenSSL, urllib3, certifi, chardet, requests, websocket-client 09:17:59 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2019.9.11 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.7 pycparser-2.17 pynacl-1.3.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0 09:18:04 Removing intermediate container 7135ba307562 09:18:04 ---> 110d90efe9c4 09:18:04 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt 09:18:04 ---> da2fef6f9e93 09:18:04 Step 17/19 : RUN pip install -r test-requirements.txt 09:18:04 ---> Running in c0fff1e1e736 09:18:05 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support 09:18:05 Collecting coverage==4.5.2 (from -r test-requirements.txt (line 1)) 09:18:10 Downloading https://files.pythonhosted.org/packages/af/cf/e240715a50d64b0538a08a2be1ae4060fb25791e911cbe8fd2367b5deeaa/coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201kB) 09:18:11 Collecting flake8==3.6.0 (from -r test-requirements.txt (line 2)) 09:18:11 Downloading https://files.pythonhosted.org/packages/34/a6/49e2849a0e5464e1b5d621f63bc8453066f0f367bb3b744a33fca0bc1ddd/flake8-3.6.0-py2.py3-none-any.whl (68kB) 09:18:11 Collecting mock==1.0.1 (from -r test-requirements.txt (line 3)) 09:18:11 Downloading https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz (818kB) 09:18:11 Collecting pytest==4.3.1 (from -r test-requirements.txt (line 4)) 09:18:11 Downloading https://files.pythonhosted.org/packages/c8/52/c455e718f19e4fd7126c81b4910ca2431ded6c28b97e36a1a1f5e5ef7247/pytest-4.3.1-py2.py3-none-any.whl (219kB) 09:18:11 Collecting pytest-cov==2.6.1 (from -r test-requirements.txt (line 5)) 09:18:11 Downloading https://files.pythonhosted.org/packages/7d/b5/92f32674ab954f80499ac73347bfeb815545ea295439c12b0ef3ac8f0975/pytest_cov-2.6.1-py2.py3-none-any.whl 09:18:11 Collecting pytest-timeout==1.3.3 (from -r test-requirements.txt (line 6)) 09:18:11 Downloading https://files.pythonhosted.org/packages/58/92/f60ea2e27074d6f97c8aaf21e34d1f838eb623e4b8070680846c65318a10/pytest_timeout-1.3.3-py2.py3-none-any.whl 09:18:11 Collecting configparser; python_version < "3.2" (from flake8==3.6.0->-r test-requirements.txt (line 2)) 09:18:11 Downloading https://files.pythonhosted.org/packages/7a/2a/95ed0501cf5d8709490b1d3a3f9b5cf340da6c433f896bbe9ce08dbe6785/configparser-4.0.2-py2.py3-none-any.whl 09:18:11 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 2)) (1.1.6) 09:18:11 Collecting pycodestyle<2.5.0,>=2.4.0 (from flake8==3.6.0->-r test-requirements.txt (line 2)) 09:18:11 Downloading https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl (62kB) 09:18:11 Collecting mccabe<0.7.0,>=0.6.0 (from flake8==3.6.0->-r test-requirements.txt (line 2)) 09:18:11 Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl 09:18:11 Collecting pyflakes<2.1.0,>=2.0.0 (from flake8==3.6.0->-r test-requirements.txt (line 2)) 09:18:11 Downloading https://files.pythonhosted.org/packages/44/98/af7a72c9a543b1487d92813c648cb9b9adfbc96faef5455d60f4439aa99b/pyflakes-2.0.0-py2.py3-none-any.whl (53kB) 09:18:11 Requirement already satisfied: setuptools>=30 in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 2)) (41.2.0) 09:18:11 Collecting py>=1.5.0 (from pytest==4.3.1->-r test-requirements.txt (line 4)) 09:18:11 Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB) 09:18:11 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 4)) (1.10.0) 09:18:11 Collecting pathlib2>=2.2.0; python_version < "3.6" (from pytest==4.3.1->-r test-requirements.txt (line 4)) 09:18:11 Downloading https://files.pythonhosted.org/packages/e9/45/9c82d3666af4ef9f221cbb954e1d77ddbb513faf552aea6df5f37f1a4859/pathlib2-2.3.5-py2.py3-none-any.whl 09:18:11 Collecting funcsigs; python_version < "3.0" (from pytest==4.3.1->-r test-requirements.txt (line 4)) 09:18:11 Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl 09:18:11 Collecting atomicwrites>=1.0 (from pytest==4.3.1->-r test-requirements.txt (line 4)) 09:18:11 Downloading https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl 09:18:11 Collecting pluggy>=0.7 (from pytest==4.3.1->-r test-requirements.txt (line 4)) 09:18:11 Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl 09:18:11 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7" (from pytest==4.3.1->-r test-requirements.txt (line 4)) 09:18:11 Downloading https://files.pythonhosted.org/packages/2f/9d/dcfe59e213093695f108508af1214cf9cd95cc5489e46877ec5cb56369e5/more_itertools-5.0.0-py2-none-any.whl (52kB) 09:18:11 Collecting attrs>=17.4.0 (from pytest==4.3.1->-r test-requirements.txt (line 4)) 09:18:11 Downloading https://files.pythonhosted.org/packages/6b/e8/2ecaf86b128a34e225807f03b22664302937ab826bd3b7eccab6754d29ea/attrs-19.2.0-py2.py3-none-any.whl (40kB) 09:18:12 Collecting scandir; python_version < "3.5" (from pathlib2>=2.2.0; python_version < "3.6"->pytest==4.3.1->-r test-requirements.txt (line 4)) 09:18:12 Downloading https://files.pythonhosted.org/packages/df/f5/9c052db7bd54d0cbf1bc0bb6554362bba1012d03e5888950a4f5c5dadc4e/scandir-1.10.0.tar.gz 09:18:12 Collecting importlib-metadata>=0.12; python_version < "3.8" (from pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 4)) 09:18:12 Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl 09:18:12 Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 4)) 09:18:12 Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl 09:18:12 Collecting contextlib2; python_version < "3" (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 4)) 09:18:12 Downloading https://files.pythonhosted.org/packages/85/60/370352f7ef6aa96c52fb001831622f50f923c1d575427d021b8ab3311236/contextlib2-0.6.0.post1-py2.py3-none-any.whl 09:18:12 Building wheels for collected packages: mock, scandir 09:18:12 Building wheel for mock (setup.py): started 09:18:12 Building wheel for mock (setup.py): finished with status 'done' 09:18:12 Created wheel for mock: filename=mock-1.0.1-cp27-none-any.whl size=23755 sha256=058120f903ef82cad0d27e2d99fdd3136a83e20dd334a64177457be49cf0096c 09:18:12 Stored in directory: /root/.cache/pip/wheels/7e/72/92/744b532c779242b57aab4bcba80c312b30c069bbd60025e7e6 09:18:12 Building wheel for scandir (setup.py): started 09:18:12 Building wheel for scandir (setup.py): finished with status 'done' 09:18:12 Created wheel for scandir: filename=scandir-1.10.0-cp27-cp27mu-linux_x86_64.whl size=42780 sha256=f337618c25b9edda3fa6bd000b49a1b3a896582136c2ae8b5da1520d5a52d1d8 09:18:12 Stored in directory: /root/.cache/pip/wheels/91/95/75/19c98a91239878abbc7c59970abd3b4e0438a7dd5b61778335 09:18:12 Successfully built mock scandir 09:18:13 Installing collected packages: coverage, configparser, pycodestyle, mccabe, pyflakes, flake8, mock, py, scandir, pathlib2, funcsigs, atomicwrites, more-itertools, zipp, contextlib2, importlib-metadata, pluggy, attrs, pytest, pytest-cov, pytest-timeout 09:18:13 Successfully installed atomicwrites-1.3.0 attrs-19.2.0 configparser-4.0.2 contextlib2-0.6.0.post1 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 importlib-metadata-0.23 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pathlib2-2.3.5 pluggy-0.13.0 py-1.8.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 scandir-1.10.0 zipp-0.6.0 09:18:14 Removing intermediate container c0fff1e1e736 09:18:14 ---> 0af342c69837 09:18:14 Step 18/19 : COPY . /src 09:18:15 ---> 100eedf2c416 09:18:15 Step 19/19 : RUN pip install . 09:18:15 ---> Running in bec886dab4b5 09:18:15 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support 09:18:15 Processing /src 09:18:16 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (1.10.0) 09:18:16 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (0.56.0) 09:18:16 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (2.20.0) 09:18:16 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (3.5.0.1) 09:18:16 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (1.0.18) 09:18:16 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.1.0.dev0) (2.5) 09:18:16 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.1.0.dev0) (1.24.3) 09:18:16 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.1.0.dev0) (2019.9.11) 09:18:16 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.1.0.dev0) (3.0.4) 09:18:16 Building wheels for collected packages: docker 09:18:16 Building wheel for docker (setup.py): started 09:18:16 Building wheel for docker (setup.py): finished with status 'done' 09:18:16 Created wheel for docker: filename=docker-4.1.0.dev0-py2.py3-none-any.whl size=139406 sha256=86cd227152e6b8ea0760b8ca3469ef0a7216978a055b1cf641e6b2ac757ba1d6 09:18:16 Stored in directory: /tmp/pip-ephem-wheel-cache-ebFvjV/wheels/ee/4d/f0/2a86c10b571f6f2e614d6de70cb18e96cf856ba00408408b23 09:18:16 Successfully built docker 09:18:16 Installing collected packages: docker 09:18:17 Successfully installed docker-4.1.0.dev0 09:18:17 Removing intermediate container bec886dab4b5 09:18:17 ---> 5da1b42e9d6b 09:18:17 Successfully built 5da1b42e9d6b 09:18:17 Successfully tagged dockerbuildbot/docker-py:py2-960b9292b7a0ff01cc8b14be8d5d2967ab562b08 [Pipeline] dockerFingerprintFrom [Pipeline] sh 09:18:18 + docker tag dockerbuildbot/docker-py:py2-960b9292b7a0ff01cc8b14be8d5d2967ab562b08 dockerbuildbot/docker-py:py2-960b9292b7a0ff01cc8b14be8d5d2967ab562b08 [Pipeline] sh 09:18:18 + docker push dockerbuildbot/docker-py:py2-960b9292b7a0ff01cc8b14be8d5d2967ab562b08 09:18:18 The push refers to repository [docker.io/dockerbuildbot/docker-py] 09:18:18 fa7f3d7d636a: Preparing 09:18:18 fe28287c0abe: Preparing 09:18:18 44c7536580fc: Preparing 09:18:18 0f608ba1fad7: Preparing 09:18:18 122709fa8bea: Preparing 09:18:18 9fb0a7aafe3b: Preparing 09:18:18 3af09cb04ed4: Preparing 09:18:18 4e54f0498365: Preparing 09:18:18 fa702ec09e93: Preparing 09:18:18 b2548e735873: Preparing 09:18:18 60d7ca960377: Preparing 09:18:18 344f5a215d3e: Preparing 09:18:18 82ed38bb44d8: Preparing 09:18:18 d31e31aaa5d3: Preparing 09:18:18 3027267da704: Preparing 09:18:18 d885ef11f284: Preparing 09:18:18 6f5053808cc8: Preparing 09:18:18 5324f50b5603: Preparing 09:18:18 38a5d7f018e6: Preparing 09:18:18 3bfeb766f97b: Preparing 09:18:18 ea1227feeccb: Preparing 09:18:18 9cae1895156d: Preparing 09:18:18 52dba9daa22c: Preparing 09:18:18 78c1b9419976: Preparing 09:18:18 9fb0a7aafe3b: Waiting 09:18:18 3af09cb04ed4: Waiting 09:18:18 4e54f0498365: Waiting 09:18:18 fa702ec09e93: Waiting 09:18:18 b2548e735873: Waiting 09:18:18 60d7ca960377: Waiting 09:18:18 344f5a215d3e: Waiting 09:18:18 82ed38bb44d8: Waiting 09:18:18 d31e31aaa5d3: Waiting 09:18:18 3027267da704: Waiting 09:18:18 d885ef11f284: Waiting 09:18:18 6f5053808cc8: Waiting 09:18:18 5324f50b5603: Waiting 09:18:18 38a5d7f018e6: Waiting 09:18:18 3bfeb766f97b: Waiting 09:18:18 ea1227feeccb: Waiting 09:18:18 9cae1895156d: Waiting 09:18:18 52dba9daa22c: Waiting 09:18:18 78c1b9419976: Waiting 09:18:19 0f608ba1fad7: Pushed 09:18:19 fa7f3d7d636a: Pushed 09:18:20 fe28287c0abe: Pushed 09:18:21 9fb0a7aafe3b: Pushed 09:18:21 44c7536580fc: Pushed 09:18:21 3af09cb04ed4: Pushed 09:18:21 fa702ec09e93: Pushed 09:18:22 122709fa8bea: Pushed 09:18:22 b2548e735873: Pushed 09:18:22 4e54f0498365: Pushed 09:18:22 60d7ca960377: Pushed 09:18:22 d885ef11f284: Layer already exists 09:18:23 344f5a215d3e: Pushed 09:18:23 6f5053808cc8: Layer already exists 09:18:23 38a5d7f018e6: Layer already exists 09:18:23 5324f50b5603: Layer already exists 09:18:23 3bfeb766f97b: Layer already exists 09:18:23 9cae1895156d: Layer already exists 09:18:23 ea1227feeccb: Layer already exists 09:18:23 52dba9daa22c: Layer already exists 09:18:23 78c1b9419976: Layer already exists 09:18:23 82ed38bb44d8: Pushed 09:18:23 3027267da704: Pushed 09:18:25 d31e31aaa5d3: Pushed 09:18:26 py2-960b9292b7a0ff01cc8b14be8d5d2967ab562b08: digest: sha256:59de71260044d878b45a4c400351319e19c4af01d088a3cf5b23c17b74b73220 size: 5353 [Pipeline] sh 09:18:26 + docker pull dockerbuildbot/docker-py:py3-960b9292b7a0ff01cc8b14be8d5d2967ab562b08 09:18:27 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-960b9292b7a0ff01cc8b14be8d5d2967ab562b08 not found: manifest unknown: manifest unknown [Pipeline] sh 09:18:27 + docker build -t dockerbuildbot/docker-py:py3-960b9292b7a0ff01cc8b14be8d5d2967ab562b08 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 . 09:18:27 Sending build context to Docker daemon 1.274MB 09:18:27 Step 1/19 : ARG PYTHON_VERSION=3.7 09:18:27 Step 2/19 : FROM python:${PYTHON_VERSION} 09:18:27 3.7: Pulling from library/python 09:18:27 4a56a430b2ba: Already exists 09:18:27 4b5cacb629f5: Already exists 09:18:27 14408c8d4f9a: Already exists 09:18:27 ea67eaa7dd42: Already exists 09:18:27 4d134ac3fe4b: Already exists 09:18:27 4c55f6f5d7f0: Pulling fs layer 09:18:27 6ae475e50652: Pulling fs layer 09:18:27 6f4152644229: Pulling fs layer 09:18:27 6933d3d46042: Pulling fs layer 09:18:27 6933d3d46042: Waiting 09:18:27 6f4152644229: Verifying Checksum 09:18:27 6f4152644229: Download complete 09:18:27 4c55f6f5d7f0: Verifying Checksum 09:18:27 4c55f6f5d7f0: Download complete 09:18:27 6933d3d46042: Verifying Checksum 09:18:27 6933d3d46042: Download complete 09:18:28 6ae475e50652: Verifying Checksum 09:18:28 6ae475e50652: Download complete 09:18:28 4c55f6f5d7f0: Pull complete 09:18:29 6ae475e50652: Pull complete 09:18:29 6f4152644229: Pull complete 09:18:29 6933d3d46042: Pull complete 09:18:29 Digest: sha256:9455815814cd05da0fe73fba64dbed5a3dcb582c757b6c7591c49178c3a4398c 09:18:29 Status: Downloaded newer image for python:3.7 09:18:29 ---> 02d2bb146b3b 09:18:29 Step 3/19 : ARG APT_MIRROR 09:18:31 ---> Running in 1ba4510b8a9e 09:18:31 Removing intermediate container 1ba4510b8a9e 09:18:31 ---> a52dfab49b04 09:18: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 09:18:31 ---> Running in 67cf2e94f5e7 09:18:33 Removing intermediate container 67cf2e94f5e7 09:18:33 ---> f034d38b61cc 09:18:33 Step 5/19 : RUN apt-get update && apt-get -y install gnupg2 pass curl 09:18:33 ---> Running in efd97a0b60a1 09:18:34 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB] 09:18:34 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] 09:18:34 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB] 09:18:34 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [98.2 kB] 09:18:34 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB] 09:18:34 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] 09:18:35 Fetched 8212 kB in 2s (4361 kB/s) 09:18:35 Reading package lists... 09:18:36 Reading package lists... 09:18:36 Building dependency tree... 09:18:36 Reading state information... 09:18:36 curl is already the newest version (7.64.0-4). 09:18:36 The following additional packages will be installed: 09:18:36 libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip 09:18:36 Suggested packages: 09:18:36 libxml-simple-perl ruby 09:18:37 The following NEW packages will be installed: 09:18:37 gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip 09:18:37 0 upgraded, 9 newly installed, 0 to remove and 13 not upgraded. 09:18:37 Need to get 708 kB of archives. 09:18:37 After this operation, 1197 kB of additional disk space will be used. 09:18:37 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB] 09:18:37 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB] 09:18:37 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB] 09:18:37 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB] 09:18:37 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB] 09:18:37 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB] 09:18:37 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB] 09:18:37 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB] 09:18:37 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB] 09:18:37 debconf: delaying package configuration, since apt-utils is not installed 09:18:37 Fetched 708 kB in 0s (2615 kB/s) 09:18:37 Selecting previously unselected package gnupg2. 09:18:37 (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 ... 24525 files and directories currently installed.) 09:18:37 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ... 09:18:37 Unpacking gnupg2 (2.2.12-1+deb10u1) ... 09:18:37 Selecting previously unselected package libqrencode4:amd64. 09:18:37 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ... 09:18:37 Unpacking libqrencode4:amd64 (4.0.2-1) ... 09:18:37 Selecting previously unselected package libxmu6:amd64. 09:18:37 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ... 09:18:37 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ... 09:18:37 Selecting previously unselected package libxmuu1:amd64. 09:18:37 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ... 09:18:37 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ... 09:18:37 Selecting previously unselected package tree. 09:18:37 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ... 09:18:37 Unpacking tree (1.8.0-1) ... 09:18:37 Selecting previously unselected package pass. 09:18:37 Preparing to unpack .../5-pass_1.7.3-2_all.deb ... 09:18:37 Unpacking pass (1.7.3-2) ... 09:18:37 Selecting previously unselected package qrencode. 09:18:37 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ... 09:18:37 Unpacking qrencode (4.0.2-1) ... 09:18:37 Selecting previously unselected package xauth. 09:18:37 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ... 09:18:37 Unpacking xauth (1:1.0.10-1) ... 09:18:37 Selecting previously unselected package xclip. 09:18:37 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ... 09:18:37 Unpacking xclip (0.13-1) ... 09:18:38 Setting up gnupg2 (2.2.12-1+deb10u1) ... 09:18:38 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ... 09:18:38 Setting up libqrencode4:amd64 (4.0.2-1) ... 09:18:38 Setting up qrencode (4.0.2-1) ... 09:18:38 Setting up tree (1.8.0-1) ... 09:18:38 Setting up xclip (0.13-1) ... 09:18:38 Setting up pass (1.7.3-2) ... 09:18:38 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ... 09:18:38 Setting up xauth (1:1.0.10-1) ... 09:18:38 Processing triggers for libc-bin (2.28-10) ... 09:18:40 Removing intermediate container efd97a0b60a1 09:18:40 ---> be300ed10ff1 09:18:40 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys 09:18:40 ---> 4b1e21170a01 09:18:40 Step 7/19 : RUN gpg2 --import gpg-keys/secret 09:18:40 ---> Running in 6b58aa88c007 09:18:41 gpg: directory '/root/.gnupg' created 09:18:41 gpg: keybox '/root/.gnupg/pubring.kbx' created 09:18:41 gpg: /root/.gnupg/trustdb.gpg: trustdb created 09:18:41 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported 09:18:41 gpg: key 464ED987A7B21401: secret key imported 09:18:41 gpg: Total number processed: 1 09:18:41 gpg: imported: 1 09:18:41 gpg: secret keys read: 1 09:18:41 gpg: secret keys imported: 1 09:18:41 Removing intermediate container 6b58aa88c007 09:18:41 ---> 39d813390fbb 09:18:41 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust 09:18:41 ---> Running in 756fe6794734 09:18:42 gpg: inserting ownertrust of 6 09:18:42 Removing intermediate container 756fe6794734 09:18:42 ---> 9224ccad4d0c 09:18:42 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') 09:18:42 ---> Running in f622ec0f8837 09:18:43 gpg: please do a --check-trustdb 09:18:43 mkdir: created directory '/root/.password-store/' 09:18:43 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 09:18:43 Removing intermediate container f622ec0f8837 09:18:43 ---> 7075556f2b22 09:18:43 Step 10/19 : RUN gpg2 --check-trustdb 09:18:43 ---> Running in 1eae1fb1aa8b 09:18:44 gpg: marginals needed: 3 completes needed: 1 trust model: pgp 09:18:44 gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u 09:18:45 Removing intermediate container 1eae1fb1aa8b 09:18:45 ---> 4cfde5d6f075 09:18:45 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3 09:18:45 ---> Running in 0420699f470d 09:18:45 Removing intermediate container 0420699f470d 09:18:45 ---> d998be6f397a 09:18:45 Step 12/19 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && rm -rf /opt/docker-credential-pass.tar.gz && chmod +x /usr/local/bin/docker-credential-pass 09:18:45 ---> Running in c400903ad725 09:18:46 Removing intermediate container c400903ad725 09:18:46 ---> 877be3760beb 09:18:46 Step 13/19 : WORKDIR /src 09:18:46 ---> Running in f916adb4deff 09:18:46 Removing intermediate container f916adb4deff 09:18:46 ---> d4db7229164a 09:18:46 Step 14/19 : COPY requirements.txt /src/requirements.txt 09:18:46 ---> d6bce3cb0cee 09:18:46 Step 15/19 : RUN pip install -r requirements.txt 09:18:47 ---> Running in f3534af3351f 09:18:49 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment 09:18:49 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment 09:18:49 Collecting appdirs==1.4.3 (from -r requirements.txt (line 1)) 09:18:54 Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl 09:18:54 Collecting asn1crypto==0.22.0 (from -r requirements.txt (line 2)) 09:18:54 Downloading https://files.pythonhosted.org/packages/97/ba/7e8117d8efcee589f4d96dd2b2eb1d997f96d27d214cf2b7134ad8acf6ab/asn1crypto-0.22.0-py2.py3-none-any.whl (97kB) 09:18:54 Collecting backports.ssl-match-hostname==3.5.0.1 (from -r requirements.txt (line 3)) 09:18:54 Downloading https://files.pythonhosted.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz 09:18:54 Collecting cffi==1.10.0 (from -r requirements.txt (line 4)) 09:18:54 Downloading https://files.pythonhosted.org/packages/5b/b9/790f8eafcdab455bcd3bd908161f802c9ce5adbf702a83aa7712fcc345b7/cffi-1.10.0.tar.gz (418kB) 09:18:54 Collecting cryptography==2.3 (from -r requirements.txt (line 5)) 09:18:54 Downloading https://files.pythonhosted.org/packages/c2/fa/fa9a8933c285895935d1392922fe721e9cb1b2c1881d14f149213a227ee3/cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1MB) 09:18:55 Collecting enum34==1.1.6 (from -r requirements.txt (line 6)) 09:18:55 Downloading https://files.pythonhosted.org/packages/af/42/cb9355df32c69b553e72a2e28daee25d1611d2c0d9c272aa1d34204205b2/enum34-1.1.6-py3-none-any.whl 09:18:55 Collecting idna==2.5 (from -r requirements.txt (line 7)) 09:18:55 Downloading https://files.pythonhosted.org/packages/11/7d/9bbbd7bb35f34b0169542487d2a8859e44306bb2e6a4455d491800a5621f/idna-2.5-py2.py3-none-any.whl (55kB) 09:18:55 Collecting ipaddress==1.0.18 (from -r requirements.txt (line 8)) 09:18:55 Downloading https://files.pythonhosted.org/packages/4e/13/774faf38b445d0b3a844b65747175b2e0500164b7c28d78e34987a5bfe06/ipaddress-1.0.18.tar.gz 09:18:55 Collecting packaging==16.8 (from -r requirements.txt (line 9)) 09:18:55 Downloading https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl 09:18:55 Collecting paramiko==2.4.2 (from -r requirements.txt (line 10)) 09:18:55 Downloading https://files.pythonhosted.org/packages/cf/ae/94e70d49044ccc234bfdba20114fa947d7ba6eb68a2e452d89b920e62227/paramiko-2.4.2-py2.py3-none-any.whl (193kB) 09:18:55 Collecting pycparser==2.17 (from -r requirements.txt (line 11)) 09:18:55 Downloading https://files.pythonhosted.org/packages/be/64/1bb257ffb17d01f4a38d7ce686809a736837ad4371bcc5c42ba7a715c3ac/pycparser-2.17.tar.gz (231kB) 09:18:55 Collecting pyOpenSSL==18.0.0 (from -r requirements.txt (line 12)) 09:18:55 Downloading https://files.pythonhosted.org/packages/96/af/9d29e6bd40823061aea2e0574ccb2fcf72bfd6130ce53d32773ec375458c/pyOpenSSL-18.0.0-py2.py3-none-any.whl (53kB) 09:18:55 Collecting pyparsing==2.2.0 (from -r requirements.txt (line 13)) 09:18:55 Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB) 09:18:55 Collecting requests==2.20.0 (from -r requirements.txt (line 16)) 09:18:55 Downloading https://files.pythonhosted.org/packages/f1/ca/10332a30cb25b627192b4ea272c351bce3ca1091e541245cccbace6051d8/requests-2.20.0-py2.py3-none-any.whl (60kB) 09:18:55 Collecting six==1.10.0 (from -r requirements.txt (line 17)) 09:18:55 Downloading https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl 09:18:55 Collecting urllib3==1.24.3 (from -r requirements.txt (line 18)) 09:18:55 Downloading https://files.pythonhosted.org/packages/01/11/525b02e4acc0c747de8b6ccdab376331597c569c42ea66ab0a1dbd36eca2/urllib3-1.24.3-py2.py3-none-any.whl (118kB) 09:18:55 Collecting websocket-client==0.56.0 (from -r requirements.txt (line 19)) 09:18:55 Downloading https://files.pythonhosted.org/packages/29/19/44753eab1fdb50770ac69605527e8859468f3c0fd7dc5a76dd9c4dbd7906/websocket_client-0.56.0-py2.py3-none-any.whl (200kB) 09:18:55 Collecting bcrypt>=3.1.3 (from paramiko==2.4.2->-r requirements.txt (line 10)) 09:18:55 Downloading https://files.pythonhosted.org/packages/8b/1d/82826443777dd4a624e38a08957b975e75df859b381ae302cfd7a30783ed/bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56kB) 09:18:55 Collecting pyasn1>=0.1.7 (from paramiko==2.4.2->-r requirements.txt (line 10)) 09:18:55 Downloading https://files.pythonhosted.org/packages/a1/71/8f0d444e3a74e5640a3d5d967c1c6b015da9c655f35b2d308a55d907a517/pyasn1-0.4.7-py2.py3-none-any.whl (76kB) 09:18:55 Collecting pynacl>=1.0.1 (from paramiko==2.4.2->-r requirements.txt (line 10)) 09:18:56 Downloading https://files.pythonhosted.org/packages/27/15/2cd0a203f318c2240b42cd9dd13c931ddd61067809fee3479f44f086103e/PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl (759kB) 09:18:56 Collecting chardet<3.1.0,>=3.0.2 (from requests==2.20.0->-r requirements.txt (line 16)) 09:18:56 Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB) 09:18:56 Collecting certifi>=2017.4.17 (from requests==2.20.0->-r requirements.txt (line 16)) 09:18:56 Downloading https://files.pythonhosted.org/packages/18/b0/8146a4f8dd402f60744fa380bc73ca47303cccf8b9190fd16a827281eac2/certifi-2019.9.11-py2.py3-none-any.whl (154kB) 09:18:56 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser 09:18:56 Building wheel for backports.ssl-match-hostname (setup.py): started 09:18:56 Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done' 09:18:56 Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-cp37-none-any.whl size=5206 sha256=b6a596cf4c359d42db431e891dccafa9d4343fc6f7fc2b645d837731d171ee9b 09:18:56 Stored in directory: /root/.cache/pip/wheels/99/7e/f7/a88a9bcf7a3bd6b12cf6a74eee8c89746aaa02f71ab7b33939 09:18:56 Building wheel for cffi (setup.py): started 09:18:59 Building wheel for cffi (setup.py): finished with status 'done' 09:18:59 Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371206 sha256=74469ffcee6ab8f9a10e1edd865fd7320b0807e473a952072ca31f867ecba0f7 09:18:59 Stored in directory: /root/.cache/pip/wheels/f7/15/ae/fb38663a1329fd6043160c18a6c5e3a60aec7f7a727a631875 09:18:59 Building wheel for ipaddress (setup.py): started 09:18:59 Building wheel for ipaddress (setup.py): finished with status 'done' 09:18:59 Created wheel for ipaddress: filename=ipaddress-1.0.18-cp37-none-any.whl size=18105 sha256=9b0a6df4913efa97757f70d6d3c539de1b737f43c9e9866d516b1994b82523c0 09:18:59 Stored in directory: /root/.cache/pip/wheels/b4/e1/56/07b2633e42e05445161d0748b02fc47c0fe24ba56ff4920f98 09:18:59 Building wheel for pycparser (setup.py): started 09:19:00 Building wheel for pycparser (setup.py): finished with status 'done' 09:19:00 Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192836 sha256=f6e45cabc04b826acfc4f219b9d38b0c511080214a7fb245c3b178f9abae1dbc 09:19:00 Stored in directory: /root/.cache/pip/wheels/3f/a9/a7/44a27bb67d962845df8df4ac988e1f369184e307392ce37c5b 09:19:00 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser 09:19:00 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, idna, six, cryptography, enum34, ipaddress, pyparsing, packaging, bcrypt, pyasn1, pynacl, paramiko, pyOpenSSL, chardet, certifi, urllib3, requests, websocket-client 09:19:01 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2019.9.11 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.7 pycparser-2.17 pynacl-1.3.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0 09:19:07 Removing intermediate container f3534af3351f 09:19:07 ---> 1f34be7bbddf 09:19:07 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt 09:19:07 ---> c3fcc6ac76bb 09:19:07 Step 17/19 : RUN pip install -r test-requirements.txt 09:19:07 ---> Running in 38c8ba246289 09:19:08 Collecting coverage==4.5.2 (from -r test-requirements.txt (line 1)) 09:19:13 Downloading https://files.pythonhosted.org/packages/d0/a1/ea743f1facd8d287c2088d47fc80b06e042833041ba906fdd5c8f5d291bb/coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205kB) 09:19:13 Collecting flake8==3.6.0 (from -r test-requirements.txt (line 2)) 09:19:13 Downloading https://files.pythonhosted.org/packages/34/a6/49e2849a0e5464e1b5d621f63bc8453066f0f367bb3b744a33fca0bc1ddd/flake8-3.6.0-py2.py3-none-any.whl (68kB) 09:19:13 Collecting mock==1.0.1 (from -r test-requirements.txt (line 3)) 09:19:13 Downloading https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz (818kB) 09:19:14 Collecting pytest==4.3.1 (from -r test-requirements.txt (line 4)) 09:19:14 Downloading https://files.pythonhosted.org/packages/c8/52/c455e718f19e4fd7126c81b4910ca2431ded6c28b97e36a1a1f5e5ef7247/pytest-4.3.1-py2.py3-none-any.whl (219kB) 09:19:14 Collecting pytest-cov==2.6.1 (from -r test-requirements.txt (line 5)) 09:19:14 Downloading https://files.pythonhosted.org/packages/7d/b5/92f32674ab954f80499ac73347bfeb815545ea295439c12b0ef3ac8f0975/pytest_cov-2.6.1-py2.py3-none-any.whl 09:19:14 Collecting pytest-timeout==1.3.3 (from -r test-requirements.txt (line 6)) 09:19:14 Downloading https://files.pythonhosted.org/packages/58/92/f60ea2e27074d6f97c8aaf21e34d1f838eb623e4b8070680846c65318a10/pytest_timeout-1.3.3-py2.py3-none-any.whl 09:19:14 Requirement already satisfied: setuptools>=30 in /usr/local/lib/python3.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 2)) (41.2.0) 09:19:14 Collecting pycodestyle<2.5.0,>=2.4.0 (from flake8==3.6.0->-r test-requirements.txt (line 2)) 09:19:14 Downloading https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl (62kB) 09:19:14 Collecting mccabe<0.7.0,>=0.6.0 (from flake8==3.6.0->-r test-requirements.txt (line 2)) 09:19:14 Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl 09:19:14 Collecting pyflakes<2.1.0,>=2.0.0 (from flake8==3.6.0->-r test-requirements.txt (line 2)) 09:19:14 Downloading https://files.pythonhosted.org/packages/44/98/af7a72c9a543b1487d92813c648cb9b9adfbc96faef5455d60f4439aa99b/pyflakes-2.0.0-py2.py3-none-any.whl (53kB) 09:19:14 Collecting pluggy>=0.7 (from pytest==4.3.1->-r test-requirements.txt (line 4)) 09:19:14 Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl 09:19:14 Collecting more-itertools>=4.0.0; python_version > "2.7" (from pytest==4.3.1->-r test-requirements.txt (line 4)) 09:19:14 Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB) 09:19:14 Collecting atomicwrites>=1.0 (from pytest==4.3.1->-r test-requirements.txt (line 4)) 09:19:14 Downloading https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl 09:19:14 Collecting attrs>=17.4.0 (from pytest==4.3.1->-r test-requirements.txt (line 4)) 09:19:14 Downloading https://files.pythonhosted.org/packages/6b/e8/2ecaf86b128a34e225807f03b22664302937ab826bd3b7eccab6754d29ea/attrs-19.2.0-py2.py3-none-any.whl (40kB) 09:19:14 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 4)) (1.10.0) 09:19:14 Collecting py>=1.5.0 (from pytest==4.3.1->-r test-requirements.txt (line 4)) 09:19:14 Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB) 09:19:14 Collecting importlib-metadata>=0.12; python_version < "3.8" (from pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 4)) 09:19:14 Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl 09:19:14 Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 4)) 09:19:14 Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl 09:19:14 Building wheels for collected packages: mock 09:19:14 Building wheel for mock (setup.py): started 09:19:14 Building wheel for mock (setup.py): finished with status 'done' 09:19:14 Created wheel for mock: filename=mock-1.0.1-cp37-none-any.whl size=23754 sha256=7e6d47274b170bcc57ef8838c159e446193786af39b93998ba20793ce923f229 09:19:14 Stored in directory: /root/.cache/pip/wheels/7e/72/92/744b532c779242b57aab4bcba80c312b30c069bbd60025e7e6 09:19:14 Successfully built mock 09:19:15 Installing collected packages: coverage, pycodestyle, mccabe, pyflakes, flake8, mock, more-itertools, zipp, importlib-metadata, pluggy, atomicwrites, attrs, py, pytest, pytest-cov, pytest-timeout 09:19:15 Successfully installed atomicwrites-1.3.0 attrs-19.2.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-0.23 mccabe-0.6.1 mock-1.0.1 more-itertools-7.2.0 pluggy-0.13.0 py-1.8.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 zipp-0.6.0 09:19:16 Removing intermediate container 38c8ba246289 09:19:16 ---> 5dfbe7a23474 09:19:16 Step 18/19 : COPY . /src 09:19:16 ---> 210d224e9658 09:19:16 Step 19/19 : RUN pip install . 09:19:16 ---> Running in f7e1d89fd1a0 09:19:18 Processing /src 09:19:18 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.1.0.dev0) (1.10.0) 09:19:18 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.1.0.dev0) (0.56.0) 09:19:18 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.1.0.dev0) (2.20.0) 09:19:18 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.1.0.dev0) (2019.9.11) 09:19:18 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.1.0.dev0) (2.5) 09:19:18 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.1.0.dev0) (1.24.3) 09:19:18 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.1.0.dev0) (3.0.4) 09:19:18 Building wheels for collected packages: docker 09:19:18 Building wheel for docker (setup.py): started 09:19:18 Building wheel for docker (setup.py): finished with status 'done' 09:19:18 Created wheel for docker: filename=docker-4.1.0.dev0-py2.py3-none-any.whl size=139407 sha256=442482250f24e2827454375c5c6b86725f86c91f9416ad5595dbade9025d512e 09:19:18 Stored in directory: /tmp/pip-ephem-wheel-cache-ivaogfkl/wheels/ee/4d/f0/2a86c10b571f6f2e614d6de70cb18e96cf856ba00408408b23 09:19:18 Successfully built docker 09:19:19 Installing collected packages: docker 09:19:19 Successfully installed docker-4.1.0.dev0 09:19:19 Removing intermediate container f7e1d89fd1a0 09:19:19 ---> 65a4075828a8 09:19:19 Successfully built 65a4075828a8 09:19:19 Successfully tagged dockerbuildbot/docker-py:py3-960b9292b7a0ff01cc8b14be8d5d2967ab562b08 [Pipeline] dockerFingerprintFrom [Pipeline] sh 09:19:20 + docker tag dockerbuildbot/docker-py:py3-960b9292b7a0ff01cc8b14be8d5d2967ab562b08 dockerbuildbot/docker-py:py3-960b9292b7a0ff01cc8b14be8d5d2967ab562b08 [Pipeline] sh 09:19:20 + docker push dockerbuildbot/docker-py:py3-960b9292b7a0ff01cc8b14be8d5d2967ab562b08 09:19:20 The push refers to repository [docker.io/dockerbuildbot/docker-py] 09:19:20 b3b339cf5569: Preparing 09:19:20 c911f99e0a50: Preparing 09:19:20 02ab6aa7d4cf: Preparing 09:19:20 8f2a3f5b97c6: Preparing 09:19:20 861ee8ae259c: Preparing 09:19:20 5556d51b8d3a: Preparing 09:19:20 cdf7886c7bb9: Preparing 09:19:20 1b1650a6dc0c: Preparing 09:19:20 32e1f0a63d86: Preparing 09:19:20 f622151d3b82: Preparing 09:19:20 458393243783: Preparing 09:19:20 5a5533424d0a: Preparing 09:19:20 04264cc20e41: Preparing 09:19:20 a01a8a4e33aa: Preparing 09:19:20 7d2dd0141901: Preparing 09:19:20 46ed3d879948: Preparing 09:19:20 fbeeb71995b3: Preparing 09:19:20 bb9e1c111e49: Preparing 09:19:20 ac3ac7a153b5: Preparing 09:19:20 3bfeb766f97b: Preparing 09:19:20 ea1227feeccb: Preparing 09:19:20 9cae1895156d: Preparing 09:19:20 52dba9daa22c: Preparing 09:19:20 78c1b9419976: Preparing 09:19:20 5556d51b8d3a: Waiting 09:19:20 cdf7886c7bb9: Waiting 09:19:20 1b1650a6dc0c: Waiting 09:19:20 32e1f0a63d86: Waiting 09:19:20 f622151d3b82: Waiting 09:19:20 458393243783: Waiting 09:19:20 5a5533424d0a: Waiting 09:19:20 04264cc20e41: Waiting 09:19:20 a01a8a4e33aa: Waiting 09:19:20 7d2dd0141901: Waiting 09:19:20 46ed3d879948: Waiting 09:19:20 fbeeb71995b3: Waiting 09:19:20 bb9e1c111e49: Waiting 09:19:20 ac3ac7a153b5: Waiting 09:19:20 3bfeb766f97b: Waiting 09:19:20 ea1227feeccb: Waiting 09:19:20 9cae1895156d: Waiting 09:19:20 52dba9daa22c: Waiting 09:19:20 78c1b9419976: Waiting 09:19:22 c911f99e0a50: Pushed 09:19:22 b3b339cf5569: Pushed 09:19:22 8f2a3f5b97c6: Pushed 09:19:23 02ab6aa7d4cf: Pushed 09:19:23 cdf7886c7bb9: Pushed 09:19:23 5556d51b8d3a: Pushed 09:19:24 1b1650a6dc0c: Pushed 09:19:24 861ee8ae259c: Pushed 09:19:24 32e1f0a63d86: Pushed 09:19:24 f622151d3b82: Pushed 09:19:24 458393243783: Pushed 09:19:24 46ed3d879948: Layer already exists 09:19:24 fbeeb71995b3: Layer already exists 09:19:25 bb9e1c111e49: Layer already exists 09:19:25 5a5533424d0a: Pushed 09:19:25 3bfeb766f97b: Layer already exists 09:19:25 ac3ac7a153b5: Layer already exists 09:19:25 ea1227feeccb: Layer already exists 09:19:25 52dba9daa22c: Layer already exists 09:19:25 9cae1895156d: Layer already exists 09:19:25 78c1b9419976: Layer already exists 09:19:25 04264cc20e41: Pushed 09:19:25 7d2dd0141901: Pushed 09:19:27 a01a8a4e33aa: Pushed 09:19:29 py3-960b9292b7a0ff01cc8b14be8d5d2967ab562b08: digest: sha256:f53efbe80c9c9fbc64737fbbf2e964169ae49b80e9e0fb6ea32815a891ef838d size: 5349 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] node Running on ubuntu-1604-overlay2-arm64v8 (i-04d65abf39d03563b) in /home/ubuntu/workspace/docker-py_PR-2448 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2448@tmp/5b959137-a742-4164-94bd-e53b0753d307/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] sh 09:19:29 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-960b9292b7a0ff01cc8b14be8d5d2967ab562b08 /src/scripts/versions.py 09:19:29 Unable to find image 'dockerbuildbot/docker-py:py3-960b9292b7a0ff01cc8b14be8d5d2967ab562b08' locally 09:19:30 py3-960b9292b7a0ff01cc8b14be8d5d2967ab562b08: Pulling from dockerbuildbot/docker-py 09:19:30 4a56a430b2ba: Already exists 09:19:30 4b5cacb629f5: Already exists 09:19:30 14408c8d4f9a: Already exists 09:19:30 ea67eaa7dd42: Already exists 09:19:30 4d134ac3fe4b: Already exists 09:19:30 4c55f6f5d7f0: Already exists 09:19:30 6ae475e50652: Already exists 09:19:30 6f4152644229: Already exists 09:19:30 6933d3d46042: Already exists 09:19:30 ef6f83d846fb: Pulling fs layer 09:19:30 fbf30a923886: Pulling fs layer 09:19:30 f30c8febaca2: Pulling fs layer 09:19:30 f95deaf97821: Pulling fs layer 09:19:30 8b728dc38b11: Pulling fs layer 09:19:30 445792edba5a: Pulling fs layer 09:19:30 a5462f8a247f: Pulling fs layer 09:19:30 7bb458aa7f79: Pulling fs layer 09:19:30 db071e9f1d21: Pulling fs layer 09:19:30 fda910495185: Pulling fs layer 09:19:30 995d506682ee: Pulling fs layer 09:19:30 ce68a6b5e5b0: Pulling fs layer 09:19:30 2903eb374aef: Pulling fs layer 09:19:30 3e619019a0f4: Pulling fs layer 09:19:30 e0ae5729053a: Pulling fs layer 09:19:30 f95deaf97821: Waiting 09:19:30 fda910495185: Waiting 09:19:30 995d506682ee: Waiting 09:19:30 2903eb374aef: Waiting 09:19:30 ce68a6b5e5b0: Waiting 09:19:30 3e619019a0f4: Waiting 09:19:30 e0ae5729053a: Waiting 09:19:30 8b728dc38b11: Waiting 09:19:30 7bb458aa7f79: Waiting 09:19:30 445792edba5a: Waiting 09:19:30 a5462f8a247f: Waiting 09:19:30 db071e9f1d21: Waiting 09:19:30 ef6f83d846fb: Verifying Checksum 09:19:30 ef6f83d846fb: Download complete 09:19:30 f30c8febaca2: Download complete 09:19:30 f95deaf97821: Verifying Checksum 09:19:30 f95deaf97821: Download complete 09:19:30 8b728dc38b11: Verifying Checksum 09:19:30 8b728dc38b11: Download complete 09:19:30 445792edba5a: Verifying Checksum 09:19:30 445792edba5a: Download complete 09:19:30 a5462f8a247f: Verifying Checksum 09:19:30 a5462f8a247f: Download complete 09:19:30 fbf30a923886: Verifying Checksum 09:19:30 fbf30a923886: Download complete 09:19:30 db071e9f1d21: Download complete 09:19:30 7bb458aa7f79: Verifying Checksum 09:19:30 7bb458aa7f79: Download complete 09:19:30 ce68a6b5e5b0: Verifying Checksum 09:19:30 ce68a6b5e5b0: Download complete 09:19:30 ef6f83d846fb: Pull complete 09:19:30 fda910495185: Download complete 09:19:30 3e619019a0f4: Download complete 09:19:30 995d506682ee: Verifying Checksum 09:19:30 995d506682ee: Download complete 09:19:30 2903eb374aef: Verifying Checksum 09:19:30 2903eb374aef: Download complete 09:19:30 e0ae5729053a: Verifying Checksum 09:19:30 e0ae5729053a: Download complete 09:19:30 fbf30a923886: Pull complete 09:19:31 f30c8febaca2: Pull complete 09:19:31 f95deaf97821: Pull complete 09:19:31 8b728dc38b11: Pull complete 09:19:31 445792edba5a: Pull complete 09:19:31 a5462f8a247f: Pull complete 09:19:32 7bb458aa7f79: Pull complete 09:19:32 db071e9f1d21: Pull complete 09:19:32 fda910495185: Pull complete 09:19:33 995d506682ee: Pull complete 09:19:33 ce68a6b5e5b0: Pull complete 09:19:34 2903eb374aef: Pull complete 09:19:34 3e619019a0f4: Pull complete 09:19:34 e0ae5729053a: Pull complete 09:19:34 Digest: sha256:f53efbe80c9c9fbc64737fbbf2e964169ae49b80e9e0fb6ea32815a891ef838d 09:19:34 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-960b9292b7a0ff01cc8b14be8d5d2967ab562b08 09:19:36 standard_init_linux.go:211: exec user process caused "exec format error" [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result ERROR: script returned exit code 1 Finished: FAILURE