Skip to content

Console Output

08:48:24 + docker build -t dockerpinata/docker-py:py3-ac5f6ef93aa392090b5e6bc3c8b1112cf0c8981d -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
08:48:24 Sending build context to Docker daemon  1.375MB

08:48:24 Step 1/21 : ARG PYTHON_VERSION=3.7
08:48:24 Step 2/21 : FROM python:${PYTHON_VERSION}
08:48:24 3.7: Pulling from library/python
08:48:25 bb7d5a84853b: Pulling fs layer
08:48:25 f02b617c6a8c: Pulling fs layer
08:48:25 d32e17419b7e: Pulling fs layer
08:48:25 c9d2d81226a4: Pulling fs layer
08:48:25 3c24ae8b6604: Pulling fs layer
08:48:25 8a4322d1621d: Pulling fs layer
08:48:25 637b803a116b: Pulling fs layer
08:48:25 c9d2d81226a4: Waiting
08:48:25 3c24ae8b6604: Waiting
08:48:25 8a4322d1621d: Waiting
08:48:25 3d1bee7e0864: Pulling fs layer
08:48:25 c98ebb0625ce: Pulling fs layer
08:48:25 637b803a116b: Waiting
08:48:25 3d1bee7e0864: Waiting
08:48:25 c98ebb0625ce: Waiting
08:48:25 f02b617c6a8c: Verifying Checksum
08:48:25 f02b617c6a8c: Download complete
08:48:25 d32e17419b7e: Verifying Checksum
08:48:25 d32e17419b7e: Download complete
08:48:26 bb7d5a84853b: Verifying Checksum
08:48:26 bb7d5a84853b: Download complete
08:48:27 8a4322d1621d: Verifying Checksum
08:48:27 8a4322d1621d: Download complete
08:48:27 c9d2d81226a4: Verifying Checksum
08:48:27 c9d2d81226a4: Download complete
08:48:27 3d1bee7e0864: Verifying Checksum
08:48:27 3d1bee7e0864: Download complete
08:48:27 c98ebb0625ce: Verifying Checksum
08:48:27 c98ebb0625ce: Download complete
08:48:27 637b803a116b: Verifying Checksum
08:48:27 637b803a116b: Download complete
08:48:29 3c24ae8b6604: Verifying Checksum
08:48:29 3c24ae8b6604: Download complete
08:48:31 bb7d5a84853b: Pull complete
08:48:31 f02b617c6a8c: Pull complete
08:48:32 d32e17419b7e: Pull complete
08:48:34 c9d2d81226a4: Pull complete
08:48:42 3c24ae8b6604: Pull complete
08:48:42 8a4322d1621d: Pull complete
08:48:43 637b803a116b: Pull complete
08:48:43 3d1bee7e0864: Pull complete
08:48:43 c98ebb0625ce: Pull complete
08:48:43 Digest: sha256:646c2a9d843991bb6acd3ea48f5db0c80d92c0cc5eef8376c1093232d480691a
08:48:43 Status: Downloaded newer image for python:3.7
08:48:43  ---> e3db4b1108b4
08:48:43 Step 3/21 : ARG APT_MIRROR
08:48:45  ---> Running in 6d7753698aeb
08:48:45 Removing intermediate container 6d7753698aeb
08:48:45  ---> 31f8a7590722
08:48:45 Step 4/21 : 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
08:48:45  ---> Running in 8e14311f24c0
08:48:47 Removing intermediate container 8e14311f24c0
08:48:47  ---> dcab366ba0c7
08:48:47 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
08:48:47  ---> Running in 04a695fd2d35
08:48:47 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
08:48:47 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
08:48:48 Get:3 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
08:48:48 Get:4 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
08:48:48 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2300 B]
08:48:48 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [47.4 kB]
08:48:50 Fetched 8429 kB in 2s (3574 kB/s)
08:48:50 Reading package lists...
08:48:51 Reading package lists...
08:48:51 Building dependency tree...
08:48:51 Reading state information...
08:48:51 The following additional packages will be installed:
08:48:51   tree
08:48:51 Suggested packages:
08:48:51   python libxml-simple-perl ruby
08:48:51 Recommended packages:
08:48:51   qrencode xclip
08:48:51 The following NEW packages will be installed:
08:48:51   gnupg2 pass tree
08:48:51 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
08:48:51 Need to get 523 kB of archives.
08:48:51 After this operation, 727 kB of additional disk space will be used.
08:48:51 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2 [434 kB]
08:48:51 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
08:48:51 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB]
08:48:52 debconf: delaying package configuration, since apt-utils is not installed
08:48:52 Fetched 523 kB in 0s (1923 kB/s)
08:48:52 Selecting previously unselected package gnupg2.
08:48:52 (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 ... 23378 files and directories currently installed.)
08:48:52 Preparing to unpack .../gnupg2_2.2.27-2_all.deb ...
08:48:52 Unpacking gnupg2 (2.2.27-2) ...
08:48:52 Selecting previously unselected package tree.
08:48:52 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
08:48:52 Unpacking tree (1.8.0-1+b1) ...
08:48:52 Selecting previously unselected package pass.
08:48:52 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
08:48:52 Unpacking pass (1.7.3-2) ...
08:48:52 Setting up gnupg2 (2.2.27-2) ...
08:48:52 Setting up tree (1.8.0-1+b1) ...
08:48:52 Setting up pass (1.7.3-2) ...
08:48:53 Removing intermediate container 04a695fd2d35
08:48:53  ---> fac05e38f73f
08:48:53 Step 6/21 : COPY tests/ssh-keys /root/.ssh
08:48:53  ---> 6d894e958d37
08:48:53 Step 7/21 : RUN chmod -R 600 /root/.ssh
08:48:54  ---> Running in 99c5873bcdd4
08:48:55 Removing intermediate container 99c5873bcdd4
08:48:55  ---> fb4128427ab3
08:48:55 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
08:48:55  ---> 9f0223e03ce9
08:48:55 Step 9/21 : RUN gpg2 --import gpg-keys/secret
08:48:55  ---> Running in 18f1ab833b4c
08:48:56 gpg: directory '/root/.gnupg' created
08:48:56 gpg: keybox '/root/.gnupg/pubring.kbx' created
08:48:56 gpg: /root/.gnupg/trustdb.gpg: trustdb created
08:48:56 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
08:48:56 gpg: key 464ED987A7B21401: secret key imported
08:48:56 gpg: Total number processed: 1
08:48:56 gpg:               imported: 1
08:48:56 gpg:       secret keys read: 1
08:48:56 gpg:   secret keys imported: 1
08:48:56 Removing intermediate container 18f1ab833b4c
08:48:56  ---> fc2402ca8602
08:48:56 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
08:48:56  ---> Running in 623c56ea3dc3
08:48:57 gpg: inserting ownertrust of 6
08:48:57 Removing intermediate container 623c56ea3dc3
08:48:57  ---> bdcce931867d
08:48:57 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
08:48:57  ---> Running in 4817241eacba
08:48:58 gpg: please do a --check-trustdb
08:48:58 mkdir: created directory '/root/.password-store/'
08:48:58 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
08:48:59 Removing intermediate container 4817241eacba
08:48:59  ---> 5048b94144f8
08:48:59 Step 12/21 : RUN gpg2 --check-trustdb
08:48:59  ---> Running in 0d53f269d90d
08:48:59 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
08:48:59 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
08:49:00 Removing intermediate container 0d53f269d90d
08:49:00  ---> f2543a7bdf2e
08:49:00 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
08:49:00  ---> Running in fa9bb7b7fcc2
08:49:00 Removing intermediate container fa9bb7b7fcc2
08:49:00  ---> ebaab1084228
08:49:00 Step 14/21 : 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
08:49:00  ---> Running in 1e467076be87
08:49:02 Removing intermediate container 1e467076be87
08:49:02  ---> a113158931c4
08:49:02 Step 15/21 : WORKDIR /src
08:49:02  ---> Running in 3df32bb28d9e
08:49:02 Removing intermediate container 3df32bb28d9e
08:49:02  ---> f1f9bfa6cfac
08:49:02 Step 16/21 : COPY requirements.txt /src/requirements.txt
08:49:03  ---> 92d519a0aa36
08:49:03 Step 17/21 : RUN pip install -r requirements.txt
08:49:03  ---> Running in edc00841b2e3
08:49:06 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
08:49:10 Collecting appdirs==1.4.3
08:49:11   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
08:49:11 Collecting asn1crypto==0.22.0
08:49:11   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
08:49:11 Collecting backports.ssl-match-hostname==3.5.0.1
08:49:11   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
08:49:12 Collecting cffi==1.14.4
08:49:12   Downloading cffi-1.14.4-cp37-cp37m-manylinux1_x86_64.whl (402 kB)
08:49:12 Collecting cryptography==3.4.7
08:49:12   Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB)
08:49:13 Collecting enum34==1.1.6
08:49:13   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
08:49:13 Collecting idna==2.5
08:49:13   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
08:49:13 Collecting ipaddress==1.0.18
08:49:13   Downloading ipaddress-1.0.18.tar.gz (32 kB)
08:49:13 Collecting packaging==16.8
08:49:13   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
08:49:13 Collecting paramiko==2.4.2
08:49:13   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
08:49:13 Collecting pycparser==2.17
08:49:13   Downloading pycparser-2.17.tar.gz (231 kB)
08:49:14 Collecting pyOpenSSL==18.0.0
08:49:14   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
08:49:14 Collecting pyparsing==2.2.0
08:49:14   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
08:49:14 Collecting requests==2.26.0
08:49:14   Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
08:49:14 Collecting urllib3==1.26.5
08:49:14   Downloading urllib3-1.26.5-py2.py3-none-any.whl (138 kB)
08:49:14 Collecting websocket-client==0.56.0
08:49:14   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
08:49:14 Collecting six
08:49:14   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
08:49:14 Collecting bcrypt>=3.1.3
08:49:14   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
08:49:14 Collecting pyasn1>=0.1.7
08:49:14   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
08:49:14 Collecting pynacl>=1.0.1
08:49:14   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
08:49:14 Collecting certifi>=2017.4.17
08:49:14   Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
08:49:14 Collecting charset-normalizer~=2.0.0
08:49:14   Downloading charset_normalizer-2.0.7-py3-none-any.whl (38 kB)
08:49:14 Building wheels for collected packages: backports.ssl-match-hostname, ipaddress, pycparser
08:49:14   Building wheel for backports.ssl-match-hostname (setup.py): started
08:49:15   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
08:49:15   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=23de70571a982283fd841a1bb79cb50f3439d73c0031b198cc9508a0e1b134c8
08:49:15   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
08:49:15   Building wheel for ipaddress (setup.py): started
08:49:15   Building wheel for ipaddress (setup.py): finished with status 'done'
08:49:15   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18124 sha256=9b2aaf12f806f4da699521ec2f0ff82e868453945acc9314edc40602b813a3ec
08:49:15   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
08:49:15   Building wheel for pycparser (setup.py): started
08:49:16   Building wheel for pycparser (setup.py): finished with status 'done'
08:49:16   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192891 sha256=4db42d8df65246eac175eabf9cb0800b0df06dd2f96637ce1466d2ce388eab46
08:49:16   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
08:49:16 Successfully built backports.ssl-match-hostname ipaddress pycparser
08:49:16 Installing collected packages: pycparser, six, cffi, urllib3, pyparsing, pynacl, pyasn1, idna, cryptography, charset-normalizer, certifi, bcrypt, websocket-client, requests, pyOpenSSL, paramiko, packaging, ipaddress, enum34, backports.ssl-match-hostname, asn1crypto, appdirs
08:49:17 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2021.10.8 cffi-1.14.4 charset-normalizer-2.0.7 cryptography-3.4.7 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.26.0 six-1.16.0 urllib3-1.26.5 websocket-client-0.56.0
08:49:17 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
08:49:21 WARNING: You are using pip version 21.2.4; however, version 21.3 is available.
08:49:21 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
08:49:23 Removing intermediate container edc00841b2e3
08:49:23  ---> df195c635308
08:49:23 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
08:49:23  ---> 4a76d2cfbe15
08:49:23 Step 19/21 : RUN pip install -r test-requirements.txt
08:49:23  ---> Running in 30ca9d5797f4
08:49:30 Collecting setuptools==54.1.1
08:49:30   Downloading setuptools-54.1.1-py3-none-any.whl (784 kB)
08:49:31 Collecting coverage==4.5.2
08:49:31   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
08:49:31 Collecting flake8==3.6.0
08:49:31   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
08:49:31 Collecting mock==1.0.1
08:49:31   Downloading mock-1.0.1.zip (861 kB)
08:49:31 Collecting pytest==4.3.1
08:49:31   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
08:49:31 Collecting pytest-cov==2.6.1
08:49:31   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
08:49:31 Collecting pytest-timeout==1.3.3
08:49:31   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
08:49:31 Collecting pycodestyle<2.5.0,>=2.4.0
08:49:31   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
08:49:31 Collecting mccabe<0.7.0,>=0.6.0
08:49:31   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
08:49:31 Collecting pyflakes<2.1.0,>=2.0.0
08:49:31   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
08:49:31 Collecting pluggy>=0.7
08:49:31   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
08:49:31 Collecting atomicwrites>=1.0
08:49:31   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
08:49:31 Collecting more-itertools>=4.0.0
08:49:31   Downloading more_itertools-8.10.0-py3-none-any.whl (51 kB)
08:49:31 Collecting py>=1.5.0
08:49:31   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
08:49:31 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.16.0)
08:49:32 Collecting attrs>=17.4.0
08:49:32   Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
08:49:32 Collecting importlib-metadata>=0.12
08:49:32   Downloading importlib_metadata-4.8.1-py3-none-any.whl (17 kB)
08:49:32 Collecting typing-extensions>=3.6.4
08:49:32   Downloading typing_extensions-3.10.0.2-py3-none-any.whl (26 kB)
08:49:32 Collecting zipp>=0.5
08:49:32   Downloading zipp-3.6.0-py3-none-any.whl (5.3 kB)
08:49:32 Building wheels for collected packages: mock
08:49:32   Building wheel for mock (setup.py): started
08:49:32   Building wheel for mock (setup.py): finished with status 'done'
08:49:32   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23772 sha256=c8b39dc714f311904a561a8e240d890c46f241c75be193b791fb092ea6831c23
08:49:32   Stored in directory: /root/.cache/pip/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1
08:49:32 Successfully built mock
08:49:32 Installing collected packages: zipp, typing-extensions, importlib-metadata, setuptools, py, pluggy, more-itertools, attrs, atomicwrites, pytest, pyflakes, pycodestyle, mccabe, coverage, pytest-timeout, pytest-cov, mock, flake8
08:49:32   Attempting uninstall: setuptools
08:49:32     Found existing installation: setuptools 57.5.0
08:49:32     Uninstalling setuptools-57.5.0:
08:49:32       Successfully uninstalled setuptools-57.5.0
08:49:33 Successfully installed atomicwrites-1.4.0 attrs-21.2.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-4.8.1 mccabe-0.6.1 mock-1.0.1 more-itertools-8.10.0 pluggy-1.0.0 py-1.10.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-54.1.1 typing-extensions-3.10.0.2 zipp-3.6.0
08:49:33 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
08:49:33 WARNING: You are using pip version 21.2.4; however, version 21.3 is available.
08:49:33 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
08:49:35 Removing intermediate container 30ca9d5797f4
08:49:35  ---> b77baa0eb216
08:49:35 Step 20/21 : COPY . /src
08:49:35  ---> 1a7f648d62f2
08:49:35 Step 21/21 : RUN pip install .
08:49:35  ---> Running in 0a1e9fa5c740
08:49:37 Processing /src
08:49:37   DEPRECATION: A future pip version will change local packages to be built in-place without first copying to a temporary directory. We recommend you use --use-feature=in-tree-build to test your packages with this new behavior before it becomes the default.
08:49:37    pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555.
08:49:37 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==5.1.0.dev0) (0.56.0)
08:49:37 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==5.1.0.dev0) (2.26.0)
08:49:37 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.5)
08:49:37 Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.0.7)
08:49:37 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (1.26.5)
08:49:37 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2021.10.8)
08:49:37 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from websocket-client>=0.32.0->docker==5.1.0.dev0) (1.16.0)
08:49:37 Building wheels for collected packages: docker
08:49:37   Building wheel for docker (setup.py): started
08:49:37   Building wheel for docker (setup.py): finished with status 'done'
08:49:37   Created wheel for docker: filename=docker-5.1.0.dev0-py2.py3-none-any.whl size=146301 sha256=8af5db7a000567a0e482574630a529822ee8c982084f6f9d9ed1051047c1b9e7
08:49:37   Stored in directory: /tmp/pip-ephem-wheel-cache-d4ykjnvt/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
08:49:37 Successfully built docker
08:49:37 Installing collected packages: docker
08:49:37 Successfully installed docker-5.1.0.dev0
08:49:37 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
08:49:37 WARNING: You are using pip version 21.2.4; however, version 21.3 is available.
08:49:37 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
08:49:38 Removing intermediate container 0a1e9fa5c740
08:49:38  ---> 4530826bda5b
08:49:38 Successfully built 4530826bda5b
08:49:38 Successfully tagged dockerpinata/docker-py:py3-ac5f6ef93aa392090b5e6bc3c8b1112cf0c8981d