Skip to content

Console Output

21:28:58 + docker build -t dockerpinata/docker-py:py3-bff51983cc4ad79627b91789701987e764bcc1e0 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
21:28:58 Sending build context to Docker daemon  1.386MB

21:28:58 Step 1/23 : ARG PYTHON_VERSION=3.10
21:28:58 Step 2/23 : FROM python:${PYTHON_VERSION}
21:28:58 3.10: Pulling from library/python
21:28:58 d836772a1c1f: Pulling fs layer
21:28:58 66a9e63c657a: Pulling fs layer
21:28:58 d1989b6e74cf: Pulling fs layer
21:28:58 c28818711e1e: Pulling fs layer
21:28:58 5084fa7ebd74: Pulling fs layer
21:28:58 7f162c881e4f: Pulling fs layer
21:28:58 e3f48ccb2876: Pulling fs layer
21:28:58 315a1520c10e: Pulling fs layer
21:28:58 65ec519192cb: Pulling fs layer
21:28:58 7f162c881e4f: Waiting
21:28:58 e3f48ccb2876: Waiting
21:28:58 315a1520c10e: Waiting
21:28:58 65ec519192cb: Waiting
21:28:58 c28818711e1e: Waiting
21:28:58 5084fa7ebd74: Waiting
21:28:58 66a9e63c657a: Verifying Checksum
21:28:58 66a9e63c657a: Download complete
21:28:58 d1989b6e74cf: Verifying Checksum
21:28:58 d1989b6e74cf: Download complete
21:28:59 d836772a1c1f: Verifying Checksum
21:28:59 d836772a1c1f: Download complete
21:28:59 7f162c881e4f: Verifying Checksum
21:28:59 7f162c881e4f: Download complete
21:28:59 c28818711e1e: Verifying Checksum
21:28:59 c28818711e1e: Download complete
21:28:59 315a1520c10e: Verifying Checksum
21:28:59 315a1520c10e: Download complete
21:29:00 65ec519192cb: Verifying Checksum
21:29:00 65ec519192cb: Download complete
21:29:00 e3f48ccb2876: Verifying Checksum
21:29:00 e3f48ccb2876: Download complete
21:29:01 5084fa7ebd74: Verifying Checksum
21:29:01 5084fa7ebd74: Download complete
21:29:03 d836772a1c1f: Pull complete
21:29:04 66a9e63c657a: Pull complete
21:29:04 d1989b6e74cf: Pull complete
21:29:08 c28818711e1e: Pull complete
21:29:18 5084fa7ebd74: Pull complete
21:29:18 7f162c881e4f: Pull complete
21:29:18 e3f48ccb2876: Pull complete
21:29:18 315a1520c10e: Pull complete
21:29:18 65ec519192cb: Pull complete
21:29:18 Digest: sha256:b1a4d9bcebe696cf805803f98747d3ccd885504bd1473dc45db2014d08622de5
21:29:18 Status: Downloaded newer image for python:3.10
21:29:18  ---> 3a49f9c9c80e
21:29:18 Step 3/23 : ARG APT_MIRROR
21:29:22  ---> Running in 9855d0338865
21:29:22 Removing intermediate container 9855d0338865
21:29:22  ---> 2046b5183249
21:29:22 Step 4/23 : 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
21:29:22  ---> Running in 74379a630877
21:29:22 Removing intermediate container 74379a630877
21:29:22  ---> 9655f81401b4
21:29:22 Step 5/23 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
21:29:22  ---> Running in 754015c3d59a
21:29:23 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
21:29:23 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
21:29:23 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
21:29:23 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
21:29:23 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
21:29:23 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
21:29:25 Fetched 8561 kB in 2s (4856 kB/s)
21:29:25 Reading package lists...
21:29:25 Reading package lists...
21:29:26 Building dependency tree...
21:29:26 Reading state information...
21:29:26 The following additional packages will be installed:
21:29:26   tree
21:29:26 Suggested packages:
21:29:26   python libxml-simple-perl ruby
21:29:26 Recommended packages:
21:29:26   qrencode xclip
21:29:26 The following NEW packages will be installed:
21:29:26   gnupg2 pass tree
21:29:26 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
21:29:26 Need to get 523 kB of archives.
21:29:26 After this operation, 727 kB of additional disk space will be used.
21:29:26 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
21:29:26 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
21:29:26 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB]
21:29:26 debconf: delaying package configuration, since apt-utils is not installed
21:29:26 Fetched 523 kB in 0s (1911 kB/s)
21:29:26 Selecting previously unselected package gnupg2.
21:29:26 (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 ... 23421 files and directories currently installed.)
21:29:26 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ...
21:29:26 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
21:29:27 Selecting previously unselected package tree.
21:29:27 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
21:29:27 Unpacking tree (1.8.0-1+b1) ...
21:29:27 Selecting previously unselected package pass.
21:29:27 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
21:29:27 Unpacking pass (1.7.3-2) ...
21:29:27 Setting up gnupg2 (2.2.27-2+deb11u2) ...
21:29:27 Setting up tree (1.8.0-1+b1) ...
21:29:27 Setting up pass (1.7.3-2) ...
21:29:28 Removing intermediate container 754015c3d59a
21:29:28  ---> 15e89ff196a7
21:29:28 Step 6/23 : COPY tests/ssh/config/client /root/.ssh
21:29:28  ---> 1889ac11ce59
21:29:28 Step 7/23 : COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
21:29:28  ---> a0df8ce06915
21:29:28 Step 8/23 : RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
21:29:28  ---> Running in dd0d398b21da
21:29:29 Removing intermediate container dd0d398b21da
21:29:29  ---> b72d86caa3e7
21:29:29 Step 9/23 : RUN chmod -R 600 /root/.ssh
21:29:29  ---> Running in c9fddb44d3ca
21:29:30 Removing intermediate container c9fddb44d3ca
21:29:30  ---> ae4b1f57ce6f
21:29:30 Step 10/23 : COPY ./tests/gpg-keys /gpg-keys
21:29:30  ---> a4dc5f6d847f
21:29:30 Step 11/23 : RUN gpg2 --import gpg-keys/secret
21:29:30  ---> Running in 2e22bac368bf
21:29:30 gpg: directory '/root/.gnupg' created
21:29:30 gpg: keybox '/root/.gnupg/pubring.kbx' created
21:29:30 gpg: /root/.gnupg/trustdb.gpg: trustdb created
21:29:30 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
21:29:30 gpg: key 464ED987A7B21401: secret key imported
21:29:30 gpg: Total number processed: 1
21:29:30 gpg:               imported: 1
21:29:30 gpg:       secret keys read: 1
21:29:30 gpg:   secret keys imported: 1
21:29:30 Removing intermediate container 2e22bac368bf
21:29:30  ---> e0721c1a3cf7
21:29:30 Step 12/23 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
21:29:30  ---> Running in c07fcb01b441
21:29:31 gpg: inserting ownertrust of 6
21:29:31 Removing intermediate container c07fcb01b441
21:29:31  ---> 081c38881345
21:29:31 Step 13/23 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
21:29:31  ---> Running in f97f53683e2e
21:29:32 gpg: please do a --check-trustdb
21:29:32 mkdir: created directory '/root/.password-store/'
21:29:32 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
21:29:32 Removing intermediate container f97f53683e2e
21:29:32  ---> 002677d7297b
21:29:32 Step 14/23 : RUN gpg2 --check-trustdb
21:29:32  ---> Running in 858cba6d7d04
21:29:32 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
21:29:32 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
21:29:33 Removing intermediate container 858cba6d7d04
21:29:33  ---> 5aa2b9b892de
21:29:33 Step 15/23 : ARG CREDSTORE_VERSION=v0.6.3
21:29:33  ---> Running in 1b3fcd26d983
21:29:33 Removing intermediate container 1b3fcd26d983
21:29:33  ---> 53d1194e0b1f
21:29:33 Step 16/23 : 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
21:29:33  ---> Running in ac42511a1344
21:29:34 Removing intermediate container ac42511a1344
21:29:34  ---> a224870616ff
21:29:34 Step 17/23 : WORKDIR /src
21:29:34  ---> Running in d4403eea7fa8
21:29:34 Removing intermediate container d4403eea7fa8
21:29:34  ---> df9684fa2610
21:29:34 Step 18/23 : COPY requirements.txt /src/requirements.txt
21:29:34  ---> f5c5b03868bd
21:29:34 Step 19/23 : RUN pip install -r requirements.txt
21:29:34  ---> Running in a8f9fabcbe0c
21:29:36 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
21:29:40 Collecting packaging==21.3
21:29:41   Downloading packaging-21.3-py3-none-any.whl (40 kB)
21:29:41      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 KB 3.7 MB/s eta 0:00:00
21:29:41 Collecting paramiko==2.11.0
21:29:41   Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB)
21:29:41      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/212.9 KB 22.9 MB/s eta 0:00:00
21:29:41 Collecting requests==2.28.1
21:29:41   Downloading requests-2.28.1-py3-none-any.whl (62 kB)
21:29:41      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 KB 14.5 MB/s eta 0:00:00
21:29:41 Collecting urllib3==1.26.11
21:29:41   Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB)
21:29:41      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 KB 2.8 MB/s eta 0:00:00
21:29:41 Collecting websocket-client==1.3.3
21:29:41   Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB)
21:29:41      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 KB 12.1 MB/s eta 0:00:00
21:29:41 Collecting pyparsing!=3.0.5,>=2.0.2
21:29:41   Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
21:29:41      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 KB 19.6 MB/s eta 0:00:00
21:29:41 Collecting cryptography>=2.5
21:29:41   Downloading cryptography-37.0.4-cp36-abi3-manylinux_2_24_x86_64.whl (4.1 MB)
21:29:42      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 33.9 MB/s eta 0:00:00
21:29:42 Collecting pynacl>=1.0.1
21:29:42   Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
21:29:42      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 KB 12.7 MB/s eta 0:00:00
21:29:42 Collecting six
21:29:42   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
21:29:42 Collecting bcrypt>=3.1.3
21:29:42   Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (62 kB)
21:29:42      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 KB 13.2 MB/s eta 0:00:00
21:29:42 Collecting idna<4,>=2.5
21:29:42   Downloading idna-3.3-py3-none-any.whl (61 kB)
21:29:42      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 KB 12.3 MB/s eta 0:00:00
21:29:42 Collecting certifi>=2017.4.17
21:29:42   Downloading certifi-2022.6.15-py3-none-any.whl (160 kB)
21:29:42      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 KB 2.8 MB/s eta 0:00:00
21:29:42 Collecting charset-normalizer<3,>=2
21:29:42   Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
21:29:42 Collecting cffi>=1.1
21:29:42   Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB)
21:29:42      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 KB 8.7 MB/s eta 0:00:00
21:29:42 Collecting pycparser
21:29:43   Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
21:29:43      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 KB 23.9 MB/s eta 0:00:00
21:29:43 Installing collected packages: websocket-client, urllib3, six, pyparsing, pycparser, idna, charset-normalizer, certifi, requests, packaging, cffi, pynacl, cryptography, bcrypt, paramiko
21:29:43 Successfully installed bcrypt-3.2.2 certifi-2022.6.15 cffi-1.15.1 charset-normalizer-2.1.0 cryptography-37.0.4 idna-3.3 packaging-21.3 paramiko-2.11.0 pycparser-2.21 pynacl-1.5.0 pyparsing-3.0.9 requests-2.28.1 six-1.16.0 urllib3-1.26.11 websocket-client-1.3.3
21:29:43 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
21:29:48 WARNING: You are using pip version 22.0.4; however, version 22.2.1 is available.
21:29:48 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
21:29:49 Removing intermediate container a8f9fabcbe0c
21:29:49  ---> e5a3f0acf7aa
21:29:49 Step 20/23 : COPY test-requirements.txt /src/test-requirements.txt
21:29:49  ---> f754e6e5e56b
21:29:49 Step 21/23 : RUN pip install -r test-requirements.txt
21:29:49  ---> Running in 6fd8a49a492a
21:29:54 Collecting setuptools==63.2.0
21:29:55   Downloading setuptools-63.2.0-py3-none-any.whl (1.2 MB)
21:29:55      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 70.3 MB/s eta 0:00:00
21:29:55 Collecting coverage==6.4.2
21:29:55   Downloading coverage-6.4.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212 kB)
21:29:55      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.3/212.3 KB 39.2 MB/s eta 0:00:00
21:29:55 Collecting flake8==4.0.1
21:29:55   Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
21:29:55      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 KB 14.5 MB/s eta 0:00:00
21:29:55 Collecting pytest==7.1.2
21:29:55   Downloading pytest-7.1.2-py3-none-any.whl (297 kB)
21:29:55      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.0/297.0 KB 46.5 MB/s eta 0:00:00
21:29:55 Collecting pytest-cov==3.0.0
21:29:55   Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB)
21:29:55 Collecting pytest-timeout==2.1.0
21:29:55   Downloading pytest_timeout-2.1.0-py3-none-any.whl (12 kB)
21:29:55 Collecting mccabe<0.7.0,>=0.6.0
21:29:55   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
21:29:56 Collecting pycodestyle<2.9.0,>=2.8.0
21:29:56   Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
21:29:56      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 KB 10.0 MB/s eta 0:00:00
21:29:56 Collecting pyflakes<2.5.0,>=2.4.0
21:29:56   Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
21:29:56      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 KB 16.7 MB/s eta 0:00:00
21:29:56 Collecting tomli>=1.0.0
21:29:56   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
21:29:56 Collecting iniconfig
21:29:56   Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
21:29:56 Collecting pluggy<2.0,>=0.12
21:29:56   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
21:29:56 Collecting py>=1.8.2
21:29:56   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
21:29:56      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 KB 24.6 MB/s eta 0:00:00
21:29:56 Requirement already satisfied: packaging in /usr/local/lib/python3.10/site-packages (from pytest==7.1.2->-r test-requirements.txt (line 4)) (21.3)
21:29:56 Collecting attrs>=19.2.0
21:29:56   Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB)
21:29:56      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 KB 11.6 MB/s eta 0:00:00
21:29:56 Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/site-packages (from packaging->pytest==7.1.2->-r test-requirements.txt (line 4)) (3.0.9)
21:29:56 Installing collected packages: mccabe, iniconfig, tomli, setuptools, pyflakes, pycodestyle, py, pluggy, coverage, attrs, pytest, flake8, pytest-timeout, pytest-cov
21:29:56   Attempting uninstall: setuptools
21:29:56     Found existing installation: setuptools 58.1.0
21:29:56     Uninstalling setuptools-58.1.0:
21:29:56       Successfully uninstalled setuptools-58.1.0
21:29:57 Successfully installed attrs-22.1.0 coverage-6.4.2 flake8-4.0.1 iniconfig-1.1.1 mccabe-0.6.1 pluggy-1.0.0 py-1.11.0 pycodestyle-2.8.0 pyflakes-2.4.0 pytest-7.1.2 pytest-cov-3.0.0 pytest-timeout-2.1.0 setuptools-63.2.0 tomli-2.0.1
21:29:57 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
21:29:57 WARNING: You are using pip version 22.0.4; however, version 22.2.1 is available.
21:29:57 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
21:29:58 Removing intermediate container 6fd8a49a492a
21:29:58  ---> a0b8fd66af72
21:29:58 Step 22/23 : COPY . /src
21:29:58  ---> 059bfc844c13
21:29:58 Step 23/23 : RUN pip install .
21:29:58  ---> Running in d96b0ef454f8
21:29:59 Processing /src
21:29:59   Preparing metadata (setup.py): started
21:29:59   Preparing metadata (setup.py): finished with status 'done'
21:29:59 Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.10/site-packages (from docker==6.0.0.dev0) (21.3)
21:29:59 Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.10/site-packages (from docker==6.0.0.dev0) (2.28.1)
21:29:59 Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.10/site-packages (from docker==6.0.0.dev0) (1.26.11)
21:29:59 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.10/site-packages (from docker==6.0.0.dev0) (1.3.3)
21:29:59 Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/site-packages (from packaging>=14.0->docker==6.0.0.dev0) (3.0.9)
21:29:59 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==6.0.0.dev0) (2022.6.15)
21:29:59 Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==6.0.0.dev0) (2.1.0)
21:29:59 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==6.0.0.dev0) (3.3)
21:29:59 Building wheels for collected packages: docker
21:29:59   Building wheel for docker (setup.py): started
21:30:00   Building wheel for docker (setup.py): finished with status 'done'
21:30:00   Created wheel for docker: filename=docker-6.0.0.dev0-py3-none-any.whl size=146578 sha256=8fdcbdcc2b787c2791d8491a2555afb49b400ea08115f9d7195c79b69ad12db3
21:30:00   Stored in directory: /tmp/pip-ephem-wheel-cache-jzjodo3v/wheels/5c/9b/23/f031c1877ee9aa5bf3ddc51ccc1ac38428d83c5d6eec32a03f
21:30:00 Successfully built docker
21:30:00 Installing collected packages: docker
21:30:00 Successfully installed docker-6.0.0.dev0
21:30:00 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
21:30:00 WARNING: You are using pip version 22.0.4; however, version 22.2.1 is available.
21:30:00 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
21:30:00 Removing intermediate container d96b0ef454f8
21:30:00  ---> 84b57234e7c0
21:30:00 Successfully built 84b57234e7c0
21:30:00 Successfully tagged dockerpinata/docker-py:py3-bff51983cc4ad79627b91789701987e764bcc1e0