Your message dated Fri, 19 Sep 2025 15:05:55 +0000
with message-id <[email protected]>
and subject line Bug#1114319: fixed in python-outcome 1.2.0-2
has caused the Debian Bug report #1114319,
regarding python-outcome: 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.)


-- 
1114319: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114319
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-outcome
Version: 1.2.0-1.1
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-outcome, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:311: python3.13 setup.py clean 
/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
        License :: OSI Approved :: Apache Software License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build' (and everything under 
it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.13' does not exist -- can't clean it
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --with python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.13 setup.py config 
/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
        License :: OSI Approved :: Apache Software License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3 setup.py build 
/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
        License :: OSI Approved :: Apache Software License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/outcome
copying src/outcome/_util.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/outcome
copying src/outcome/_version.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/outcome
copying src/outcome/_impl.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/outcome
copying src/outcome/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/outcome
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; 
python3.13 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.7, pytest-8.4.1, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: setup.cfg
plugins: typeguard-4.4.4
collected 10 items

tests/test_async.py FFF                                                  [ 30%]
tests/test_sync.py .......                                               [100%]

=================================== FAILURES ===================================
________________________________ test_acapture _________________________________
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
__________________________________ test_asend __________________________________
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
_________________________ test_traceback_frame_removal _________________________
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 ===============================
../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1474
  /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1474: 
PytestConfigWarning: Unknown config option: asyncio_mode
  
    self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")

tests/test_async.py:9
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_async.py:9: 
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
    pytestmark = pytest.mark.asyncio

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/test_async.py::test_acapture - Failed: async def functions are n...
FAILED tests/test_async.py::test_asend - Failed: async def functions are not ...
FAILED tests/test_async.py::test_traceback_frame_removal - Failed: async def ...
=================== 3 failed, 7 passed, 2 warnings in 0.04s ====================
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest tests
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-outcome
Source-Version: 1.2.0-2
Done: Tianyu Chen <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-outcome, 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.
Tianyu Chen <[email protected]> (supplier of updated python-outcome 
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: Fri, 19 Sep 2025 18:58:00 +0800
Source: python-outcome
Architecture: source
Version: 1.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Tianyu Chen <[email protected]>
Closes: 1114319
Changes:
 python-outcome (1.2.0-2) unstable; urgency=medium
 .
   * Switch to team maintenance.
   * Add myself to Uploaders.
   * Add d/gbp.conf.
   * Add d/salsa-ci.yml.
   * Add missing B-D python3-pytest-asyncio. (Closes: #1114319)
   * Run wrap-and-sort -ast.
Checksums-Sha1:
 e43c8fc93ecdb90f74840c78d0ff47d1d562eb16 2182 python-outcome_1.2.0-2.dsc
 da8200ec5b7a0ff1dd843f863c95ce1238e6b383 2396 
python-outcome_1.2.0-2.debian.tar.xz
 cc08d8156e06a621acf29cbf9fe0219c7dde9c2a 6981 
python-outcome_1.2.0-2_source.buildinfo
Checksums-Sha256:
 fe38bf68ec535806b80a509402780f515e8b674c25c42b8436c519addd780091 2182 
python-outcome_1.2.0-2.dsc
 350ef159169fb9c833b5cc85e9dee13f3986fbccbaa66ad3d351abd48abc8887 2396 
python-outcome_1.2.0-2.debian.tar.xz
 a42e94efbe9aa81a9f6f2d494eae46362ded7285cad034be34e5f88a863c6c05 6981 
python-outcome_1.2.0-2_source.buildinfo
Files:
 82ce7f1d318b9ee19901c9b866eba39e 2182 python optional 
python-outcome_1.2.0-2.dsc
 756fca58e23af5b58ea644952fe1cbdc 2396 python optional 
python-outcome_1.2.0-2.debian.tar.xz
 a04edb54302ca50432e2be30f841f162 6981 python optional 
python-outcome_1.2.0-2_source.buildinfo

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

iQIzBAEBCgAdFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmjNbgUACgkQMfMURUSh
dBpOtg//cxP4cP0xDw99VQ3XHkXEkSrFTf+P5dWl1fV2xaEIdXBBq2nL9h8I3DeM
mYvGYcrEW+H1jS6I9VoZDerDjAds8CUnwEydaC/J7XVMDBkuV6DhIx/NMMoo34Oi
UMvqMmARtnMy3wW6GgMgdvTRE8FJYm2sBbK6AcMmu/EExtbltVF0MmEotZAnYRtT
U7RiHV+0Nh0agkFte1DqzEoNCrKrb/uUS33+32S74AyNe463AvAtlkTWxM4cyzdi
YUEkFQvN9fEmyfEjLUpt+Vo0iS2ez/m1EvLQ4s9zeOSxEj6ul1y4wW6bV3MYG7o6
gS2wy8vDLgRWbA7uwfS82FKbfyu1EhTrtPiy4u8HQ0hfrqiyTTGnteAxHdSb7Svj
5C6IKQecdGXi9ISar5HdcPiw6qtcB/QKAI5NjgF0u8KRsbzlC3lagO4tKsN99lpd
j8E9ZLdI6tkx5BlR0bWw6g1yWJR2xHUD4xDwD4y5lXXqLFN5GMTOI8alvJh4pGDF
nWmVfuS3whr3nU9cI4bnMZqpikcJXlQYf6mmo6MEX65iabv8qdI3YVe94Z7FQ+u6
WB/G/4HfFMIEHBG0eFK3mXyhgMhn2If0r+CQhfLcLdBBhM2YnQoIYGKnbtdIfXcS
a4QEcFA3jnWrDYAz32C4BnVj0Au5xlXFhDBJjYHRZwmAIn5t5Kg=
=p5+W
-----END PGP SIGNATURE-----

Attachment: pgpFxB4ZYf6WW.pgp
Description: PGP signature


--- End Message ---

Reply via email to