Your message dated Thu, 18 Dec 2025 16:04:56 +0000
with message-id <[email protected]>
and subject line Bug#1123528: fixed in python-nest-asyncio 1.6.0-1
has caused the Debian Bug report #1123528,
regarding python-nest-asyncio: FTBFS: E: Build killed with signal TERM after 60 
minutes of inactivity
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.)


-- 
1123528: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123528
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-nest-asyncio
Version: 1.5.4-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:python-nest-asyncio, 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:317: python3.14 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 :: BSD 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.14_nest_asyncio/build' (and 
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.14' does not exist -- can't clean it
I: pybuild base:317: 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 :: BSD 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_nest_asyncio/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:317: python3.14 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 :: BSD License

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

!!
  self._finalize_license_expression()
running config
I: pybuild base:317: 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 :: BSD 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:317: /usr/bin/python3.14 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 :: BSD License

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

!!
  self._finalize_license_expression()
running build
running build_py
copying nest_asyncio.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_nest_asyncio/build
I: pybuild base:317: /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 :: BSD License

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

!!
  self._finalize_license_expression()
running build
running build_py
copying nest_asyncio.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nest_asyncio/build
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:317: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_nest_asyncio/build; python3.14 -m 
pytest tests
============================= test session starts ==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_nest_asyncio/build
configfile: pyproject.toml
plugins: typeguard-4.4.4
collected 6 items

tests/nest_test.py .
E: Build killed with signal TERM after 60 minutes of inactivity
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-nest-asyncio
Source-Version: 1.6.0-1
Done: Emmanuel Arias <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-nest-asyncio, 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.
Emmanuel Arias <[email protected]> (supplier of updated python-nest-asyncio 
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, 18 Dec 2025 09:17:21 -0300
Source: python-nest-asyncio
Architecture: source
Version: 1.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Emmanuel Arias <[email protected]>
Closes: 1123528
Changes:
 python-nest-asyncio (1.6.0-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version (Closes: #1123528).
   * d/rules: Ignore test_timeout. It's failling with python3.14+.
     - Also ignore it in autopkgtest.
   * Standards-Version: 4.7.2 (routine-update)
   * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
   * d/control: Add pybuild-plugin-pyproject as B-Depends.
   * d/control: Add autopkgtest-pkg-pybuild as Testsuite.
     - Remove d/tests folder.
Checksums-Sha1:
 9507a341bb717ef679ee5af0491ed9a81bb37369 2195 python-nest-asyncio_1.6.0-1.dsc
 f2b98817d6ce2ecf61e414c528a4828032e16300 7418 
python-nest-asyncio_1.6.0.orig.tar.gz
 dd52989a3f05abab417717f1b72b656ad1ade808 2616 
python-nest-asyncio_1.6.0-1.debian.tar.xz
 00cf7af21cde10c454fd36bd6fa7cf9a9b273fb1 7160 
python-nest-asyncio_1.6.0-1_amd64.buildinfo
Checksums-Sha256:
 a042f5c1dbedfb9fa488d68b24d5cb91b2a3f6f20995de893c6f155604e94426 2195 
python-nest-asyncio_1.6.0-1.dsc
 6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe 7418 
python-nest-asyncio_1.6.0.orig.tar.gz
 d57c7e81934ecb148186e00624ee6f72fe790b68dd86444cde0ed2b277c0edab 2616 
python-nest-asyncio_1.6.0-1.debian.tar.xz
 8c7660adcf9955a161bf226c23419d3b8dbc45638ad2f09d3495fbdf0a4dbf79 7160 
python-nest-asyncio_1.6.0-1_amd64.buildinfo
Files:
 53b5bfe61b4286ec7548ace480637632 2195 python optional 
python-nest-asyncio_1.6.0-1.dsc
 4a15c56d692367a24ea12072e2e475f3 7418 python optional 
python-nest-asyncio_1.6.0.orig.tar.gz
 cc2f92589aa425d4770484456a86d1f4 2616 python optional 
python-nest-asyncio_1.6.0-1.debian.tar.xz
 bac35be4f1148e8d78567d2a3e982968 7160 python optional 
python-nest-asyncio_1.6.0-1_amd64.buildinfo

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

iQJGBAEBCgAwFiEEE3lnVbvHK7ir4q61+p3sXeEcY/EFAmlD9KkSHGVhbWFudUBk
ZWJpYW4ub3JnAAoJEPqd7F3hHGPxkaMQAKkQ5BBvdaF2zs83ftZzpkOAHefIab2G
9DEjFqrC5FLRPRDMe/1QIt5WicObXMzok3s3vl32djvbL5384c0kk77yVqEImuRa
IuYvGpCunPta2ZT/UFjYzzYSitcKJxjGsfNTVVXe1ERfM8bdDQlM54YMnOkHLOYV
++18iO7IGgsM76vxnarI7VfFh2Ldy64M0ZZOywKt+Iqv+bYgekoUQ+1KdAg7qd4/
54TWX+jxN3JYSxwXSvnrWYWMSuVKdaCjpDW6lYOer4OAmIlk+qhku8D7Ke/WQXKh
NggsOnKuW4d4o9tAtpy/zb2oUioYceiI/6K70P3B4TD+fv4nDb2+9BuhxxW0jaAA
CsH6GM2et7vjcC2qUI5EYPWRRlE2EWEv7iYwyRW+gWnYJRMXkG5cAliaBi22ldUY
oCmE9tZ5iyfnnb2Erh8a/leufIR1kIPRT2VjPeYEIZbPc3qLzGZWU5mvGJcW3fey
EbdFVOsKocjfgLD5dIWYTRETA/9/GAexczvO/u7RVUI0a8TqXVjqWHWVPhegR0wf
8OXlbGFiDFINeFeqwwOu5DGjz0tolOShkgsxogCoNYywfnEgsLc0l94dST9x7szK
ln3BiBJJg6zeHfVwjTipuol8m+HCu6NRiMTNPoANkOv9TeKC56aD6KgGmXaAU13x
VK6BV5H1LaCS
=3KIu
-----END PGP SIGNATURE-----

Attachment: pgpxxlqvWBGzi.pgp
Description: PGP signature


--- End Message ---

Reply via email to