Your message dated Sun, 24 May 2026 17:18:41 +0000
with message-id <[email protected]>
and subject line Bug#1114287: fixed in python-aioasuswrt 1.4.0-3
has caused the Debian Bug report #1114287,
regarding python-aioasuswrt: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p 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.)


-- 
1114287: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114287
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-aioasuswrt
Version: 1.4.0-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

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 could not 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:python-aioasuswrt, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh clean --buildsystem=pybuild --with python3
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh binary --buildsystem=pybuild --with python3
   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:129: Building wheel for python3.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13  
* 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:599: 
SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 
'metadata' (setup.cfg), please use the underscore name 'description_file' 
instead.
!!

        
********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in 
future
        versions. Please use the underscore name 'description_file' instead.
        (Affected: aioasuswrt).

        By 2026-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self._enforce_underscore(opt, section)
/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
running build
running build_py
creating build/lib/aioasuswrt
copying aioasuswrt/connection.py -> build/lib/aioasuswrt
copying aioasuswrt/helpers.py -> build/lib/aioasuswrt
copying aioasuswrt/asuswrt.py -> build/lib/aioasuswrt
copying aioasuswrt/__init__.py -> build/lib/aioasuswrt
creating build/lib/aioasuswrt/mocks
copying aioasuswrt/mocks/telnet_mock.py -> build/lib/aioasuswrt/mocks
copying aioasuswrt/mocks/__init__.py -> build/lib/aioasuswrt/mocks
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/aioasuswrt
copying build/lib/aioasuswrt/connection.py -> 
build/bdist.linux-x86_64/wheel/./aioasuswrt
copying build/lib/aioasuswrt/helpers.py -> 
build/bdist.linux-x86_64/wheel/./aioasuswrt
copying build/lib/aioasuswrt/asuswrt.py -> 
build/bdist.linux-x86_64/wheel/./aioasuswrt
creating build/bdist.linux-x86_64/wheel/aioasuswrt/mocks
copying build/lib/aioasuswrt/mocks/telnet_mock.py -> 
build/bdist.linux-x86_64/wheel/./aioasuswrt/mocks
copying build/lib/aioasuswrt/mocks/__init__.py -> 
build/bdist.linux-x86_64/wheel/./aioasuswrt/mocks
copying build/lib/aioasuswrt/__init__.py -> 
build/bdist.linux-x86_64/wheel/./aioasuswrt
running install_egg_info
running egg_info
creating aioasuswrt.egg-info
writing aioasuswrt.egg-info/PKG-INFO
writing dependency_links to aioasuswrt.egg-info/dependency_links.txt
writing requirements to aioasuswrt.egg-info/requires.txt
writing top-level names to aioasuswrt.egg-info/top_level.txt
writing manifest file 'aioasuswrt.egg-info/SOURCES.txt'
reading manifest file 'aioasuswrt.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.md'
writing manifest file 'aioasuswrt.egg-info/SOURCES.txt'
Copying aioasuswrt.egg-info to 
build/bdist.linux-x86_64/wheel/./aioasuswrt-1.4.0.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/aioasuswrt-1.4.0.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/.tmp-xq5h1zcd/aioasuswrt-1.4.0-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'aioasuswrt/__init__.py'
adding 'aioasuswrt/asuswrt.py'
adding 'aioasuswrt/connection.py'
adding 'aioasuswrt/helpers.py'
adding 'aioasuswrt/mocks/__init__.py'
adding 'aioasuswrt/mocks/telnet_mock.py'
adding 'aioasuswrt-1.4.0.dist-info/licenses/LICENSE.md'
adding 'aioasuswrt-1.4.0.dist-info/METADATA'
adding 'aioasuswrt-1.4.0.dist-info/WHEEL'
adding 'aioasuswrt-1.4.0.dist-info/top_level.txt'
adding 'aioasuswrt-1.4.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built aioasuswrt-1.4.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; 
python3.13 -m pytest -v --ignore tests/test_regex.py
============================= test session starts ==============================
platform linux -- Python 3.13.7, pytest-8.4.1, pluggy-1.6.0 -- 
/usr/bin/python3.13
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>
configfile: setup.cfg
plugins: cov-5.0.0, typeguard-4.4.4
collecting ... collected 5 items

tests/test_connection.py::TestTelnetConnection::test_determine_linelength 
PASSED [ 20%]
tests/test_connection.py::TestTelnetConnection::test_determine_linelength_inf 
PASSED [ 40%]
tests/test_connection.py::test_sending_cmds FAILED                       [ 60%]

=================================== FAILURES ===================================
______________________________ test_sending_cmds _______________________________
async def functions are not natively supported.
You need to install a suitable plugin for your async framework, for example:
  - anyio
  - pytest-asyncio
  - pytest-tornasync
  - pytest-trio
  - pytest-twisted
=============================== warnings summary ===============================
tests/test_connection.py:270
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_connection.py:270: 
PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo?  You 
can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.asyncio

tests/test_connection.py:286
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_connection.py:286: 
PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo?  You 
can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.asyncio

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
============================= slowest 10 durations =============================

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED tests/test_connection.py::test_sending_cmds - Failed: async def functi...
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
=================== 1 failed, 2 passed, 2 warnings in 0.10s ====================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest -v --ignore 
tests/test_regex.py
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-aioasuswrt
Source-Version: 1.4.0-3
Done: Ananthu C V <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-aioasuswrt, 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.
Ananthu C V <[email protected]> (supplier of updated python-aioasuswrt 
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: Sun, 24 May 2026 23:52:33 +0700
Source: python-aioasuswrt
Architecture: source
Version: 1.4.0-3
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team <[email protected]>
Changed-By: Ananthu C V <[email protected]>
Closes: 1114287
Changes:
 python-aioasuswrt (1.4.0-3) unstable; urgency=medium
 .
   * Team upload
   * add pytest-asyncio build dependency (Closes: #1114287)
Checksums-Sha1:
 6941e93dc096fb411e0d82ca278116ecc3241cb0 2233 python-aioasuswrt_1.4.0-3.dsc
 547feaf6612b0622509aa1e3f12c9a8a87c07668 2196 
python-aioasuswrt_1.4.0-3.debian.tar.xz
 846eb2208102d008085be08e34456dd4cc635eba 7460 
python-aioasuswrt_1.4.0-3_amd64.buildinfo
Checksums-Sha256:
 317e5906abea0989a3963c9ee90b910afc224d41e48b265b926a16cd22f621a6 2233 
python-aioasuswrt_1.4.0-3.dsc
 53fa6801762035eda112edf2bd2911b515859ae95c77ff6bb7ef49bdb07c6cc0 2196 
python-aioasuswrt_1.4.0-3.debian.tar.xz
 1a4d130fa191145f0dd703e8d87781129fe3e1e8c2ffaf9a04b9de0493203b76 7460 
python-aioasuswrt_1.4.0-3_amd64.buildinfo
Files:
 a33406be3cc121def02b5f6f0820db74 2233 python optional 
python-aioasuswrt_1.4.0-3.dsc
 72b163ae0cd778e4460f7aaed783e5ca 2196 python optional 
python-aioasuswrt_1.4.0-3.debian.tar.xz
 9654a34eac18f830ce8594e783fc5fbf 7460 python optional 
python-aioasuswrt_1.4.0-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEUtW9Dn1NsITjS1hl1KQc+t2yDbUFAmoTLd0ACgkQ1KQc+t2y
DbUEPhAApOSEfohuTqVy+6cpoN3mRzO3GJUjKQbkl23yZ61C2H3UdvhFI/wlII/h
en7SXyK7mQpXD+U5pD83rQ6U9OzNF3iI+8RHJ9GhXZNXLdYXJSEWZOfMk+RE+HYw
6sDx55Yk5j6z1qiA2A4anSO/CNG5+1Z9FD6PY4fXPAIWN672VGhp35nPkI33sTpm
CGF7G8AJGXTnJzRCgFWJ8pTuH5KpUDd+S5j4GrCfhpP2Gl7v6ZOHz8KEwRzCSB6b
Zy6tP/0OXXnezhZHEK8E9NIdsI53moKqGqIMVTzCULBdIxS1KUkbhmARvvcoo5TX
hIUeXiy0HwmIr8Qbi5RlCZg8fD+8B5Ib+4EbRNaPSmoh82sQ664Rg5YfYfxnNjms
dGO5RoL6wX10jNmurF/8ffHRGlCgQOyOiVFE8I8PQdJYLH9jTcFT6gugJhy7xZ+Y
wCAVvPMqGRD/B/0QcupohZ/1iCa5TWdxGk9lXnWGI0s84jwQ/xFVt9c/OlgH9ywq
f7DSjM2DAv5WvyYFyGSAgZfHLhoyxjb/DQ81RM6nhHiJYfVVnrObwLyBz58qWoAu
vWB8u5ZKuGucF7TMirwuT9xQGLqQBpH8bhJBU5oD/OWMLAlh60+xbyGExm5NAXPM
3peG3nza33eBrRsUBlPFwQFKV7/kQGhY6bNBetb3KLiUIIKZo4k=
=/vj5
-----END PGP SIGNATURE-----

Attachment: pgp0HxsmdaSnj.pgp
Description: PGP signature


--- End Message ---

Reply via email to