Your message dated Fri, 17 Oct 2025 11:19:50 +0000
with message-id <[email protected]>
and subject line Bug#1117587: Removed package(s) from unstable
has caused the Debian Bug report #1117427,
regarding python-sushy-oem-idrac: FTBFS: FAIL: 
sushy_oem_idrac.tests.unit.resources.manager.test_manager.ManagerTestCase.test_set_virtual_boot_device_cd_no_manager_passed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1117427: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117427
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-sushy-oem-idrac
Version: 5.0.0-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202510/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:python-sushy-oem-idrac, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh clean --buildsystem=pybuild --with python3
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh binary --buildsystem=pybuild --with python3
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild

[... snipped ...]

  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File 
"/usr/lib/python3/dist-packages/sushy/oem/dell/resources/manager/manager.py", 
line 28, in <module>
    from sushy.oem.dell import asynchronous
  File "/usr/lib/python3/dist-packages/sushy/oem/dell/__init__.py", line 16, in 
<module>
    from sushy.oem.dell.resources.system.constants import *  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sushy.oem.dell.resources.system'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/sushy_oem_idrac/tests/unit/resources/manager/test_manager.py",
 line 477, in test_reset_idrac_with_wait_true
    oem_manager = self.manager.get_oem_extension('Dell')
  File "/usr/lib/python3/dist-packages/sushy/resources/base.py", line 780, in 
get_oem_extension
    return oem.get_resource_extension_by_vendor(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.resource_name, vendor, self)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sushy/resources/oem/common.py", line 
100, in get_resource_extension_by_vendor
    resource_extn_mgr = _get_extension_manager_of_resource(resource_name)
  File "/usr/lib/python3/dist-packages/sushy/utils.py", line 341, in wrapper
    return wrapped(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/sushy/resources/oem/common.py", line 77, 
in _get_extension_manager_of_resource
    _create_extension_manager(resource_namespace, resource_name)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sushy/resources/oem/common.py", line 42, 
in _create_extension_manager
    stevedore.ExtensionManager(namespace=namespace,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
                               propagate_map_exceptions=True,
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                               on_load_failure_callback=_raise))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 118, in 
__init__
    extensions = self._load_plugins(invoke_on_load,
                                    invoke_args,
                                    invoke_kwds,
                                    verify_requirements)
  File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in 
_load_plugins
    self._on_load_failure_callback(self, ep, err)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sushy/resources/oem/common.py", line 27, 
in _raise
    raise exceptions.ExtensionError(
        error=f'Failed to load entry point target: {e}')
sushy.exceptions.ExtensionError: Sushy Extension Error: Failed to load entry 
point target: No module named 'sushy.oem.dell.resources.system'


======================================================================
FAIL: 
sushy_oem_idrac.tests.unit.resources.manager.test_manager.ManagerTestCase.test_set_virtual_boot_device_cd
sushy_oem_idrac.tests.unit.resources.manager.test_manager.ManagerTestCase.test_set_virtual_boot_device_cd
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 206, in 
_load_plugins
    ext = self._load_one_plugin(ep,
                                invoke_on_load,
    ...<2 lines>...
                                verify_requirements,
                                )
  File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 240, in 
_load_one_plugin
    plugin = ep.load()
  File "/usr/lib/python3.13/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File 
"/usr/lib/python3/dist-packages/sushy/oem/dell/resources/manager/manager.py", 
line 28, in <module>
    from sushy.oem.dell import asynchronous
  File "/usr/lib/python3/dist-packages/sushy/oem/dell/__init__.py", line 16, in 
<module>
    from sushy.oem.dell.resources.system.constants import *  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sushy.oem.dell.resources.system'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.13/unittest/mock.py", line 1426, in patched
    return func(*newargs, **newkeywargs)
  File 
"/<<PKGBUILDDIR>>/sushy_oem_idrac/tests/unit/resources/manager/test_manager.py",
 line 64, in test_set_virtual_boot_device_cd
    oem = self.manager.get_oem_extension('Dell')
  File "/usr/lib/python3/dist-packages/sushy/resources/base.py", line 780, in 
get_oem_extension
    return oem.get_resource_extension_by_vendor(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.resource_name, vendor, self)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sushy/resources/oem/common.py", line 
100, in get_resource_extension_by_vendor
    resource_extn_mgr = _get_extension_manager_of_resource(resource_name)
  File "/usr/lib/python3/dist-packages/sushy/utils.py", line 341, in wrapper
    return wrapped(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/sushy/resources/oem/common.py", line 77, 
in _get_extension_manager_of_resource
    _create_extension_manager(resource_namespace, resource_name)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sushy/resources/oem/common.py", line 42, 
in _create_extension_manager
    stevedore.ExtensionManager(namespace=namespace,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
                               propagate_map_exceptions=True,
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                               on_load_failure_callback=_raise))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 118, in 
__init__
    extensions = self._load_plugins(invoke_on_load,
                                    invoke_args,
                                    invoke_kwds,
                                    verify_requirements)
  File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in 
_load_plugins
    self._on_load_failure_callback(self, ep, err)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sushy/resources/oem/common.py", line 27, 
in _raise
    raise exceptions.ExtensionError(
        error=f'Failed to load entry point target: {e}')
sushy.exceptions.ExtensionError: Sushy Extension Error: Failed to load entry 
point target: No module named 'sushy.oem.dell.resources.system'


======================================================================
FAIL: 
sushy_oem_idrac.tests.unit.resources.manager.test_manager.ManagerTestCase.test_set_virtual_boot_device_cd_no_manager_passed
sushy_oem_idrac.tests.unit.resources.manager.test_manager.ManagerTestCase.test_set_virtual_boot_device_cd_no_manager_passed
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 206, in 
_load_plugins
    ext = self._load_one_plugin(ep,
                                invoke_on_load,
    ...<2 lines>...
                                verify_requirements,
                                )
  File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 240, in 
_load_one_plugin
    plugin = ep.load()
  File "/usr/lib/python3.13/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File 
"/usr/lib/python3/dist-packages/sushy/oem/dell/resources/manager/manager.py", 
line 28, in <module>
    from sushy.oem.dell import asynchronous
  File "/usr/lib/python3/dist-packages/sushy/oem/dell/__init__.py", line 16, in 
<module>
    from sushy.oem.dell.resources.system.constants import *  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sushy.oem.dell.resources.system'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.13/unittest/mock.py", line 1426, in patched
    return func(*newargs, **newkeywargs)
  File 
"/<<PKGBUILDDIR>>/sushy_oem_idrac/tests/unit/resources/manager/test_manager.py",
 line 82, in test_set_virtual_boot_device_cd_no_manager_passed
    oem = self.manager.get_oem_extension('Dell')
  File "/usr/lib/python3/dist-packages/sushy/resources/base.py", line 780, in 
get_oem_extension
    return oem.get_resource_extension_by_vendor(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.resource_name, vendor, self)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sushy/resources/oem/common.py", line 
100, in get_resource_extension_by_vendor
    resource_extn_mgr = _get_extension_manager_of_resource(resource_name)
  File "/usr/lib/python3/dist-packages/sushy/utils.py", line 341, in wrapper
    return wrapped(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/sushy/resources/oem/common.py", line 77, 
in _get_extension_manager_of_resource
    _create_extension_manager(resource_namespace, resource_name)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sushy/resources/oem/common.py", line 42, 
in _create_extension_manager
    stevedore.ExtensionManager(namespace=namespace,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
                               propagate_map_exceptions=True,
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                               on_load_failure_callback=_raise))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 118, in 
__init__
    extensions = self._load_plugins(invoke_on_load,
                                    invoke_args,
                                    invoke_kwds,
                                    verify_requirements)
  File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in 
_load_plugins
    self._on_load_failure_callback(self, ep, err)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sushy/resources/oem/common.py", line 27, 
in _raise
    raise exceptions.ExtensionError(
        error=f'Failed to load entry point target: {e}')
sushy.exceptions.ExtensionError: Sushy Extension Error: Failed to load entry 
point target: No module named 'sushy.oem.dell.resources.system'


----------------------------------------------------------------------
Ran 68 tests in 2.495s

FAILED (failures=40)
+ echo ======> STESTR TEST SUITE FAILED FOR python3.13: displaying pip3 freeze 
output...
======> STESTR TEST SUITE FAILED FOR python3.13: displaying pip3 freeze 
output...
+ [ -x /usr/bin/pip3 ]
+ pip3 freeze
WARNING: The directory '/sbuild-nonexistent/.cache/pip' or its parent directory 
is not owned or is not writable by the current user. The cache has been 
disabled. Check the permissions and owner of that directory. If executing pip 
with sudo, you should use sudo's -H flag.
autocommand==2.2.2
autopage==0.4.0
bcrypt==4.3.0
blinker==1.9.0
build==1.2.2
certifi==2025.1.31
chardet==5.2.0
charset-normalizer==3.4.3
cliff==4.11.0
cmd2==2.5.11+ds
coverage==7.8.2
cryptography==44.0.2
debtcollector==3.0.0
decorator==5.2.1
deprecation==2.1.0
docutils==0.21.2
dogpile.cache==1.3.3
dulwich==0.24.2
fixtures==4.2.5
idna==3.10
inflect==7.5.0
iniconfig==1.1.1
installer==0.7.0
iso8601==2.1.0
jaraco.context==6.0.1
jaraco.functools==4.1.0
jaraco.text==4.0.0
jmespath==1.0.1
jsonpatch==1.32
jsonpointer==2.4
keystoneauth1==5.12.0
lxml==6.0.2
Mako==1.3.10.dev0
MarkupSafe==3.0.2
more-itertools==10.8.0
oauthlib==3.3.1
openstacksdk==4.7.1
os-client-config==2.3.0
os-service-types==1.8.0
oslotest==5.0.1
packaging==25.0
pbr==7.0.1
platformdirs==4.4.0
pluggy==1.6.0
prettytable==3.16.0
psutil==7.1.0
Pygments==2.18.0
PyJWT==2.10.1
pyperclip==1.11.0
pyproject_hooks==1.2.0
pytest==8.4.2
python-dateutil==2.9.0
python-subunit==1.4.4
PyYAML==6.0.2
reno==4.1.0
requests==2.32.5
requestsexceptions==1.4.0
roman==5.1
setuptools==78.1.1
stestr==4.2.0
stevedore==5.5.0
sushy==5.7.1
testscenarios==0.5.0
testtools==2.7.2
tomlkit==0.13.2
typeguard==4.4.4
typing_extensions==4.15.0
urllib3==2.5.0
voluptuous==0.15.2
wcwidth==0.2.13
wheel==0.46.1
wrapt==1.17.3
zipp==3.23.0
+ exit 1
make[1]: *** [debian/rules:13: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Version: 5.0.0-2+rm

Dear submitter,

as the package python-sushy-oem-idrac has just been removed from the Debian 
archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1117587

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to