Skip to content

Console Output

10:26:45 + docker build -t dockerpinata/docker-py:py3-11ecbd0ea2057ca000f3ca64a45c8981ffd43612 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
10:26:45 #1 [internal] load build definition from Dockerfile
10:26:45 #1 transferring dockerfile: 1.76kB done
10:26:45 #1 DONE 0.0s
10:26:45 
10:26:45 #2 [internal] load .dockerignore
10:26:45 #2 transferring context: 161B done
10:26:45 #2 DONE 0.0s
10:26:45 
10:26:45 #3 resolve image config for docker.io/docker/dockerfile:1
10:26:45 #3 DONE 0.1s
10:26:45 
10:26:45 #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
10:26:45 #4 CACHED
10:26:45 
10:26:45 #5 [internal] load metadata for docker.io/library/python:3.10
10:26:45 #5 ...
10:26:45 
10:26:45 #6 [auth] library/python:pull token for registry-1.docker.io
10:26:45 #6 DONE 0.0s
10:26:45 
10:26:45 #5 [internal] load metadata for docker.io/library/python:3.10
10:26:45 #5 DONE 0.3s
10:26:46 
10:26:46 #7 [stage-0  1/20] FROM docker.io/library/python:3.10@sha256:dbb21c2f48a2be2635e743e2e046f748604c3063216e88c475961a20e2063200
10:26:46 #7 resolve docker.io/library/python:3.10@sha256:dbb21c2f48a2be2635e743e2e046f748604c3063216e88c475961a20e2063200 0.0s done
10:26:46 #7 ...
10:26:46 
10:26:46 #8 [internal] load build context
10:26:46 #8 transferring context: 1.24MB 0.1s done
10:26:46 #8 DONE 0.1s
10:26:46 
10:26:46 #7 [stage-0  1/20] FROM docker.io/library/python:3.10@sha256:dbb21c2f48a2be2635e743e2e046f748604c3063216e88c475961a20e2063200
10:26:46 #7 sha256:08dfb526b02f1b849ca4ce479b51f100448053a67b64905a63dcdad2fe6802c5 2.22kB / 2.22kB done
10:26:46 #7 sha256:3aae3bded9cfb06e92d7342abf1833b156fe197522ffbde031363194c429c8d5 8.53kB / 8.53kB done
10:26:46 #7 sha256:dbb21c2f48a2be2635e743e2e046f748604c3063216e88c475961a20e2063200 2.36kB / 2.36kB done
10:26:46 #7 DONE 0.2s
10:26:46 
10:26:46 #9 [stage-0  2/20] 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
10:26:46 #9 DONE 0.4s
10:26:46 
10:26:46 #10 [stage-0  3/20] RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
10:26:47 #10 0.694 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
10:26:47 #10 0.703 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
10:26:47 #10 0.704 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
10:26:47 #10 0.788 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
10:26:47 #10 0.931 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [210 kB]
10:26:47 #10 1.003 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
10:26:48 #10 1.963 Fetched 8616 kB in 2s (5642 kB/s)
10:26:49 #10 1.963 Reading package lists...
10:26:49 #10 2.449 Reading package lists...
10:26:49 #10 2.931 Building dependency tree...
10:26:49 #10 3.034 Reading state information...
10:26:49 #10 3.150 The following additional packages will be installed:
10:26:49 #10 3.150   tree
10:26:49 #10 3.151 Suggested packages:
10:26:49 #10 3.151   python libxml-simple-perl ruby
10:26:49 #10 3.151 Recommended packages:
10:26:49 #10 3.151   qrencode xclip
10:26:49 #10 3.201 The following NEW packages will be installed:
10:26:49 #10 3.202   gnupg2 pass tree
10:26:49 #10 3.468 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
10:26:49 #10 3.468 Need to get 523 kB of archives.
10:26:49 #10 3.468 After this operation, 727 kB of additional disk space will be used.
10:26:49 #10 3.468 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
10:26:49 #10 3.474 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
10:26:49 #10 3.475 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB]
10:26:50 #10 3.627 debconf: delaying package configuration, since apt-utils is not installed
10:26:50 #10 3.662 Fetched 523 kB in 0s (1945 kB/s)
10:26:50 #10 3.681 Selecting previously unselected package gnupg2.
10:26:50 #10 3.681 (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 ... 23422 files and directories currently installed.)
10:26:50 #10 3.698 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ...
10:26:50 #10 3.701 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
10:26:50 #10 3.735 Selecting previously unselected package tree.
10:26:50 #10 3.737 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
10:26:50 #10 3.741 Unpacking tree (1.8.0-1+b1) ...
10:26:50 #10 3.779 Selecting previously unselected package pass.
10:26:50 #10 3.782 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
10:26:50 #10 3.789 Unpacking pass (1.7.3-2) ...
10:26:50 #10 3.865 Setting up gnupg2 (2.2.27-2+deb11u2) ...
10:26:50 #10 3.876 Setting up tree (1.8.0-1+b1) ...
10:26:50 #10 3.887 Setting up pass (1.7.3-2) ...
10:26:50 #10 DONE 4.0s
10:26:50 
10:26:50 #11 [stage-0  4/20] COPY tests/ssh/config/client /root/.ssh
10:26:50 #11 DONE 0.1s
10:26:50 
10:26:50 #12 [stage-0  5/20] COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
10:26:50 #12 DONE 0.1s
10:26:50 
10:26:50 #13 [stage-0  6/20] RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
10:26:51 #13 DONE 0.4s
10:26:51 
10:26:51 #14 [stage-0  7/20] RUN chmod -R 600 /root/.ssh
10:26:51 #14 DONE 0.5s
10:26:51 
10:26:51 #15 [stage-0  8/20] COPY ./tests/gpg-keys /gpg-keys
10:26:51 #15 DONE 0.1s
10:26:51 
10:26:51 #16 [stage-0  9/20] RUN gpg2 --import gpg-keys/secret
10:26:52 #16 0.411 gpg: directory '/root/.gnupg' created
10:26:52 #16 0.411 gpg: keybox '/root/.gnupg/pubring.kbx' created
10:26:52 #16 0.411 gpg: /root/.gnupg/trustdb.gpg: trustdb created
10:26:52 #16 0.411 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
10:26:52 #16 0.416 gpg: key 464ED987A7B21401: secret key imported
10:26:52 #16 0.416 gpg: Total number processed: 1
10:26:52 #16 0.416 gpg:               imported: 1
10:26:52 #16 0.416 gpg:       secret keys read: 1
10:26:52 #16 0.416 gpg:   secret keys imported: 1
10:26:52 #16 DONE 0.5s
10:26:52 
10:26:52 #17 [stage-0 10/20] RUN gpg2 --import-ownertrust gpg-keys/ownertrust
10:26:52 #17 0.468 gpg: inserting ownertrust of 6
10:26:52 #17 DONE 0.5s
10:26:52 
10:26:52 #18 [stage-0 11/20] RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
10:26:52 #18 0.402 gpg: please do a --check-trustdb
10:26:53 #18 0.416 mkdir: created directory '/root/.password-store/'
10:26:53 #18 0.417 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
10:26:53 #18 DONE 0.5s
10:26:53 
10:26:53 #19 [stage-0 12/20] RUN gpg2 --check-trustdb
10:26:53 #19 0.431 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
10:26:53 #19 0.431 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
10:26:53 #19 DONE 0.5s
10:26:53 
10:26:53 #20 [stage-0 13/20] RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/v0.6.3/docker-credential-pass-v0.6.3-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
10:26:54 #20 DONE 0.8s
10:26:54 
10:26:54 #21 [stage-0 14/20] WORKDIR /src
10:26:54 #21 DONE 0.0s
10:26:54 
10:26:54 #22 [stage-0 15/20] COPY requirements.txt /src/requirements.txt
10:26:54 #22 DONE 0.1s
10:26:54 
10:26:54 #23 [stage-0 16/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r requirements.txt
10:26:56 #23 1.725 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
10:27:00 #23 5.877 Collecting packaging==21.3
10:27:01 #23 6.903   Downloading packaging-21.3-py3-none-any.whl (40 kB)
10:27:01 #23 6.910      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 kB 8.2 MB/s eta 0:00:00
10:27:01 #23 6.949 Collecting paramiko==2.11.0
10:27:01 #23 6.952   Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB)
10:27:01 #23 6.961      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/212.9 kB 27.0 MB/s eta 0:00:00
10:27:01 #23 7.005 Collecting requests==2.28.1
10:27:01 #23 7.010   Downloading requests-2.28.1-py3-none-any.whl (62 kB)
10:27:01 #23 7.016      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 11.8 MB/s eta 0:00:00
10:27:01 #23 7.057 Collecting urllib3==1.26.11
10:27:01 #23 7.061   Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB)
10:27:01 #23 7.067      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 30.4 MB/s eta 0:00:00
10:27:01 #23 7.096 Collecting websocket-client==1.3.3
10:27:01 #23 7.099   Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB)
10:27:01 #23 7.301      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 220.6 kB/s eta 0:00:00
10:27:01 #23 7.347 Collecting pyparsing!=3.0.5,>=2.0.2
10:27:01 #23 7.350   Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
10:27:01 #23 7.356      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 22.7 MB/s eta 0:00:00
10:27:01 #23 7.403 Collecting pynacl>=1.0.1
10:27:01 #23 7.406   Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
10:27:02 #23 7.679      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 3.1 MB/s eta 0:00:00
10:27:02 #23 7.703 Collecting six
10:27:02 #23 7.707   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
10:27:02 #23 7.770 Collecting bcrypt>=3.1.3
10:27:02 #23 7.774   Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB)
10:27:02 #23 7.978      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 2.9 MB/s eta 0:00:00
10:27:02 #23 8.461 Collecting cryptography>=2.5
10:27:02 #23 8.469   Downloading cryptography-38.0.4-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB)
10:27:03 #23 8.684      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 19.5 MB/s eta 0:00:00
10:27:03 #23 8.728 Collecting idna<4,>=2.5
10:27:03 #23 8.731   Downloading idna-3.4-py3-none-any.whl (61 kB)
10:27:03 #23 8.738      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 11.7 MB/s eta 0:00:00
10:27:03 #23 8.809 Collecting charset-normalizer<3,>=2
10:27:03 #23 8.812   Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
10:27:03 #23 8.841 Collecting certifi>=2017.4.17
10:27:03 #23 8.845   Downloading certifi-2022.12.7-py3-none-any.whl (155 kB)
10:27:03 #23 8.853      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 26.1 MB/s eta 0:00:00
10:27:03 #23 9.055 Collecting cffi>=1.12
10:27:03 #23 9.059   Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB)
10:27:03 #23 9.251      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 kB 2.3 MB/s eta 0:00:00
10:27:03 #23 9.287 Collecting pycparser
10:27:03 #23 9.290   Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
10:27:03 #23 9.296      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 26.7 MB/s eta 0:00:00
10:27:03 #23 9.423 Installing collected packages: websocket-client, urllib3, six, pyparsing, pycparser, idna, charset-normalizer, certifi, bcrypt, requests, packaging, cffi, pynacl, cryptography, paramiko
10:27:04 #23 10.28 Successfully installed bcrypt-4.0.1 certifi-2022.12.7 cffi-1.15.1 charset-normalizer-2.1.1 cryptography-38.0.4 idna-3.4 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
10:27:04 #23 10.29 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
10:27:10 #23 DONE 15.0s
10:27:10 
10:27:10 #24 [stage-0 17/20] COPY test-requirements.txt /src/test-requirements.txt
10:27:10 #24 DONE 0.1s
10:27:10 
10:27:10 #25 [stage-0 18/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r test-requirements.txt
10:27:14 #25 5.002 Collecting setuptools==63.2.0
10:27:15 #25 6.053   Downloading setuptools-63.2.0-py3-none-any.whl (1.2 MB)
10:27:15 #25 6.071      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 78.6 MB/s eta 0:00:00
10:27:15 #25 6.377 Collecting coverage==6.4.2
10:27:15 #25 6.382   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)
10:27:15 #25 6.391      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.3/212.3 kB 35.5 MB/s eta 0:00:00
10:27:15 #25 6.436 Collecting flake8==4.0.1
10:27:15 #25 6.439   Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
10:27:15 #25 6.446      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 kB 12.7 MB/s eta 0:00:00
10:27:15 #25 6.516 Collecting pytest==7.1.2
10:27:15 #25 6.521   Downloading pytest-7.1.2-py3-none-any.whl (297 kB)
10:27:15 #25 6.529      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.0/297.0 kB 48.1 MB/s eta 0:00:00
10:27:15 #25 6.558 Collecting pytest-cov==3.0.0
10:27:15 #25 6.561   Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB)
10:27:15 #25 6.582 Collecting pytest-timeout==2.1.0
10:27:15 #25 6.585   Downloading pytest_timeout-2.1.0-py3-none-any.whl (12 kB)
10:27:15 #25 6.616 Collecting pyflakes<2.5.0,>=2.4.0
10:27:16 #25 6.620   Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
10:27:16 #25 6.625      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 kB 17.0 MB/s eta 0:00:00
10:27:16 #25 6.640 Collecting mccabe<0.7.0,>=0.6.0
10:27:16 #25 6.643   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
10:27:16 #25 6.677 Collecting pycodestyle<2.9.0,>=2.8.0
10:27:16 #25 6.680   Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
10:27:16 #25 6.691      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 kB 3.5 MB/s eta 0:00:00
10:27:16 #25 6.704 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)
10:27:16 #25 6.717 Collecting iniconfig
10:27:16 #25 6.720   Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
10:27:16 #25 6.745 Collecting pluggy<2.0,>=0.12
10:27:16 #25 6.748   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
10:27:16 #25 6.772 Collecting tomli>=1.0.0
10:27:16 #25 6.775   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
10:27:16 #25 6.802 Collecting py>=1.8.2
10:27:16 #25 6.805   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
10:27:16 #25 6.811      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 kB 22.5 MB/s eta 0:00:00
10:27:16 #25 6.835 Collecting attrs>=19.2.0
10:27:16 #25 6.841   Downloading attrs-22.2.0-py3-none-any.whl (60 kB)
10:27:16 #25 6.847      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.0/60.0 kB 11.7 MB/s eta 0:00:00
10:27:16 #25 6.872 Collecting coverage[toml]>=5.2.1
10:27:16 #25 6.879   Downloading coverage-7.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215 kB)
10:27:16 #25 6.886      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.9/215.9 kB 41.6 MB/s eta 0:00:00
10:27:16 #25 6.935   Downloading coverage-6.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (213 kB)
10:27:16 #25 6.942      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.3/213.3 kB 41.4 MB/s eta 0:00:00
10:27:16 #25 6.956   Downloading coverage-6.4.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212 kB)
10:27:16 #25 6.963      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.5/212.5 kB 40.1 MB/s eta 0:00:00
10:27:16 #25 6.976   Downloading coverage-6.4.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212 kB)
10:27:16 #25 6.983      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.5/212.5 kB 37.7 MB/s eta 0:00:00
10:27:16 #25 7.006 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)
10:27:16 #25 7.232 Installing collected packages: mccabe, iniconfig, tomli, setuptools, pyflakes, pycodestyle, py, pluggy, coverage, attrs, pytest, flake8, pytest-timeout, pytest-cov
10:27:16 #25 7.265   Attempting uninstall: setuptools
10:27:16 #25 7.266     Found existing installation: setuptools 65.5.0
10:27:16 #25 7.311     Uninstalling setuptools-65.5.0:
10:27:16 #25 7.357       Successfully uninstalled setuptools-65.5.0
10:27:18 #25 8.312 Successfully installed attrs-22.2.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
10:27:18 #25 8.313 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
10:27:18 #25 DONE 8.5s
10:27:18 
10:27:18 #26 [stage-0 19/20] COPY . /src
10:27:18 #26 DONE 0.2s
10:27:18 
10:27:18 #27 [stage-0 20/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -e .
10:27:18 #27 0.683 Obtaining file:///src
10:27:18 #27 0.686   Installing build dependencies: started
10:27:27 #27 7.628   Installing build dependencies: finished with status 'done'
10:27:27 #27 7.631   WARNING: Missing build requirements in pyproject.toml for file:///src.
10:27:27 #27 7.632   WARNING: The project does not specify a build backend, and pip cannot fall back to setuptools without 'wheel'.
10:27:27 #27 7.633   Checking if build backend supports build_editable: started
10:27:27 #27 7.846   Checking if build backend supports build_editable: finished with status 'done'
10:27:27 #27 7.847   Getting requirements to build editable: started
10:27:27 #27 8.040   Getting requirements to build editable: finished with status 'done'
10:27:27 #27 8.043   Installing backend dependencies: started
10:27:32 #27 13.72   Installing backend dependencies: finished with status 'done'
10:27:32 #27 13.72   Preparing editable metadata (pyproject.toml): started
10:27:32 #27 14.09   Preparing editable metadata (pyproject.toml): finished with status 'done'
10:27:32 #27 14.10 Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (21.3)
10:27:32 #27 14.11 Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (1.26.11)
10:27:32 #27 14.11 Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (2.28.1)
10:27:32 #27 14.11 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (1.3.3)
10:27:32 #27 14.11 Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/site-packages (from packaging>=14.0->docker==99.0.0+docker) (3.0.9)
10:27:32 #27 14.12 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==99.0.0+docker) (3.4)
10:27:32 #27 14.12 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==99.0.0+docker) (2022.12.7)
10:27:32 #27 14.12 Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==99.0.0+docker) (2.1.1)
10:27:32 #27 14.14 Building wheels for collected packages: docker
10:27:32 #27 14.14   Building editable for docker (pyproject.toml): started
10:27:32 #27 14.52   Building editable for docker (pyproject.toml): finished with status 'done'
10:27:32 #27 14.52   Created wheel for docker: filename=docker-99.0.0+docker-0.editable-py3-none-any.whl size=7621 sha256=78aa4c87ad47bc970284c97d43086dfe5c8bd4ec0f159bbf82061495a2b4093c
10:27:32 #27 14.52   Stored in directory: /tmp/pip-ephem-wheel-cache-k2774qdq/wheels/5c/9b/23/f031c1877ee9aa5bf3ddc51ccc1ac38428d83c5d6eec32a03f
10:27:32 #27 14.52 Successfully built docker
10:27:32 #27 14.64 Installing collected packages: docker
10:27:32 #27 14.66 Successfully installed docker-99.0.0+docker
10:27:32 #27 14.66 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
10:27:32 #27 DONE 14.8s
10:27:33 
10:27:33 #28 exporting to image
10:27:33 #28 exporting layers
10:27:33 #28 exporting layers 0.6s done
10:27:33 #28 writing image sha256:2955fefc2ccd6a631e578af3ce2a548ae0f489acc661ff36918e5e7aabbb9d6a done
10:27:33 #28 naming to docker.io/dockerpinata/docker-py:py3-11ecbd0ea2057ca000f3ca64a45c8981ffd43612 done
10:27:33 #28 DONE 0.6s