Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update poetry-deps #235

Merged
merged 1 commit into from
Dec 1, 2024

Update poetry-deps

144e170
Select commit
Loading
Failed to load commit list.
Merged

Update poetry-deps #235

Update poetry-deps
144e170
Select commit
Loading
Failed to load commit list.
manage-repositories-app / build-container succeeded Dec 1, 2024 in 0s

Build container

Details

WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
Creating virtualenv qe-metrics in /qe-metrics/.venv
Warning: The current project could not be installed: [Errno 2] No such file or directory: '/qe-metrics/README.md'
If you do not want to install the current project use --no-root.
If you want to use Poetry only for dependency management but not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file.
In a future version of Poetry this warning will become an error!


STEP 1/7: FROM docker.io/library/python:3.12-slim
STEP 2/7: ENV POETRY_HOME=/qe-metrics
--> Using cache 7f375aa2fb345aa0afbd54bd0f64374e48bf52d5a924388ff1b898120ddae949
--> 7f375aa2fb34
STEP 3/7: COPY pyproject.toml poetry.lock /qe-metrics/
--> 0682a4871505
STEP 4/7: COPY qe_metrics /qe-metrics/qe_metrics
--> aab68c7709d2
STEP 5/7: WORKDIR /qe-metrics
--> d68605c3e3e6
STEP 6/7: RUN python3 -m pip install pip poetry --upgrade     && poetry config cache-dir /qe-metrics     && poetry config virtualenvs.in-project true     && poetry config installer.max-workers 10     && poetry install
Requirement already satisfied: pip in /usr/local/lib/python3.12/site-packages (24.2)
Collecting pip
  Downloading pip-24.3.1-py3-none-any.whl.metadata (3.7 kB)
Collecting poetry
  Downloading poetry-1.8.4-py3-none-any.whl.metadata (6.9 kB)
Collecting build<2.0.0,>=1.0.3 (from poetry)
  Downloading build-1.2.2.post1-py3-none-any.whl.metadata (6.5 kB)
Collecting cachecontrol<0.15.0,>=0.14.0 (from cachecontrol[filecache]<0.15.0,>=0.14.0->poetry)
  Downloading cachecontrol-0.14.1-py3-none-any.whl.metadata (3.1 kB)
Collecting cleo<3.0.0,>=2.1.0 (from poetry)
  Downloading cleo-2.1.0-py3-none-any.whl.metadata (12 kB)
Collecting crashtest<0.5.0,>=0.4.1 (from poetry)
  Downloading crashtest-0.4.1-py3-none-any.whl.metadata (1.1 kB)
Collecting dulwich<0.22.0,>=0.21.2 (from poetry)
  Downloading dulwich-0.21.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.3 kB)
Collecting fastjsonschema<3.0.0,>=2.18.0 (from poetry)
  Downloading fastjsonschema-2.21.0-py3-none-any.whl.metadata (2.2 kB)
Collecting installer<0.8.0,>=0.7.0 (from poetry)
  Downloading installer-0.7.0-py3-none-any.whl.metadata (936 bytes)
Collecting keyring<25.0.0,>=24.0.0 (from poetry)
  Downloading keyring-24.3.1-py3-none-any.whl.metadata (20 kB)
Collecting packaging>=23.1 (from poetry)
  Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
Collecting pexpect<5.0.0,>=4.7.0 (from poetry)
  Downloading pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB)
Collecting pkginfo<2.0,>=1.10 (from poetry)
  Downloading pkginfo-1.11.2-py3-none-any.whl.metadata (11 kB)
Collecting platformdirs<5,>=3.0.0 (from poetry)
  Downloading platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
Collecting poetry-core==1.9.1 (from poetry)
  Downloading poetry_core-1.9.1-py3-none-any.whl.metadata (3.5 kB)
Collecting poetry-plugin-export<2.0.0,>=1.6.0 (from poetry)
  Downloading poetry_plugin_export-1.8.0-py3-none-any.whl.metadata (2.8 kB)
Collecting pyproject-hooks<2.0.0,>=1.0.0 (from poetry)
  Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
Collecting requests<3.0,>=2.26 (from poetry)
  Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Collecting requests-toolbelt<2.0.0,>=1.0.0 (from poetry)
  Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl.metadata (14 kB)
Collecting shellingham<2.0,>=1.5 (from poetry)
  Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
Collecting tomlkit<1.0.0,>=0.11.4 (from poetry)
  Downloading tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB)
Collecting trove-classifiers>=2022.5.19 (from poetry)
  Downloading trove_classifiers-2024.10.21.16-py3-none-any.whl.metadata (2.2 kB)
Collecting virtualenv<21.0.0,>=20.26.6 (from poetry)
  Downloading virtualenv-20.28.0-py3-none-any.whl.metadata (4.4 kB)
Collecting msgpack<2.0.0,>=0.5.2 (from cachecontrol<0.15.0,>=0.14.0->cachecontrol[filecache]<0.15.0,>=0.14.0->poetry)
  Downloading msgpack-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB)
Collecting filelock>=3.8.0 (from cachecontrol[filecache]<0.15.0,>=0.14.0->poetry)
  Downloading filelock-3.16.1-py3-none-any.whl.metadata (2.9 kB)
Collecting rapidfuzz<4.0.0,>=3.0.0 (from cleo<3.0.0,>=2.1.0->poetry)
  Downloading rapidfuzz-3.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
Collecting urllib3>=1.25 (from dulwich<0.22.0,>=0.21.2->poetry)
  Downloading urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB)
Collecting jaraco.classes (from keyring<25.0.0,>=24.0.0->poetry)
  Downloading jaraco.classes-3.4.0-py3-none-any.whl.metadata (2.6 kB)
Collecting SecretStorage>=3.2 (from keyring<25.0.0,>=24.0.0->poetry)
  Downloading SecretStorage-3.3.3-py3-none-any.whl.metadata (4.0 kB)
Collecting jeepney>=0.4.2 (from keyring<25.0.0,>=24.0.0->poetry)
  Downloading jeepney-0.8.0-py3-none-any.whl.metadata (1.3 kB)
Collecting ptyprocess>=0.5 (from pexpect<5.0.0,>=4.7.0->poetry)
  Downloading ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting charset-normalizer<4,>=2 (from requests<3.0,>=2.26->poetry)
  Downloading charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (34 kB)
Collecting idna<4,>=2.5 (from requests<3.0,>=2.26->poetry)
  Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting certifi>=2017.4.17 (from requests<3.0,>=2.26->poetry)
  Downloading certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv<21.0.0,>=20.26.6->poetry)
  Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting cryptography>=2.0 (from SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry)
  Downloading cryptography-44.0.0-cp39-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB)
Collecting more-itertools (from jaraco.classes->keyring<25.0.0,>=24.0.0->poetry)
  Downloading more_itertools-10.5.0-py3-none-any.whl.metadata (36 kB)
Collecting cffi>=1.12 (from cryptography>=2.0->SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry)
  Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Collecting pycparser (from cffi>=1.12->cryptography>=2.0->SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry)
  Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Downloading pip-24.3.1-py3-none-any.whl (1.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 10.6 MB/s eta 0:00:00
Downloading poetry-1.8.4-py3-none-any.whl (249 kB)
Downloading poetry_core-1.9.1-py3-none-any.whl (309 kB)
Downloading build-1.2.2.post1-py3-none-any.whl (22 kB)
Downloading cachecontrol-0.14.1-py3-none-any.whl (22 kB)
Downloading cleo-2.1.0-py3-none-any.whl (78 kB)
Downloading crashtest-0.4.1-py3-none-any.whl (7.6 kB)
Downloading dulwich-0.21.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (519 kB)
Downloading fastjsonschema-2.21.0-py3-none-any.whl (23 kB)
Downloading installer-0.7.0-py3-none-any.whl (453 kB)
Downloading keyring-24.3.1-py3-none-any.whl (38 kB)
Downloading packaging-24.2-py3-none-any.whl (65 kB)
Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
Downloading pkginfo-1.11.2-py3-none-any.whl (31 kB)
Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
Downloading poetry_plugin_export-1.8.0-py3-none-any.whl (10 kB)
Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
Downloading requests-2.32.3-py3-none-any.whl (64 kB)
Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)
Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
Downloading tomlkit-0.13.2-py3-none-any.whl (37 kB)
Downloading trove_classifiers-2024.10.21.16-py3-none-any.whl (13 kB)
Downloading virtualenv-20.28.0-py3-none-any.whl (4.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 42.9 MB/s eta 0:00:00
Downloading certifi-2024.8.30-py3-none-any.whl (167 kB)
Downloading charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB)
Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
Downloading idna-3.10-py3-none-any.whl (70 kB)
Downloading jeepney-0.8.0-py3-none-any.whl (48 kB)
Downloading msgpack-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (401 kB)
Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Downloading rapidfuzz-3.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 67.7 MB/s eta 0:00:00
Downloading SecretStorage-3.3.3-py3-none-any.whl (15 kB)
Downloading urllib3-2.2.3-py3-none-any.whl (126 kB)
Downloading jaraco.classes-3.4.0-py3-none-any.whl (6.8 kB)
Downloading cryptography-44.0.0-cp39-abi3-manylinux_2_34_x86_64.whl (4.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 54.8 MB/s eta 0:00:00
Downloading more_itertools-10.5.0-py3-none-any.whl (60 kB)
Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
Downloading pycparser-2.22-py3-none-any.whl (117 kB)
Installing collected packages: trove-classifiers, ptyprocess, fastjsonschema, distlib, urllib3, tomlkit, shellingham, rapidfuzz, pyproject-hooks, pycparser, poetry-core, platformdirs, pkginfo, pip, pexpect, packaging, msgpack, more-itertools, jeepney, installer, idna, filelock, crashtest, charset-normalizer, certifi, virtualenv, requests, jaraco.classes, dulwich, cleo, cffi, build, requests-toolbelt, cryptography, cachecontrol, SecretStorage, keyring, poetry-plugin-export, poetry
  Attempting uninstall: pip
    Found existing installation: pip 24.2
    Uninstalling pip-24.2:
      Successfully uninstalled pip-24.2
Successfully installed SecretStorage-3.3.3 build-1.2.2.post1 cachecontrol-0.14.1 certifi-2024.8.30 cffi-1.17.1 charset-normalizer-3.4.0 cleo-2.1.0 crashtest-0.4.1 cryptography-44.0.0 distlib-0.3.9 dulwich-0.21.7 fastjsonschema-2.21.0 filelock-3.16.1 idna-3.10 installer-0.7.0 jaraco.classes-3.4.0 jeepney-0.8.0 keyring-24.3.1 more-itertools-10.5.0 msgpack-1.1.0 packaging-24.2 pexpect-4.9.0 pip-24.3.1 pkginfo-1.11.2 platformdirs-4.3.6 poetry-1.8.4 poetry-core-1.9.1 poetry-plugin-export-1.8.0 ptyprocess-0.7.0 pycparser-2.22 pyproject-hooks-1.2.0 rapidfuzz-3.10.1 requests-2.32.3 requests-toolbelt-1.0.0 shellingham-1.5.4 tomlkit-0.13.2 trove-classifiers-2024.10.21.16 urllib3-2.2.3 virtualenv-20.28.0
Installing dependencies from lock file

Package operations: 72 installs, 0 updates, 0 removals

  - Installing pycparser (2.22)
  - Installing six (1.16.0)
  - Installing asttokens (2.4.1)
  - Installing cffi (1.17.1)
  - Installing executing (2.1.0)
  - Installing parso (0.8.4)
  - Installing ptyprocess (0.7.0)
  - Installing pure-eval (0.2.3)
  - Installing traitlets (5.14.3)
  - Installing wcwidth (0.2.13)
  - Installing bcrypt (4.2.0)
  - Installing certifi (2024.8.30)
  - Installing charset-normalizer (3.4.0)
  - Installing cryptography (43.0.3)
  - Installing decorator (5.1.1)
  - Installing idna (3.10)
  - Installing jedi (0.19.1)
  - Installing matplotlib-inline (0.1.7)
  - Installing mdurl (0.1.2)
  - Installing pexpect (4.9.0)
  - Installing prompt-toolkit (3.0.48)
  - Installing pygments (2.18.0)
  - Installing pynacl (1.5.0)
  - Installing stack-data (0.6.3)
  - Installing urllib3 (2.2.3)
  - Installing colorlog (6.9.0)
  - Installing distlib (0.3.9)
  - Installing filelock (3.16.1)
  - Installing iniconfig (2.0.0)
  - Installing ipython (8.18.1)
  - Installing markdown-it-py (3.0.0)
  - Installing netaddr (1.3.0)
  - Installing markupsafe (3.0.2)
  - Installing oauthlib (3.2.2)
  - Installing packaging (24.1)
  - Installing paramiko (3.5.0)
  - Installing pbr (6.1.0)
  - Installing platformdirs (4.3.6)
  - Installing pluggy (1.5.0)
  - Installing requests (2.32.3)
  - Installing blinker (1.9.0)
  - Installing cachetools (5.5.0)
  - Installing chardet (5.2.0)
  - Installing click (8.1.7)
  - Installing colorama (0.4.6)
  - Installing coverage (7.6.4)
  - Installing defusedxml (0.7.1)
  - Installing greenlet (3.1.1)
  - Installing ipdb (0.13.13)
  - Installing itsdangerous (2.2.0)
  - Installing jinja2 (3.1.4)
  - Installing pillow (11.0.0)
  - Installing pyproject-api (1.8.0)
  - Installing pytest (8.3.4)
  - Installing python-rrmngmnt (0.1.32)
  - Installing python-simple-logger (2.0.1)
  - Installing pyyaml (6.0.2)
  - Installing requests-oauthlib (2.0.0)
  - Installing requests-toolbelt (1.0.0)
  - Installing rich (13.9.4)
  - Installing typing-extensions (4.12.2)
  - Installing virtualenv (20.27.1)
  - Installing werkzeug (3.1.2)
  - Installing flask (3.1.0)
  - Installing jira (3.8.0)
  - Installing psycopg2-binary (2.9.10)
  - Installing pyaml-env (1.2.1)
  - Installing pyhelper-utils (1.0.2)
  - Installing pytest-cov (5.0.0)
  - Installing pytest-mock (3.14.0)
  - Installing sqlalchemy (2.0.36)
  - Installing tox (4.23.2)

Installing the current project: qe-metrics (1.0.0)

--> bbfd3d278ff3
STEP 7/7: ENTRYPOINT ["poetry", "run", "qe-metrics"]
COMMIT quay.io/redhatqe/qe-metrics:pr-235
--> 8af0b1c2e2b8
Successfully tagged quay.io/redhatqe/qe-metrics:pr-235
8af0b1c2e2b80029edecb88c37e852a6fa862f7dedd4f9dd99c4a14d5bee1cb4