Source: glance Version: 2:29.0.0-1 Severity: serious User: debian-pyt...@lists.debian.org Usertags: python3.13
Hi Maintainer The autopkgtests of this package fail with Python 3.13 [1]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/g/glance/testing/amd64/ 184s ====================================================================== 184s FAIL: glance.tests.unit.v2.test_cache_management_api.TestCacheWorker.test_worker_lifecycle 184s glance.tests.unit.v2.test_cache_management_api.TestCacheWorker.test_worker_lifecycle 184s ---------------------------------------------------------------------- 184s testtools.testresult.real._StringException: pythonlogging:'': {{{ 184s 2024-11-25 20:12:30,584 INFO [glance.api.v2.cached_images] Signaling cache worker thread to exit 184s 2024-11-25 20:12:30,585 INFO [glance.api.v2.cached_images] Cache worker thread exited 184s }}} 184s 184s Traceback (most recent call last): 184s File "/usr/lib/python3.13/unittest/mock.py", line 1423, in patched 184s return func(*newargs, **newkeywargs) 184s File "/tmp/autopkgtest-lxc.hrhmb75a/downtmp/build.Uov/src/glance/tests/unit/v2/test_cache_management_api.py", line 160, in test_worker_lifecycle 184s self.assertFalse(worker.is_alive()) 184s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ 184s File "/usr/lib/python3.13/unittest/case.py", line 738, in assertFalse 184s raise self.failureException(msg) 184s AssertionError: True is not false 184s 184s 184s ---------------------------------------------------------------------- 184s Ran 2256 tests in 50.135s 184s 184s FAILED (failures=1, skipped=23)