Source: gnocchi Version: 4.7.0-2 Severity: serious Tags: ftbfs Forwarded: https://github.com/gnocchixyz/gnocchi/pull/1482
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gnocchi.html ... ====================================================================== FAIL: gnocchi.tests.test_chef.TestChef.test_auto_clean_expired_resources_no_resources gnocchi.tests.test_chef.TestChef.test_auto_clean_expired_resources_no_resources ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last): File "/build/reproducible-path/gnocchi-4.7.0/gnocchi/tests/base.py", line 59, in skip_if_not_implemented return func(*args, **kwargs) File "/build/reproducible-path/gnocchi-4.7.0/gnocchi/tests/test_chef.py", line 94, in test_auto_clean_expired_resources_no_resources self.assertEquals(1, list_resources_mock.call_count) ^^^^^^^^^^^^^^^^^ AttributeError: 'TestChef' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'? ... ====================================================================== FAIL: gnocchi.tests.test_rest.MetricTest.test_get_measures_with_another_user_allowed(remoteuser) gnocchi.tests.test_rest.MetricTest.test_get_measures_with_another_user_allowed(remoteuser) ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last): File "/build/reproducible-path/gnocchi-4.7.0/gnocchi/tests/base.py", line 59, in skip_if_not_implemented return func(*args, **kwargs) File "/build/reproducible-path/gnocchi-4.7.0/gnocchi/tests/test_rest.py", line 534, in test_get_measures_with_another_user_allowed with self.app.use_another_user(): ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/contextlib.py", line 141, in __enter__ return next(self.gen) File "/build/reproducible-path/gnocchi-4.7.0/gnocchi/tests/test_rest.py", line 99, in use_another_user raise testcase.TestSkipped("Auth mode is not Keystone") ^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'testtools.testcase' has no attribute 'TestSkipped' ... FAILED (failures=68, skipped=1) ...

