Your message dated Mon, 15 Sep 2025 15:06:40 +0000
with message-id <[email protected]>
and subject line Bug#1114332: fixed in python-sluurp 0.4.1-4
has caused the Debian Bug report #1114332,
regarding python-sluurp: 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.)
--
1114332: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114332
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-sluurp
Version: 0.4.1-3
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-sluurp, 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: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/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/sluurp
copying src/sluurp/job.py -> build/lib/sluurp
copying src/sluurp/executor.py -> build/lib/sluurp
copying src/sluurp/utils.py -> build/lib/sluurp
copying src/sluurp/__init__.py -> build/lib/sluurp
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/sluurp
copying build/lib/sluurp/job.py -> build/bdist.linux-x86_64/wheel/./sluurp
copying build/lib/sluurp/executor.py -> build/bdist.linux-x86_64/wheel/./sluurp
copying build/lib/sluurp/utils.py -> build/bdist.linux-x86_64/wheel/./sluurp
copying build/lib/sluurp/__init__.py -> build/bdist.linux-x86_64/wheel/./sluurp
running install_egg_info
running egg_info
creating src/sluurp.egg-info
writing src/sluurp.egg-info/PKG-INFO
writing dependency_links to src/sluurp.egg-info/dependency_links.txt
writing requirements to src/sluurp.egg-info/requires.txt
writing top-level names to src/sluurp.egg-info/top_level.txt
writing manifest file 'src/sluurp.egg-info/SOURCES.txt'
reading manifest file 'src/sluurp.egg-info/SOURCES.txt'
adding license file 'LICENSE.md'
writing manifest file 'src/sluurp.egg-info/SOURCES.txt'
Copying src/sluurp.egg-info to
build/bdist.linux-x86_64/wheel/./sluurp-0.4.0.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/sluurp-0.4.0.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/.tmp-vhmhxr6h/sluurp-0.4.0-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'sluurp/__init__.py'
adding 'sluurp/executor.py'
adding 'sluurp/job.py'
adding 'sluurp/utils.py'
adding 'sluurp-0.4.0.dist-info/licenses/LICENSE.md'
adding 'sluurp-0.4.0.dist-info/METADATA'
adding 'sluurp-0.4.0.dist-info/WHEEL'
adding 'sluurp-0.4.0.dist-info/top_level.txt'
adding 'sluurp-0.4.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built sluurp-0.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
============================= test session starts ==============================
platform linux -- Python 3.13.7, pytest-8.4.1, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: pyproject.toml
plugins: typeguard-4.4.4
collected 7 items
tests/test_job.py .Fss.. [ 85%]
tests/test_utils.py . [100%]
=================================== FAILURES ===================================
__________________________ test_job_script_submission __________________________
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_job.py:39
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_job.py:39:
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_job.py:73
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_job.py:73:
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_job.py:98
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_job.py:98:
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
=========================== short test summary info ============================
FAILED tests/test_job.py::test_job_script_submission - Failed: async def func...
============== 1 failed, 4 passed, 2 skipped, 3 warnings in 0.03s ==============
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13
returned exit code 13
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: python-sluurp
Source-Version: 0.4.1-4
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-sluurp, 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.
Colin Watson <[email protected]> (supplier of updated python-sluurp 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: Mon, 15 Sep 2025 15:39:00 +0100
Source: python-sluurp
Architecture: source
Version: 0.4.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1114332
Changes:
python-sluurp (0.4.1-4) unstable; urgency=medium
.
* Team upload.
* Build-depend on python3-pytest-asyncio (closes: #1114332).
Checksums-Sha1:
cb4de950eb57e87d3c6ca9b795fce71cd5ce6b7e 2499 python-sluurp_0.4.1-4.dsc
52fbee8853a2a7abfbe6f05bf1907794686a6f12 1988
python-sluurp_0.4.1-4.debian.tar.xz
0323008a372e6cdfb04cf27374ec643bf49ba7b1 64908 python-sluurp_0.4.1-4.git.tar.xz
d027c6821e20ea1b20435982cc51702a2abc14e2 18242
python-sluurp_0.4.1-4_source.buildinfo
Checksums-Sha256:
cd2e0f15d27c345a55e22f4e6d75814dc2c4626469e0255ef1e0c2d49ebb57de 2499
python-sluurp_0.4.1-4.dsc
327d0a32110a8f7e8e0b5c4a1c54752bb656e88026c34ac67f6753990e3d7b1d 1988
python-sluurp_0.4.1-4.debian.tar.xz
d8184d196e65d746eefd5071d3227516baee45138363865a5a17aeac343a7dd9 64908
python-sluurp_0.4.1-4.git.tar.xz
450053c9850245d5b18661c4e3b10a605b9a5fbfe068b09a6e8caee82735e477 18242
python-sluurp_0.4.1-4_source.buildinfo
Files:
84f8240c69ece85d56a4b3a3a8f3a9c2 2499 python optional python-sluurp_0.4.1-4.dsc
2fa2944cd08ee9cbbdd9c56cc08551f1 1988 python optional
python-sluurp_0.4.1-4.debian.tar.xz
ed413c6dbdfe3cbdad4d7bd2b9a30bc0 64908 python optional
python-sluurp_0.4.1-4.git.tar.xz
1abe506018f775d068e38493d515cb8c 18242 python optional
python-sluurp_0.4.1-4_source.buildinfo
Git-Tag-Info: tag=ab22f6c1b4bd7d5de73e2d632f65d49fca5dddcc
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmjIJV0ACgkQYG0ITkaD
wHkxcxAArjXA5xR5nCMaYc5r0vm0zw9vcZnHqrLxPCLYBxS3jmjEDtW36HvR6SXi
GvKDKMZgAH3TwZRv+MPCq44HYz1X/gEr2jCFqmER1kqZRfQAbvDBXxskpUaDLRIt
1xh8UiLoKZy8rEVBMxAlSMTO4IKLVSBpGa+xZ+CjzTVgvl05dxGvI0rvwD9HlH5B
cr3+RoE9/HXraLlqXsqkHhqpd2vK0QAvMKInVGYS2WusHHcOXmcX3wBwb1Idu5uR
hLqmDCL7y2ieUfkxCZ/I5CGczzebIMq0rWjoI0YBBhlHWaftjeIOmOmve0oR+eO3
mBDPFuJElmltRngSlEvq623BInN47GRaugftTbxpaXYhByoBSVgzCwKpAIXwMrQ7
kgfzBXFXzQAhsF76ng29d1ILQBnuhwu5joHobtXcY7R2MKdi12+258eDXcae1D9D
MlU26DKaAo4vToUs1LZdcCaVLlegd9HsLlRKGxtokn5zkx0RYpUfA5L9UOHka8hX
hCRyHj23+tv9IaFdDySWse1ikkhOny09O3d3TeTp6qfeaBhFM/bgJGBZrPwCrAlN
6STuEi7oq1cz1xuNDTe1FlQkWccjPTvZVzfWH7X5OsbDZR8YaJz6m3S7TaeL3kJu
QbMx0eh2XbnM66RIv/56oDrTGx3WdlTymu5IOveuN8iUWi9+bGM=
=TTHs
-----END PGP SIGNATURE-----
pgpitzcgzJ9oP.pgp
Description: PGP signature
--- End Message ---