==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-keystoneauth1 5.8.0-4 (Mon Jan 12 00:15:20 2026)
==> Retrieving sources...
-> Updating keystoneauth git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
keystoneauth ... Passed
==> Making package: python-keystoneauth1 5.8.0-4 (Mon Jan 12 00:15:23 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (20) mpdecimal-4.0.1-1 python-3.14.2-2 python-autocommand-2.2.2-9 python-charset-normalizer-3.4.4-2 python-idna-3.11-2 python-jaraco.collections-5.1.0-3 python-jaraco.context-6.0.1-3 python-jaraco.functools-4.1.0-3 python-jaraco.text-4.0.0-4 python-more-itertools-10.8.0-2 python-packaging-25.0-4 python-platformdirs-4.5.1-3 python-setuptools-1:80.9.0-4 python-urllib3-2.6.3-1 python-wheel-0.45.1-4 python-iso8601-2.1.0-4 python-os-service-types-1.7.0-19 python-pbr-7.0.3-3 python-requests-2.32.5-3 python-stevedore-5.4.0-2
Total Download Size: 0.09 MiB
Total Installed Size: 94.02 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-stevedore-5.4.0-2-any downloading...
python-os-service-types-1.7.0-19-any downloading...
python-iso8601-2.1.0-4-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing mpdecimal...
installing python...
Optional dependencies for python
python-setuptools: for building Python packages using tooling that is usually bundled with Python [pending]
python-pip: for installing Python packages using tooling that is usually bundled with Python
python-pipx: for installing Python software not packaged on Arch Linux
sqlite: for a default database integration [installed]
xz: for lzma [installed]
tk: for tkinter
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-packaging...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
python-keyring: for wheel.signatures
python-xdg: for wheel.signatures
python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
installing python-pbr...
installing python-iso8601...
installing python-stevedore...
installing python-os-service-types...
installing python-charset-normalizer...
installing python-idna...
installing python-urllib3...
Optional dependencies for python-urllib3
python-brotli: Brotli support
python-brotlicffi: Brotli support
python-h2: HTTP/2 support
python-pysocks: SOCKS support
installing python-requests...
Optional dependencies for python-requests
python-chardet: alternative character encoding library
python-pysocks: SOCKS proxy support
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (5) perl-error-0.17030-3 perl-mailtools-2.22-3 perl-timedate-2.33-9 zlib-ng-2.3.2-1 git-2.52.0-2
Total Installed Size: 45.04 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing zlib-ng...
installing git...
Optional dependencies for git
git-zsh-completion: upstream zsh completion
tk: gitk and git gui
openssh: ssh transport and crypto
man: show help with `git command --help`
perl-libwww: git svn
perl-term-readkey: git svn and interactive.singlekey setting
perl-io-socket-ssl: git send-email TLS support
perl-authen-sasl: git send-email TLS support
perl-cgi: gitweb (web interface) support
python: git svn & git p4 [installed]
subversion: git svn
org.freedesktop.secrets: keyring credential helper
libsecret: libsecret credential helper [installed]
less: the default pager for git
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
Creating group 'git' with GID 968.
Creating user 'git' (git daemon user) with UID 968 and GID 968.
(2/3) Reloading system manager configuration...
Skipped: Current root is not booted.
(3/3) Arming ConditionNeedsUpdate...
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Creating working copy of keystoneauth git repo...
Cloning into 'keystoneauth'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
/usr/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Apache Software License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
/usr/lib/python3.14/site-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
[pbr] Generating ChangeLog
/usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
/usr/lib/python3.14/site-packages/pbr/setupcfg.py:833: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg)
/usr/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Apache Software License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running build
running build_py
creating build/lib/keystoneauth1/tests/unit/extras/saml2
copying keystoneauth1/tests/unit/extras/saml2/test_auth_saml2.py -> build/lib/keystoneauth1/tests/unit/extras/saml2
copying keystoneauth1/tests/unit/extras/saml2/utils.py -> build/lib/keystoneauth1/tests/unit/extras/saml2
copying keystoneauth1/tests/unit/extras/saml2/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/saml2
copying keystoneauth1/tests/unit/extras/saml2/test_auth_adfs.py -> build/lib/keystoneauth1/tests/unit/extras/saml2
creating build/lib/keystoneauth1/identity
copying keystoneauth1/identity/base.py -> build/lib/keystoneauth1/identity
copying keystoneauth1/identity/v2.py -> build/lib/keystoneauth1/identity
copying keystoneauth1/identity/__init__.py -> build/lib/keystoneauth1/identity
copying keystoneauth1/identity/access.py -> build/lib/keystoneauth1/identity
copying keystoneauth1/tests/__init__.py -> build/lib/keystoneauth1/tests
creating build/lib/keystoneauth1/tests/unit/extras/oauth1
copying keystoneauth1/tests/unit/extras/oauth1/test_oauth1_loading.py -> build/lib/keystoneauth1/tests/unit/extras/oauth1
copying keystoneauth1/tests/unit/extras/oauth1/test_oauth1.py -> build/lib/keystoneauth1/tests/unit/extras/oauth1
copying keystoneauth1/tests/unit/extras/oauth1/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/oauth1
creating build/lib/keystoneauth1/extras/_saml2/v3
copying keystoneauth1/extras/_saml2/v3/adfs.py -> build/lib/keystoneauth1/extras/_saml2/v3
copying keystoneauth1/extras/_saml2/v3/base.py -> build/lib/keystoneauth1/extras/_saml2/v3
copying keystoneauth1/extras/_saml2/v3/__init__.py -> build/lib/keystoneauth1/extras/_saml2/v3
copying keystoneauth1/extras/_saml2/v3/saml2.py -> build/lib/keystoneauth1/extras/_saml2/v3
creating build/lib/keystoneauth1/loading/_plugins/identity
copying keystoneauth1/loading/_plugins/identity/generic.py -> build/lib/keystoneauth1/loading/_plugins/identity
copying keystoneauth1/loading/_plugins/identity/v3.py -> build/lib/keystoneauth1/loading/_plugins/identity
copying keystoneauth1/loading/_plugins/identity/v2.py -> build/lib/keystoneauth1/loading/_plugins/identity
copying keystoneauth1/loading/_plugins/identity/__init__.py -> build/lib/keystoneauth1/loading/_plugins/identity
copying keystoneauth1/discover.py -> build/lib/keystoneauth1
copying keystoneauth1/session.py -> build/lib/keystoneauth1
copying keystoneauth1/_fair_semaphore.py -> build/lib/keystoneauth1
copying keystoneauth1/plugin.py -> build/lib/keystoneauth1
copying keystoneauth1/noauth.py -> build/lib/keystoneauth1
copying keystoneauth1/http_basic.py -> build/lib/keystoneauth1
copying keystoneauth1/_utils.py -> build/lib/keystoneauth1
copying keystoneauth1/service_token.py -> build/lib/keystoneauth1
copying keystoneauth1/token_endpoint.py -> build/lib/keystoneauth1
copying keystoneauth1/adapter.py -> build/lib/keystoneauth1
copying keystoneauth1/__init__.py -> build/lib/keystoneauth1
creating build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/oauth2_client_credential.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/base.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/password.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/token.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/federation.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/application_credential.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/oidc.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/multi_factor.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/k2k.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/totp.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/receipt.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/__init__.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/tokenless_auth.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/oauth2_mtls_client_credential.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/loading/_plugins/admin_token.py -> build/lib/keystoneauth1/loading/_plugins
copying keystoneauth1/loading/_plugins/noauth.py -> build/lib/keystoneauth1/loading/_plugins
copying keystoneauth1/loading/_plugins/http_basic.py -> build/lib/keystoneauth1/loading/_plugins
copying keystoneauth1/loading/_plugins/__init__.py -> build/lib/keystoneauth1/loading/_plugins
creating build/lib/keystoneauth1/hacking
copying keystoneauth1/hacking/checks.py -> build/lib/keystoneauth1/hacking
copying keystoneauth1/hacking/__init__.py -> build/lib/keystoneauth1/hacking
creating build/lib/keystoneauth1/fixture
copying keystoneauth1/fixture/plugin.py -> build/lib/keystoneauth1/fixture
copying keystoneauth1/fixture/serializer.py -> build/lib/keystoneauth1/fixture
copying keystoneauth1/fixture/v3.py -> build/lib/keystoneauth1/fixture
copying keystoneauth1/fixture/hooks.py -> build/lib/keystoneauth1/fixture
copying keystoneauth1/fixture/exception.py -> build/lib/keystoneauth1/fixture
copying keystoneauth1/fixture/v2.py -> build/lib/keystoneauth1/fixture
copying keystoneauth1/fixture/keystoneauth_betamax.py -> build/lib/keystoneauth1/fixture
copying keystoneauth1/fixture/__init__.py -> build/lib/keystoneauth1/fixture
copying keystoneauth1/fixture/discovery.py -> build/lib/keystoneauth1/fixture
creating build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/auth.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/base.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/connection.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/http.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/auth_plugins.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/response.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/oidc.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/catalog.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/__init__.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/service_providers.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/discovery.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/tests/unit/test_hacking_checks.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_fair_sempahore.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_fixtures.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_token_endpoint.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/k2k_fixtures.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_utils.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_betamax_hooks.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_matchers.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/client_fixtures.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_betamax_fixture.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_betamax_serializer.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_session.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/oidc_fixtures.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_service_token.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_http_basic.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/utils.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/__init__.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_noauth.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_discovery.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/keystoneauth_fixtures.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/matchers.py -> build/lib/keystoneauth1/tests/unit
creating build/lib/keystoneauth1/identity/generic
copying keystoneauth1/identity/generic/base.py -> build/lib/keystoneauth1/identity/generic
copying keystoneauth1/identity/generic/password.py -> build/lib/keystoneauth1/identity/generic
copying keystoneauth1/identity/generic/token.py -> build/lib/keystoneauth1/identity/generic
copying keystoneauth1/identity/generic/__init__.py -> build/lib/keystoneauth1/identity/generic
copying keystoneauth1/extras/_saml2/_loading.py -> build/lib/keystoneauth1/extras/_saml2
copying keystoneauth1/extras/_saml2/__init__.py -> build/lib/keystoneauth1/extras/_saml2
creating build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/test_token.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/test_password.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/test_identity_v2.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/test_identity_v3.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/test_identity_common.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/test_identity_v3_oidc.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/test_access.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/utils.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/__init__.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/test_identity_v3_federation.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/test_tokenless_auth.py -> build/lib/keystoneauth1/tests/unit/identity
creating build/lib/keystoneauth1/tests/unit/exceptions
copying keystoneauth1/tests/unit/exceptions/test_exceptions.py -> build/lib/keystoneauth1/tests/unit/exceptions
copying keystoneauth1/tests/unit/exceptions/__init__.py -> build/lib/keystoneauth1/tests/unit/exceptions
creating build/lib/keystoneauth1/extras/oauth1
copying keystoneauth1/extras/oauth1/_loading.py -> build/lib/keystoneauth1/extras/oauth1
copying keystoneauth1/extras/oauth1/v3.py -> build/lib/keystoneauth1/extras/oauth1
copying keystoneauth1/extras/oauth1/__init__.py -> build/lib/keystoneauth1/extras/oauth1
creating build/lib/keystoneauth1/extras/kerberos
copying keystoneauth1/extras/kerberos/_loading.py -> build/lib/keystoneauth1/extras/kerberos
copying keystoneauth1/extras/kerberos/__init__.py -> build/lib/keystoneauth1/extras/kerberos
copying keystoneauth1/loading/session.py -> build/lib/keystoneauth1/loading
copying keystoneauth1/loading/base.py -> build/lib/keystoneauth1/loading
copying keystoneauth1/loading/cli.py -> build/lib/keystoneauth1/loading
copying keystoneauth1/loading/_utils.py -> build/lib/keystoneauth1/loading
copying keystoneauth1/loading/conf.py -> build/lib/keystoneauth1/loading
copying keystoneauth1/loading/opts.py -> build/lib/keystoneauth1/loading
copying keystoneauth1/loading/adapter.py -> build/lib/keystoneauth1/loading
copying keystoneauth1/loading/__init__.py -> build/lib/keystoneauth1/loading
copying keystoneauth1/loading/identity.py -> build/lib/keystoneauth1/loading
creating build/lib/keystoneauth1/tests/unit/extras/kerberos
copying keystoneauth1/tests/unit/extras/kerberos/test_mapped.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos
copying keystoneauth1/tests/unit/extras/kerberos/test_fedkerb_loading.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos
copying keystoneauth1/tests/unit/extras/kerberos/base.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos
copying keystoneauth1/tests/unit/extras/kerberos/test_v3.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos
copying keystoneauth1/tests/unit/extras/kerberos/utils.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos
copying keystoneauth1/tests/unit/extras/kerberos/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos
copying keystoneauth1/tests/unit/extras/kerberos/test_kerberos_loading.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos
creating build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures
copying keystoneauth1/tests/unit/extras/saml2/fixtures/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures
copying keystoneauth1/extras/__init__.py -> build/lib/keystoneauth1/extras
creating build/lib/keystoneauth1/access
copying keystoneauth1/access/service_catalog.py -> build/lib/keystoneauth1/access
copying keystoneauth1/access/__init__.py -> build/lib/keystoneauth1/access
copying keystoneauth1/access/service_providers.py -> build/lib/keystoneauth1/access
copying keystoneauth1/access/access.py -> build/lib/keystoneauth1/access
copying keystoneauth1/tests/unit/extras/__init__.py -> build/lib/keystoneauth1/tests/unit/extras
creating build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/test_fixtures.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/test_adapter.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/test_loading.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/test_generic.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/test_cli.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/test_entry_points.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/test_session.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/test_v3.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/utils.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/__init__.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/test_conf.py -> build/lib/keystoneauth1/tests/unit/loading
creating build/lib/keystoneauth1/tests/unit/access
copying keystoneauth1/tests/unit/access/test_v2_service_catalog.py -> build/lib/keystoneauth1/tests/unit/access
copying keystoneauth1/tests/unit/access/test_v2_access.py -> build/lib/keystoneauth1/tests/unit/access
copying keystoneauth1/tests/unit/access/test_v3_service_catalog.py -> build/lib/keystoneauth1/tests/unit/access
copying keystoneauth1/tests/unit/access/__init__.py -> build/lib/keystoneauth1/tests/unit/access
copying keystoneauth1/tests/unit/access/test_v3_access.py -> build/lib/keystoneauth1/tests/unit/access
running egg_info
creating keystoneauth1.egg-info
writing keystoneauth1.egg-info/PKG-INFO
writing dependency_links to keystoneauth1.egg-info/dependency_links.txt
writing entry points to keystoneauth1.egg-info/entry_points.txt
writing requirements to keystoneauth1.egg-info/requires.txt
writing top-level names to keystoneauth1.egg-info/top_level.txt
writing pbr to keystoneauth1.egg-info/pbr.json
[pbr] Processing SOURCES.txt
writing manifest file 'keystoneauth1.egg-info/SOURCES.txt'
[pbr] In git context, generating filelist from git
warning: no files found matching 'AUTHORS'
warning: no files found matching 'ChangeLog'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'keystoneauth1.egg-info/SOURCES.txt'
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keystoneauth1.tests.unit.data' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'keystoneauth1.tests.unit.data' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'keystoneauth1.tests.unit.data' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'keystoneauth1.tests.unit.data' to be distributed and are
already explicitly excluding 'keystoneauth1.tests.unit.data' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keystoneauth1.tests.unit.extras.saml2.examples.xml' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'keystoneauth1.tests.unit.extras.saml2.examples.xml' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'keystoneauth1.tests.unit.extras.saml2.examples.xml' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'keystoneauth1.tests.unit.extras.saml2.examples.xml' to be distributed and are
already explicitly excluding 'keystoneauth1.tests.unit.extras.saml2.examples.xml' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keystoneauth1.tests.unit.extras.saml2.fixtures.templates' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'keystoneauth1.tests.unit.extras.saml2.fixtures.templates' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'keystoneauth1.tests.unit.extras.saml2.fixtures.templates' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'keystoneauth1.tests.unit.extras.saml2.fixtures.templates' to be distributed and are
already explicitly excluding 'keystoneauth1.tests.unit.extras.saml2.fixtures.templates' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
creating build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml
copying keystoneauth1/tests/unit/extras/saml2/examples/xml/ADFS_RequestSecurityTokenResponse.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml
copying keystoneauth1/tests/unit/extras/saml2/examples/xml/ADFS_fault.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml
creating build/lib/keystoneauth1/tests/unit/data
copying keystoneauth1/tests/unit/data/README -> build/lib/keystoneauth1/tests/unit/data
copying keystoneauth1/tests/unit/data/keystone_v2_sample_request.json -> build/lib/keystoneauth1/tests/unit/data
copying keystoneauth1/tests/unit/data/keystone_v2_sample_response.json -> build/lib/keystoneauth1/tests/unit/data
copying keystoneauth1/tests/unit/data/keystone_v3_sample_request.json -> build/lib/keystoneauth1/tests/unit/data
copying keystoneauth1/tests/unit/data/keystone_v3_sample_response.json -> build/lib/keystoneauth1/tests/unit/data
copying keystoneauth1/tests/unit/data/ksa_betamax_test_cassette.yaml -> build/lib/keystoneauth1/tests/unit/data
copying keystoneauth1/tests/unit/data/ksa_serializer_data.json -> build/lib/keystoneauth1/tests/unit/data
copying keystoneauth1/tests/unit/data/test_pre_record_hook.json -> build/lib/keystoneauth1/tests/unit/data
creating build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates
copying keystoneauth1/tests/unit/extras/saml2/fixtures/templates/authn_request.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates
copying keystoneauth1/tests/unit/extras/saml2/fixtures/templates/saml_assertion.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates
copying keystoneauth1/tests/unit/extras/saml2/fixtures/templates/soap_response.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates
==> Entering fakeroot environment...
==> Starting package()...
/usr/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Apache Software License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
/usr/lib/python3.14/site-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
[pbr] Generating ChangeLog
/usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
/usr/lib/python3.14/site-packages/pbr/setupcfg.py:833: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg)
/usr/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Apache Software License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running install
[pbr] Writing ChangeLog
[pbr] Generating ChangeLog
[pbr] ChangeLog complete (0.1s)
[pbr] Generating AUTHORS
[pbr] AUTHORS complete (0.1s)
running build
running build_py
copying keystoneauth1/tests/unit/extras/saml2/test_auth_saml2.py -> build/lib/keystoneauth1/tests/unit/extras/saml2
copying keystoneauth1/tests/unit/extras/saml2/utils.py -> build/lib/keystoneauth1/tests/unit/extras/saml2
copying keystoneauth1/tests/unit/extras/saml2/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/saml2
copying keystoneauth1/tests/unit/extras/saml2/test_auth_adfs.py -> build/lib/keystoneauth1/tests/unit/extras/saml2
copying keystoneauth1/identity/base.py -> build/lib/keystoneauth1/identity
copying keystoneauth1/identity/v2.py -> build/lib/keystoneauth1/identity
copying keystoneauth1/identity/__init__.py -> build/lib/keystoneauth1/identity
copying keystoneauth1/identity/access.py -> build/lib/keystoneauth1/identity
copying keystoneauth1/tests/__init__.py -> build/lib/keystoneauth1/tests
copying keystoneauth1/tests/unit/extras/oauth1/test_oauth1_loading.py -> build/lib/keystoneauth1/tests/unit/extras/oauth1
copying keystoneauth1/tests/unit/extras/oauth1/test_oauth1.py -> build/lib/keystoneauth1/tests/unit/extras/oauth1
copying keystoneauth1/tests/unit/extras/oauth1/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/oauth1
copying keystoneauth1/extras/_saml2/v3/adfs.py -> build/lib/keystoneauth1/extras/_saml2/v3
copying keystoneauth1/extras/_saml2/v3/base.py -> build/lib/keystoneauth1/extras/_saml2/v3
copying keystoneauth1/extras/_saml2/v3/__init__.py -> build/lib/keystoneauth1/extras/_saml2/v3
copying keystoneauth1/extras/_saml2/v3/saml2.py -> build/lib/keystoneauth1/extras/_saml2/v3
copying keystoneauth1/loading/_plugins/identity/generic.py -> build/lib/keystoneauth1/loading/_plugins/identity
copying keystoneauth1/loading/_plugins/identity/v3.py -> build/lib/keystoneauth1/loading/_plugins/identity
copying keystoneauth1/loading/_plugins/identity/v2.py -> build/lib/keystoneauth1/loading/_plugins/identity
copying keystoneauth1/loading/_plugins/identity/__init__.py -> build/lib/keystoneauth1/loading/_plugins/identity
copying keystoneauth1/discover.py -> build/lib/keystoneauth1
copying keystoneauth1/session.py -> build/lib/keystoneauth1
copying keystoneauth1/_fair_semaphore.py -> build/lib/keystoneauth1
copying keystoneauth1/plugin.py -> build/lib/keystoneauth1
copying keystoneauth1/noauth.py -> build/lib/keystoneauth1
copying keystoneauth1/http_basic.py -> build/lib/keystoneauth1
copying keystoneauth1/_utils.py -> build/lib/keystoneauth1
copying keystoneauth1/service_token.py -> build/lib/keystoneauth1
copying keystoneauth1/token_endpoint.py -> build/lib/keystoneauth1
copying keystoneauth1/adapter.py -> build/lib/keystoneauth1
copying keystoneauth1/__init__.py -> build/lib/keystoneauth1
copying keystoneauth1/identity/v3/oauth2_client_credential.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/base.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/password.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/token.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/federation.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/application_credential.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/oidc.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/multi_factor.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/k2k.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/totp.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/receipt.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/__init__.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/tokenless_auth.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/identity/v3/oauth2_mtls_client_credential.py -> build/lib/keystoneauth1/identity/v3
copying keystoneauth1/loading/_plugins/admin_token.py -> build/lib/keystoneauth1/loading/_plugins
copying keystoneauth1/loading/_plugins/noauth.py -> build/lib/keystoneauth1/loading/_plugins
copying keystoneauth1/loading/_plugins/http_basic.py -> build/lib/keystoneauth1/loading/_plugins
copying keystoneauth1/loading/_plugins/__init__.py -> build/lib/keystoneauth1/loading/_plugins
copying keystoneauth1/hacking/checks.py -> build/lib/keystoneauth1/hacking
copying keystoneauth1/hacking/__init__.py -> build/lib/keystoneauth1/hacking
copying keystoneauth1/fixture/plugin.py -> build/lib/keystoneauth1/fixture
copying keystoneauth1/fixture/serializer.py -> build/lib/keystoneauth1/fixture
copying keystoneauth1/fixture/v3.py -> build/lib/keystoneauth1/fixture
copying keystoneauth1/fixture/hooks.py -> build/lib/keystoneauth1/fixture
copying keystoneauth1/fixture/exception.py -> build/lib/keystoneauth1/fixture
copying keystoneauth1/fixture/v2.py -> build/lib/keystoneauth1/fixture
copying keystoneauth1/fixture/keystoneauth_betamax.py -> build/lib/keystoneauth1/fixture
copying keystoneauth1/fixture/__init__.py -> build/lib/keystoneauth1/fixture
copying keystoneauth1/fixture/discovery.py -> build/lib/keystoneauth1/fixture
copying keystoneauth1/exceptions/auth.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/base.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/connection.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/http.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/auth_plugins.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/response.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/oidc.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/catalog.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/__init__.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/service_providers.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/exceptions/discovery.py -> build/lib/keystoneauth1/exceptions
copying keystoneauth1/tests/unit/test_hacking_checks.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_fair_sempahore.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_fixtures.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_token_endpoint.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/k2k_fixtures.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_utils.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_betamax_hooks.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_matchers.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/client_fixtures.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_betamax_fixture.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_betamax_serializer.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_session.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/oidc_fixtures.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_service_token.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_http_basic.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/utils.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/__init__.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_noauth.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/test_discovery.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/keystoneauth_fixtures.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/tests/unit/matchers.py -> build/lib/keystoneauth1/tests/unit
copying keystoneauth1/identity/generic/base.py -> build/lib/keystoneauth1/identity/generic
copying keystoneauth1/identity/generic/password.py -> build/lib/keystoneauth1/identity/generic
copying keystoneauth1/identity/generic/token.py -> build/lib/keystoneauth1/identity/generic
copying keystoneauth1/identity/generic/__init__.py -> build/lib/keystoneauth1/identity/generic
copying keystoneauth1/extras/_saml2/_loading.py -> build/lib/keystoneauth1/extras/_saml2
copying keystoneauth1/extras/_saml2/__init__.py -> build/lib/keystoneauth1/extras/_saml2
copying keystoneauth1/tests/unit/identity/test_token.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/test_password.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/test_identity_v2.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/test_identity_v3.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/test_identity_common.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/test_identity_v3_oidc.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/test_access.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/utils.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/__init__.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/test_identity_v3_federation.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/identity/test_tokenless_auth.py -> build/lib/keystoneauth1/tests/unit/identity
copying keystoneauth1/tests/unit/exceptions/test_exceptions.py -> build/lib/keystoneauth1/tests/unit/exceptions
copying keystoneauth1/tests/unit/exceptions/__init__.py -> build/lib/keystoneauth1/tests/unit/exceptions
copying keystoneauth1/extras/oauth1/_loading.py -> build/lib/keystoneauth1/extras/oauth1
copying keystoneauth1/extras/oauth1/v3.py -> build/lib/keystoneauth1/extras/oauth1
copying keystoneauth1/extras/oauth1/__init__.py -> build/lib/keystoneauth1/extras/oauth1
copying keystoneauth1/extras/kerberos/_loading.py -> build/lib/keystoneauth1/extras/kerberos
copying keystoneauth1/extras/kerberos/__init__.py -> build/lib/keystoneauth1/extras/kerberos
copying keystoneauth1/loading/session.py -> build/lib/keystoneauth1/loading
copying keystoneauth1/loading/base.py -> build/lib/keystoneauth1/loading
copying keystoneauth1/loading/cli.py -> build/lib/keystoneauth1/loading
copying keystoneauth1/loading/_utils.py -> build/lib/keystoneauth1/loading
copying keystoneauth1/loading/conf.py -> build/lib/keystoneauth1/loading
copying keystoneauth1/loading/opts.py -> build/lib/keystoneauth1/loading
copying keystoneauth1/loading/adapter.py -> build/lib/keystoneauth1/loading
copying keystoneauth1/loading/__init__.py -> build/lib/keystoneauth1/loading
copying keystoneauth1/loading/identity.py -> build/lib/keystoneauth1/loading
copying keystoneauth1/tests/unit/extras/kerberos/test_mapped.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos
copying keystoneauth1/tests/unit/extras/kerberos/test_fedkerb_loading.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos
copying keystoneauth1/tests/unit/extras/kerberos/base.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos
copying keystoneauth1/tests/unit/extras/kerberos/test_v3.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos
copying keystoneauth1/tests/unit/extras/kerberos/utils.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos
copying keystoneauth1/tests/unit/extras/kerberos/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos
copying keystoneauth1/tests/unit/extras/kerberos/test_kerberos_loading.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos
copying keystoneauth1/tests/unit/extras/saml2/fixtures/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures
copying keystoneauth1/extras/__init__.py -> build/lib/keystoneauth1/extras
copying keystoneauth1/access/service_catalog.py -> build/lib/keystoneauth1/access
copying keystoneauth1/access/__init__.py -> build/lib/keystoneauth1/access
copying keystoneauth1/access/service_providers.py -> build/lib/keystoneauth1/access
copying keystoneauth1/access/access.py -> build/lib/keystoneauth1/access
copying keystoneauth1/tests/unit/extras/__init__.py -> build/lib/keystoneauth1/tests/unit/extras
copying keystoneauth1/tests/unit/loading/test_fixtures.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/test_adapter.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/test_loading.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/test_generic.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/test_cli.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/test_entry_points.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/test_session.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/test_v3.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/utils.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/__init__.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/loading/test_conf.py -> build/lib/keystoneauth1/tests/unit/loading
copying keystoneauth1/tests/unit/access/test_v2_service_catalog.py -> build/lib/keystoneauth1/tests/unit/access
copying keystoneauth1/tests/unit/access/test_v2_access.py -> build/lib/keystoneauth1/tests/unit/access
copying keystoneauth1/tests/unit/access/test_v3_service_catalog.py -> build/lib/keystoneauth1/tests/unit/access
copying keystoneauth1/tests/unit/access/__init__.py -> build/lib/keystoneauth1/tests/unit/access
copying keystoneauth1/tests/unit/access/test_v3_access.py -> build/lib/keystoneauth1/tests/unit/access
running egg_info
writing keystoneauth1.egg-info/PKG-INFO
writing dependency_links to keystoneauth1.egg-info/dependency_links.txt
writing entry points to keystoneauth1.egg-info/entry_points.txt
writing requirements to keystoneauth1.egg-info/requires.txt
writing top-level names to keystoneauth1.egg-info/top_level.txt
writing pbr to keystoneauth1.egg-info/pbr.json
[pbr] Processing SOURCES.txt
[pbr] In git context, generating filelist from git
warning: no previously-included files matching '*.pyc' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'keystoneauth1.egg-info/SOURCES.txt'
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keystoneauth1.tests.unit.data' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'keystoneauth1.tests.unit.data' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'keystoneauth1.tests.unit.data' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'keystoneauth1.tests.unit.data' to be distributed and are
already explicitly excluding 'keystoneauth1.tests.unit.data' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keystoneauth1.tests.unit.extras.saml2.examples.xml' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'keystoneauth1.tests.unit.extras.saml2.examples.xml' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'keystoneauth1.tests.unit.extras.saml2.examples.xml' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'keystoneauth1.tests.unit.extras.saml2.examples.xml' to be distributed and are
already explicitly excluding 'keystoneauth1.tests.unit.extras.saml2.examples.xml' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keystoneauth1.tests.unit.extras.saml2.fixtures.templates' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'keystoneauth1.tests.unit.extras.saml2.fixtures.templates' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'keystoneauth1.tests.unit.extras.saml2.fixtures.templates' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'keystoneauth1.tests.unit.extras.saml2.fixtures.templates' to be distributed and are
already explicitly excluding 'keystoneauth1.tests.unit.extras.saml2.fixtures.templates' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
copying keystoneauth1/tests/unit/extras/saml2/examples/xml/ADFS_RequestSecurityTokenResponse.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml
copying keystoneauth1/tests/unit/extras/saml2/examples/xml/ADFS_fault.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml
copying keystoneauth1/tests/unit/data/README -> build/lib/keystoneauth1/tests/unit/data
copying keystoneauth1/tests/unit/data/keystone_v2_sample_request.json -> build/lib/keystoneauth1/tests/unit/data
copying keystoneauth1/tests/unit/data/keystone_v2_sample_response.json -> build/lib/keystoneauth1/tests/unit/data
copying keystoneauth1/tests/unit/data/keystone_v3_sample_request.json -> build/lib/keystoneauth1/tests/unit/data
copying keystoneauth1/tests/unit/data/keystone_v3_sample_response.json -> build/lib/keystoneauth1/tests/unit/data
copying keystoneauth1/tests/unit/data/ksa_betamax_test_cassette.yaml -> build/lib/keystoneauth1/tests/unit/data
copying keystoneauth1/tests/unit/data/ksa_serializer_data.json -> build/lib/keystoneauth1/tests/unit/data
copying keystoneauth1/tests/unit/data/test_pre_record_hook.json -> build/lib/keystoneauth1/tests/unit/data
copying keystoneauth1/tests/unit/extras/saml2/fixtures/templates/authn_request.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates
copying keystoneauth1/tests/unit/extras/saml2/fixtures/templates/saml_assertion.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates
copying keystoneauth1/tests/unit/extras/saml2/fixtures/templates/soap_response.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates
running install_lib
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1
copying build/lib/keystoneauth1/discover.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/_saml2
copying build/lib/keystoneauth1/extras/_saml2/_loading.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/_saml2
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/_saml2/v3
copying build/lib/keystoneauth1/extras/_saml2/v3/adfs.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/_saml2/v3
copying build/lib/keystoneauth1/extras/_saml2/v3/base.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/_saml2/v3
copying build/lib/keystoneauth1/extras/_saml2/v3/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/_saml2/v3
copying build/lib/keystoneauth1/extras/_saml2/v3/saml2.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/_saml2/v3
copying build/lib/keystoneauth1/extras/_saml2/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/_saml2
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/oauth1
copying build/lib/keystoneauth1/extras/oauth1/_loading.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/oauth1
copying build/lib/keystoneauth1/extras/oauth1/v3.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/oauth1
copying build/lib/keystoneauth1/extras/oauth1/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/oauth1
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/kerberos
copying build/lib/keystoneauth1/extras/kerberos/_loading.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/kerberos
copying build/lib/keystoneauth1/extras/kerberos/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/kerberos
copying build/lib/keystoneauth1/extras/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions
copying build/lib/keystoneauth1/exceptions/auth.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions
copying build/lib/keystoneauth1/exceptions/base.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions
copying build/lib/keystoneauth1/exceptions/connection.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions
copying build/lib/keystoneauth1/exceptions/http.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions
copying build/lib/keystoneauth1/exceptions/auth_plugins.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions
copying build/lib/keystoneauth1/exceptions/response.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions
copying build/lib/keystoneauth1/exceptions/oidc.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions
copying build/lib/keystoneauth1/exceptions/catalog.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions
copying build/lib/keystoneauth1/exceptions/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions
copying build/lib/keystoneauth1/exceptions/service_providers.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions
copying build/lib/keystoneauth1/exceptions/discovery.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions
copying build/lib/keystoneauth1/session.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1
copying build/lib/keystoneauth1/_fair_semaphore.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1
copying build/lib/keystoneauth1/plugin.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading
copying build/lib/keystoneauth1/loading/session.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading
copying build/lib/keystoneauth1/loading/base.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading
copying build/lib/keystoneauth1/loading/cli.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins
copying build/lib/keystoneauth1/loading/_plugins/admin_token.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins/identity
copying build/lib/keystoneauth1/loading/_plugins/identity/generic.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins/identity
copying build/lib/keystoneauth1/loading/_plugins/identity/v3.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins/identity
copying build/lib/keystoneauth1/loading/_plugins/identity/v2.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins/identity
copying build/lib/keystoneauth1/loading/_plugins/identity/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins/identity
copying build/lib/keystoneauth1/loading/_plugins/noauth.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins
copying build/lib/keystoneauth1/loading/_plugins/http_basic.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins
copying build/lib/keystoneauth1/loading/_plugins/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins
copying build/lib/keystoneauth1/loading/_utils.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading
copying build/lib/keystoneauth1/loading/conf.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading
copying build/lib/keystoneauth1/loading/opts.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading
copying build/lib/keystoneauth1/loading/adapter.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading
copying build/lib/keystoneauth1/loading/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading
copying build/lib/keystoneauth1/loading/identity.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture
copying build/lib/keystoneauth1/fixture/plugin.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture
copying build/lib/keystoneauth1/fixture/serializer.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture
copying build/lib/keystoneauth1/fixture/v3.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture
copying build/lib/keystoneauth1/fixture/hooks.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture
copying build/lib/keystoneauth1/fixture/exception.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture
copying build/lib/keystoneauth1/fixture/v2.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture
copying build/lib/keystoneauth1/fixture/keystoneauth_betamax.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture
copying build/lib/keystoneauth1/fixture/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture
copying build/lib/keystoneauth1/fixture/discovery.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity
copying build/lib/keystoneauth1/identity/base.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3
copying build/lib/keystoneauth1/identity/v3/oauth2_client_credential.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3
copying build/lib/keystoneauth1/identity/v3/base.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3
copying build/lib/keystoneauth1/identity/v3/password.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3
copying build/lib/keystoneauth1/identity/v3/token.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3
copying build/lib/keystoneauth1/identity/v3/federation.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3
copying build/lib/keystoneauth1/identity/v3/application_credential.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3
copying build/lib/keystoneauth1/identity/v3/oidc.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3
copying build/lib/keystoneauth1/identity/v3/multi_factor.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3
copying build/lib/keystoneauth1/identity/v3/k2k.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3
copying build/lib/keystoneauth1/identity/v3/totp.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3
copying build/lib/keystoneauth1/identity/v3/receipt.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3
copying build/lib/keystoneauth1/identity/v3/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3
copying build/lib/keystoneauth1/identity/v3/tokenless_auth.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3
copying build/lib/keystoneauth1/identity/v3/oauth2_mtls_client_credential.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/generic
copying build/lib/keystoneauth1/identity/generic/base.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/generic
copying build/lib/keystoneauth1/identity/generic/password.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/generic
copying build/lib/keystoneauth1/identity/generic/token.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/generic
copying build/lib/keystoneauth1/identity/generic/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/generic
copying build/lib/keystoneauth1/identity/v2.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity
copying build/lib/keystoneauth1/identity/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity
copying build/lib/keystoneauth1/identity/access.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/unit/test_hacking_checks.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/unit/test_fair_sempahore.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/data
copying build/lib/keystoneauth1/tests/unit/data/keystone_v3_sample_request.json -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/data
copying build/lib/keystoneauth1/tests/unit/data/test_pre_record_hook.json -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/data
copying build/lib/keystoneauth1/tests/unit/data/README -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/data
copying build/lib/keystoneauth1/tests/unit/data/keystone_v2_sample_request.json -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/data
copying build/lib/keystoneauth1/tests/unit/data/ksa_betamax_test_cassette.yaml -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/data
copying build/lib/keystoneauth1/tests/unit/data/keystone_v3_sample_response.json -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/data
copying build/lib/keystoneauth1/tests/unit/data/keystone_v2_sample_response.json -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/data
copying build/lib/keystoneauth1/tests/unit/data/ksa_serializer_data.json -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/data
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2
copying build/lib/keystoneauth1/tests/unit/extras/saml2/test_auth_saml2.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2/examples
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2/examples/xml
copying build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml/ADFS_fault.xml -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2/examples/xml
copying build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml/ADFS_RequestSecurityTokenResponse.xml -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2/examples/xml
copying build/lib/keystoneauth1/tests/unit/extras/saml2/utils.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2
copying build/lib/keystoneauth1/tests/unit/extras/saml2/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures
copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates
copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates/soap_response.xml -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates
copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates/authn_request.xml -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates
copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates/saml_assertion.xml -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates
copying build/lib/keystoneauth1/tests/unit/extras/saml2/test_auth_adfs.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/oauth1
copying build/lib/keystoneauth1/tests/unit/extras/oauth1/test_oauth1_loading.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/oauth1
copying build/lib/keystoneauth1/tests/unit/extras/oauth1/test_oauth1.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/oauth1
copying build/lib/keystoneauth1/tests/unit/extras/oauth1/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/oauth1
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/kerberos
copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_mapped.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/kerberos
copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_fedkerb_loading.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/kerberos
copying build/lib/keystoneauth1/tests/unit/extras/kerberos/base.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/kerberos
copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_v3.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/kerberos
copying build/lib/keystoneauth1/tests/unit/extras/kerberos/utils.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/kerberos
copying build/lib/keystoneauth1/tests/unit/extras/kerberos/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/kerberos
copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_kerberos_loading.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/kerberos
copying build/lib/keystoneauth1/tests/unit/extras/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/exceptions
copying build/lib/keystoneauth1/tests/unit/exceptions/test_exceptions.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/exceptions
copying build/lib/keystoneauth1/tests/unit/exceptions/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/exceptions
copying build/lib/keystoneauth1/tests/unit/test_fixtures.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/unit/test_token_endpoint.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading
copying build/lib/keystoneauth1/tests/unit/loading/test_fixtures.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading
copying build/lib/keystoneauth1/tests/unit/loading/test_adapter.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading
copying build/lib/keystoneauth1/tests/unit/loading/test_loading.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading
copying build/lib/keystoneauth1/tests/unit/loading/test_generic.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading
copying build/lib/keystoneauth1/tests/unit/loading/test_cli.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading
copying build/lib/keystoneauth1/tests/unit/loading/test_entry_points.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading
copying build/lib/keystoneauth1/tests/unit/loading/test_session.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading
copying build/lib/keystoneauth1/tests/unit/loading/test_v3.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading
copying build/lib/keystoneauth1/tests/unit/loading/utils.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading
copying build/lib/keystoneauth1/tests/unit/loading/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading
copying build/lib/keystoneauth1/tests/unit/loading/test_conf.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading
copying build/lib/keystoneauth1/tests/unit/k2k_fixtures.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/unit/test_utils.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity
copying build/lib/keystoneauth1/tests/unit/identity/test_token.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity
copying build/lib/keystoneauth1/tests/unit/identity/test_password.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity
copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v2.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity
copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity
copying build/lib/keystoneauth1/tests/unit/identity/test_identity_common.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity
copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3_oidc.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity
copying build/lib/keystoneauth1/tests/unit/identity/test_access.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity
copying build/lib/keystoneauth1/tests/unit/identity/utils.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity
copying build/lib/keystoneauth1/tests/unit/identity/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity
copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3_federation.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity
copying build/lib/keystoneauth1/tests/unit/identity/test_tokenless_auth.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity
copying build/lib/keystoneauth1/tests/unit/test_betamax_hooks.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/unit/test_matchers.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/access
copying build/lib/keystoneauth1/tests/unit/access/test_v2_service_catalog.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/access
copying build/lib/keystoneauth1/tests/unit/access/test_v2_access.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/access
copying build/lib/keystoneauth1/tests/unit/access/test_v3_service_catalog.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/access
copying build/lib/keystoneauth1/tests/unit/access/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/access
copying build/lib/keystoneauth1/tests/unit/access/test_v3_access.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/access
copying build/lib/keystoneauth1/tests/unit/client_fixtures.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/unit/test_betamax_fixture.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/unit/test_betamax_serializer.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/unit/test_session.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/unit/oidc_fixtures.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/unit/test_service_token.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/unit/test_http_basic.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/unit/utils.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/unit/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/unit/test_noauth.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/unit/test_discovery.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/unit/keystoneauth_fixtures.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/unit/matchers.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit
copying build/lib/keystoneauth1/tests/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests
copying build/lib/keystoneauth1/noauth.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1
copying build/lib/keystoneauth1/http_basic.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/access
copying build/lib/keystoneauth1/access/service_catalog.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/access
copying build/lib/keystoneauth1/access/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/access
copying build/lib/keystoneauth1/access/service_providers.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/access
copying build/lib/keystoneauth1/access/access.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/access
copying build/lib/keystoneauth1/_utils.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1
copying build/lib/keystoneauth1/service_token.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1
creating /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/hacking
copying build/lib/keystoneauth1/hacking/checks.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/hacking
copying build/lib/keystoneauth1/hacking/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/hacking
copying build/lib/keystoneauth1/token_endpoint.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1
copying build/lib/keystoneauth1/adapter.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1
copying build/lib/keystoneauth1/__init__.py -> /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/discover.py to discover.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/_saml2/_loading.py to _loading.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/_saml2/v3/adfs.py to adfs.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/_saml2/v3/base.py to base.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/_saml2/v3/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/_saml2/v3/saml2.py to saml2.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/_saml2/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/oauth1/_loading.py to _loading.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/oauth1/v3.py to v3.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/oauth1/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/kerberos/_loading.py to _loading.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/kerberos/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/extras/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions/auth.py to auth.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions/base.py to base.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions/connection.py to connection.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions/http.py to http.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions/auth_plugins.py to auth_plugins.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions/response.py to response.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions/oidc.py to oidc.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions/catalog.py to catalog.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions/service_providers.py to service_providers.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/exceptions/discovery.py to discovery.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/session.py to session.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/_fair_semaphore.py to _fair_semaphore.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/plugin.py to plugin.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/session.py to session.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/base.py to base.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/cli.py to cli.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins/admin_token.py to admin_token.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins/identity/generic.py to generic.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins/identity/v3.py to v3.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins/identity/v2.py to v2.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins/identity/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins/noauth.py to noauth.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins/http_basic.py to http_basic.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_plugins/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/_utils.py to _utils.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/conf.py to conf.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/opts.py to opts.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/adapter.py to adapter.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/loading/identity.py to identity.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture/plugin.py to plugin.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture/serializer.py to serializer.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture/v3.py to v3.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture/hooks.py to hooks.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture/exception.py to exception.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture/v2.py to v2.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture/keystoneauth_betamax.py to keystoneauth_betamax.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/fixture/discovery.py to discovery.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/base.py to base.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3/oauth2_client_credential.py to oauth2_client_credential.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3/base.py to base.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3/password.py to password.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3/token.py to token.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3/federation.py to federation.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3/application_credential.py to application_credential.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3/oidc.py to oidc.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3/multi_factor.py to multi_factor.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3/k2k.py to k2k.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3/totp.py to totp.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3/receipt.py to receipt.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3/tokenless_auth.py to tokenless_auth.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v3/oauth2_mtls_client_credential.py to oauth2_mtls_client_credential.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/generic/base.py to base.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/generic/password.py to password.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/generic/token.py to token.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/generic/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/v2.py to v2.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/identity/access.py to access.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/test_hacking_checks.py to test_hacking_checks.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/test_fair_sempahore.py to test_fair_sempahore.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2/test_auth_saml2.py to test_auth_saml2.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2/utils.py to utils.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/saml2/test_auth_adfs.py to test_auth_adfs.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/oauth1/test_oauth1_loading.py to test_oauth1_loading.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/oauth1/test_oauth1.py to test_oauth1.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/oauth1/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_mapped.py to test_mapped.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_fedkerb_loading.py to test_fedkerb_loading.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/kerberos/base.py to base.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_v3.py to test_v3.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/kerberos/utils.py to utils.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/kerberos/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_kerberos_loading.py to test_kerberos_loading.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/extras/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/exceptions/test_exceptions.py to test_exceptions.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/exceptions/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/test_fixtures.py to test_fixtures.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/test_token_endpoint.py to test_token_endpoint.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading/test_fixtures.py to test_fixtures.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading/test_adapter.py to test_adapter.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading/test_loading.py to test_loading.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading/test_generic.py to test_generic.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading/test_cli.py to test_cli.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading/test_entry_points.py to test_entry_points.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading/test_session.py to test_session.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading/test_v3.py to test_v3.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading/utils.py to utils.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/loading/test_conf.py to test_conf.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/k2k_fixtures.py to k2k_fixtures.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/test_utils.py to test_utils.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity/test_token.py to test_token.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity/test_password.py to test_password.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity/test_identity_v2.py to test_identity_v2.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3.py to test_identity_v3.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity/test_identity_common.py to test_identity_common.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3_oidc.py to test_identity_v3_oidc.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity/test_access.py to test_access.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity/utils.py to utils.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3_federation.py to test_identity_v3_federation.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/identity/test_tokenless_auth.py to test_tokenless_auth.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/test_betamax_hooks.py to test_betamax_hooks.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/test_matchers.py to test_matchers.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/access/test_v2_service_catalog.py to test_v2_service_catalog.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/access/test_v2_access.py to test_v2_access.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/access/test_v3_service_catalog.py to test_v3_service_catalog.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/access/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/access/test_v3_access.py to test_v3_access.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/client_fixtures.py to client_fixtures.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/test_betamax_fixture.py to test_betamax_fixture.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/test_betamax_serializer.py to test_betamax_serializer.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/test_session.py to test_session.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/oidc_fixtures.py to oidc_fixtures.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/test_service_token.py to test_service_token.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/test_http_basic.py to test_http_basic.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/utils.py to utils.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/test_noauth.py to test_noauth.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/test_discovery.py to test_discovery.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/keystoneauth_fixtures.py to keystoneauth_fixtures.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/unit/matchers.py to matchers.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/tests/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/noauth.py to noauth.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/http_basic.py to http_basic.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/access/service_catalog.py to service_catalog.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/access/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/access/service_providers.py to service_providers.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/access/access.py to access.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/_utils.py to _utils.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/service_token.py to service_token.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/hacking/checks.py to checks.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/hacking/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/token_endpoint.py to token_endpoint.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/adapter.py to adapter.cpython-314.pyc
byte-compiling /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1/__init__.py to __init__.cpython-314.pyc
writing byte-compilation script '/tmp/tmplq4qq080.py'
/usr/bin/python /tmp/tmplq4qq080.py
removing /tmp/tmplq4qq080.py
running install_egg_info
Copying keystoneauth1.egg-info to /build/python-keystoneauth1/pkg/python-keystoneauth1/usr/lib/python3.14/site-packages/keystoneauth1-5.8.0-py3.14.egg-info
running install_scripts
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-keystoneauth1"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-keystoneauth1 5.8.0-4 (Mon Jan 12 00:15:47 2026)
==> Cleaning up...
[?12l[?25h