Package: src:pycec Version: 0.6.0-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:pycec, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --buildsystem=pybuild debian/rules override_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_auto_clean rm -rf pycec.egg-info/ make[1]: Leaving directory '/<<PKGBUILDDIR>>' 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_pycec * Building wheel... /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib/pycec copying pycec/network.py -> build/lib/pycec copying pycec/cec.py -> build/lib/pycec copying pycec/__main__.py -> build/lib/pycec copying pycec/tcp.py -> build/lib/pycec copying pycec/const.py -> build/lib/pycec copying pycec/commands.py -> build/lib/pycec copying pycec/__init__.py -> build/lib/pycec installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/pycec copying build/lib/pycec/network.py -> build/bdist.linux-x86_64/wheel/./pycec copying build/lib/pycec/cec.py -> build/bdist.linux-x86_64/wheel/./pycec copying build/lib/pycec/__main__.py -> build/bdist.linux-x86_64/wheel/./pycec copying build/lib/pycec/tcp.py -> build/bdist.linux-x86_64/wheel/./pycec copying build/lib/pycec/const.py -> build/bdist.linux-x86_64/wheel/./pycec copying build/lib/pycec/commands.py -> build/bdist.linux-x86_64/wheel/./pycec copying build/lib/pycec/__init__.py -> build/bdist.linux-x86_64/wheel/./pycec running install_egg_info running egg_info creating pyCEC.egg-info writing pyCEC.egg-info/PKG-INFO writing dependency_links to pyCEC.egg-info/dependency_links.txt writing entry points to pyCEC.egg-info/entry_points.txt writing top-level names to pyCEC.egg-info/top_level.txt writing manifest file 'pyCEC.egg-info/SOURCES.txt' reading manifest file 'pyCEC.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'pyCEC.egg-info/SOURCES.txt' Copying pyCEC.egg-info to build/bdist.linux-x86_64/wheel/./pyCEC-0.6.0.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/pycec-0.6.0.dist-info/WHEEL creating '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pycec/.tmp-wngkxnt5/pycec-0.6.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'pycec/__init__.py' adding 'pycec/__main__.py' adding 'pycec/cec.py' adding 'pycec/commands.py' adding 'pycec/const.py' adding 'pycec/network.py' adding 'pycec/tcp.py' adding 'pycec-0.6.0.dist-info/licenses/LICENSE' adding 'pycec-0.6.0.dist-info/METADATA' adding 'pycec-0.6.0.dist-info/WHEEL' adding 'pycec-0.6.0.dist-info/entry_points.txt' adding 'pycec-0.6.0.dist-info/top_level.txt' adding 'pycec-0.6.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built pycec-0.6.0-py2.py3-none-any.whl I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with "installer" module I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" module I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pycec * Building wheel... /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() running build running build_py installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/pycec copying build/lib/pycec/network.py -> build/bdist.linux-x86_64/wheel/./pycec copying build/lib/pycec/cec.py -> build/bdist.linux-x86_64/wheel/./pycec copying build/lib/pycec/__main__.py -> build/bdist.linux-x86_64/wheel/./pycec copying build/lib/pycec/tcp.py -> build/bdist.linux-x86_64/wheel/./pycec copying build/lib/pycec/const.py -> build/bdist.linux-x86_64/wheel/./pycec copying build/lib/pycec/commands.py -> build/bdist.linux-x86_64/wheel/./pycec copying build/lib/pycec/__init__.py -> build/bdist.linux-x86_64/wheel/./pycec running install_egg_info running egg_info writing pyCEC.egg-info/PKG-INFO writing dependency_links to pyCEC.egg-info/dependency_links.txt writing entry points to pyCEC.egg-info/entry_points.txt writing top-level names to pyCEC.egg-info/top_level.txt reading manifest file 'pyCEC.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'pyCEC.egg-info/SOURCES.txt' Copying pyCEC.egg-info to build/bdist.linux-x86_64/wheel/./pyCEC-0.6.0.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/pycec-0.6.0.dist-info/WHEEL creating '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pycec/.tmp-o16exkww/pycec-0.6.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'pycec/__init__.py' adding 'pycec/__main__.py' adding 'pycec/cec.py' adding 'pycec/commands.py' adding 'pycec/const.py' adding 'pycec/network.py' adding 'pycec/tcp.py' adding 'pycec-0.6.0.dist-info/licenses/LICENSE' adding 'pycec-0.6.0.dist-info/METADATA' adding 'pycec-0.6.0.dist-info/WHEEL' adding 'pycec-0.6.0.dist-info/entry_points.txt' adding 'pycec-0.6.0.dist-info/top_level.txt' adding 'pycec-0.6.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built pycec-0.6.0-py2.py3-none-any.whl I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with "installer" module dh_auto_test -O--buildsystem=pybuild I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pycec/build; python3.14 -m pytest tests ============================= test session starts ============================== platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0 -- /usr/bin/python3.14 cachedir: .pytest_cache rootdir: /<<PKGBUILDDIR>> configfile: setup.cfg plugins: typeguard-4.4.4 collecting ... collected 20 items tests/datastruct/test_cec_command.py::test_src PASSED [ 5%] tests/datastruct/test_cec_command.py::test_dst PASSED [ 10%] tests/datastruct/test_cec_command.py::test_cmd PASSED [ 15%] tests/datastruct/test_cec_command.py::test_att PASSED [ 20%] tests/datastruct/test_cec_command.py::test_raw PASSED [ 25%] tests/datastruct/test_physical_address.py::test_creation PASSED [ 30%] tests/datastruct/test_physical_address.py::test_aslist PASSED [ 35%] tests/datastruct/test_physical_address.py::test_asint PASSED [ 40%] tests/datastruct/test_physical_address.py::test_ascmd PASSED [ 45%] tests/datastruct/test_physical_address.py::test_str PASSED [ 50%] tests/datastruct/test_physical_address.py::test_raises PASSED [ 55%] tests/test_hdmi_device.py::test_logical_address PASSED [ 60%] tests/test_hdmi_device.py::test_update PASSED [ 65%] tests/test_hdmi_device.py::test_is_on PASSED [ 70%] tests/test_hdmi_device.py::test_is_off PASSED [ 75%] tests/test_hdmi_device.py::test_type PASSED [ 80%] tests/test_hdmi_device.py::test_type_name PASSED [ 85%] tests/test_hdmi_device.py::test_update_callback PASSED [ 90%] tests/test_hdmi_network.py::test_devices FAILED [ 95%] tests/test_hdmi_network.py::test_scan FAILED [100%] =================================== FAILURES =================================== _________________________________ test_devices _________________________________ def test_devices(): > loop = asyncio.get_event_loop() ^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_hdmi_network.py:15: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7fa6f6ebf0e0> 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 __________________________________ test_scan ___________________________________ def test_scan(): > loop = asyncio.get_event_loop() ^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_hdmi_network.py:59: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7fa6f6ebf0e0> 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_hdmi_network.py::test_devices - RuntimeError: There is no c... FAILED tests/test_hdmi_network.py::test_scan - RuntimeError: There is no curr... ========================= 2 failed, 18 passed in 0.07s ========================= E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pycec/build; python3.14 -m pytest tests I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pycec/build; python3.13 -m pytest tests ============================= test session starts ============================== platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0 -- /usr/bin/python3.13 cachedir: .pytest_cache rootdir: /<<PKGBUILDDIR>> configfile: setup.cfg plugins: typeguard-4.4.4 collecting ... collected 20 items tests/datastruct/test_cec_command.py::test_src PASSED [ 5%] tests/datastruct/test_cec_command.py::test_dst PASSED [ 10%] tests/datastruct/test_cec_command.py::test_cmd PASSED [ 15%] tests/datastruct/test_cec_command.py::test_att PASSED [ 20%] tests/datastruct/test_cec_command.py::test_raw PASSED [ 25%] tests/datastruct/test_physical_address.py::test_creation PASSED [ 30%] tests/datastruct/test_physical_address.py::test_aslist PASSED [ 35%] tests/datastruct/test_physical_address.py::test_asint PASSED [ 40%] tests/datastruct/test_physical_address.py::test_ascmd PASSED [ 45%] tests/datastruct/test_physical_address.py::test_str PASSED [ 50%] tests/datastruct/test_physical_address.py::test_raises PASSED [ 55%] tests/test_hdmi_device.py::test_logical_address PASSED [ 60%] tests/test_hdmi_device.py::test_update PASSED [ 65%] tests/test_hdmi_device.py::test_is_on PASSED [ 70%] tests/test_hdmi_device.py::test_is_off PASSED [ 75%] tests/test_hdmi_device.py::test_type PASSED [ 80%] tests/test_hdmi_device.py::test_type_name PASSED [ 85%] tests/test_hdmi_device.py::test_update_callback PASSED [ 90%] tests/test_hdmi_network.py::test_devices PASSED [ 95%] tests/test_hdmi_network.py::test_scan PASSED [100%] =============================== warnings summary =============================== .pybuild/cpython3_3.13_pycec/build/tests/test_hdmi_network.py::test_devices /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pycec/build/tests/test_hdmi_network.py:15: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 20 passed, 1 warning in 0.26s ========================= dh_auto_test: error: pybuild --test -i python{version} -p "3.14 3.13" returned exit code 13 make: *** [debian/rules:7: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

