Your message dated Thu, 25 Dec 2025 15:20:39 +0000
with message-id <[email protected]>
and subject line Bug#1123165: fixed in pycec 0.6.0-2
has caused the Debian Bug report #1123165,
regarding pycec: FTBFS: dh_auto_test: error: pybuild --test -i python{version} 
-p "3.14 3.13" returned exit code 13
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.)


-- 
1123165: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123165
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: pycec
Source-Version: 0.6.0-2
Done: Edward Betts <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pycec, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts <[email protected]> (supplier of updated pycec package)

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


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 25 Dec 2025 15:04:52 +0000
Source: pycec
Architecture: source
Version: 0.6.0-2
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team <[email protected]>
Changed-By: Edward Betts <[email protected]>
Closes: 1123165
Changes:
 pycec (0.6.0-2) unstable; urgency=medium
 .
   * Fix asyncio loop setup and queue use in tests. (Closes: #1123165)
   * Switch to autopkgtest-pkg-pybuild.
   * Remove 'Priority: optional', now the default.
   * Remove 'Rules-Requires-Root: no', now the default.
   * Update Standards-Version.
   * Update copyright year.
   * Update debian/watch to format version 5.
   * Simplify debian/rules.
   * Add debian/salsa-ci.yml.
Checksums-Sha1:
 c43765482abfbd1932a23eb8c461f7eab02b8d28 2073 pycec_0.6.0-2.dsc
 3e78300f0000ea47184c2902a8de1815bd3cbe73 3272 pycec_0.6.0-2.debian.tar.xz
 48fd7bd3832ee9bce10032d1503b465a2cc58527 6555 pycec_0.6.0-2_source.buildinfo
Checksums-Sha256:
 1b10d2bd2b3f7d8c626f239febe3814571b0e127cf64b37e526aba5244c3b524 2073 
pycec_0.6.0-2.dsc
 4e7910ee96c705df01f45e1fe487f44631cb07425e6175d437e49b51399ba149 3272 
pycec_0.6.0-2.debian.tar.xz
 fc75765a8dd1729a6d19957aaed7783a242e32a4ef2c230c46fb852801d95217 6555 
pycec_0.6.0-2_source.buildinfo
Files:
 b35420f6c66cbee977205441ffdea159 2073 python optional pycec_0.6.0-2.dsc
 5cad10ebf65d21a44efafcea944ae714 3272 python optional 
pycec_0.6.0-2.debian.tar.xz
 5244463f1218541e74ddb3d9b636aa62 6555 python optional 
pycec_0.6.0-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmlNU08ACgkQlgWhCYxj
uSoG7A/8DLQPWLXGOk4ZWQD3Xl5CA0T+wvCn23G5gTrXnKqW+Cs3dpCWWoyXpo2K
AdXPsb9YxvavamPpbfYyIZQT7uRNosvDcB28GFLjJEUXj+R/3jXa99n5SxIVuK4q
2BZ4wCp7qZIgwLwmhc5kGDbtW0Fik+aGyryJ0JrKNWBM3Vdmm6EnTdjajLD5yy5f
kWZ+xx5uzvkl0B9IxwFSSuAn1oR8FOwvl3p9jwgk+S6fwQELT1U1VNW0o1X1/ujo
MoOFec4cdH5T19wbE9tyI9fcBCeaizzVcKxNNS22mUcZ6PVKFNQsCoAeFY18Ojhi
CjeeEWVSAXT3zDx40LcGNeiNPhoQJndWeUduEeuseA0rwufL7qkukv1Lq2UPgRxW
+Z1yZVUBR8Gqr+Azc4Xqus0hpmnSstUKbK2YfE8CjMVXma9qyE11eaaq9MAKYsx/
JYFRiym1HKmnHLYkXiG/SjLS6keMMnRC7Pg8Tu7z5amf5dFFSWalufeLyI0c7/Gg
1UsLUwfMDqOLTvdCfTOGMLhI666RCZCfnDvQPIm4CjZiWThVQy3/L+pxsr9ya3Ju
yYsKH479KRhUFlIHqc3TVqzBr4vulZ9NpHeKJ7oVDoouIPUqLzPG8goKDQj4y+lT
xmMh/Bys4k8FPiW7K1BtmdNuun0aX8bJS+vqbyFZrTPrYrbqYUA=
=iWhU
-----END PGP SIGNATURE-----

Attachment: pgp0RAq7TzouD.pgp
Description: PGP signature


--- End Message ---

Reply via email to