The package in resolute is failing to build with the following error, it
shouldn't be related to this change, because (re)building
keystone_28.0.0-0ubuntu1.dsc (the one in the archive) fails in the same
way.

+ PYTHON=python3.14 stestr run --parallel --subunit --exclude-regex 
keystone.tests.unit.tests.test_core.TestTestCase.test_deprecation_warnings_are_raised_as_exceptions_in_tests
+ subunit2pyunit

=========================
Failures during discovery
=========================
--- import errors ---
Failed to import test module: keystone.tests.unit
Traceback (most recent call last):
  File "/usr/lib/python3.14/unittest/loader.py", line 460, in _find_test_path
    package = self._get_module_from_name(name)
  File "/usr/lib/python3.14/unittest/loader.py", line 367, in 
_get_module_from_name
    __import__(name)
    ~~~~~~~~~~^^^^^^
  File 
"/build/reproducible-path/keystone-28.0.0/keystone/tests/unit/__init__.py", 
line 15, in <module>
    from keystone.tests.unit.core import *  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/build/reproducible-path/keystone-28.0.0/keystone/tests/unit/core.py", 
line 53, in <module>
    from keystone.identity.backends.ldap import common as ks_ldap
  File 
"/build/reproducible-path/keystone-28.0.0/keystone/identity/__init__.py", line 
15, in <module>
    from keystone.identity.core import *  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/build/reproducible-path/keystone-28.0.0/keystone/identity/core.py", 
line 31, in <module>
    from keystone import assignment  # TODO(lbragstad): Decouple this dependency
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/build/reproducible-path/keystone-28.0.0/keystone/assignment/__init__.py", 
line 15, in <module>
    from keystone.assignment.core import *  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/build/reproducible-path/keystone-28.0.0/keystone/assignment/core.py", 
line 26, in <module>
    from keystone.common.resource_options import options as ro_opt
  File 
"/build/reproducible-path/keystone-28.0.0/keystone/common/resource_options/__init__.py",
 line 13, in <module>
    from keystone.common.resource_options.core import *  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/build/reproducible-path/keystone-28.0.0/keystone/common/resource_options/core.py",
 line 15, in <module>
    from keystone.common import validation
  File 
"/build/reproducible-path/keystone-28.0.0/keystone/common/validation/__init__.py",
 line 14, in <module>
    from keystone.common.validation import validators
  File 
"/build/reproducible-path/keystone-28.0.0/keystone/common/validation/validators.py",
 line 16, in <module>
    import jsonschema
  File "/usr/lib/python3/dist-packages/jsonschema/__init__.py", line 13, in 
<module>
    from jsonschema._format import FormatChecker
  File "/usr/lib/python3/dist-packages/jsonschema/_format.py", line 11, in 
<module>
    from jsonschema.exceptions import FormatError
  File "/usr/lib/python3/dist-packages/jsonschema/exceptions.py", line 15, in 
<module>
    from referencing.exceptions import Unresolvable as _Unresolvable
  File "/usr/lib/python3/dist-packages/referencing/__init__.py", line 5, in 
<module>
    from referencing._core import Anchor, Registry, Resource, Specification
  File "/usr/lib/python3/dist-packages/referencing/_core.py", line 9, in 
<module>
    from rpds import HashTrieMap, HashTrieSet, List
  File "/usr/lib/python3/dist-packages/rpds/__init__.py", line 1, in <module>
    from .rpds import *
ModuleNotFoundError: No module named 'rpds.rpds'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2130370

Title:
  [SRU] keystone-wsgi-public and keystone-wsgi-admin missing from the
  keystone package

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-keystone/+bug/2130370/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to