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:aioprocessing, 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
dh_autoreconf_clean -O--buildsystem=pybuild
debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_clean
rm -rf aioprocessing.egg-info
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
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
dh_auto_build -O--buildsystem=pybuild
[... snipped ...]
^^^^^^^^^^^^^^^^^^^^^^^^
tests/_base_test.py:9:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7fee52b316a0>
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:
/usr/lib/python3.14/asyncio/events.py:715: RuntimeError
^^^^^^^^^^^^^^^^^^^^^^^^
tests/_base_test.py:9:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7fee52b316a0>
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:
/usr/lib/python3.14/asyncio/events.py:715: RuntimeError
^^^^^^^^^^^^^^^^^^^^^^^^
tests/_base_test.py:9:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7fee52b316a0>
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:
/usr/lib/python3.14/asyncio/events.py:715: RuntimeError
^^^^^^^^^^^^^^^^^^^^^^^^
tests/_base_test.py:9:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7fee52b316a0>
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:
/usr/lib/python3.14/asyncio/events.py:715: RuntimeError
^^^^^^^^^^^^^^^^^^^^^^^^
tests/_base_test.py:9:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7fee52b316a0>
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:
/usr/lib/python3.14/asyncio/events.py:715: RuntimeError
/usr/lib/python3.14/asyncio/events.py:715: RuntimeError
/usr/lib/python3.14/asyncio/events.py:715: RuntimeError
/usr/lib/python3.14/asyncio/events.py:715: RuntimeError
/usr/lib/python3.14/asyncio/events.py:715: RuntimeError
/usr/lib/python3.14/asyncio/events.py:715: RuntimeError
/usr/lib/python3.14/asyncio/events.py:715: RuntimeError
=========================== short test summary info ============================
FAILED tests/pool_test.py::GenAioPoolTest::test_ctx - RuntimeError: There is ...
FAILED tests/pool_test.py::GenAioPoolTest::test_loop - RuntimeError: There is...
FAILED tests/pool_test.py::PoolTest::test_coro_apply - RuntimeError: There is...
FAILED tests/pool_test.py::PoolTest::test_coro_join - RuntimeError: There is ...
FAILED tests/pool_test.py::PoolTest::test_coro_map - RuntimeError: There is n...
FAILED tests/pool_test.py::PoolTest::test_coro_starmap - RuntimeError: There ...
FAILED tests/pool_test.py::PoolTest::test_ctx_mgr - RuntimeError: There is no...
FAILED tests/process_test.py::ProcessTest::test_pickle_queue - RuntimeError: ...
FAILED tests/queue_test.py::GenAioQueueTest::test_ctx - RuntimeError: There i...
FAILED tests/queue_test.py::GenAioQueueTest::test_loop - RuntimeError: There ...
FAILED tests/queue_test.py::GenAioSimpleQueueTest::test_ctx - RuntimeError: T...
FAILED tests/queue_test.py::GenAioSimpleQueueTest::test_loop - RuntimeError: ...
FAILED tests/queue_test.py::GenAioJoinableQueueTest::test_ctx - RuntimeError:...
FAILED tests/queue_test.py::GenAioJoinableQueueTest::test_loop - RuntimeError...
FAILED tests/queue_test.py::QueueTest::test_blocking_put - RuntimeError: Ther...
FAILED tests/queue_test.py::QueueTest::test_get_put - RuntimeError: There is ...
FAILED tests/queue_test.py::QueueTest::test_put_get - RuntimeError: There is ...
FAILED tests/queue_test.py::QueueTest::test_simple_queue - RuntimeError: Ther...
FAILED tests/queue_test.py::ManagerQueueTest::test_executor - RuntimeError: T...
FAILED tests/queue_test.py::JoinableQueueTest::test_join_empty_queue - Runtim...
========================= 20 failed, 3 passed in 0.15s =========================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest tests
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
configfile: pyproject.toml
collected 23 items
tests/pickle_test.py . [ 4%]
tests/pool_test.py ....... [ 34%]
tests/process_test.py ... [ 47%]
tests/queue_test.py ............ [100%]
=============================== warnings summary ===============================
tests/pool_test.py::GenAioPoolTest::test_ctx
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/_base_test.py:9: DeprecationWarning: There is no current event loop
self.loop = asyncio.get_event_loop()
tests/pool_test.py::PoolTest::test_ctx_mgr
tests/pool_test.py::PoolTest::test_ctx_mgr
/usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=96) is multi-threaded, use of fork() may lead to deadlocks in the child.
self.pid = os.fork()