Package: src:pymonoprice Version: 0.5-1 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/202512/ 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:pymonoprice, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --buildsystem=pybuild dh_auto_clean -O--buildsystem=pybuild dh_autoreconf_clean -O--buildsystem=pybuild dh_clean -O--buildsystem=pybuild debian/rules binary dh binary --buildsystem=pybuild dh_update_autotools_config -O--buildsystem=pybuild dh_autoreconf -O--buildsystem=pybuild dh_auto_configure -O--buildsystem=pybuild dh_auto_build -O--buildsystem=pybuild I: pybuild plugin_pyproject:131: Building wheel for python3.14 with "build" module I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14 * Building wheel... running bdist_wheel [... snipped ...] ^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_monoprice.py:335: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7f6b763b6ba0> def get_event_loop(self): """Get the event loop for the current context. Returns an instance of EventLoop or raises an exception. """ if self._local._loop is None: > raise RuntimeError('There is no current event loop in thread %r.' % threading.current_thread().name) E RuntimeError: There is no current event loop in thread 'MainThread'. /usr/lib/python3.14/asyncio/events.py:715: RuntimeError _____________________ TestAsyncMonoprice.test_set_balance ______________________ self = <tests.test_monoprice.TestAsyncMonoprice testMethod=test_set_balance> def setUp(self): self.responses = {} > loop = asyncio.get_event_loop() ^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_monoprice.py:335: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7f6b763b6ba0> def get_event_loop(self): """Get the event loop for the current context. Returns an instance of EventLoop or raises an exception. """ if self._local._loop is None: > raise RuntimeError('There is no current event loop in thread %r.' % threading.current_thread().name) E RuntimeError: There is no current event loop in thread 'MainThread'. /usr/lib/python3.14/asyncio/events.py:715: RuntimeError _______________________ TestAsyncMonoprice.test_set_bass _______________________ self = <tests.test_monoprice.TestAsyncMonoprice testMethod=test_set_bass> def setUp(self): self.responses = {} > loop = asyncio.get_event_loop() ^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_monoprice.py:335: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7f6b763b6ba0> def get_event_loop(self): """Get the event loop for the current context. Returns an instance of EventLoop or raises an exception. """ if self._local._loop is None: > raise RuntimeError('There is no current event loop in thread %r.' % threading.current_thread().name) E RuntimeError: There is no current event loop in thread 'MainThread'. /usr/lib/python3.14/asyncio/events.py:715: RuntimeError _______________________ TestAsyncMonoprice.test_set_mute _______________________ self = <tests.test_monoprice.TestAsyncMonoprice testMethod=test_set_mute> def setUp(self): self.responses = {} > loop = asyncio.get_event_loop() ^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_monoprice.py:335: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7f6b763b6ba0> def get_event_loop(self): """Get the event loop for the current context. Returns an instance of EventLoop or raises an exception. """ if self._local._loop is None: > raise RuntimeError('There is no current event loop in thread %r.' % threading.current_thread().name) E RuntimeError: There is no current event loop in thread 'MainThread'. /usr/lib/python3.14/asyncio/events.py:715: RuntimeError ______________________ TestAsyncMonoprice.test_set_power _______________________ self = <tests.test_monoprice.TestAsyncMonoprice testMethod=test_set_power> def setUp(self): self.responses = {} > loop = asyncio.get_event_loop() ^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_monoprice.py:335: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7f6b763b6ba0> def get_event_loop(self): """Get the event loop for the current context. Returns an instance of EventLoop or raises an exception. """ if self._local._loop is None: > raise RuntimeError('There is no current event loop in thread %r.' % threading.current_thread().name) E RuntimeError: There is no current event loop in thread 'MainThread'. /usr/lib/python3.14/asyncio/events.py:715: RuntimeError ______________________ TestAsyncMonoprice.test_set_source ______________________ self = <tests.test_monoprice.TestAsyncMonoprice testMethod=test_set_source> def setUp(self): self.responses = {} > loop = asyncio.get_event_loop() ^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_monoprice.py:335: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7f6b763b6ba0> def get_event_loop(self): """Get the event loop for the current context. Returns an instance of EventLoop or raises an exception. """ if self._local._loop is None: > raise RuntimeError('There is no current event loop in thread %r.' % threading.current_thread().name) E RuntimeError: There is no current event loop in thread 'MainThread'. /usr/lib/python3.14/asyncio/events.py:715: RuntimeError ______________________ TestAsyncMonoprice.test_set_treble ______________________ self = <tests.test_monoprice.TestAsyncMonoprice testMethod=test_set_treble> def setUp(self): self.responses = {} > loop = asyncio.get_event_loop() ^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_monoprice.py:335: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7f6b763b6ba0> def get_event_loop(self): """Get the event loop for the current context. Returns an instance of EventLoop or raises an exception. """ if self._local._loop is None: > raise RuntimeError('There is no current event loop in thread %r.' % threading.current_thread().name) E RuntimeError: There is no current event loop in thread 'MainThread'. /usr/lib/python3.14/asyncio/events.py:715: RuntimeError ______________________ TestAsyncMonoprice.test_set_volume ______________________ self = <tests.test_monoprice.TestAsyncMonoprice testMethod=test_set_volume> def setUp(self): self.responses = {} > loop = asyncio.get_event_loop() ^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_monoprice.py:335: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7f6b763b6ba0> def get_event_loop(self): """Get the event loop for the current context. Returns an instance of EventLoop or raises an exception. """ if self._local._loop is None: > raise RuntimeError('There is no current event loop in thread %r.' % threading.current_thread().name) E RuntimeError: There is no current event loop in thread 'MainThread'. /usr/lib/python3.14/asyncio/events.py:715: RuntimeError _______________________ TestAsyncMonoprice.test_timeout ________________________ self = <tests.test_monoprice.TestAsyncMonoprice testMethod=test_timeout> def setUp(self): self.responses = {} > loop = asyncio.get_event_loop() ^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_monoprice.py:335: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7f6b763b6ba0> def get_event_loop(self): """Get the event loop for the current context. Returns an instance of EventLoop or raises an exception. """ if self._local._loop is None: > raise RuntimeError('There is no current event loop in thread %r.' % threading.current_thread().name) E RuntimeError: There is no current event loop in thread 'MainThread'. /usr/lib/python3.14/asyncio/events.py:715: RuntimeError _____________________ TestAsyncMonoprice.test_zone_status ______________________ self = <tests.test_monoprice.TestAsyncMonoprice testMethod=test_zone_status> def setUp(self): self.responses = {} > loop = asyncio.get_event_loop() ^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_monoprice.py:335: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7f6b763b6ba0> def get_event_loop(self): """Get the event loop for the current context. Returns an instance of EventLoop or raises an exception. """ if self._local._loop is None: > raise RuntimeError('There is no current event loop in thread %r.' % threading.current_thread().name) E RuntimeError: There is no current event loop in thread 'MainThread'. /usr/lib/python3.14/asyncio/events.py:715: RuntimeError =========================== short test summary info ============================ FAILED tests/test_monoprice.py::TestAsyncMonoprice::test_all_zone_status - Ru... FAILED tests/test_monoprice.py::TestAsyncMonoprice::test_all_zone_status_incomplete_data FAILED tests/test_monoprice.py::TestAsyncMonoprice::test_all_zone_status_invalid_unit FAILED tests/test_monoprice.py::TestAsyncMonoprice::test_restore_zone - Runti... FAILED tests/test_monoprice.py::TestAsyncMonoprice::test_set_balance - Runtim... FAILED tests/test_monoprice.py::TestAsyncMonoprice::test_set_bass - RuntimeEr... FAILED tests/test_monoprice.py::TestAsyncMonoprice::test_set_mute - RuntimeEr... FAILED tests/test_monoprice.py::TestAsyncMonoprice::test_set_power - RuntimeE... FAILED tests/test_monoprice.py::TestAsyncMonoprice::test_set_source - Runtime... FAILED tests/test_monoprice.py::TestAsyncMonoprice::test_set_treble - Runtime... FAILED tests/test_monoprice.py::TestAsyncMonoprice::test_set_volume - Runtime... FAILED tests/test_monoprice.py::TestAsyncMonoprice::test_timeout - RuntimeErr... FAILED tests/test_monoprice.py::TestAsyncMonoprice::test_zone_status - Runtim... ======================== 13 failed, 16 passed in 2.16s ========================= E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest tests I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest tests ============================= test session starts ============================== platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0 rootdir: /<<PKGBUILDDIR>> plugins: typeguard-4.4.4 collected 29 items tests/test_monoprice.py ............................. [100%] =============================== warnings summary =============================== .pybuild/cpython3_3.13/build/tests/test_monoprice.py::TestAsyncMonoprice::test_all_zone_status /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_monoprice.py:335: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 29 passed, 1 warning in 4.08s ========================= dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 3.13" returned exit code 13 make: *** [debian/rules:3: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

