Source: multiprocess
Version: 0.70.18-2
Severity: serious
Tags: forky sid
User: [email protected]
Usertags: python3.14

Hi Maintainer

The autopkgtests of this package fail with Python 3.14 [1].  I've
copied what I hope is the relevant part of the log below.

Regards
Graham


[1] https://ci.debian.net/packages/m/multiprocess/testing/amd64/


135s ======================================================================
135s ERROR: test_resource_tracker_blocked_signals
(tests.TestResourceTracker.test_resource_tracker_blocked_signals)
135s ----------------------------------------------------------------------
135s Traceback (most recent call last):
135s   File 
"/tmp/autopkgtest-lxc.9m3_c779/downtmp/autopkgtest_tmp/build/tests/__init__.py",
line 5991, in test_resource_tracker_blocked_signals
135s     tracker.ensure_running()
135s     ~~~~~~~~~~~~~~~~~~~~~~^^
135s   File "/usr/lib/python3/dist-packages/multiprocess/resource_tracker.py",
line 189, in ensure_running
135s     pid = util.spawnv_passfds(exe, args, fds_to_pass)
135s   File "/usr/lib/python3/dist-packages/multiprocess/util.py",
line 449, in spawnv_passfds
135s     subprocess._USE_VFORK)
135s     ^^^^^^^^^^^^^^^^^^^^^
135s AttributeError: module 'subprocess' has no attribute '_USE_VFORK'
135s
135s ======================================================================
135s ERROR: test_resource_tracker_exit_code
(tests.TestResourceTracker.test_resource_tracker_exit_code)
(cleanup=True)
135s Test the exit code of the resource tracker.
135s ----------------------------------------------------------------------
135s Traceback (most recent call last):
135s   File 
"/tmp/autopkgtest-lxc.9m3_c779/downtmp/autopkgtest_tmp/build/tests/__init__.py",
line 5973, in test_resource_tracker_exit_code
135s     self._test_resource_tracker_leak_resources(
135s     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
135s         cleanup=cleanup,
135s         ^^^^^^^^^^^^^^^^
135s     )
135s     ^
135s   File 
"/tmp/autopkgtest-lxc.9m3_c779/downtmp/autopkgtest_tmp/build/tests/__init__.py",
line 5949, in _test_resource_tracker_leak_resources
135s     tracker.ensure_running()
135s     ~~~~~~~~~~~~~~~~~~~~~~^^
135s   File "/usr/lib/python3/dist-packages/multiprocess/resource_tracker.py",
line 189, in ensure_running
135s     pid = util.spawnv_passfds(exe, args, fds_to_pass)
135s   File "/usr/lib/python3/dist-packages/multiprocess/util.py",
line 449, in spawnv_passfds
135s     subprocess._USE_VFORK)
135s     ^^^^^^^^^^^^^^^^^^^^^
135s AttributeError: module 'subprocess' has no attribute '_USE_VFORK'

Reply via email to