Console Output
20:25:59 + docker build -t dockerpinata/docker-py:py3-acdafbc116ac2348dcf41055402dbb5ecfad8be2 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
20:25:59 Sending build context to Docker daemon 1.38MB
20:25:59 Step 1/23 : ARG PYTHON_VERSION=3.10
20:25:59 Step 2/23 : FROM python:${PYTHON_VERSION}
20:25:59 3.10: Pulling from library/python
20:25:59 d836772a1c1f: Pulling fs layer
20:25:59 66a9e63c657a: Pulling fs layer
20:25:59 d1989b6e74cf: Pulling fs layer
20:25:59 c28818711e1e: Pulling fs layer
20:25:59 5084fa7ebd74: Pulling fs layer
20:25:59 7f162c881e4f: Pulling fs layer
20:25:59 e3f48ccb2876: Pulling fs layer
20:25:59 315a1520c10e: Pulling fs layer
20:25:59 65ec519192cb: Pulling fs layer
20:25:59 5084fa7ebd74: Waiting
20:25:59 7f162c881e4f: Waiting
20:25:59 e3f48ccb2876: Waiting
20:25:59 315a1520c10e: Waiting
20:25:59 65ec519192cb: Waiting
20:25:59 c28818711e1e: Waiting
20:25:59 66a9e63c657a: Verifying Checksum
20:25:59 66a9e63c657a: Download complete
20:25:59 d1989b6e74cf: Verifying Checksum
20:25:59 d1989b6e74cf: Download complete
20:26:00 d836772a1c1f: Verifying Checksum
20:26:00 d836772a1c1f: Download complete
20:26:00 7f162c881e4f: Verifying Checksum
20:26:00 7f162c881e4f: Download complete
20:26:00 c28818711e1e: Verifying Checksum
20:26:00 c28818711e1e: Download complete
20:26:00 315a1520c10e: Verifying Checksum
20:26:00 315a1520c10e: Download complete
20:26:01 65ec519192cb: Verifying Checksum
20:26:01 65ec519192cb: Download complete
20:26:01 e3f48ccb2876: Verifying Checksum
20:26:01 e3f48ccb2876: Download complete
20:26:02 5084fa7ebd74: Verifying Checksum
20:26:02 5084fa7ebd74: Download complete
20:26:03 d836772a1c1f: Pull complete
20:26:04 66a9e63c657a: Pull complete
20:26:04 d1989b6e74cf: Pull complete
20:26:06 c28818711e1e: Pull complete
20:26:15 5084fa7ebd74: Pull complete
20:26:15 7f162c881e4f: Pull complete
20:26:15 e3f48ccb2876: Pull complete
20:26:15 315a1520c10e: Pull complete
20:26:15 65ec519192cb: Pull complete
20:26:15 Digest: sha256:316505e6339d405068ada7f57db3244aed8907dc06ce30725bfb28d7e7ab8b21
20:26:15 Status: Downloaded newer image for python:3.10
20:26:15 ---> 3a49f9c9c80e
20:26:15 Step 3/23 : ARG APT_MIRROR
20:26:18 ---> Running in b2a14a61468e
20:26:18 Removing intermediate container b2a14a61468e
20:26:18 ---> 6f63c5da7d33
20:26:18 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
20:26:18 ---> Running in cf7f893d7d46
20:26:19 Removing intermediate container cf7f893d7d46
20:26:19 ---> 762f2ae1a4e4
20:26:19 Step 5/23 : RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass
20:26:19 ---> Running in 5eafaf35f5f9
20:26:19 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
20:26:19 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
20:26:19 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
20:26:19 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
20:26:19 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
20:26:19 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
20:26:21 Fetched 8561 kB in 2s (5293 kB/s)
20:26:21 Reading package lists...
20:26:22 Reading package lists...
20:26:22 Building dependency tree...
20:26:22 Reading state information...
20:26:22 The following additional packages will be installed:
20:26:22 tree
20:26:22 Suggested packages:
20:26:22 python libxml-simple-perl ruby
20:26:22 Recommended packages:
20:26:22 qrencode xclip
20:26:22 The following NEW packages will be installed:
20:26:22 gnupg2 pass tree
20:26:22 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
20:26:22 Need to get 523 kB of archives.
20:26:22 After this operation, 727 kB of additional disk space will be used.
20:26:22 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
20:26:22 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
20:26:22 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB]
20:26:22 [91mdebconf: delaying package configuration, since apt-utils is not installed
20:26:22 [0mFetched 523 kB in 0s (1808 kB/s)
20:26:22 Selecting previously unselected package gnupg2.
20:26:22 (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.)
20:26:22 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ...
20:26:22 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
20:26:22 Selecting previously unselected package tree.
20:26:22 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
20:26:22 Unpacking tree (1.8.0-1+b1) ...
20:26:22 Selecting previously unselected package pass.
20:26:22 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
20:26:22 Unpacking pass (1.7.3-2) ...
20:26:23 Setting up gnupg2 (2.2.27-2+deb11u2) ...
20:26:23 Setting up tree (1.8.0-1+b1) ...
20:26:23 Setting up pass (1.7.3-2) ...
20:26:24 Removing intermediate container 5eafaf35f5f9
20:26:24 ---> e618b33a5f72
20:26:24 Step 6/23 : COPY tests/ssh/config/client /root/.ssh
20:26:24 ---> 8aa46ffdcb04
20:26:24 Step 7/23 : COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
20:26:24 ---> da0f6362dfa1
20:26:24 Step 8/23 : RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
20:26:24 ---> Running in 38d1a2588770
20:26:24 Removing intermediate container 38d1a2588770
20:26:24 ---> a95a55cd9927
20:26:24 Step 9/23 : RUN chmod -R 600 /root/.ssh
20:26:24 ---> Running in 49c67b62d8f9
20:26:25 Removing intermediate container 49c67b62d8f9
20:26:25 ---> f80b5a8075ba
20:26:25 Step 10/23 : COPY ./tests/gpg-keys /gpg-keys
20:26:25 ---> ca03cc698516
20:26:25 Step 11/23 : RUN gpg2 --import gpg-keys/secret
20:26:25 ---> Running in 99a613e39bd6
20:26:26 [91mgpg: directory '/root/.gnupg' created
20:26:26 [0m[91mgpg: keybox '/root/.gnupg/pubring.kbx' created
20:26:26 [0m[91mgpg: /root/.gnupg/trustdb.gpg: trustdb created
20:26:26 [0m[91mgpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
20:26:26 [0m[91mgpg: key 464ED987A7B21401: secret key imported
20:26:26 [0m[91mgpg: Total number processed: 1
20:26:26 gpg: imported: 1
20:26:26 gpg: secret keys read: 1
20:26:26 gpg: secret keys imported: 1
20:26:26 [0mRemoving intermediate container 99a613e39bd6
20:26:26 ---> 2ceac5cd058a
20:26:26 Step 12/23 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
20:26:26 ---> Running in 78c733ff5524
20:26:26 [91mgpg: inserting ownertrust of 6
20:26:27 [0mRemoving intermediate container 78c733ff5524
20:26:27 ---> e4cec384bb55
20:26:27 Step 13/23 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
20:26:27 ---> Running in c8e99199895b
20:26:27 [91mgpg: please do a --check-trustdb
20:26:27 [0mmkdir: created directory '/root/.password-store/'
20:26:27 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
20:26:28 Removing intermediate container c8e99199895b
20:26:28 ---> a2344410d424
20:26:28 Step 14/23 : RUN gpg2 --check-trustdb
20:26:28 ---> Running in 951633de95b6
20:26:28 [91mgpg: marginals needed: 3 completes needed: 1 trust model: pgp
20:26:28 [0m[91mgpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
20:26:28 [0mRemoving intermediate container 951633de95b6
20:26:28 ---> 6f101c149ff5
20:26:28 Step 15/23 : ARG CREDSTORE_VERSION=v0.6.3
20:26:28 ---> Running in 601c0b6f5c14
20:26:28 Removing intermediate container 601c0b6f5c14
20:26:28 ---> 5960186c29b6
20:26:28 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
20:26:28 ---> Running in 1aadd4ca327a
20:26:29 Removing intermediate container 1aadd4ca327a
20:26:29 ---> c5ff3251c115
20:26:29 Step 17/23 : WORKDIR /src
20:26:29 ---> Running in a96e3cfbcd08
20:26:29 Removing intermediate container a96e3cfbcd08
20:26:29 ---> 5f709039b529
20:26:29 Step 18/23 : COPY requirements.txt /src/requirements.txt
20:26:29 ---> f7f080db1d33
20:26:29 Step 19/23 : RUN pip install -r requirements.txt
20:26:29 ---> Running in 6364497b26d4
20:26:31 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
20:26:35 Collecting appdirs==1.4.3
20:26:36 Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
20:26:36 Collecting asn1crypto==0.22.0
20:26:36 Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
20:26:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 KB 18.9 MB/s eta 0:00:00
20:26:37 Collecting cffi==1.14.4
20:26:37 Downloading cffi-1.14.4.tar.gz (471 kB)
20:26:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 471.3/471.3 KB 70.0 MB/s eta 0:00:00
20:26:37 Preparing metadata (setup.py): started
20:26:37 Preparing metadata (setup.py): finished with status 'done'
20:26:37 Collecting cryptography==3.4.7
20:26:37 Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB)
20:26:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 125.9 MB/s eta 0:00:00
20:26:37 Collecting enum34==1.1.6
20:26:37 Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
20:26:37 Collecting idna==2.5
20:26:37 Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
20:26:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.1/55.1 KB 13.8 MB/s eta 0:00:00
20:26:37 Collecting ipaddress==1.0.18
20:26:37 Downloading ipaddress-1.0.18.tar.gz (32 kB)
20:26:37 Preparing metadata (setup.py): started
20:26:37 Preparing metadata (setup.py): finished with status 'done'
20:26:37 Collecting packaging==21.3
20:26:38 Downloading packaging-21.3-py3-none-any.whl (40 kB)
20:26:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 KB 9.2 MB/s eta 0:00:00
20:26:38 Collecting paramiko==2.10.1
20:26:38 Downloading paramiko-2.10.1-py2.py3-none-any.whl (211 kB)
20:26:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.9/211.9 KB 18.9 MB/s eta 0:00:00
20:26:38 Collecting pycparser==2.17
20:26:38 Downloading pycparser-2.17.tar.gz (231 kB)
20:26:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 231.2/231.2 KB 47.3 MB/s eta 0:00:00
20:26:38 Preparing metadata (setup.py): started
20:26:38 Preparing metadata (setup.py): finished with status 'done'
20:26:38 Collecting pyOpenSSL==18.0.0
20:26:38 Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
20:26:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.1/53.1 KB 11.5 MB/s eta 0:00:00
20:26:38 Collecting pyparsing==2.2.0
20:26:38 Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
20:26:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.4/56.4 KB 12.9 MB/s eta 0:00:00
20:26:38 Collecting requests==2.26.0
20:26:38 Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
20:26:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 KB 12.9 MB/s eta 0:00:00
20:26:38 Collecting urllib3==1.26.5
20:26:38 Downloading urllib3-1.26.5-py2.py3-none-any.whl (138 kB)
20:26:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.1/138.1 KB 30.0 MB/s eta 0:00:00
20:26:38 Collecting websocket-client==0.56.0
20:26:38 Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
20:26:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.6/200.6 KB 28.4 MB/s eta 0:00:00
20:26:38 Collecting six
20:26:38 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
20:26:38 Collecting bcrypt>=3.1.3
20:26:38 Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (62 kB)
20:26:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 KB 16.8 MB/s eta 0:00:00
20:26:38 Collecting pynacl>=1.0.1
20:26:38 Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
20:26:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 KB 16.2 MB/s eta 0:00:00
20:26:38 Collecting charset-normalizer~=2.0.0
20:26:38 Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
20:26:38 Collecting certifi>=2017.4.17
20:26:38 Downloading certifi-2022.6.15-py3-none-any.whl (160 kB)
20:26:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 KB 29.9 MB/s eta 0:00:00
20:26:39 Building wheels for collected packages: cffi, ipaddress, pycparser
20:26:39 Building wheel for cffi (setup.py): started
20:26:43 Building wheel for cffi (setup.py): finished with status 'done'
20:26:43 Created wheel for cffi: filename=cffi-1.14.4-cp310-cp310-linux_x86_64.whl size=418976 sha256=cf183fd278d58ce53a39ce7e4a96b6e372604dba9c5a5741ee0bf8b88ce34be1
20:26:43 Stored in directory: /root/.cache/pip/wheels/e6/db/33/496226764959451ab65ee37042d306171cf7ae5cc9911877a9
20:26:43 Building wheel for ipaddress (setup.py): started
20:26:43 Building wheel for ipaddress (setup.py): finished with status 'done'
20:26:43 Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18124 sha256=e974971cc1fa8a92369517c4846e89010d98973230dd2ac12fdadcd24dbc3d96
20:26:43 Stored in directory: /root/.cache/pip/wheels/b4/bf/27/a4125fce20abc24101835decefca04940e3146196f0091dc0b
20:26:43 Building wheel for pycparser (setup.py): started
20:26:43 Building wheel for pycparser (setup.py): finished with status 'done'
20:26:43 Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=196038 sha256=95130d3e7c5504eeb64d804cbb1f3da6e6580084087909d503d71cef52f08e32
20:26:43 Stored in directory: /root/.cache/pip/wheels/cf/ac/e8/1e93444fb9206800ef04a57da9b7c30161909ee656c185e5c1
20:26:43 Successfully built cffi ipaddress pycparser
20:26:43 Installing collected packages: pyparsing, pycparser, ipaddress, idna, enum34, asn1crypto, appdirs, urllib3, six, packaging, charset-normalizer, cffi, certifi, websocket-client, requests, pynacl, cryptography, bcrypt, pyOpenSSL, paramiko
20:26:44 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 bcrypt-3.2.2 certifi-2022.6.15 cffi-1.14.4 charset-normalizer-2.0.12 cryptography-3.4.7 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-21.3 paramiko-2.10.1 pyOpenSSL-18.0.0 pycparser-2.17 pynacl-1.5.0 pyparsing-2.2.0 requests-2.26.0 six-1.16.0 urllib3-1.26.5 websocket-client-0.56.0
20:26:44 [91mWARNING: 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
20:26:48 [0m[91mWARNING: You are using pip version 22.0.4; however, version 22.2.1 is available.
20:26:48 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
20:26:50 [0mRemoving intermediate container 6364497b26d4
20:26:50 ---> c475e4366897
20:26:50 Step 20/23 : COPY test-requirements.txt /src/test-requirements.txt
20:26:50 ---> 0d0823a5c3e5
20:26:50 Step 21/23 : RUN pip install -r test-requirements.txt
20:26:50 ---> Running in ae1f0e48256d
20:26:55 Collecting setuptools==58.2.0
20:26:56 Downloading setuptools-58.2.0-py3-none-any.whl (946 kB)
20:26:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 946.1/946.1 KB 15.1 MB/s eta 0:00:00
20:26:57 Collecting coverage==6.0.1
20:26:57 Downloading coverage-6.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (254 kB)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 254.7/254.7 KB 48.4 MB/s eta 0:00:00
20:26:57 Collecting flake8==4.0.1
20:26:57 Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 KB 17.1 MB/s eta 0:00:00
20:26:57 Collecting pytest==6.2.5
20:26:57 Downloading pytest-6.2.5-py3-none-any.whl (280 kB)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 280.7/280.7 KB 7.6 MB/s eta 0:00:00
20:26:57 Collecting pytest-cov==3.0.0
20:26:57 Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB)
20:26:57 Collecting pytest-timeout==2.0.1
20:26:57 Downloading pytest_timeout-2.0.1-py3-none-any.whl (11 kB)
20:26:57 Collecting pycodestyle<2.9.0,>=2.8.0
20:26:57 Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 KB 10.8 MB/s eta 0:00:00
20:26:57 Collecting pyflakes<2.5.0,>=2.4.0
20:26:57 Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 KB 19.2 MB/s eta 0:00:00
20:26:57 Collecting mccabe<0.7.0,>=0.6.0
20:26:57 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
20:26:57 Collecting pluggy<2.0,>=0.12
20:26:57 Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
20:26:57 Collecting toml
20:26:57 Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
20:26:57 Collecting attrs>=19.2.0
20:26:57 Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 KB 17.0 MB/s eta 0:00:00
20:26:57 Requirement already satisfied: packaging in /usr/local/lib/python3.10/site-packages (from pytest==6.2.5->-r test-requirements.txt (line 4)) (21.3)
20:26:57 Collecting iniconfig
20:26:57 Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
20:26:57 Collecting py>=1.8.2
20:26:57 Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 KB 23.0 MB/s eta 0:00:00
20:26:57 Collecting coverage[toml]>=5.2.1
20:26:57 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)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.3/212.3 KB 41.6 MB/s eta 0:00:00
20:26:57 Downloading coverage-6.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212 kB)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.1/212.1 KB 4.1 MB/s eta 0:00:00
20:26:57 Downloading coverage-6.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (211 kB)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.8/211.8 KB 41.5 MB/s eta 0:00:00
20:26:57 Downloading coverage-6.3.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (211 kB)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.1/211.1 KB 4.9 MB/s eta 0:00:00
20:26:57 Downloading coverage-6.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (211 kB)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.1/211.1 KB 43.7 MB/s eta 0:00:00
20:26:57 Downloading coverage-6.3.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (210 kB)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 210.6/210.6 KB 6.8 MB/s eta 0:00:00
20:26:57 Downloading coverage-6.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (210 kB)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 210.4/210.4 KB 40.4 MB/s eta 0:00:00
20:26:57 Downloading coverage-6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (215 kB)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.5/215.5 KB 5.5 MB/s eta 0:00:00
20:26:57 Downloading coverage-6.1.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (215 kB)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.1/215.1 KB 44.6 MB/s eta 0:00:00
20:26:57 Downloading coverage-6.1.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (215 kB)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.1/215.1 KB 43.9 MB/s eta 0:00:00
20:26:57 Downloading coverage-6.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (214 kB)
20:26:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 214.9/214.9 KB 45.7 MB/s eta 0:00:00
20:26:57 Downloading coverage-6.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (255 kB)
20:26:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 255.1/255.1 KB 5.1 MB/s eta 0:00:00
20:26:58 Collecting tomli
20:26:58 Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
20:26:58 Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/site-packages (from packaging->pytest==6.2.5->-r test-requirements.txt (line 4)) (2.2.0)
20:26:58 Installing collected packages: mccabe, iniconfig, tomli, toml, setuptools, pyflakes, pycodestyle, py, pluggy, coverage, attrs, pytest, flake8, pytest-timeout, pytest-cov
20:26:58 Attempting uninstall: setuptools
20:26:58 Found existing installation: setuptools 58.1.0
20:26:58 Uninstalling setuptools-58.1.0:
20:26:58 Successfully uninstalled setuptools-58.1.0
20:26:59 Successfully installed attrs-21.4.0 coverage-6.0.1 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-6.2.5 pytest-cov-3.0.0 pytest-timeout-2.0.1 setuptools-58.2.0 toml-0.10.2 tomli-2.0.1
20:26:59 [91mWARNING: 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
20:26:59 [0m[91mWARNING: You are using pip version 22.0.4; however, version 22.2.1 is available.
20:26:59 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
20:26:59 [0mRemoving intermediate container ae1f0e48256d
20:26:59 ---> 6dff474b1706
20:26:59 Step 22/23 : COPY . /src
20:27:00 ---> 7cb73baa3a8e
20:27:00 Step 23/23 : RUN pip install .
20:27:00 ---> Running in de409d7c6304
20:27:01 Processing /src
20:27:01 Preparing metadata (setup.py): started
20:27:01 Preparing metadata (setup.py): finished with status 'done'
20:27:01 Requirement already satisfied: packaging in /usr/local/lib/python3.10/site-packages (from docker==5.1.0.dev0) (21.3)
20:27:01 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.10/site-packages (from docker==5.1.0.dev0) (0.56.0)
20:27:01 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.10/site-packages (from docker==5.1.0.dev0) (2.26.0)
20:27:01 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2022.6.15)
20:27:01 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.5)
20:27:01 Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.10/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.0.12)
20:27:01 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (1.26.5)
20:27:01 Requirement already satisfied: six in /usr/local/lib/python3.10/site-packages (from websocket-client>=0.32.0->docker==5.1.0.dev0) (1.16.0)
20:27:01 Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/site-packages (from packaging->docker==5.1.0.dev0) (2.2.0)
20:27:01 Building wheels for collected packages: docker
20:27:01 Building wheel for docker (setup.py): started
20:27:01 Building wheel for docker (setup.py): finished with status 'done'
20:27:01 Created wheel for docker: filename=docker-5.1.0.dev0-py3-none-any.whl size=145782 sha256=2566e708b18d9633a4e35e54342d5ebba1bd48c0b406c599da6a73e78ffaf477
20:27:01 Stored in directory: /tmp/pip-ephem-wheel-cache-xoy1w1v0/wheels/5c/9b/23/f031c1877ee9aa5bf3ddc51ccc1ac38428d83c5d6eec32a03f
20:27:01 Successfully built docker
20:27:01 Installing collected packages: docker
20:27:01 Successfully installed docker-5.1.0.dev0
20:27:01 [91mWARNING: 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
20:27:01 [0m[91mWARNING: You are using pip version 22.0.4; however, version 22.2.1 is available.
20:27:01 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
20:27:02 [0mRemoving intermediate container de409d7c6304
20:27:02 ---> 68641a15fa31
20:27:02 Successfully built 68641a15fa31
20:27:02 Successfully tagged dockerpinata/docker-py:py3-acdafbc116ac2348dcf41055402dbb5ecfad8be2