Execution
Date 14 Dec 2025 10:21:40 +0000
Duration 00:43:55.98
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.13.5
Summary
13 Hosts
2438 Tasks
2413 Results
107 Plays
511 Files
0 Records

Task result details


Field Value
attempts
1
changed
True
cmd
[
    "/openstack/venvs/wheel-builder-python3/bin/pip",
    "wheel",
    "--requirement",
    "/var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt",
    "--constraint",
    "/var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-global-constraints.txt",
    "--constraint",
    "/var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-source-constraints.txt",
    "--wheel-dir",
    "/tmp/keystone-32.1.0.dev19/",
    "--find-links",
    "/var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/wheels/",
    "--trusted-host",
    "172.29.236.101",
    "--log",
    "/var/log/python_wheel_build.log"
]
delta
0:00:52.339971
end
2025-12-14 10:24:06.134554
invocation
{
    "module_args": {
        "_raw_params": "/openstack/venvs/wheel-builder-python3/bin/pip wheel --requirement /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt --constraint /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-global-constraints.txt --constraint /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-source-constraints.txt --wheel-dir /tmp/keystone-32.1.0.dev19/ --find-links /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/wheels/ --trusted-host 172.29.236.101 --log /var/log/python_wheel_build.log  ",
        "_uses_shell": false,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": null,
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2025-12-14 10:23:13.794583
stderr
Running command git clone --filter=blob:none --quiet file:///openstack/src/opendev.org/openstack/keystone /tmp/pip-wheel-o4rrxztu/keystone_81e875d572504ad9a53b8f17f51fd445
  warning: filtering not recognized by server, ignoring
  Running command git rev-parse -q --verify 'sha^680ec90e47223dbe88865e76fe251c75997f6a7a'
  Running command git fetch -q file:///openstack/src/opendev.org/openstack/keystone 680ec90e47223dbe88865e76fe251c75997f6a7a
  Running command git checkout -q 680ec90e47223dbe88865e76fe251c75997f6a7a
WARNING: The candidate selected for download or install is a yanked version: 'click' candidate (version 8.2.2 at https://files.pythonhosted.org/packages/ec/85/e7297e34133ae1cfde3bffd30c24e1ef055248251baa877834e048687a28/click-8.2.2-py3-none-any.whl (from https://pypi.org/simple/click/) (requires-python:>=3.10))
Reason for being yanked: Unintended change in behavior of boolean options and None
  DEPRECATION: Building 'pyngus' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pyngus'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  DEPRECATION: Building 'systemd-python' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'systemd-python'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  DEPRECATION: Building 'testresources' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'testresources'. Discussion can be found at https://github.com/pypa/pip/issues/6334

[notice] A new release of pip is available: 25.2 -> 25.3
[notice] To update, run: /openstack/venvs/wheel-builder-python3/bin/python3 -m pip install --upgrade pip
stderr_lines
[
    "  Running command git clone --filter=blob:none --quiet file:///openstack/src/opendev.org/openstack/keystone /tmp/pip-wheel-o4rrxztu/keystone_81e875d572504ad9a53b8f17f51fd445",
    "  warning: filtering not recognized by server, ignoring",
    "  Running command git rev-parse -q --verify 'sha^680ec90e47223dbe88865e76fe251c75997f6a7a'",
    "  Running command git fetch -q file:///openstack/src/opendev.org/openstack/keystone 680ec90e47223dbe88865e76fe251c75997f6a7a",
    "  Running command git checkout -q 680ec90e47223dbe88865e76fe251c75997f6a7a",
    "WARNING: The candidate selected for download or install is a yanked version: 'click' candidate (version 8.2.2 at https://files.pythonhosted.org/packages/ec/85/e7297e34133ae1cfde3bffd30c24e1ef055248251baa877834e048687a28/click-8.2.2-py3-none-any.whl (from https://pypi.org/simple/click/) (requires-python:>=3.10))",
    "Reason for being yanked: Unintended change in behavior of boolean options and None",
    "  DEPRECATION: Building 'pyngus' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pyngus'. Discussion can be found at https://github.com/pypa/pip/issues/6334",
    "  DEPRECATION: Building 'systemd-python' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'systemd-python'. Discussion can be found at https://github.com/pypa/pip/issues/6334",
    "  DEPRECATION: Building 'testresources' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'testresources'. Discussion can be found at https://github.com/pypa/pip/issues/6334",
    "",
    "[notice] A new release of pip is available: 25.2 -> 25.3",
    "[notice] To update, run: /openstack/venvs/wheel-builder-python3/bin/python3 -m pip install --upgrade pip"
]
stdout
Looking in indexes: https://pypi.org/simple, https://deb.debian.org/wheel/debian-13-x86_64
Looking in links: /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/wheels/
Collecting keystone (from -r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Cloning file:///openstack/src/opendev.org/openstack/keystone (to revision 680ec90e47223dbe88865e76fe251c75997f6a7a) to /tmp/pip-wheel-o4rrxztu/keystone_81e875d572504ad9a53b8f17f51fd445
  Resolved file:///openstack/src/opendev.org/openstack/keystone to commit 680ec90e47223dbe88865e76fe251c75997f6a7a
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting ldappool (from -r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 2))
  Downloading ldappool-3.0.0-py3-none-any.whl.metadata (4.1 kB)
Collecting osprofiler (from -r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))
  Using cached osprofiler-4.3.0-py3-none-any.whl.metadata (3.8 kB)
Collecting PyMySQL (from -r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 5))
  Using cached PyMySQL-1.1.1-py3-none-any.whl.metadata (4.4 kB)
Collecting pyngus (from -r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 6))
  Downloading pyngus-2.3.1.tar.gz (34 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting python-openstackclient (from -r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached python_openstackclient-8.2.0-py3-none-any.whl.metadata (10 kB)
Collecting systemd-python (from -r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 8))
  Downloading systemd-python-235.tar.gz (61 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting oslo.cache[dogpile] (from -r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 3))
  Downloading oslo_cache-3.12.0-py3-none-any.whl.metadata (3.2 kB)
Collecting pbr!=2.1.0,>=2.0.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached pbr-7.0.1-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting WebOb>=1.7.1 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached WebOb-1.8.9-py2.py3-none-any.whl.metadata (11 kB)
Collecting Flask!=0.11,>=1.0.2 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading flask-3.1.1-py3-none-any.whl.metadata (3.0 kB)
Collecting Flask-RESTful>=0.3.5 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading Flask_RESTful-0.3.10-py2.py3-none-any.whl.metadata (1.0 kB)
Collecting cryptography>=2.7 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB)
Collecting SQLAlchemy>=1.4.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading sqlalchemy-2.0.42-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.6 kB)
Collecting stevedore>=1.20.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached stevedore-5.5.0-py3-none-any.whl.metadata (2.2 kB)
Collecting python-keystoneclient>=3.8.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached python_keystoneclient-5.7.0-py3-none-any.whl.metadata (3.6 kB)
Collecting keystonemiddleware>=7.0.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading keystonemiddleware-10.12.0-py3-none-any.whl.metadata (3.9 kB)
Collecting bcrypt>=3.1.3 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB)
Collecting scrypt>=0.8.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading scrypt-0.8.27-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.3 kB)
Collecting oslo.config>=6.8.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached oslo_config-10.0.0-py3-none-any.whl.metadata (2.8 kB)
Collecting oslo.context>=2.22.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached oslo_context-6.1.0-py3-none-any.whl.metadata (2.1 kB)
Collecting oslo.messaging>=5.29.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading oslo_messaging-17.1.0-py3-none-any.whl.metadata (3.1 kB)
Collecting oslo.db>=6.0.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading oslo_db-17.4.0-py3-none-any.whl.metadata (3.0 kB)
Collecting oslo.i18n>=3.15.3 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached oslo_i18n-6.6.0-py3-none-any.whl.metadata (2.1 kB)
Collecting oslo.log>=3.44.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached oslo_log-7.2.1-py3-none-any.whl.metadata (2.8 kB)
Collecting oslo.middleware>=3.31.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading oslo_middleware-6.6.0-py3-none-any.whl.metadata (2.2 kB)
Collecting oslo.policy>=4.5.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading oslo_policy-4.6.0-py3-none-any.whl.metadata (2.1 kB)
Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached oslo_serialization-5.8.0-py3-none-any.whl.metadata (2.1 kB)
Collecting oslo.upgradecheck>=1.3.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading oslo_upgradecheck-2.6.0-py3-none-any.whl.metadata (1.7 kB)
Collecting oslo.utils>=3.33.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached oslo_utils-9.1.0-py3-none-any.whl.metadata (2.2 kB)
Collecting oauthlib>=0.6.2 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading oauthlib-3.3.1-py3-none-any.whl.metadata (7.9 kB)
Collecting pysaml2>=5.0.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading pysaml2-7.5.2-py3-none-any.whl.metadata (7.2 kB)
Collecting PyJWT>=1.6.1 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB)
Collecting dogpile.cache>=1.0.2 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached dogpile_cache-1.4.0-py3-none-any.whl.metadata (5.5 kB)
Collecting jsonschema>=3.2.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached jsonschema-4.25.0-py3-none-any.whl.metadata (7.7 kB)
Collecting pycadf!=2.0.0,>=1.1.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading pycadf-4.0.1-py3-none-any.whl.metadata (2.2 kB)
Collecting msgpack>=0.5.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached msgpack-1.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB)
Collecting Werkzeug>=0.15.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB)
Collecting PrettyTable>=0.7.2 (from ldappool->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 2))
  Using cached prettytable-3.16.0-py3-none-any.whl.metadata (33 kB)
Collecting python-ldap>=3.0.0 (from ldappool->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 2))
  Downloading python-ldap-3.4.4.tar.gz (377 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting debtcollector>=3.0.0 (from oslo.cache[dogpile]->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 3))
  Using cached debtcollector-3.0.0-py3-none-any.whl.metadata (2.3 kB)
Collecting python-memcached>=1.56 (from oslo.cache[dogpile]->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 3))
  Using cached python_memcached-1.62-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting pymemcache>=3.5.0 (from oslo.cache[dogpile]->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 3))
  Downloading pymemcache-4.0.0-py2.py3-none-any.whl.metadata (14 kB)
Collecting python-binary-memcached>=0.29.0 (from oslo.cache[dogpile]->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 3))
  Downloading python_binary_memcached-0.31.4-py3-none-any.whl.metadata (4.9 kB)
Collecting redis>=3.0.0 (from oslo.cache[dogpile]->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 3))
  Downloading redis-6.2.0-py3-none-any.whl.metadata (10 kB)
Collecting netaddr>=0.7.18 (from osprofiler->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))
  Using cached netaddr-1.3.0-py3-none-any.whl.metadata (5.0 kB)
Collecting oslo.concurrency>=3.26.0 (from osprofiler->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))
  Using cached oslo_concurrency-7.2.0-py3-none-any.whl.metadata (2.4 kB)
Collecting requests>=2.14.2 (from osprofiler->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))
  Using cached requests-2.32.4-py3-none-any.whl.metadata (4.9 kB)
Collecting python-qpid-proton (from pyngus->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 6))
  Downloading python_qpid_proton-0.40.0.tar.gz (354 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting cliff>=4.8.0 (from python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached cliff-4.11.0-py3-none-any.whl.metadata (2.0 kB)
Collecting iso8601>=0.1.11 (from python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached iso8601-2.1.0-py3-none-any.whl.metadata (3.7 kB)
Collecting openstacksdk>=4.6.0 (from python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached openstacksdk-4.7.2-py3-none-any.whl.metadata (12 kB)
Collecting osc-lib>=2.3.0 (from python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached osc_lib-4.2.0-py3-none-any.whl.metadata (3.7 kB)
Collecting python-cinderclient>=3.3.0 (from python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached python_cinderclient-9.8.0-py3-none-any.whl.metadata (18 kB)
Collecting autopage>=0.4.0 (from cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached autopage-0.5.2-py3-none-any.whl.metadata (7.9 kB)
Collecting cmd2>=1.0.0 (from cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached cmd2-2.7.0-py3-none-any.whl.metadata (17 kB)
Collecting PyYAML>=3.12 (from cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Processing /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/wheels/pyperclip-1.9.0-py3-none-any.whl (from cmd2>=1.0.0->cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
Collecting rich-argparse>=1.7.1 (from cmd2>=1.0.0->cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached rich_argparse-1.7.1-py3-none-any.whl.metadata (14 kB)
Collecting wcwidth>=0.2.10 (from cmd2>=1.0.0->cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
Collecting cffi>=1.12 (from cryptography>=2.7->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting wrapt>=1.7.0 (from debtcollector>=3.0.0->oslo.cache[dogpile]->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 3))
  Using cached wrapt-1.17.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.4 kB)
Collecting decorator>=4.0.0 (from dogpile.cache>=1.0.2->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached decorator-5.2.1-py3-none-any.whl.metadata (3.9 kB)
Collecting blinker>=1.9.0 (from Flask!=0.11,>=1.0.2->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading blinker-1.9.0-py3-none-any.whl.metadata (1.6 kB)
Collecting click>=8.1.3 (from Flask!=0.11,>=1.0.2->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading click-8.2.2-py3-none-any.whl.metadata (2.6 kB)
Collecting itsdangerous>=2.2.0 (from Flask!=0.11,>=1.0.2->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB)
Collecting jinja2>=3.1.2 (from Flask!=0.11,>=1.0.2->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
Collecting markupsafe>=2.1.1 (from Flask!=0.11,>=1.0.2->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading aniso8601-10.0.1-py2.py3-none-any.whl.metadata (23 kB)
Collecting six>=1.3.0 (from Flask-RESTful>=0.3.5->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
Collecting pytz (from Flask-RESTful>=0.3.5->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB)
Collecting attrs>=22.2.0 (from jsonschema>=3.2.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached attrs-25.3.0-py3-none-any.whl.metadata (10 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=3.2.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB)
Collecting referencing>=0.28.4 (from jsonschema>=3.2.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB)
Collecting rpds-py>=0.7.1 (from jsonschema>=3.2.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached rpds_py-0.26.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
Collecting keystoneauth1>=3.12.0 (from keystonemiddleware>=7.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached keystoneauth1-5.12.0-py3-none-any.whl.metadata (3.1 kB)
Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached os_service_types-1.8.0-py3-none-any.whl.metadata (1.9 kB)
Collecting typing-extensions>=4.12 (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
Collecting jmespath>=0.9.0 (from openstacksdk>=4.6.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB)
Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=4.6.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached jsonpatch-1.33-py2.py3-none-any.whl.metadata (3.0 kB)
Collecting platformdirs>=3 (from openstacksdk>=4.6.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
Collecting psutil>=3.2.2 (from openstacksdk>=4.6.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB)
Collecting requestsexceptions>=1.2.0 (from openstacksdk>=4.6.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=4.6.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))
  Using cached fasteners-0.19-py3-none-any.whl.metadata (4.9 kB)
Collecting rfc3986>=1.2.0 (from oslo.config>=6.8.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB)
Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading alembic-1.16.4-py3-none-any.whl.metadata (7.3 kB)
Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading testresources-2.0.2.tar.gz (45 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB)
Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading mako-1.3.10-py3-none-any.whl.metadata (2.9 kB)
Collecting python-dateutil>=2.7.0 (from oslo.log>=3.44.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting futurist>=1.2.0 (from oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached futurist-3.2.1-py3-none-any.whl.metadata (2.2 kB)
Collecting oslo.service>=1.24.0 (from oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading oslo_service-4.3.0-py3-none-any.whl.metadata (2.8 kB)
Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading cachetools-5.5.2-py3-none-any.whl.metadata (5.4 kB)
Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading amqp-5.3.1-py3-none-any.whl.metadata (8.9 kB)
Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading kombu-5.5.4-py3-none-any.whl.metadata (3.5 kB)
Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading oslo_metrics-0.13.0-py3-none-any.whl.metadata (1.3 kB)
Collecting vine<6.0.0,>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading vine-5.1.0-py3-none-any.whl.metadata (2.7 kB)
Collecting tzdata>=2025.2 (from kombu>=4.6.6->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting packaging (from kombu>=4.6.6->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading prometheus_client-0.22.1-py3-none-any.whl.metadata (1.9 kB)
Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB)
Collecting eventlet>=0.27.0 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading eventlet-0.40.2-py3-none-any.whl.metadata (5.4 kB)
Collecting greenlet>=0.4.15 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading greenlet-3.2.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (4.1 kB)
Collecting PasteDeploy>=1.5.0 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading PasteDeploy-3.1.0-py3-none-any.whl.metadata (2.7 kB)
Collecting Routes>=2.3.1 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB)
Collecting Paste>=2.0.2 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading Paste-3.10.1-py3-none-any.whl.metadata (5.3 kB)
Collecting Yappi>=1.0 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading yappi-1.6.10-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
Collecting dnspython>=1.15.0 (from eventlet>=0.27.0->oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading dnspython-2.7.0-py3-none-any.whl.metadata (5.8 kB)
Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached pyparsing-3.2.3-py3-none-any.whl.metadata (5.0 kB)
Collecting setuptools (from Paste>=2.0.2->oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
Collecting defusedxml (from pysaml2>=5.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB)
Collecting pyopenssl<24.3.0 (from pysaml2>=5.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached pyOpenSSL-24.2.1-py3-none-any.whl.metadata (13 kB)
Collecting xmlschema<3,>=2 (from pysaml2>=5.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading xmlschema-2.5.1-py3-none-any.whl.metadata (8.3 kB)
Collecting charset_normalizer<4,>=2 (from requests>=2.14.2->osprofiler->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))
  Using cached charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)
Collecting idna<4,>=2.5 (from requests>=2.14.2->osprofiler->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))
  Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting urllib3<3,>=1.21.1 (from requests>=2.14.2->osprofiler->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))
  Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB)
Collecting certifi>=2017.4.17 (from requests>=2.14.2->osprofiler->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))
  Using cached certifi-2025.11.12-py3-none-any.whl.metadata (2.5 kB)
Collecting elementpath<5.0.0,>=4.1.5 (from xmlschema<3,>=2->pysaml2>=5.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading elementpath-4.8.0-py3-none-any.whl.metadata (7.2 kB)
Collecting uhashring (from python-binary-memcached>=0.29.0->oslo.cache[dogpile]->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 3))
  Downloading uhashring-2.4-py3-none-any.whl.metadata (11 kB)
Collecting pyasn1>=0.3.7 (from python-ldap>=3.0.0->ldappool->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 2))
  Downloading pyasn1-0.6.0-py2.py3-none-any.whl.metadata (8.3 kB)
Collecting pyasn1_modules>=0.1.5 (from python-ldap>=3.0.0->ldappool->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 2))
  Downloading pyasn1_modules-0.4.1-py3-none-any.whl.metadata (3.5 kB)
Collecting rich>=11.0.0 (from rich-argparse>=1.7.1->cmd2>=1.0.0->cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
Collecting markdown-it-py>=2.2.0 (from rich>=11.0.0->rich-argparse>=1.7.1->cmd2>=1.0.0->cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Collecting pygments<3.0.0,>=2.13.0 (from rich>=11.0.0->rich-argparse>=1.7.1->cmd2>=1.0.0->cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=11.0.0->rich-argparse>=1.7.1->cmd2>=1.0.0->cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))
  Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
Collecting repoze.lru>=0.3 (from Routes>=2.3.1->oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB)
Collecting testtools (from testscenarios>=0.4->oslo.db>=6.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Downloading testtools-2.7.2-py3-none-any.whl.metadata (5.2 kB)
Collecting legacy-cgi>=2.6 (from WebOb>=1.7.1->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))
  Using cached legacy_cgi-2.6.4-py3-none-any.whl.metadata (2.3 kB)
Downloading ldappool-3.0.0-py3-none-any.whl (12 kB)
Downloading oslo_cache-3.12.0-py3-none-any.whl (76 kB)
Using cached osprofiler-4.3.0-py3-none-any.whl (95 kB)
Using cached PyMySQL-1.1.1-py3-none-any.whl (44 kB)
Using cached python_openstackclient-8.2.0-py3-none-any.whl (1.1 MB)
Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 82.8 MB/s  0:00:00
Using cached cliff-4.11.0-py3-none-any.whl (84 kB)
Using cached autopage-0.5.2-py3-none-any.whl (30 kB)
Using cached cmd2-2.7.0-py3-none-any.whl (154 kB)
Using cached cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB)
Using cached cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
Using cached debtcollector-3.0.0-py3-none-any.whl (23 kB)
Using cached dogpile_cache-1.4.0-py3-none-any.whl (62 kB)
Using cached decorator-5.2.1-py3-none-any.whl (9.2 kB)
Downloading flask-3.1.1-py3-none-any.whl (103 kB)
Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB)
Downloading click-8.2.2-py3-none-any.whl (103 kB)
Downloading Flask_RESTful-0.3.10-py2.py3-none-any.whl (26 kB)
Downloading aniso8601-10.0.1-py2.py3-none-any.whl (52 kB)
Using cached iso8601-2.1.0-py3-none-any.whl (7.5 kB)
Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB)
Downloading jinja2-3.1.6-py3-none-any.whl (134 kB)
Using cached jsonschema-4.25.0-py3-none-any.whl (89 kB)
Using cached attrs-25.3.0-py3-none-any.whl (63 kB)
Using cached jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB)
Downloading keystonemiddleware-10.12.0-py3-none-any.whl (152 kB)
Using cached keystoneauth1-5.12.0-py3-none-any.whl (343 kB)
Downloading MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB)
Using cached msgpack-1.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (423 kB)
Using cached netaddr-1.3.0-py3-none-any.whl (2.3 MB)
Downloading oauthlib-3.3.1-py3-none-any.whl (160 kB)
Using cached openstacksdk-4.7.2-py3-none-any.whl (1.8 MB)
Using cached jmespath-1.0.1-py3-none-any.whl (20 kB)
Using cached jsonpatch-1.33-py2.py3-none-any.whl (12 kB)
Using cached jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB)
Using cached os_service_types-1.8.0-py3-none-any.whl (24 kB)
Using cached osc_lib-4.2.0-py3-none-any.whl (92 kB)
Using cached oslo_concurrency-7.2.0-py3-none-any.whl (47 kB)
Using cached fasteners-0.19-py3-none-any.whl (18 kB)
Using cached oslo_config-10.0.0-py3-none-any.whl (131 kB)
Using cached oslo_context-6.1.0-py3-none-any.whl (19 kB)
Downloading oslo_db-17.4.0-py3-none-any.whl (157 kB)
Downloading alembic-1.16.4-py3-none-any.whl (247 kB)
Using cached oslo_i18n-6.6.0-py3-none-any.whl (46 kB)
Using cached oslo_log-7.2.1-py3-none-any.whl (75 kB)
Downloading oslo_messaging-17.1.0-py3-none-any.whl (202 kB)
Downloading amqp-5.3.1-py3-none-any.whl (50 kB)
Downloading vine-5.1.0-py3-none-any.whl (9.6 kB)
Downloading cachetools-5.5.2-py3-none-any.whl (10 kB)
Using cached futurist-3.2.1-py3-none-any.whl (40 kB)
Downloading kombu-5.5.4-py3-none-any.whl (210 kB)
Downloading oslo_metrics-0.13.0-py3-none-any.whl (13 kB)
Downloading oslo_middleware-6.6.0-py3-none-any.whl (67 kB)
Downloading oslo_policy-4.6.0-py3-none-any.whl (88 kB)
Using cached oslo_serialization-5.8.0-py3-none-any.whl (25 kB)
Downloading oslo_service-4.3.0-py3-none-any.whl (101 kB)
Downloading eventlet-0.40.2-py3-none-any.whl (364 kB)
Downloading dnspython-2.7.0-py3-none-any.whl (313 kB)
Downloading greenlet-3.2.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (608 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 608.4/608.4 kB 89.9 MB/s  0:00:00
Downloading oslo_upgradecheck-2.6.0-py3-none-any.whl (14 kB)
Using cached oslo_utils-9.1.0-py3-none-any.whl (134 kB)
Using cached packaging-25.0-py3-none-any.whl (66 kB)
Downloading Paste-3.10.1-py3-none-any.whl (289 kB)
Downloading PasteDeploy-3.1.0-py3-none-any.whl (16 kB)
Using cached pbr-7.0.1-py2.py3-none-any.whl (126 kB)
Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
Using cached prettytable-3.16.0-py3-none-any.whl (33 kB)
Downloading prometheus_client-0.22.1-py3-none-any.whl (58 kB)
Using cached psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB)
Downloading pycadf-4.0.1-py3-none-any.whl (44 kB)
Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB)
Downloading pymemcache-4.0.0-py2.py3-none-any.whl (60 kB)
Using cached pyparsing-3.2.3-py3-none-any.whl (111 kB)
Downloading pysaml2-7.5.2-py3-none-any.whl (420 kB)
Using cached pyOpenSSL-24.2.1-py3-none-any.whl (58 kB)
Using cached requests-2.32.4-py3-none-any.whl (64 kB)
Using cached charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (148 kB)
Using cached idna-3.10-py3-none-any.whl (70 kB)
Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
Downloading xmlschema-2.5.1-py3-none-any.whl (395 kB)
Downloading elementpath-4.8.0-py3-none-any.whl (243 kB)
Using cached certifi-2025.11.12-py3-none-any.whl (159 kB)
Downloading python_binary_memcached-0.31.4-py3-none-any.whl (18 kB)
Using cached python_cinderclient-9.8.0-py3-none-any.whl (256 kB)
Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Using cached python_keystoneclient-5.7.0-py3-none-any.whl (397 kB)
Downloading pyasn1-0.6.0-py2.py3-none-any.whl (85 kB)
Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB)
Using cached python_memcached-1.62-py2.py3-none-any.whl (15 kB)
Using cached PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (759 kB)
Downloading redis-6.2.0-py3-none-any.whl (278 kB)
Using cached referencing-0.36.2-py3-none-any.whl (26 kB)
Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB)
Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB)
Using cached rich_argparse-1.7.1-py3-none-any.whl (25 kB)
Using cached rich-14.1.0-py3-none-any.whl (243 kB)
Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
Using cached markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Downloading Routes-2.5.1-py2.py3-none-any.whl (40 kB)
Downloading repoze.lru-0.7-py3-none-any.whl (10 kB)
Using cached rpds_py-0.26.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (385 kB)
Downloading scrypt-0.8.27-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 161.1 MB/s  0:00:00
Using cached six-1.17.0-py2.py3-none-any.whl (11 kB)
Downloading sqlalchemy-2.0.42-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 211.5 MB/s  0:00:00
Downloading statsd-4.0.1-py2.py3-none-any.whl (13 kB)
Using cached stevedore-5.5.0-py3-none-any.whl (49 kB)
Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB)
Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
Using cached tzdata-2025.2-py2.py3-none-any.whl (347 kB)
Using cached wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Using cached WebOb-1.8.9-py2.py3-none-any.whl (115 kB)
Using cached legacy_cgi-2.6.4-py3-none-any.whl (20 kB)
Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB)
Using cached wrapt-1.17.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (89 kB)
Downloading yappi-1.6.10-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (81 kB)
Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Downloading mako-1.3.10-py3-none-any.whl (78 kB)
Using cached pycparser-2.22-py3-none-any.whl (117 kB)
Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB)
Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
Downloading testtools-2.7.2-py3-none-any.whl (179 kB)
Downloading uhashring-2.4-py3-none-any.whl (11 kB)
Saved /tmp/keystone-32.1.0.dev19/ldappool-3.0.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/oslo_cache-3.12.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/osprofiler-4.3.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/PyMySQL-1.1.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/python_openstackclient-8.2.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl
Saved /tmp/keystone-32.1.0.dev19/cliff-4.11.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/autopage-0.5.2-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/cmd2-2.7.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl
Saved /tmp/keystone-32.1.0.dev19/cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Saved /tmp/keystone-32.1.0.dev19/debtcollector-3.0.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/dogpile_cache-1.4.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/decorator-5.2.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/flask-3.1.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/blinker-1.9.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/click-8.2.2-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/Flask_RESTful-0.3.10-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/aniso8601-10.0.1-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/iso8601-2.1.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/itsdangerous-2.2.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/jinja2-3.1.6-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/jsonschema-4.25.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/attrs-25.3.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/jsonschema_specifications-2025.4.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/keystonemiddleware-10.12.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/keystoneauth1-5.12.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Saved /tmp/keystone-32.1.0.dev19/msgpack-1.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Saved /tmp/keystone-32.1.0.dev19/netaddr-1.3.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/oauthlib-3.3.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/openstacksdk-4.7.2-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/jmespath-1.0.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/jsonpatch-1.33-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/jsonpointer-3.0.0-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/os_service_types-1.8.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/osc_lib-4.2.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/oslo_concurrency-7.2.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/fasteners-0.19-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/oslo_config-10.0.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/oslo_context-6.1.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/oslo_db-17.4.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/alembic-1.16.4-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/oslo_i18n-6.6.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/oslo_log-7.2.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/oslo_messaging-17.1.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/amqp-5.3.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/vine-5.1.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/cachetools-5.5.2-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/futurist-3.2.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/kombu-5.5.4-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/oslo_metrics-0.13.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/oslo_middleware-6.6.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/oslo_policy-4.6.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/oslo_serialization-5.8.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/oslo_service-4.3.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/eventlet-0.40.2-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/dnspython-2.7.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/greenlet-3.2.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Saved /tmp/keystone-32.1.0.dev19/oslo_upgradecheck-2.6.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/oslo_utils-9.1.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/packaging-25.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/Paste-3.10.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/PasteDeploy-3.1.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/pbr-7.0.1-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/platformdirs-4.3.8-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/prettytable-3.16.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/prometheus_client-0.22.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Saved /tmp/keystone-32.1.0.dev19/pycadf-4.0.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/PyJWT-2.10.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/pymemcache-4.0.0-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/pyparsing-3.2.3-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/pyperclip-1.9.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/pysaml2-7.5.2-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/pyOpenSSL-24.2.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/requests-2.32.4-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Saved /tmp/keystone-32.1.0.dev19/idna-3.10-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/urllib3-1.26.20-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/xmlschema-2.5.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/elementpath-4.8.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/certifi-2025.11.12-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/python_binary_memcached-0.31.4-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/python_cinderclient-9.8.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/python_keystoneclient-5.7.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/pyasn1-0.6.0-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/pyasn1_modules-0.4.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/python_memcached-1.62-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Saved /tmp/keystone-32.1.0.dev19/redis-6.2.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/referencing-0.36.2-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/requestsexceptions-1.4.0-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/rfc3986-2.0.0-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/rich_argparse-1.7.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/rich-14.1.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/pygments-2.19.2-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/markdown_it_py-3.0.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/mdurl-0.1.2-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/Routes-2.5.1-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/repoze.lru-0.7-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/rpds_py-0.26.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Saved /tmp/keystone-32.1.0.dev19/scrypt-0.8.27-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Saved /tmp/keystone-32.1.0.dev19/six-1.17.0-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/sqlalchemy-2.0.42-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Saved /tmp/keystone-32.1.0.dev19/statsd-4.0.1-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/stevedore-5.5.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/testscenarios-0.5.0-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/typing_extensions-4.14.1-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/tzdata-2025.2-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/wcwidth-0.2.13-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/WebOb-1.8.9-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/legacy_cgi-2.6.4-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/werkzeug-3.1.3-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/wrapt-1.17.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Saved /tmp/keystone-32.1.0.dev19/yappi-1.6.10-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Saved /tmp/keystone-32.1.0.dev19/defusedxml-0.7.1-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/mako-1.3.10-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/pycparser-2.22-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/pytz-2025.2-py2.py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/setuptools-80.9.0-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/testtools-2.7.2-py3-none-any.whl
Saved /tmp/keystone-32.1.0.dev19/uhashring-2.4-py3-none-any.whl
Building wheels for collected packages: keystone, pyngus, systemd-python, python-ldap, testresources, python-qpid-proton
  Building wheel for keystone (pyproject.toml): started
  Building wheel for keystone (pyproject.toml): finished with status 'done'
  Created wheel for keystone: filename=keystone-28.0.1.dev4-py3-none-any.whl size=1455243 sha256=313d3a595c46e2ff298c9b40ea23787e98371dbd9aa4c415f99080ce3e81e9a5
  Stored in directory: /root/.cache/pip/wheels/b6/26/7c/17a58eb9ed288877cd1d427f85a80311e4805463c5a23de148
  Building wheel for pyngus (setup.py): started
  Building wheel for pyngus (setup.py): finished with status 'done'
  Created wheel for pyngus: filename=pyngus-2.3.1-py3-none-any.whl size=26825 sha256=a71050307afacaacff0c73b36c039612c9239cc329c416c829dfcb3168a30a5b
  Stored in directory: /root/.cache/pip/wheels/83/6b/3d/003b40631c945ad7d270ca65aa64a57fcdfd884aeba575c197
  Building wheel for systemd-python (setup.py): started
  Building wheel for systemd-python (setup.py): finished with status 'done'
  Created wheel for systemd-python: filename=systemd_python-235-cp313-cp313-linux_x86_64.whl size=153060 sha256=85a8ae83f6a7b5f2337670e65333b27d8e7d40795139565ea79f10bfce0fa9d2
  Stored in directory: /root/.cache/pip/wheels/f2/d0/13/0104e9b2a46a01ee205026dcf1ab00eb1c940759d5ddf541f9
  Building wheel for python-ldap (pyproject.toml): started
  Building wheel for python-ldap (pyproject.toml): finished with status 'done'
  Created wheel for python-ldap: filename=python_ldap-3.4.4-cp313-cp313-linux_x86_64.whl size=367181 sha256=e046f8dff34e714fbbf22e3e7d08f65b1436aa65e121488d13e04e97c49369c1
  Stored in directory: /root/.cache/pip/wheels/de/8c/0c/d25643348abcdee9c09be6ee812941e84ae140cd3a59092e16
  Building wheel for testresources (setup.py): started
  Building wheel for testresources (setup.py): finished with status 'done'
  Created wheel for testresources: filename=testresources-2.0.2-py2.py3-none-any.whl size=34527 sha256=a413322e5e0402e1ebec5c929c2a82d6390b3b919fc7de3b63e44b5532c8f7d5
  Stored in directory: /root/.cache/pip/wheels/17/68/4f/009595bce0a1fd2ec13f24675489dd77cee43bb4ffcc43f30d
  Building wheel for python-qpid-proton (pyproject.toml): started
  Building wheel for python-qpid-proton (pyproject.toml): finished with status 'done'
  Created wheel for python-qpid-proton: filename=python_qpid_proton-0.40.0-cp313-cp313-linux_x86_64.whl size=1178828 sha256=4df1454800bbae38e11cd9b16f43d95c27578113cc6ee6cf2abdd8765169d9a0
  Stored in directory: /root/.cache/pip/wheels/53/93/a2/f9ef3e2517580043b0e0228d513c804bb7e7d73bbe7907cf8f
Successfully built keystone pyngus systemd-python python-ldap testresources python-qpid-proton
stdout_lines
[
    "Looking in indexes: https://pypi.org/simple, https://deb.debian.org/wheel/debian-13-x86_64",
    "Looking in links: /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/wheels/",
    "Collecting keystone (from -r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Cloning file:///openstack/src/opendev.org/openstack/keystone (to revision 680ec90e47223dbe88865e76fe251c75997f6a7a) to /tmp/pip-wheel-o4rrxztu/keystone_81e875d572504ad9a53b8f17f51fd445",
    "  Resolved file:///openstack/src/opendev.org/openstack/keystone to commit 680ec90e47223dbe88865e76fe251c75997f6a7a",
    "  Installing build dependencies: started",
    "  Installing build dependencies: finished with status 'done'",
    "  Getting requirements to build wheel: started",
    "  Getting requirements to build wheel: finished with status 'done'",
    "  Preparing metadata (pyproject.toml): started",
    "  Preparing metadata (pyproject.toml): finished with status 'done'",
    "Collecting ldappool (from -r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 2))",
    "  Downloading ldappool-3.0.0-py3-none-any.whl.metadata (4.1 kB)",
    "Collecting osprofiler (from -r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))",
    "  Using cached osprofiler-4.3.0-py3-none-any.whl.metadata (3.8 kB)",
    "Collecting PyMySQL (from -r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 5))",
    "  Using cached PyMySQL-1.1.1-py3-none-any.whl.metadata (4.4 kB)",
    "Collecting pyngus (from -r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 6))",
    "  Downloading pyngus-2.3.1.tar.gz (34 kB)",
    "  Preparing metadata (setup.py): started",
    "  Preparing metadata (setup.py): finished with status 'done'",
    "Collecting python-openstackclient (from -r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached python_openstackclient-8.2.0-py3-none-any.whl.metadata (10 kB)",
    "Collecting systemd-python (from -r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 8))",
    "  Downloading systemd-python-235.tar.gz (61 kB)",
    "  Preparing metadata (setup.py): started",
    "  Preparing metadata (setup.py): finished with status 'done'",
    "Collecting oslo.cache[dogpile] (from -r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 3))",
    "  Downloading oslo_cache-3.12.0-py3-none-any.whl.metadata (3.2 kB)",
    "Collecting pbr!=2.1.0,>=2.0.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached pbr-7.0.1-py2.py3-none-any.whl.metadata (1.4 kB)",
    "Collecting WebOb>=1.7.1 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached WebOb-1.8.9-py2.py3-none-any.whl.metadata (11 kB)",
    "Collecting Flask!=0.11,>=1.0.2 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading flask-3.1.1-py3-none-any.whl.metadata (3.0 kB)",
    "Collecting Flask-RESTful>=0.3.5 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading Flask_RESTful-0.3.10-py2.py3-none-any.whl.metadata (1.0 kB)",
    "Collecting cryptography>=2.7 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB)",
    "Collecting SQLAlchemy>=1.4.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading sqlalchemy-2.0.42-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.6 kB)",
    "Collecting stevedore>=1.20.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached stevedore-5.5.0-py3-none-any.whl.metadata (2.2 kB)",
    "Collecting python-keystoneclient>=3.8.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached python_keystoneclient-5.7.0-py3-none-any.whl.metadata (3.6 kB)",
    "Collecting keystonemiddleware>=7.0.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading keystonemiddleware-10.12.0-py3-none-any.whl.metadata (3.9 kB)",
    "Collecting bcrypt>=3.1.3 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB)",
    "Collecting scrypt>=0.8.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading scrypt-0.8.27-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.3 kB)",
    "Collecting oslo.config>=6.8.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached oslo_config-10.0.0-py3-none-any.whl.metadata (2.8 kB)",
    "Collecting oslo.context>=2.22.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached oslo_context-6.1.0-py3-none-any.whl.metadata (2.1 kB)",
    "Collecting oslo.messaging>=5.29.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading oslo_messaging-17.1.0-py3-none-any.whl.metadata (3.1 kB)",
    "Collecting oslo.db>=6.0.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading oslo_db-17.4.0-py3-none-any.whl.metadata (3.0 kB)",
    "Collecting oslo.i18n>=3.15.3 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached oslo_i18n-6.6.0-py3-none-any.whl.metadata (2.1 kB)",
    "Collecting oslo.log>=3.44.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached oslo_log-7.2.1-py3-none-any.whl.metadata (2.8 kB)",
    "Collecting oslo.middleware>=3.31.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading oslo_middleware-6.6.0-py3-none-any.whl.metadata (2.2 kB)",
    "Collecting oslo.policy>=4.5.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading oslo_policy-4.6.0-py3-none-any.whl.metadata (2.1 kB)",
    "Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached oslo_serialization-5.8.0-py3-none-any.whl.metadata (2.1 kB)",
    "Collecting oslo.upgradecheck>=1.3.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading oslo_upgradecheck-2.6.0-py3-none-any.whl.metadata (1.7 kB)",
    "Collecting oslo.utils>=3.33.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached oslo_utils-9.1.0-py3-none-any.whl.metadata (2.2 kB)",
    "Collecting oauthlib>=0.6.2 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading oauthlib-3.3.1-py3-none-any.whl.metadata (7.9 kB)",
    "Collecting pysaml2>=5.0.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading pysaml2-7.5.2-py3-none-any.whl.metadata (7.2 kB)",
    "Collecting PyJWT>=1.6.1 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB)",
    "Collecting dogpile.cache>=1.0.2 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached dogpile_cache-1.4.0-py3-none-any.whl.metadata (5.5 kB)",
    "Collecting jsonschema>=3.2.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached jsonschema-4.25.0-py3-none-any.whl.metadata (7.7 kB)",
    "Collecting pycadf!=2.0.0,>=1.1.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading pycadf-4.0.1-py3-none-any.whl.metadata (2.2 kB)",
    "Collecting msgpack>=0.5.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached msgpack-1.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB)",
    "Collecting Werkzeug>=0.15.0 (from keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB)",
    "Collecting PrettyTable>=0.7.2 (from ldappool->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 2))",
    "  Using cached prettytable-3.16.0-py3-none-any.whl.metadata (33 kB)",
    "Collecting python-ldap>=3.0.0 (from ldappool->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 2))",
    "  Downloading python-ldap-3.4.4.tar.gz (377 kB)",
    "  Installing build dependencies: started",
    "  Installing build dependencies: finished with status 'done'",
    "  Getting requirements to build wheel: started",
    "  Getting requirements to build wheel: finished with status 'done'",
    "  Preparing metadata (pyproject.toml): started",
    "  Preparing metadata (pyproject.toml): finished with status 'done'",
    "Collecting debtcollector>=3.0.0 (from oslo.cache[dogpile]->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 3))",
    "  Using cached debtcollector-3.0.0-py3-none-any.whl.metadata (2.3 kB)",
    "Collecting python-memcached>=1.56 (from oslo.cache[dogpile]->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 3))",
    "  Using cached python_memcached-1.62-py2.py3-none-any.whl.metadata (2.3 kB)",
    "Collecting pymemcache>=3.5.0 (from oslo.cache[dogpile]->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 3))",
    "  Downloading pymemcache-4.0.0-py2.py3-none-any.whl.metadata (14 kB)",
    "Collecting python-binary-memcached>=0.29.0 (from oslo.cache[dogpile]->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 3))",
    "  Downloading python_binary_memcached-0.31.4-py3-none-any.whl.metadata (4.9 kB)",
    "Collecting redis>=3.0.0 (from oslo.cache[dogpile]->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 3))",
    "  Downloading redis-6.2.0-py3-none-any.whl.metadata (10 kB)",
    "Collecting netaddr>=0.7.18 (from osprofiler->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))",
    "  Using cached netaddr-1.3.0-py3-none-any.whl.metadata (5.0 kB)",
    "Collecting oslo.concurrency>=3.26.0 (from osprofiler->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))",
    "  Using cached oslo_concurrency-7.2.0-py3-none-any.whl.metadata (2.4 kB)",
    "Collecting requests>=2.14.2 (from osprofiler->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))",
    "  Using cached requests-2.32.4-py3-none-any.whl.metadata (4.9 kB)",
    "Collecting python-qpid-proton (from pyngus->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 6))",
    "  Downloading python_qpid_proton-0.40.0.tar.gz (354 kB)",
    "  Installing build dependencies: started",
    "  Installing build dependencies: finished with status 'done'",
    "  Getting requirements to build wheel: started",
    "  Getting requirements to build wheel: finished with status 'done'",
    "  Preparing metadata (pyproject.toml): started",
    "  Preparing metadata (pyproject.toml): finished with status 'done'",
    "Collecting cliff>=4.8.0 (from python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached cliff-4.11.0-py3-none-any.whl.metadata (2.0 kB)",
    "Collecting iso8601>=0.1.11 (from python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached iso8601-2.1.0-py3-none-any.whl.metadata (3.7 kB)",
    "Collecting openstacksdk>=4.6.0 (from python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached openstacksdk-4.7.2-py3-none-any.whl.metadata (12 kB)",
    "Collecting osc-lib>=2.3.0 (from python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached osc_lib-4.2.0-py3-none-any.whl.metadata (3.7 kB)",
    "Collecting python-cinderclient>=3.3.0 (from python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached python_cinderclient-9.8.0-py3-none-any.whl.metadata (18 kB)",
    "Collecting autopage>=0.4.0 (from cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached autopage-0.5.2-py3-none-any.whl.metadata (7.9 kB)",
    "Collecting cmd2>=1.0.0 (from cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached cmd2-2.7.0-py3-none-any.whl.metadata (17 kB)",
    "Collecting PyYAML>=3.12 (from cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)",
    "Processing /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/wheels/pyperclip-1.9.0-py3-none-any.whl (from cmd2>=1.0.0->cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "Collecting rich-argparse>=1.7.1 (from cmd2>=1.0.0->cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached rich_argparse-1.7.1-py3-none-any.whl.metadata (14 kB)",
    "Collecting wcwidth>=0.2.10 (from cmd2>=1.0.0->cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)",
    "Collecting cffi>=1.12 (from cryptography>=2.7->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)",
    "Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)",
    "Collecting wrapt>=1.7.0 (from debtcollector>=3.0.0->oslo.cache[dogpile]->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 3))",
    "  Using cached wrapt-1.17.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.4 kB)",
    "Collecting decorator>=4.0.0 (from dogpile.cache>=1.0.2->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached decorator-5.2.1-py3-none-any.whl.metadata (3.9 kB)",
    "Collecting blinker>=1.9.0 (from Flask!=0.11,>=1.0.2->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading blinker-1.9.0-py3-none-any.whl.metadata (1.6 kB)",
    "Collecting click>=8.1.3 (from Flask!=0.11,>=1.0.2->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading click-8.2.2-py3-none-any.whl.metadata (2.6 kB)",
    "Collecting itsdangerous>=2.2.0 (from Flask!=0.11,>=1.0.2->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB)",
    "Collecting jinja2>=3.1.2 (from Flask!=0.11,>=1.0.2->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)",
    "Collecting markupsafe>=2.1.1 (from Flask!=0.11,>=1.0.2->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)",
    "Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading aniso8601-10.0.1-py2.py3-none-any.whl.metadata (23 kB)",
    "Collecting six>=1.3.0 (from Flask-RESTful>=0.3.5->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)",
    "Collecting pytz (from Flask-RESTful>=0.3.5->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB)",
    "Collecting attrs>=22.2.0 (from jsonschema>=3.2.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached attrs-25.3.0-py3-none-any.whl.metadata (10 kB)",
    "Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=3.2.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB)",
    "Collecting referencing>=0.28.4 (from jsonschema>=3.2.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB)",
    "Collecting rpds-py>=0.7.1 (from jsonschema>=3.2.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached rpds_py-0.26.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)",
    "Collecting keystoneauth1>=3.12.0 (from keystonemiddleware>=7.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached keystoneauth1-5.12.0-py3-none-any.whl.metadata (3.1 kB)",
    "Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached os_service_types-1.8.0-py3-none-any.whl.metadata (1.9 kB)",
    "Collecting typing-extensions>=4.12 (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)",
    "Collecting jmespath>=0.9.0 (from openstacksdk>=4.6.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB)",
    "Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=4.6.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached jsonpatch-1.33-py2.py3-none-any.whl.metadata (3.0 kB)",
    "Collecting platformdirs>=3 (from openstacksdk>=4.6.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)",
    "Collecting psutil>=3.2.2 (from openstacksdk>=4.6.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB)",
    "Collecting requestsexceptions>=1.2.0 (from openstacksdk>=4.6.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB)",
    "Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=4.6.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB)",
    "Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))",
    "  Using cached fasteners-0.19-py3-none-any.whl.metadata (4.9 kB)",
    "Collecting rfc3986>=1.2.0 (from oslo.config>=6.8.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB)",
    "Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading alembic-1.16.4-py3-none-any.whl.metadata (7.3 kB)",
    "Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading testresources-2.0.2.tar.gz (45 kB)",
    "  Preparing metadata (setup.py): started",
    "  Preparing metadata (setup.py): finished with status 'done'",
    "Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB)",
    "Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading mako-1.3.10-py3-none-any.whl.metadata (2.9 kB)",
    "Collecting python-dateutil>=2.7.0 (from oslo.log>=3.44.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)",
    "Collecting futurist>=1.2.0 (from oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached futurist-3.2.1-py3-none-any.whl.metadata (2.2 kB)",
    "Collecting oslo.service>=1.24.0 (from oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading oslo_service-4.3.0-py3-none-any.whl.metadata (2.8 kB)",
    "Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading cachetools-5.5.2-py3-none-any.whl.metadata (5.4 kB)",
    "Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading amqp-5.3.1-py3-none-any.whl.metadata (8.9 kB)",
    "Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading kombu-5.5.4-py3-none-any.whl.metadata (3.5 kB)",
    "Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading oslo_metrics-0.13.0-py3-none-any.whl.metadata (1.3 kB)",
    "Collecting vine<6.0.0,>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading vine-5.1.0-py3-none-any.whl.metadata (2.7 kB)",
    "Collecting tzdata>=2025.2 (from kombu>=4.6.6->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB)",
    "Collecting packaging (from kombu>=4.6.6->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)",
    "Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading prometheus_client-0.22.1-py3-none-any.whl.metadata (1.9 kB)",
    "Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB)",
    "Collecting eventlet>=0.27.0 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading eventlet-0.40.2-py3-none-any.whl.metadata (5.4 kB)",
    "Collecting greenlet>=0.4.15 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading greenlet-3.2.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (4.1 kB)",
    "Collecting PasteDeploy>=1.5.0 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading PasteDeploy-3.1.0-py3-none-any.whl.metadata (2.7 kB)",
    "Collecting Routes>=2.3.1 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB)",
    "Collecting Paste>=2.0.2 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading Paste-3.10.1-py3-none-any.whl.metadata (5.3 kB)",
    "Collecting Yappi>=1.0 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading yappi-1.6.10-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)",
    "Collecting dnspython>=1.15.0 (from eventlet>=0.27.0->oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading dnspython-2.7.0-py3-none-any.whl.metadata (5.8 kB)",
    "Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached pyparsing-3.2.3-py3-none-any.whl.metadata (5.0 kB)",
    "Collecting setuptools (from Paste>=2.0.2->oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)",
    "Collecting defusedxml (from pysaml2>=5.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB)",
    "Collecting pyopenssl<24.3.0 (from pysaml2>=5.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached pyOpenSSL-24.2.1-py3-none-any.whl.metadata (13 kB)",
    "Collecting xmlschema<3,>=2 (from pysaml2>=5.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading xmlschema-2.5.1-py3-none-any.whl.metadata (8.3 kB)",
    "Collecting charset_normalizer<4,>=2 (from requests>=2.14.2->osprofiler->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))",
    "  Using cached charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)",
    "Collecting idna<4,>=2.5 (from requests>=2.14.2->osprofiler->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))",
    "  Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)",
    "Collecting urllib3<3,>=1.21.1 (from requests>=2.14.2->osprofiler->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))",
    "  Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB)",
    "Collecting certifi>=2017.4.17 (from requests>=2.14.2->osprofiler->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 4))",
    "  Using cached certifi-2025.11.12-py3-none-any.whl.metadata (2.5 kB)",
    "Collecting elementpath<5.0.0,>=4.1.5 (from xmlschema<3,>=2->pysaml2>=5.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading elementpath-4.8.0-py3-none-any.whl.metadata (7.2 kB)",
    "Collecting uhashring (from python-binary-memcached>=0.29.0->oslo.cache[dogpile]->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 3))",
    "  Downloading uhashring-2.4-py3-none-any.whl.metadata (11 kB)",
    "Collecting pyasn1>=0.3.7 (from python-ldap>=3.0.0->ldappool->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 2))",
    "  Downloading pyasn1-0.6.0-py2.py3-none-any.whl.metadata (8.3 kB)",
    "Collecting pyasn1_modules>=0.1.5 (from python-ldap>=3.0.0->ldappool->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 2))",
    "  Downloading pyasn1_modules-0.4.1-py3-none-any.whl.metadata (3.5 kB)",
    "Collecting rich>=11.0.0 (from rich-argparse>=1.7.1->cmd2>=1.0.0->cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)",
    "Collecting markdown-it-py>=2.2.0 (from rich>=11.0.0->rich-argparse>=1.7.1->cmd2>=1.0.0->cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)",
    "Collecting pygments<3.0.0,>=2.13.0 (from rich>=11.0.0->rich-argparse>=1.7.1->cmd2>=1.0.0->cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)",
    "Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=11.0.0->rich-argparse>=1.7.1->cmd2>=1.0.0->cliff>=4.8.0->python-openstackclient->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 7))",
    "  Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)",
    "Collecting repoze.lru>=0.3 (from Routes>=2.3.1->oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB)",
    "Collecting testtools (from testscenarios>=0.4->oslo.db>=6.0.0->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Downloading testtools-2.7.2-py3-none-any.whl.metadata (5.2 kB)",
    "Collecting legacy-cgi>=2.6 (from WebOb>=1.7.1->keystone->-r /var/www/repo/os-releases/32.1.0.dev19/debian-13-x86_64/requirements/keystone-32.1.0.dev19-requirements.txt (line 1))",
    "  Using cached legacy_cgi-2.6.4-py3-none-any.whl.metadata (2.3 kB)",
    "Downloading ldappool-3.0.0-py3-none-any.whl (12 kB)",
    "Downloading oslo_cache-3.12.0-py3-none-any.whl (76 kB)",
    "Using cached osprofiler-4.3.0-py3-none-any.whl (95 kB)",
    "Using cached PyMySQL-1.1.1-py3-none-any.whl (44 kB)",
    "Using cached python_openstackclient-8.2.0-py3-none-any.whl (1.1 MB)",
    "Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB)",
    "   \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 593.7/593.7 kB 82.8 MB/s  0:00:00",
    "Using cached cliff-4.11.0-py3-none-any.whl (84 kB)",
    "Using cached autopage-0.5.2-py3-none-any.whl (30 kB)",
    "Using cached cmd2-2.7.0-py3-none-any.whl (154 kB)",
    "Using cached cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB)",
    "Using cached cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)",
    "Using cached debtcollector-3.0.0-py3-none-any.whl (23 kB)",
    "Using cached dogpile_cache-1.4.0-py3-none-any.whl (62 kB)",
    "Using cached decorator-5.2.1-py3-none-any.whl (9.2 kB)",
    "Downloading flask-3.1.1-py3-none-any.whl (103 kB)",
    "Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB)",
    "Downloading click-8.2.2-py3-none-any.whl (103 kB)",
    "Downloading Flask_RESTful-0.3.10-py2.py3-none-any.whl (26 kB)",
    "Downloading aniso8601-10.0.1-py2.py3-none-any.whl (52 kB)",
    "Using cached iso8601-2.1.0-py3-none-any.whl (7.5 kB)",
    "Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB)",
    "Downloading jinja2-3.1.6-py3-none-any.whl (134 kB)",
    "Using cached jsonschema-4.25.0-py3-none-any.whl (89 kB)",
    "Using cached attrs-25.3.0-py3-none-any.whl (63 kB)",
    "Using cached jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB)",
    "Downloading keystonemiddleware-10.12.0-py3-none-any.whl (152 kB)",
    "Using cached keystoneauth1-5.12.0-py3-none-any.whl (343 kB)",
    "Downloading MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB)",
    "Using cached msgpack-1.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (423 kB)",
    "Using cached netaddr-1.3.0-py3-none-any.whl (2.3 MB)",
    "Downloading oauthlib-3.3.1-py3-none-any.whl (160 kB)",
    "Using cached openstacksdk-4.7.2-py3-none-any.whl (1.8 MB)",
    "Using cached jmespath-1.0.1-py3-none-any.whl (20 kB)",
    "Using cached jsonpatch-1.33-py2.py3-none-any.whl (12 kB)",
    "Using cached jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB)",
    "Using cached os_service_types-1.8.0-py3-none-any.whl (24 kB)",
    "Using cached osc_lib-4.2.0-py3-none-any.whl (92 kB)",
    "Using cached oslo_concurrency-7.2.0-py3-none-any.whl (47 kB)",
    "Using cached fasteners-0.19-py3-none-any.whl (18 kB)",
    "Using cached oslo_config-10.0.0-py3-none-any.whl (131 kB)",
    "Using cached oslo_context-6.1.0-py3-none-any.whl (19 kB)",
    "Downloading oslo_db-17.4.0-py3-none-any.whl (157 kB)",
    "Downloading alembic-1.16.4-py3-none-any.whl (247 kB)",
    "Using cached oslo_i18n-6.6.0-py3-none-any.whl (46 kB)",
    "Using cached oslo_log-7.2.1-py3-none-any.whl (75 kB)",
    "Downloading oslo_messaging-17.1.0-py3-none-any.whl (202 kB)",
    "Downloading amqp-5.3.1-py3-none-any.whl (50 kB)",
    "Downloading vine-5.1.0-py3-none-any.whl (9.6 kB)",
    "Downloading cachetools-5.5.2-py3-none-any.whl (10 kB)",
    "Using cached futurist-3.2.1-py3-none-any.whl (40 kB)",
    "Downloading kombu-5.5.4-py3-none-any.whl (210 kB)",
    "Downloading oslo_metrics-0.13.0-py3-none-any.whl (13 kB)",
    "Downloading oslo_middleware-6.6.0-py3-none-any.whl (67 kB)",
    "Downloading oslo_policy-4.6.0-py3-none-any.whl (88 kB)",
    "Using cached oslo_serialization-5.8.0-py3-none-any.whl (25 kB)",
    "Downloading oslo_service-4.3.0-py3-none-any.whl (101 kB)",
    "Downloading eventlet-0.40.2-py3-none-any.whl (364 kB)",
    "Downloading dnspython-2.7.0-py3-none-any.whl (313 kB)",
    "Downloading greenlet-3.2.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (608 kB)",
    "   \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 608.4/608.4 kB 89.9 MB/s  0:00:00",
    "Downloading oslo_upgradecheck-2.6.0-py3-none-any.whl (14 kB)",
    "Using cached oslo_utils-9.1.0-py3-none-any.whl (134 kB)",
    "Using cached packaging-25.0-py3-none-any.whl (66 kB)",
    "Downloading Paste-3.10.1-py3-none-any.whl (289 kB)",
    "Downloading PasteDeploy-3.1.0-py3-none-any.whl (16 kB)",
    "Using cached pbr-7.0.1-py2.py3-none-any.whl (126 kB)",
    "Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)",
    "Using cached prettytable-3.16.0-py3-none-any.whl (33 kB)",
    "Downloading prometheus_client-0.22.1-py3-none-any.whl (58 kB)",
    "Using cached psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB)",
    "Downloading pycadf-4.0.1-py3-none-any.whl (44 kB)",
    "Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB)",
    "Downloading pymemcache-4.0.0-py2.py3-none-any.whl (60 kB)",
    "Using cached pyparsing-3.2.3-py3-none-any.whl (111 kB)",
    "Downloading pysaml2-7.5.2-py3-none-any.whl (420 kB)",
    "Using cached pyOpenSSL-24.2.1-py3-none-any.whl (58 kB)",
    "Using cached requests-2.32.4-py3-none-any.whl (64 kB)",
    "Using cached charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (148 kB)",
    "Using cached idna-3.10-py3-none-any.whl (70 kB)",
    "Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB)",
    "Downloading xmlschema-2.5.1-py3-none-any.whl (395 kB)",
    "Downloading elementpath-4.8.0-py3-none-any.whl (243 kB)",
    "Using cached certifi-2025.11.12-py3-none-any.whl (159 kB)",
    "Downloading python_binary_memcached-0.31.4-py3-none-any.whl (18 kB)",
    "Using cached python_cinderclient-9.8.0-py3-none-any.whl (256 kB)",
    "Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)",
    "Using cached python_keystoneclient-5.7.0-py3-none-any.whl (397 kB)",
    "Downloading pyasn1-0.6.0-py2.py3-none-any.whl (85 kB)",
    "Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB)",
    "Using cached python_memcached-1.62-py2.py3-none-any.whl (15 kB)",
    "Using cached PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (759 kB)",
    "Downloading redis-6.2.0-py3-none-any.whl (278 kB)",
    "Using cached referencing-0.36.2-py3-none-any.whl (26 kB)",
    "Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB)",
    "Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB)",
    "Using cached rich_argparse-1.7.1-py3-none-any.whl (25 kB)",
    "Using cached rich-14.1.0-py3-none-any.whl (243 kB)",
    "Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)",
    "Using cached markdown_it_py-3.0.0-py3-none-any.whl (87 kB)",
    "Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)",
    "Downloading Routes-2.5.1-py2.py3-none-any.whl (40 kB)",
    "Downloading repoze.lru-0.7-py3-none-any.whl (10 kB)",
    "Using cached rpds_py-0.26.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (385 kB)",
    "Downloading scrypt-0.8.27-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)",
    "   \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 1.2/1.2 MB 161.1 MB/s  0:00:00",
    "Using cached six-1.17.0-py2.py3-none-any.whl (11 kB)",
    "Downloading sqlalchemy-2.0.42-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB)",
    "   \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 3.3/3.3 MB 211.5 MB/s  0:00:00",
    "Downloading statsd-4.0.1-py2.py3-none-any.whl (13 kB)",
    "Using cached stevedore-5.5.0-py3-none-any.whl (49 kB)",
    "Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB)",
    "Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)",
    "Using cached tzdata-2025.2-py2.py3-none-any.whl (347 kB)",
    "Using cached wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)",
    "Using cached WebOb-1.8.9-py2.py3-none-any.whl (115 kB)",
    "Using cached legacy_cgi-2.6.4-py3-none-any.whl (20 kB)",
    "Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB)",
    "Using cached wrapt-1.17.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (89 kB)",
    "Downloading yappi-1.6.10-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (81 kB)",
    "Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)",
    "Downloading mako-1.3.10-py3-none-any.whl (78 kB)",
    "Using cached pycparser-2.22-py3-none-any.whl (117 kB)",
    "Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB)",
    "Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)",
    "Downloading testtools-2.7.2-py3-none-any.whl (179 kB)",
    "Downloading uhashring-2.4-py3-none-any.whl (11 kB)",
    "Saved /tmp/keystone-32.1.0.dev19/ldappool-3.0.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/oslo_cache-3.12.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/osprofiler-4.3.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/PyMySQL-1.1.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/python_openstackclient-8.2.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl",
    "Saved /tmp/keystone-32.1.0.dev19/cliff-4.11.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/autopage-0.5.2-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/cmd2-2.7.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl",
    "Saved /tmp/keystone-32.1.0.dev19/cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
    "Saved /tmp/keystone-32.1.0.dev19/debtcollector-3.0.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/dogpile_cache-1.4.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/decorator-5.2.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/flask-3.1.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/blinker-1.9.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/click-8.2.2-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/Flask_RESTful-0.3.10-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/aniso8601-10.0.1-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/iso8601-2.1.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/itsdangerous-2.2.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/jinja2-3.1.6-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/jsonschema-4.25.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/attrs-25.3.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/jsonschema_specifications-2025.4.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/keystonemiddleware-10.12.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/keystoneauth1-5.12.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
    "Saved /tmp/keystone-32.1.0.dev19/msgpack-1.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
    "Saved /tmp/keystone-32.1.0.dev19/netaddr-1.3.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/oauthlib-3.3.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/openstacksdk-4.7.2-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/jmespath-1.0.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/jsonpatch-1.33-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/jsonpointer-3.0.0-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/os_service_types-1.8.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/osc_lib-4.2.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/oslo_concurrency-7.2.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/fasteners-0.19-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/oslo_config-10.0.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/oslo_context-6.1.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/oslo_db-17.4.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/alembic-1.16.4-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/oslo_i18n-6.6.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/oslo_log-7.2.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/oslo_messaging-17.1.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/amqp-5.3.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/vine-5.1.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/cachetools-5.5.2-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/futurist-3.2.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/kombu-5.5.4-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/oslo_metrics-0.13.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/oslo_middleware-6.6.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/oslo_policy-4.6.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/oslo_serialization-5.8.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/oslo_service-4.3.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/eventlet-0.40.2-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/dnspython-2.7.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/greenlet-3.2.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
    "Saved /tmp/keystone-32.1.0.dev19/oslo_upgradecheck-2.6.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/oslo_utils-9.1.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/packaging-25.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/Paste-3.10.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/PasteDeploy-3.1.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/pbr-7.0.1-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/platformdirs-4.3.8-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/prettytable-3.16.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/prometheus_client-0.22.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
    "Saved /tmp/keystone-32.1.0.dev19/pycadf-4.0.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/PyJWT-2.10.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/pymemcache-4.0.0-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/pyparsing-3.2.3-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/pyperclip-1.9.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/pysaml2-7.5.2-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/pyOpenSSL-24.2.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/requests-2.32.4-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
    "Saved /tmp/keystone-32.1.0.dev19/idna-3.10-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/urllib3-1.26.20-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/xmlschema-2.5.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/elementpath-4.8.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/certifi-2025.11.12-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/python_binary_memcached-0.31.4-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/python_cinderclient-9.8.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/python_dateutil-2.9.0.post0-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/python_keystoneclient-5.7.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/pyasn1-0.6.0-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/pyasn1_modules-0.4.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/python_memcached-1.62-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
    "Saved /tmp/keystone-32.1.0.dev19/redis-6.2.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/referencing-0.36.2-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/requestsexceptions-1.4.0-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/rfc3986-2.0.0-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/rich_argparse-1.7.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/rich-14.1.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/pygments-2.19.2-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/markdown_it_py-3.0.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/mdurl-0.1.2-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/Routes-2.5.1-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/repoze.lru-0.7-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/rpds_py-0.26.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
    "Saved /tmp/keystone-32.1.0.dev19/scrypt-0.8.27-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
    "Saved /tmp/keystone-32.1.0.dev19/six-1.17.0-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/sqlalchemy-2.0.42-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
    "Saved /tmp/keystone-32.1.0.dev19/statsd-4.0.1-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/stevedore-5.5.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/testscenarios-0.5.0-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/typing_extensions-4.14.1-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/tzdata-2025.2-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/wcwidth-0.2.13-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/WebOb-1.8.9-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/legacy_cgi-2.6.4-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/werkzeug-3.1.3-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/wrapt-1.17.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
    "Saved /tmp/keystone-32.1.0.dev19/yappi-1.6.10-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
    "Saved /tmp/keystone-32.1.0.dev19/defusedxml-0.7.1-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/mako-1.3.10-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/pycparser-2.22-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/pytz-2025.2-py2.py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/setuptools-80.9.0-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/testtools-2.7.2-py3-none-any.whl",
    "Saved /tmp/keystone-32.1.0.dev19/uhashring-2.4-py3-none-any.whl",
    "Building wheels for collected packages: keystone, pyngus, systemd-python, python-ldap, testresources, python-qpid-proton",
    "  Building wheel for keystone (pyproject.toml): started",
    "  Building wheel for keystone (pyproject.toml): finished with status 'done'",
    "  Created wheel for keystone: filename=keystone-28.0.1.dev4-py3-none-any.whl size=1455243 sha256=313d3a595c46e2ff298c9b40ea23787e98371dbd9aa4c415f99080ce3e81e9a5",
    "  Stored in directory: /root/.cache/pip/wheels/b6/26/7c/17a58eb9ed288877cd1d427f85a80311e4805463c5a23de148",
    "  Building wheel for pyngus (setup.py): started",
    "  Building wheel for pyngus (setup.py): finished with status 'done'",
    "  Created wheel for pyngus: filename=pyngus-2.3.1-py3-none-any.whl size=26825 sha256=a71050307afacaacff0c73b36c039612c9239cc329c416c829dfcb3168a30a5b",
    "  Stored in directory: /root/.cache/pip/wheels/83/6b/3d/003b40631c945ad7d270ca65aa64a57fcdfd884aeba575c197",
    "  Building wheel for systemd-python (setup.py): started",
    "  Building wheel for systemd-python (setup.py): finished with status 'done'",
    "  Created wheel for systemd-python: filename=systemd_python-235-cp313-cp313-linux_x86_64.whl size=153060 sha256=85a8ae83f6a7b5f2337670e65333b27d8e7d40795139565ea79f10bfce0fa9d2",
    "  Stored in directory: /root/.cache/pip/wheels/f2/d0/13/0104e9b2a46a01ee205026dcf1ab00eb1c940759d5ddf541f9",
    "  Building wheel for python-ldap (pyproject.toml): started",
    "  Building wheel for python-ldap (pyproject.toml): finished with status 'done'",
    "  Created wheel for python-ldap: filename=python_ldap-3.4.4-cp313-cp313-linux_x86_64.whl size=367181 sha256=e046f8dff34e714fbbf22e3e7d08f65b1436aa65e121488d13e04e97c49369c1",
    "  Stored in directory: /root/.cache/pip/wheels/de/8c/0c/d25643348abcdee9c09be6ee812941e84ae140cd3a59092e16",
    "  Building wheel for testresources (setup.py): started",
    "  Building wheel for testresources (setup.py): finished with status 'done'",
    "  Created wheel for testresources: filename=testresources-2.0.2-py2.py3-none-any.whl size=34527 sha256=a413322e5e0402e1ebec5c929c2a82d6390b3b919fc7de3b63e44b5532c8f7d5",
    "  Stored in directory: /root/.cache/pip/wheels/17/68/4f/009595bce0a1fd2ec13f24675489dd77cee43bb4ffcc43f30d",
    "  Building wheel for python-qpid-proton (pyproject.toml): started",
    "  Building wheel for python-qpid-proton (pyproject.toml): finished with status 'done'",
    "  Created wheel for python-qpid-proton: filename=python_qpid_proton-0.40.0-cp313-cp313-linux_x86_64.whl size=1178828 sha256=4df1454800bbae38e11cd9b16f43d95c27578113cc6ee6cf2abdd8765169d9a0",
    "  Stored in directory: /root/.cache/pip/wheels/53/93/a2/f9ef3e2517580043b0e0228d513c804bb7e7d73bbe7907cf8f",
    "Successfully built keystone pyngus systemd-python python-ldap testresources python-qpid-proton"
]