Console Output
16:13:45 + docker build -t dockerbuildbot/docker-py:py2-f2e09ae63287dd812ceaf936513ccf836392fab1 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
16:13:45 Sending build context to Docker daemon 1.274MB
16:13:45 Step 1/19 : ARG PYTHON_VERSION=3.7
16:13:45 Step 2/19 : FROM python:${PYTHON_VERSION}
16:13:45 2.7: Pulling from library/python
16:13:45 8f0fdd3eaac0: Pulling fs layer
16:13:45 d918eaefd9de: Pulling fs layer
16:13:45 43bf3e3107f5: Pulling fs layer
16:13:45 27622921edb2: Pulling fs layer
16:13:45 dcfa0aa1ae2c: Pulling fs layer
16:13:45 ef6ca6913068: Pulling fs layer
16:13:45 a755ea00feee: Pulling fs layer
16:13:45 74b6f9ff9fd6: Pulling fs layer
16:13:45 bebb4b693476: Pulling fs layer
16:13:45 ef6ca6913068: Waiting
16:13:45 a755ea00feee: Waiting
16:13:45 74b6f9ff9fd6: Waiting
16:13:45 bebb4b693476: Waiting
16:13:45 27622921edb2: Waiting
16:13:45 dcfa0aa1ae2c: Waiting
16:13:45 43bf3e3107f5: Verifying Checksum
16:13:45 43bf3e3107f5: Download complete
16:13:45 d918eaefd9de: Verifying Checksum
16:13:45 d918eaefd9de: Download complete
16:13:46 8f0fdd3eaac0: Verifying Checksum
16:13:46 8f0fdd3eaac0: Download complete
16:13:46 27622921edb2: Verifying Checksum
16:13:46 27622921edb2: Download complete
16:13:46 ef6ca6913068: Verifying Checksum
16:13:46 ef6ca6913068: Download complete
16:13:46 74b6f9ff9fd6: Verifying Checksum
16:13:46 74b6f9ff9fd6: Download complete
16:13:46 a755ea00feee: Verifying Checksum
16:13:46 a755ea00feee: Download complete
16:13:46 bebb4b693476: Verifying Checksum
16:13:46 bebb4b693476: Download complete
16:13:48 dcfa0aa1ae2c: Verifying Checksum
16:13:48 dcfa0aa1ae2c: Download complete
16:13:49 8f0fdd3eaac0: Pull complete
16:13:49 d918eaefd9de: Pull complete
16:13:50 43bf3e3107f5: Pull complete
16:13:52 27622921edb2: Pull complete
16:14:00 dcfa0aa1ae2c: Pull complete
16:14:00 ef6ca6913068: Pull complete
16:14:01 a755ea00feee: Pull complete
16:14:01 74b6f9ff9fd6: Pull complete
16:14:01 bebb4b693476: Pull complete
16:14:01 Digest: sha256:9517f5314968111658d229ed3038630a174e7a4f1b852bd185b70f614dffba08
16:14:01 Status: Downloaded newer image for python:2.7
16:14:01 ---> 426ba9523d99
16:14:01 Step 3/19 : ARG APT_MIRROR
16:14:04 ---> Running in cb34bb20928b
16:14:04 Removing intermediate container cb34bb20928b
16:14:04 ---> 3a6eb5a941e9
16:14:04 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:14:04 ---> Running in f0c2e833bbef
16:14:05 Removing intermediate container f0c2e833bbef
16:14:05 ---> a893b8c91f06
16:14:05 Step 5/19 : RUN apt-get update && apt-get -y install gnupg2 pass curl
16:14:05 ---> Running in 8c8941f27fc5
16:14:06 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:14:06 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
16:14:06 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
16:14:06 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [168 kB]
16:14:06 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB]
16:14:06 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
16:14:08 Fetched 8318 kB in 2s (4820 kB/s)
16:14:08 Reading package lists...
16:14:09 Reading package lists...
16:14:09 Building dependency tree...
16:14:09 Reading state information...
16:14:09 curl is already the newest version (7.64.0-4).
16:14:09 The following additional packages will be installed:
16:14:09 libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
16:14:09 Suggested packages:
16:14:09 libxml-simple-perl ruby
16:14:09 The following NEW packages will be installed:
16:14:09 gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
16:14:09 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
16:14:09 Need to get 708 kB of archives.
16:14:09 After this operation, 1197 kB of additional disk space will be used.
16:14:09 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
16:14:09 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
16:14:09 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
16:14:09 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
16:14:09 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
16:14:09 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
16:14:09 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
16:14:09 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
16:14:09 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
16:14:09 [91mdebconf: delaying package configuration, since apt-utils is not installed
16:14:09 [0mFetched 708 kB in 0s (2666 kB/s)
16:14:09 Selecting previously unselected package gnupg2.
16:14:10 (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 ... 24533 files and directories currently installed.)
16:14:10 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
16:14:10 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
16:14:10 Selecting previously unselected package libqrencode4:amd64.
16:14:10 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
16:14:10 Unpacking libqrencode4:amd64 (4.0.2-1) ...
16:14:10 Selecting previously unselected package libxmu6:amd64.
16:14:10 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
16:14:10 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
16:14:10 Selecting previously unselected package libxmuu1:amd64.
16:14:10 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
16:14:10 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
16:14:10 Selecting previously unselected package tree.
16:14:10 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
16:14:10 Unpacking tree (1.8.0-1) ...
16:14:10 Selecting previously unselected package pass.
16:14:10 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
16:14:10 Unpacking pass (1.7.3-2) ...
16:14:10 Selecting previously unselected package qrencode.
16:14:10 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
16:14:10 Unpacking qrencode (4.0.2-1) ...
16:14:10 Selecting previously unselected package xauth.
16:14:10 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
16:14:10 Unpacking xauth (1:1.0.10-1) ...
16:14:10 Selecting previously unselected package xclip.
16:14:10 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
16:14:10 Unpacking xclip (0.13-1) ...
16:14:10 Setting up gnupg2 (2.2.12-1+deb10u1) ...
16:14:10 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
16:14:10 Setting up libqrencode4:amd64 (4.0.2-1) ...
16:14:10 Setting up qrencode (4.0.2-1) ...
16:14:10 Setting up tree (1.8.0-1) ...
16:14:10 Setting up xclip (0.13-1) ...
16:14:10 Setting up pass (1.7.3-2) ...
16:14:10 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
16:14:10 Setting up xauth (1:1.0.10-1) ...
16:14:10 Processing triggers for libc-bin (2.28-10) ...
16:14:11 Removing intermediate container 8c8941f27fc5
16:14:11 ---> 137dad871ce3
16:14:11 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
16:14:11 ---> 87a72fa784c3
16:14:11 Step 7/19 : RUN gpg2 --import gpg-keys/secret
16:14:11 ---> Running in 60a779bc674c
16:14:12 [91mgpg: directory '/root/.gnupg' created
16:14:12 gpg: keybox '/root/.gnupg/pubring.kbx' created
16:14:12 gpg: /root/.gnupg/trustdb.gpg: trustdb created
16:14:12 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
16:14:12 [0m[91mgpg: key 464ED987A7B21401: secret key imported
16:14:12 gpg: Total number processed: 1
16:14:12 gpg: imported: 1
16:14:12 gpg: secret keys read: 1
16:14:12 gpg: secret keys imported: 1
16:14:12 [0mRemoving intermediate container 60a779bc674c
16:14:12 ---> 774eb6183191
16:14:12 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
16:14:12 ---> Running in 721f8d3eadde
16:14:13 [91mgpg: inserting ownertrust of 6
16:14:13 [0mRemoving intermediate container 721f8d3eadde
16:14:13 ---> feb2ebd4d141
16:14:13 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
16:14:13 ---> Running in adc57cc2d4bd
16:14:14 [91mgpg: please do a --check-trustdb
16:14:14 [0mmkdir: created directory '/root/.password-store/'
16:14:14 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
16:14:14 Removing intermediate container adc57cc2d4bd
16:14:14 ---> 256ff133e044
16:14:14 Step 10/19 : RUN gpg2 --check-trustdb
16:14:14 ---> Running in 472c2062309d
16:14:15 [91mgpg: marginals needed: 3 completes needed: 1 trust model: pgp
16:14:15 gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
16:14:16 [0mRemoving intermediate container 472c2062309d
16:14:16 ---> 86f3d42a7534
16:14:16 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
16:14:16 ---> Running in 73309227027e
16:14:16 Removing intermediate container 73309227027e
16:14:16 ---> 2a06638d732e
16:14:16 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:14:16 ---> Running in 1b6a915e3c2e
16:14:17 Removing intermediate container 1b6a915e3c2e
16:14:17 ---> c04744d353ad
16:14:17 Step 13/19 : WORKDIR /src
16:14:17 ---> Running in ef4434b3adc0
16:14:17 Removing intermediate container ef4434b3adc0
16:14:17 ---> 87ad58bf81c2
16:14:17 Step 14/19 : COPY requirements.txt /src/requirements.txt
16:14:18 ---> bd0368e4c95d
16:14:18 Step 15/19 : RUN pip install -r requirements.txt
16:14:18 ---> Running in 55bccca36e95
16:14:19 [91mDEPRECATION: 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
16:14:19 [0mIgnoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
16:14:19 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
16:14:23 Collecting appdirs==1.4.3
16:14:24 Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
16:14:24 Collecting asn1crypto==0.22.0
16:14:24 Downloading https://files.pythonhosted.org/packages/97/ba/7e8117d8efcee589f4d96dd2b2eb1d997f96d27d214cf2b7134ad8acf6ab/asn1crypto-0.22.0-py2.py3-none-any.whl (97kB)
16:14:24 Collecting backports.ssl-match-hostname==3.5.0.1
16:14:24 Downloading https://files.pythonhosted.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz
16:14:24 Collecting cffi==1.10.0
16:14:24 Downloading https://files.pythonhosted.org/packages/50/85/d74d06ac09fc2deb3d9bd6d6aca4ca13d82b8118c04494cd0e84fcd81624/cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392kB)
16:14:25 Collecting cryptography==2.3
16:14:25 Downloading https://files.pythonhosted.org/packages/67/21/e79987f1f9abae42d666b1f89b4e78aa096acc00bbf97ad40d19b07b4a83/cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1MB)
16:14:25 Collecting enum34==1.1.6
16:14:25 Downloading https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl
16:14:25 Collecting idna==2.5
16:14:25 Downloading https://files.pythonhosted.org/packages/11/7d/9bbbd7bb35f34b0169542487d2a8859e44306bb2e6a4455d491800a5621f/idna-2.5-py2.py3-none-any.whl (55kB)
16:14:25 Collecting ipaddress==1.0.18
16:14:25 Downloading https://files.pythonhosted.org/packages/17/93/28f4dd560780dd70fe75ce7e2662869770dfac181f6bbb472179ea8da516/ipaddress-1.0.18-py2-none-any.whl
16:14:25 Collecting packaging==16.8
16:14:25 Downloading https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl
16:14:25 Collecting paramiko==2.4.2
16:14:25 Downloading https://files.pythonhosted.org/packages/cf/ae/94e70d49044ccc234bfdba20114fa947d7ba6eb68a2e452d89b920e62227/paramiko-2.4.2-py2.py3-none-any.whl (193kB)
16:14:25 Collecting pycparser==2.17
16:14:25 Downloading https://files.pythonhosted.org/packages/be/64/1bb257ffb17d01f4a38d7ce686809a736837ad4371bcc5c42ba7a715c3ac/pycparser-2.17.tar.gz (231kB)
16:14:25 Collecting pyOpenSSL==18.0.0
16:14:25 Downloading https://files.pythonhosted.org/packages/96/af/9d29e6bd40823061aea2e0574ccb2fcf72bfd6130ce53d32773ec375458c/pyOpenSSL-18.0.0-py2.py3-none-any.whl (53kB)
16:14:25 Collecting pyparsing==2.2.0
16:14:25 Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
16:14:25 Collecting requests==2.20.0
16:14:25 Downloading https://files.pythonhosted.org/packages/f1/ca/10332a30cb25b627192b4ea272c351bce3ca1091e541245cccbace6051d8/requests-2.20.0-py2.py3-none-any.whl (60kB)
16:14:26 Collecting six==1.10.0
16:14:26 Downloading https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl
16:14:26 Collecting urllib3==1.24.3
16:14:26 Downloading https://files.pythonhosted.org/packages/01/11/525b02e4acc0c747de8b6ccdab376331597c569c42ea66ab0a1dbd36eca2/urllib3-1.24.3-py2.py3-none-any.whl (118kB)
16:14:26 Collecting websocket-client==0.56.0
16:14:26 Downloading https://files.pythonhosted.org/packages/29/19/44753eab1fdb50770ac69605527e8859468f3c0fd7dc5a76dd9c4dbd7906/websocket_client-0.56.0-py2.py3-none-any.whl (200kB)
16:14:26 Collecting pyasn1>=0.1.7
16:14:26 Downloading https://files.pythonhosted.org/packages/62/1e/a94a8d635fa3ce4cfc7f506003548d0a2447ae76fd5ca53932970fe3053f/pyasn1-0.4.8-py2.py3-none-any.whl (77kB)
16:14:26 Collecting bcrypt>=3.1.3
16:14:26 Downloading https://files.pythonhosted.org/packages/ad/36/9a0227d048e98409f012570f7bef8a8c2373b9c9c5dfbf82963cbae05ede/bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59kB)
16:14:26 Collecting pynacl>=1.0.1
16:14:26 Downloading https://files.pythonhosted.org/packages/b3/25/e605574f24948a8a53b497744e93f061eb1dbe7c44b6465fc1c172d591aa/PyNaCl-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl (762kB)
16:14:26 Collecting chardet<3.1.0,>=3.0.2
16:14:26 Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
16:14:26 Collecting certifi>=2017.4.17
16:14:26 Downloading https://files.pythonhosted.org/packages/b9/63/df50cac98ea0d5b006c55a399c3bf1db9da7b5a24de7890bc9cfd5dd9e99/certifi-2019.11.28-py2.py3-none-any.whl (156kB)
16:14:26 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
16:14:26 Building wheel for backports.ssl-match-hostname (setup.py): started
16:14:26 Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
16:14:26 Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-cp27-none-any.whl size=5211 sha256=f81fdee20685e2d4bfac58cd3c2859da441a49caa8488fc51baa567cb06ee232
16:14:26 Stored in directory: /root/.cache/pip/wheels/99/7e/f7/a88a9bcf7a3bd6b12cf6a74eee8c89746aaa02f71ab7b33939
16:14:26 Building wheel for pycparser (setup.py): started
16:14:27 Building wheel for pycparser (setup.py): finished with status 'done'
16:14:27 Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193883 sha256=f30ae8e38e4d5f70b3830e9be4cb622dbb40ea44d627ec672b1140c663fdcc82
16:14:27 Stored in directory: /root/.cache/pip/wheels/3f/a9/a7/44a27bb67d962845df8df4ac988e1f369184e307392ce37c5b
16:14:27 Successfully built backports.ssl-match-hostname pycparser
16:14:27 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, enum34, six, idna, ipaddress, cryptography, pyparsing, packaging, pyasn1, bcrypt, pynacl, paramiko, pyOpenSSL, urllib3, chardet, certifi, requests, websocket-client
16:14:28 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2019.11.28 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.3.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
16:14:33 Removing intermediate container 55bccca36e95
16:14:33 ---> 1506111371d5
16:14:33 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
16:14:33 ---> c853e77e1800
16:14:33 Step 17/19 : RUN pip install -r test-requirements.txt
16:14:33 ---> Running in 75e6760f1333
16:14:34 [91mDEPRECATION: 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
16:14:39 [0mCollecting coverage==4.5.2
16:14:40 Downloading https://files.pythonhosted.org/packages/af/cf/e240715a50d64b0538a08a2be1ae4060fb25791e911cbe8fd2367b5deeaa/coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201kB)
16:14:40 Collecting flake8==3.6.0
16:14:40 Downloading https://files.pythonhosted.org/packages/34/a6/49e2849a0e5464e1b5d621f63bc8453066f0f367bb3b744a33fca0bc1ddd/flake8-3.6.0-py2.py3-none-any.whl (68kB)
16:14:40 Collecting mock==1.0.1
16:14:40 Downloading https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz (818kB)
16:14:40 Collecting pytest==4.3.1
16:14:40 Downloading https://files.pythonhosted.org/packages/c8/52/c455e718f19e4fd7126c81b4910ca2431ded6c28b97e36a1a1f5e5ef7247/pytest-4.3.1-py2.py3-none-any.whl (219kB)
16:14:40 Collecting pytest-cov==2.6.1
16:14:40 Downloading https://files.pythonhosted.org/packages/7d/b5/92f32674ab954f80499ac73347bfeb815545ea295439c12b0ef3ac8f0975/pytest_cov-2.6.1-py2.py3-none-any.whl
16:14:40 Collecting pytest-timeout==1.3.3
16:14:40 Downloading https://files.pythonhosted.org/packages/58/92/f60ea2e27074d6f97c8aaf21e34d1f838eb623e4b8070680846c65318a10/pytest_timeout-1.3.3-py2.py3-none-any.whl
16:14:40 Collecting pyflakes<2.1.0,>=2.0.0
16:14:40 Downloading https://files.pythonhosted.org/packages/44/98/af7a72c9a543b1487d92813c648cb9b9adfbc96faef5455d60f4439aa99b/pyflakes-2.0.0-py2.py3-none-any.whl (53kB)
16:14:40 Collecting pycodestyle<2.5.0,>=2.4.0
16:14:40 Downloading https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl (62kB)
16:14:40 Collecting configparser; python_version < "3.2"
16:14:40 Downloading https://files.pythonhosted.org/packages/7a/2a/95ed0501cf5d8709490b1d3a3f9b5cf340da6c433f896bbe9ce08dbe6785/configparser-4.0.2-py2.py3-none-any.whl
16:14:40 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)
16:14:40 Collecting mccabe<0.7.0,>=0.6.0
16:14:40 Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
16:14:40 Requirement already satisfied: setuptools>=30 in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 2)) (42.0.2)
16:14:41 Collecting attrs>=17.4.0
16:14:41 Downloading https://files.pythonhosted.org/packages/a2/db/4313ab3be961f7a763066401fb77f7748373b6094076ae2bda2806988af6/attrs-19.3.0-py2.py3-none-any.whl
16:14:41 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)
16:14:41 Collecting pathlib2>=2.2.0; python_version < "3.6"
16:14:41 Downloading https://files.pythonhosted.org/packages/e9/45/9c82d3666af4ef9f221cbb954e1d77ddbb513faf552aea6df5f37f1a4859/pathlib2-2.3.5-py2.py3-none-any.whl
16:14:41 Collecting funcsigs; python_version < "3.0"
16:14:41 Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl
16:14:41 Collecting atomicwrites>=1.0
16:14:41 Downloading https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl
16:14:41 Collecting pluggy>=0.7
16:14:41 Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl
16:14:41 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
16:14:41 Downloading https://files.pythonhosted.org/packages/2f/9d/dcfe59e213093695f108508af1214cf9cd95cc5489e46877ec5cb56369e5/more_itertools-5.0.0-py2-none-any.whl (52kB)
16:14:41 Collecting py>=1.5.0
16:14:41 Downloading https://files.pythonhosted.org/packages/99/8d/21e1767c009211a62a8e3067280bfce76e89c9f876180308515942304d2d/py-1.8.1-py2.py3-none-any.whl (83kB)
16:14:41 Collecting scandir; python_version < "3.5"
16:14:41 Downloading https://files.pythonhosted.org/packages/df/f5/9c052db7bd54d0cbf1bc0bb6554362bba1012d03e5888950a4f5c5dadc4e/scandir-1.10.0.tar.gz
16:14:41 Collecting importlib-metadata>=0.12; python_version < "3.8"
16:14:41 Downloading https://files.pythonhosted.org/packages/e9/71/1a1e0ed0981bb6a67bce55a210f168126b7ebd2065958673797ea66489ca/importlib_metadata-1.3.0-py2.py3-none-any.whl
16:14:41 Collecting contextlib2; python_version < "3"
16:14:41 Downloading https://files.pythonhosted.org/packages/85/60/370352f7ef6aa96c52fb001831622f50f923c1d575427d021b8ab3311236/contextlib2-0.6.0.post1-py2.py3-none-any.whl
16:14:41 Collecting zipp>=0.5
16:14:41 Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
16:14:41 Building wheels for collected packages: mock, scandir
16:14:41 Building wheel for mock (setup.py): started
16:14:41 Building wheel for mock (setup.py): finished with status 'done'
16:14:41 Created wheel for mock: filename=mock-1.0.1-cp27-none-any.whl size=23755 sha256=1341997129689e26de9e7d3575dc838ca25f580375d13e0e1da4668b53189175
16:14:41 Stored in directory: /root/.cache/pip/wheels/7e/72/92/744b532c779242b57aab4bcba80c312b30c069bbd60025e7e6
16:14:41 Building wheel for scandir (setup.py): started
16:14:42 Building wheel for scandir (setup.py): finished with status 'done'
16:14:42 Created wheel for scandir: filename=scandir-1.10.0-cp27-cp27mu-linux_x86_64.whl size=42787 sha256=271ee931a4c0ed37d1178ff3769b0c4623a03155130faaa0fdedec86c2659fdc
16:14:42 Stored in directory: /root/.cache/pip/wheels/91/95/75/19c98a91239878abbc7c59970abd3b4e0438a7dd5b61778335
16:14:42 Successfully built mock scandir
16:14:42 Installing collected packages: coverage, pyflakes, pycodestyle, configparser, mccabe, flake8, mock, attrs, scandir, pathlib2, funcsigs, atomicwrites, contextlib2, more-itertools, zipp, importlib-metadata, pluggy, py, pytest, pytest-cov, pytest-timeout
16:14:43 Successfully installed atomicwrites-1.3.0 attrs-19.3.0 configparser-4.0.2 contextlib2-0.6.0.post1 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 importlib-metadata-1.3.0 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pathlib2-2.3.5 pluggy-0.13.1 py-1.8.1 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
16:14:43 Removing intermediate container 75e6760f1333
16:14:43 ---> ee8b304062b8
16:14:43 Step 18/19 : COPY . /src
16:14:43 ---> 82cd461e24a6
16:14:43 Step 19/19 : RUN pip install .
16:14:44 ---> Running in 9bb049c240bd
16:14:45 [91mDEPRECATION: 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
16:14:45 [0mProcessing /src
16:14:45 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (1.10.0)
16:14:45 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (0.56.0)
16:14:45 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (2.20.0)
16:14:45 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (3.5.0.1)
16:14:45 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (1.0.18)
16:14:45 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.2.0.dev0) (1.24.3)
16:14:45 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.2.0.dev0) (3.0.4)
16:14:45 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.2.0.dev0) (2.5)
16:14:45 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.2.0.dev0) (2019.11.28)
16:14:45 Building wheels for collected packages: docker
16:14:45 Building wheel for docker (setup.py): started
16:14:45 Building wheel for docker (setup.py): finished with status 'done'
16:14:45 Created wheel for docker: filename=docker-4.2.0.dev0-py2.py3-none-any.whl size=139442 sha256=506123ac76baddf8c063eb372e5e93f05af4eda49df4b3befd23a63dbab02163
16:14:45 Stored in directory: /tmp/pip-ephem-wheel-cache-vADvHA/wheels/ee/4d/f0/2a86c10b571f6f2e614d6de70cb18e96cf856ba00408408b23
16:14:45 Successfully built docker
16:14:45 Installing collected packages: docker
16:14:45 Successfully installed docker-4.2.0.dev0
16:14:46 Removing intermediate container 9bb049c240bd
16:14:46 ---> 6ed0ecaa648e
16:14:46 Successfully built 6ed0ecaa648e
16:14:46 Successfully tagged dockerbuildbot/docker-py:py2-f2e09ae63287dd812ceaf936513ccf836392fab1