>>> py3-pebble: Building community/py3-pebble 5.2.0-r1 (using abuild 3.16.0-r0) started Sat, 28 Mar 2026 02:15:04 +0000 >>> py3-pebble: Validating /home/buildozer/aports/community/py3-pebble/APKBUILD... >>> py3-pebble: Analyzing dependencies... >>> py3-pebble: Installing for build: build-base py3-gpep517 py3-setuptools py3-wheel py3-pytest-forked py3-pytest-xdist ( 1/40) Installing libbz2 (1.0.8-r6) ( 2/40) Installing libffi (3.5.2-r0) ( 3/40) Installing gdbm (1.26-r0) ( 4/40) Installing xz-libs (5.8.2-r0) ( 5/40) Installing mpdecimal (4.0.1-r0) ( 6/40) Installing libpanelw (6.6_p20251231-r0) ( 7/40) Installing sqlite-libs (3.51.2-r1) ( 8/40) Installing python3 (3.14.3-r0) ( 9/40) Installing python3-pycache-pyc0 (3.14.3-r0) (10/40) Installing pyc (3.14.3-r0) (11/40) Installing py3-installer-pyc (0.7.0-r3) (12/40) Installing py3-gpep517-pyc (19-r2) (13/40) Installing python3-pyc (3.14.3-r0) (14/40) Installing py3-installer (0.7.0-r3) (15/40) Installing py3-gpep517 (19-r2) (16/40) Installing py3-parsing (3.3.2-r1) (17/40) Installing py3-parsing-pyc (3.3.2-r1) (18/40) Installing py3-packaging (26.0-r1) (19/40) Installing py3-packaging-pyc (26.0-r1) (20/40) Installing py3-setuptools (82.0.1-r1) (21/40) Installing py3-setuptools-pyc (82.0.1-r1) (22/40) Installing py3-wheel (0.46.3-r1) (23/40) Installing py3-wheel-pyc (0.46.3-r1) (24/40) Installing py3-iniconfig (2.3.0-r1) (25/40) Installing py3-iniconfig-pyc (2.3.0-r1) (26/40) Installing py3-pluggy (1.6.0-r1) (27/40) Installing py3-pluggy-pyc (1.6.0-r1) (28/40) Installing py3-py (1.11.0-r5) (29/40) Installing py3-py-pyc (1.11.0-r5) (30/40) Installing py3-pygments (2.19.2-r1) (31/40) Installing py3-pygments-pyc (2.19.2-r1) (32/40) Installing py3-pytest (9.0.2-r1) (33/40) Installing py3-pytest-pyc (9.0.2-r1) (34/40) Installing py3-pytest-forked (1.6.0-r4) (35/40) Installing py3-pytest-forked-pyc (1.6.0-r4) (36/40) Installing py3-execnet (2.1.1-r1) (37/40) Installing py3-execnet-pyc (2.1.1-r1) (38/40) Installing py3-pytest-xdist (3.8.0-r1) (39/40) Installing py3-pytest-xdist-pyc (3.8.0-r1) (40/40) Installing .makedepends-py3-pebble (20260328.021506) Executing busybox-1.37.0-r31.trigger OK: 493.7 MiB in 148 packages >>> py3-pebble: Cleaning up srcdir >>> py3-pebble: Cleaning up pkgdir >>> py3-pebble: Cleaning up tmpdir >>> py3-pebble: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pebble-5.2.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/py3-pebble-5.2.0.tar.gz.part' py3-pebble-5.2.0.tar 100% |********************************| 48956 0:00:00 ETA '/var/cache/distfiles/edge/py3-pebble-5.2.0.tar.gz.part' saved /var/cache/distfiles/edge/py3-pebble-5.2.0.tar.gz: OK >>> py3-pebble: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pebble-5.2.0.tar.gz /var/cache/distfiles/edge/py3-pebble-5.2.0.tar.gz: OK >>> py3-pebble: Unpacking /var/cache/distfiles/edge/py3-pebble-5.2.0.tar.gz... 2026-03-28 02:15:07,095 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2026-03-28 02:15:07,114 root INFO running bdist_wheel 2026-03-28 02:15:07,127 root INFO running build 2026-03-28 02:15:07,127 root INFO running build_py 2026-03-28 02:15:07,130 root INFO creating build/lib/pebble 2026-03-28 02:15:07,130 root INFO copying pebble/__init__.py -> build/lib/pebble 2026-03-28 02:15:07,131 root INFO copying pebble/functions.py -> build/lib/pebble 2026-03-28 02:15:07,131 root INFO copying pebble/decorators.py -> build/lib/pebble 2026-03-28 02:15:07,131 root INFO creating build/lib/pebble/pool 2026-03-28 02:15:07,131 root INFO copying pebble/pool/__init__.py -> build/lib/pebble/pool 2026-03-28 02:15:07,132 root INFO copying pebble/pool/thread.py -> build/lib/pebble/pool 2026-03-28 02:15:07,132 root INFO copying pebble/pool/process.py -> build/lib/pebble/pool 2026-03-28 02:15:07,132 root INFO copying pebble/pool/channel.py -> build/lib/pebble/pool 2026-03-28 02:15:07,132 root INFO copying pebble/pool/base_pool.py -> build/lib/pebble/pool 2026-03-28 02:15:07,133 root INFO creating build/lib/pebble/asynchronous 2026-03-28 02:15:07,133 root INFO copying pebble/asynchronous/__init__.py -> build/lib/pebble/asynchronous 2026-03-28 02:15:07,133 root INFO copying pebble/asynchronous/thread.py -> build/lib/pebble/asynchronous 2026-03-28 02:15:07,133 root INFO copying pebble/asynchronous/process.py -> build/lib/pebble/asynchronous 2026-03-28 02:15:07,133 root INFO creating build/lib/pebble/common 2026-03-28 02:15:07,134 root INFO copying pebble/common/__init__.py -> build/lib/pebble/common 2026-03-28 02:15:07,134 root INFO copying pebble/common/shared.py -> build/lib/pebble/common 2026-03-28 02:15:07,134 root INFO copying pebble/common/types.py -> build/lib/pebble/common 2026-03-28 02:15:07,134 root INFO copying pebble/common/process.py -> build/lib/pebble/common 2026-03-28 02:15:07,134 root INFO creating build/lib/pebble/concurrent 2026-03-28 02:15:07,135 root INFO copying pebble/concurrent/__init__.py -> build/lib/pebble/concurrent 2026-03-28 02:15:07,135 root INFO copying pebble/concurrent/thread.py -> build/lib/pebble/concurrent 2026-03-28 02:15:07,135 root INFO copying pebble/concurrent/process.py -> build/lib/pebble/concurrent 2026-03-28 02:15:07,136 root INFO copying pebble/py.typed -> build/lib/pebble 2026-03-28 02:15:07,141 root INFO installing to build/bdist.linux-aarch64/wheel 2026-03-28 02:15:07,141 root INFO running install 2026-03-28 02:15:07,148 root INFO running install_lib 2026-03-28 02:15:07,151 root INFO creating build/bdist.linux-aarch64/wheel 2026-03-28 02:15:07,151 root INFO creating build/bdist.linux-aarch64/wheel/pebble 2026-03-28 02:15:07,151 root INFO copying build/lib/pebble/__init__.py -> build/bdist.linux-aarch64/wheel/./pebble 2026-03-28 02:15:07,152 root INFO copying build/lib/pebble/functions.py -> build/bdist.linux-aarch64/wheel/./pebble 2026-03-28 02:15:07,152 root INFO copying build/lib/pebble/decorators.py -> build/bdist.linux-aarch64/wheel/./pebble 2026-03-28 02:15:07,152 root INFO creating build/bdist.linux-aarch64/wheel/pebble/pool 2026-03-28 02:15:07,152 root INFO copying build/lib/pebble/pool/__init__.py -> build/bdist.linux-aarch64/wheel/./pebble/pool 2026-03-28 02:15:07,152 root INFO copying build/lib/pebble/pool/thread.py -> build/bdist.linux-aarch64/wheel/./pebble/pool 2026-03-28 02:15:07,152 root INFO copying build/lib/pebble/pool/process.py -> build/bdist.linux-aarch64/wheel/./pebble/pool 2026-03-28 02:15:07,153 root INFO copying build/lib/pebble/pool/channel.py -> build/bdist.linux-aarch64/wheel/./pebble/pool 2026-03-28 02:15:07,153 root INFO copying build/lib/pebble/pool/base_pool.py -> build/bdist.linux-aarch64/wheel/./pebble/pool 2026-03-28 02:15:07,153 root INFO creating build/bdist.linux-aarch64/wheel/pebble/asynchronous 2026-03-28 02:15:07,153 root INFO copying build/lib/pebble/asynchronous/__init__.py -> build/bdist.linux-aarch64/wheel/./pebble/asynchronous 2026-03-28 02:15:07,153 root INFO copying build/lib/pebble/asynchronous/thread.py -> build/bdist.linux-aarch64/wheel/./pebble/asynchronous 2026-03-28 02:15:07,154 root INFO copying build/lib/pebble/asynchronous/process.py -> build/bdist.linux-aarch64/wheel/./pebble/asynchronous 2026-03-28 02:15:07,154 root INFO copying build/lib/pebble/py.typed -> build/bdist.linux-aarch64/wheel/./pebble 2026-03-28 02:15:07,154 root INFO creating build/bdist.linux-aarch64/wheel/pebble/common 2026-03-28 02:15:07,154 root INFO copying build/lib/pebble/common/__init__.py -> build/bdist.linux-aarch64/wheel/./pebble/common 2026-03-28 02:15:07,154 root INFO copying build/lib/pebble/common/shared.py -> build/bdist.linux-aarch64/wheel/./pebble/common 2026-03-28 02:15:07,154 root INFO copying build/lib/pebble/common/types.py -> build/bdist.linux-aarch64/wheel/./pebble/common 2026-03-28 02:15:07,155 root INFO copying build/lib/pebble/common/process.py -> build/bdist.linux-aarch64/wheel/./pebble/common 2026-03-28 02:15:07,155 root INFO creating build/bdist.linux-aarch64/wheel/pebble/concurrent 2026-03-28 02:15:07,155 root INFO copying build/lib/pebble/concurrent/__init__.py -> build/bdist.linux-aarch64/wheel/./pebble/concurrent 2026-03-28 02:15:07,155 root INFO copying build/lib/pebble/concurrent/thread.py -> build/bdist.linux-aarch64/wheel/./pebble/concurrent 2026-03-28 02:15:07,155 root INFO copying build/lib/pebble/concurrent/process.py -> build/bdist.linux-aarch64/wheel/./pebble/concurrent 2026-03-28 02:15:07,155 root INFO running install_egg_info 2026-03-28 02:15:07,158 root INFO running egg_info 2026-03-28 02:15:07,160 root INFO creating Pebble.egg-info 2026-03-28 02:15:07,160 root INFO writing Pebble.egg-info/PKG-INFO 2026-03-28 02:15:07,161 root INFO writing dependency_links to Pebble.egg-info/dependency_links.txt 2026-03-28 02:15:07,161 root INFO writing top-level names to Pebble.egg-info/top_level.txt 2026-03-28 02:15:07,161 root INFO writing manifest file 'Pebble.egg-info/SOURCES.txt' 2026-03-28 02:15:07,164 root INFO reading manifest file 'Pebble.egg-info/SOURCES.txt' 2026-03-28 02:15:07,164 root INFO reading manifest template 'MANIFEST.in' 2026-03-28 02:15:07,164 root INFO adding license file 'LICENSE' 2026-03-28 02:15:07,165 root INFO writing manifest file 'Pebble.egg-info/SOURCES.txt' 2026-03-28 02:15:07,165 root INFO Copying Pebble.egg-info to build/bdist.linux-aarch64/wheel/./Pebble-5.2.0-py3.14.egg-info 2026-03-28 02:15:07,166 root INFO running install_scripts 2026-03-28 02:15:07,167 root INFO creating build/bdist.linux-aarch64/wheel/pebble-5.2.0.dist-info/WHEEL 2026-03-28 02:15:07,168 wheel INFO creating '/home/buildozer/aports/community/py3-pebble/src/pebble-5.2.0/.dist/.tmp-o9oxwfng/pebble-5.2.0-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2026-03-28 02:15:07,168 wheel INFO adding 'pebble/__init__.py' 2026-03-28 02:15:07,168 wheel INFO adding 'pebble/decorators.py' 2026-03-28 02:15:07,168 wheel INFO adding 'pebble/functions.py' 2026-03-28 02:15:07,169 wheel INFO adding 'pebble/py.typed' 2026-03-28 02:15:07,169 wheel INFO adding 'pebble/asynchronous/__init__.py' 2026-03-28 02:15:07,169 wheel INFO adding 'pebble/asynchronous/process.py' 2026-03-28 02:15:07,169 wheel INFO adding 'pebble/asynchronous/thread.py' 2026-03-28 02:15:07,169 wheel INFO adding 'pebble/common/__init__.py' 2026-03-28 02:15:07,169 wheel INFO adding 'pebble/common/process.py' 2026-03-28 02:15:07,170 wheel INFO adding 'pebble/common/shared.py' 2026-03-28 02:15:07,170 wheel INFO adding 'pebble/common/types.py' 2026-03-28 02:15:07,170 wheel INFO adding 'pebble/concurrent/__init__.py' 2026-03-28 02:15:07,170 wheel INFO adding 'pebble/concurrent/process.py' 2026-03-28 02:15:07,170 wheel INFO adding 'pebble/concurrent/thread.py' 2026-03-28 02:15:07,170 wheel INFO adding 'pebble/pool/__init__.py' 2026-03-28 02:15:07,171 wheel INFO adding 'pebble/pool/base_pool.py' 2026-03-28 02:15:07,171 wheel INFO adding 'pebble/pool/channel.py' 2026-03-28 02:15:07,171 wheel INFO adding 'pebble/pool/process.py' 2026-03-28 02:15:07,171 wheel INFO adding 'pebble/pool/thread.py' 2026-03-28 02:15:07,171 wheel INFO adding 'pebble-5.2.0.dist-info/licenses/LICENSE' 2026-03-28 02:15:07,172 wheel INFO adding 'pebble-5.2.0.dist-info/METADATA' 2026-03-28 02:15:07,172 wheel INFO adding 'pebble-5.2.0.dist-info/WHEEL' 2026-03-28 02:15:07,172 wheel INFO adding 'pebble-5.2.0.dist-info/top_level.txt' 2026-03-28 02:15:07,172 wheel INFO adding 'pebble-5.2.0.dist-info/RECORD' 2026-03-28 02:15:07,172 root INFO removing build/bdist.linux-aarch64/wheel 2026-03-28 02:15:07,173 gpep517 INFO The backend produced .dist/pebble-5.2.0-py3-none-any.whl pebble-5.2.0-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.14.3, pytest-9.0.2, pluggy-1.6.0 rootdir: /home/buildozer/aports/community/py3-pebble/src/pebble-5.2.0 plugins: forked-1.6.0, xdist-3.8.0 created: 80/80 workers 80 workers [416 items] ........................................................................ [ 17%] ........................................................................ [ 34%] ........................................................................ [ 51%] ........................................................................ [ 69%] ..................../usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-u1iybmwi', '/mp-7_nbntis'} warnings.warn( ..................../usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-nfisakqm', '/mp-2kc8e2j7'} warnings.warn( /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-nl2z3g7o', '/mp-e_1py0yk'} warnings.warn( /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-x2a5hbxt', '/mp-7vn9xizn'} warnings.warn( ........................../usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-axc6z2db', '/mp-19hh6pr6'} warnings.warn( .../usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-s7hvuckr', '/mp-7gy31830'} warnings.warn( ./usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-pdny0i9k', '/mp-j4ywogbd'} warnings.warn( /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-t_jvo0ac', '/mp-f7j795ma'} warnings.warn( .. [ 86%] /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-8v898k7p', '/mp-h1gltz4s'} warnings.warn( /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-92ak5_ys', '/mp-t8eqb41_'} warnings.warn( /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-ujmzszf3', '/mp-pb6jknj_'} warnings.warn( ./usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-ff58rb4r', '/mp-8ib4lxqm'} warnings.warn( /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-f4eep0ux', '/mp-blmhtk1e'} warnings.warn( ./usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-excv1odm', '/mp-kocyis18'} warnings.warn( /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-eq4ybk7y', '/mp-8ofz1l1w'} warnings.warn( ../usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-voxcz_fr', '/mp-qfuvnzlh'} warnings.warn( /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-u2c77rvk', '/mp-mu47so37'} warnings.warn( ./usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-v0hul1ce', '/mp-78x8ai47'} warnings.warn( /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-gv09m8yc', '/mp-r_2olbr3'} warnings.warn( /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-03ibesxo', '/mp-wuzmmjsb'} warnings.warn( /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-wgp2sai8', '/mp-s7pitrx9'} warnings.warn( .../usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-77e8iauj', '/mp-983m8yh7'} warnings.warn( ./usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-r_4j_eiq', '/mp-i2yolgfl'} warnings.warn( .../usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-rox88olx', '/mp-pr2777i6'} warnings.warn( ./usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-tzr6gp_1', '/mp-cxtz_mrv'} warnings.warn( ./usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-x68hnfts', '/mp-f1tk01vf'} warnings.warn( /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-8cjgqr_v', '/mp-lfxd84y4'} warnings.warn( ./usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-_q0db1x5', '/mp-b1jrf_te'} warnings.warn( ./usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-_xihwor9', '/mp-784nn_ma'} warnings.warn( ...../usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-l4dnb1ak', '/mp-2zsn8dta'} warnings.warn( ../usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-_qslslbw', '/mp-0d4vbz8d'} warnings.warn( /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-6q5798uk', '/mp-7ksuztjs'} warnings.warn( ./usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-8gfcysni', '/mp-4vsnzapo'} warnings.warn( ./usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-9hvn7qs1', '/mp-05p588dv'} warnings.warn( /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-psl4u1ga', '/mp-cd3h5cfe'} warnings.warn( ....../usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-ff3sgdtw', '/mp-q49b3uns'} warnings.warn( /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-dc20v1sz', '/mp-9e1yp_54'} warnings.warn( ....../usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-acu5qvc0', '/mp-xjyzh8zs'} warnings.warn( ...../usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-5rqysx15', '/mp-sj0cps2l'} warnings.warn( /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-tejct4e2', '/mp-n0osm_5f'} warnings.warn( ........../usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-1ss07w76', '/mp-oll_exhc'} warnings.warn( /usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-97h253we', '/mp-s8ojcf6o'} warnings.warn( ./usr/lib/python3.14/multiprocessing/resource_tracker.py:396: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown: {'/mp-56moo606', '/mp-bhzp_kfs'} warnings.warn( ... [100%] =============================== warnings summary =============================== test/test_asynchronous_thread.py::TestThreadAsynchronous::test_docstring test/test_asynchronous_thread.py::TestThreadAsynchronous::test_error_decorated test/test_concurrent_thread.py::TestThreadConcurrent::test_pool_decorated test/test_process_pool_fork.py::TestProcessPool::test_process_pool_callback_error test/test_process_pool_fork.py::TestProcessPool::test_process_pool_large_data test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_child_pebble /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58796) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_docstring test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_error_decorated test/test_concurrent_thread.py::TestThreadConcurrent::test_static_method test/test_process_pool_fork.py::TestAsyncIOProcessPool::test_process_pool_error test/test_process_pool_fork.py::TestAsyncIOProcessPool::test_process_pool_timeout_callback test/test_process_pool_forkserver.py::TestAsyncIOProcessPool::test_process_pool_callback test/test_process_pool_spawn.py::TestProcessPoolDeadlockOnNewFutures::test_pool_deadlock_stop /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58666) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_thread.py::TestThreadConcurrent::test_name_keyword_argument test/test_concurrent_thread.py::TestThreadConcurrent::test_name_keyword_decorated test/test_pebble.py::TestSynchronizedDecorator::test_custom_syncronized_locked test/test_process_pool_fork.py::TestProcessPool::test_process_pool_error_returned test/test_process_pool_fork.py::TestProcessPool::test_process_pool_map_broken_pool test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_stop_timeout /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58967) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_docstring test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_error_decorated test/test_pebble.py::TestSynchronizedDecorator::test_custom_syncronized_released test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_future_limit test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_map_one_chunk /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58886) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_docstring test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_error_decorated test/test_pebble.py::TestSynchronizedDecorator::test_syncronized_locked test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_expired_worker test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_map_cancel test/test_process_pool_spawn.py::TestAsyncIOProcessPool::test_process_pool_stop_timeout /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58759) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_thread.py::TestThreadConcurrent::test_name_keyword_decorated_result test/test_concurrent_thread.py::TestThreadConcurrent::test_not_decorated_results test/test_pebble.py::TestSynchronizedDecorator::test_syncronized_released test/test_process_pool_fork.py::TestProcessPool::test_process_pool_callback test/test_process_pool_fork.py::TestProcessPool::test_process_pool_join_futures_timeout test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_close_stopped test/test_process_pool_spawn.py::TestAsyncIOProcessPool::test_process_pool_cancel /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58971) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_docstring test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_error_decorated test/test_pebble.py::TestSynchronizedDecorator::test_wrapper_decorator_docstring test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_timeout_callback test/test_process_pool_forkserver.py::TestProcessPoolDeadlockOnResult::test_pool_deadlock test/test_thread_pool.py::TestThreadPool::test_thread_pool_map_multi /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58715) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_thread.py::TestThreadConcurrent::test_decorated_results_callback test/test_concurrent_thread.py::TestThreadConcurrent::test_docstring test/test_pebble.py::TestSigHandler::test_sigalarm_sighandler test/test_process_pool_fork.py::TestProcessPool::test_process_pool_close_stopped test/test_process_pool_fork.py::TestAsyncIOProcessPool::test_process_pool_stop_timeout test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_close_futures test/test_thread_pool.py::TestThreadPool::test_thread_pool_map_zero_chunk /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58954) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_fork.py::TestProcessConcurrent::test_name_keyword_decorated_result_colision test/test_concurrent_process_fork.py::TestProcessConcurrent::test_not_decorated_results test/test_pebble.py::TestSigHandler::test_sighandler test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_join_running test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_map_single test/test_process_pool_spawn.py::TestProcessPoolDeadlockOnCancelLargeData::test_pool_deadlock_stop_cancel /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58853) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_wrong_timeout test/test_concurrent_thread.py::TestThreadConcurrent::test_class_method test/test_pebble.py::TestSigHandler::test_sighandler_multiple test/test_process_pool_fork.py::TestProcessPool::test_process_pool_child_process test/test_process_pool_fork.py::TestProcessPool::test_process_pool_map_cancel test/test_process_pool_forkserver.py::TestAsyncIOProcessPool::test_process_pool_error test/test_thread_pool.py::TestThreadPool::test_thread_pool_map_one_chunk /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58946) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_thread.py::TestThreadAsynchronous::test_class_method test/test_asynchronous_thread.py::TestThreadAsynchronous::test_daemon_keyword_decorated test/test_pebble.py::TestSigHandler::test_wrapper_decorator_docstring test/test_process_pool_fork.py::TestProcessPool::test_process_pool_frozen_error test/test_process_pool_fork.py::TestProcessPool::test_process_pool_single_future test/test_process_pool_forkserver.py::TestAsyncIOProcessPool::test_process_pool_single_future test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_stop_cancel /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58788) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_docstring test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_error_decorated test/test_pebble.py::TestWaitForThreads::test_waitforthreads_restore test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_map test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_stop_futures test/test_process_pool_spawn.py::TestAsyncIOProcessPool::test_process_pool_error_callback test/test_thread_pool.py::TestThreadPool::test_thread_pool_stop_stopped /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58926) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_fork.py::TestProcessConcurrent::test_docstring test/test_concurrent_process_fork.py::TestProcessConcurrent::test_error_decorated test/test_pebble.py::TestWaitForThreads::test_waitforthreads_multiple test/test_process_pool_fork.py::TestProcessPool::test_process_pool_join_running test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_broken_initializer test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_future_limit /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58837) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_thread.py::TestThreadConcurrent::test_daemon_keyword_decorated test/test_concurrent_thread.py::TestThreadConcurrent::test_decorated_results test/test_pebble.py::TestWaitForThreads::test_waitforthreads_single test/test_process_pool_fork.py::TestProcessPool::test_process_pool_error test/test_process_pool_fork.py::TestProcessPool::test_process_pool_pickling_error_task test/test_process_pool_forkserver.py::TestAsyncIOProcessPool::test_process_pool_stop_cancel test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_map_timeout_chunks /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58950) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_thread.py::TestThreadConcurrent::test_error_returned test/test_concurrent_thread.py::TestThreadConcurrent::test_instance_method test/test_pebble.py::TestWaitForThreads::test_waitforthreads_spurious test/test_process_pool_fork.py::TestProcessPool::test_process_pool_child_pool test/test_process_pool_fork.py::TestAsyncIOProcessPool::test_process_pool_error_callback test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_child_process test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_pickling_error_result /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58963) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_thread.py::TestThreadAsynchronous::test_frozen_error_decorated test/test_asynchronous_thread.py::TestThreadAsynchronous::test_instance_method test/test_pebble.py::TestWaitForThreads::test_waitforthreads_timeout test/test_process_pool_fork.py::TestProcessPool::test_process_pool_initializer test/test_process_pool_fork.py::TestProcessPool::test_process_pool_stop_futures test/test_thread_pool.py::TestThreadPool::test_thread_pool_broken_initializer test/test_thread_pool.py::TestThreadPool::test_thread_pool_map_empty /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58804) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_thread.py::TestThreadAsynchronous::test_name_keyword_argument test/test_asynchronous_thread.py::TestThreadAsynchronous::test_name_keyword_decorated test/test_pebble.py::TestWaitForQueues::test_waitforqueues_multiple test/test_process_pool_fork.py::TestProcessPool::test_process_pool_future_limit test/test_process_pool_fork.py::TestProcessPoolDeadlockOnResult::test_pool_deadlock test/test_thread_pool.py::TestThreadPool::test_thread_pool_error test/test_thread_pool.py::TestAsyncIOThreadPool::test_thread_pool_error_callback /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58808) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_thread.py::TestThreadAsynchronous::test_decorated_results test/test_asynchronous_thread.py::TestThreadAsynchronous::test_decorated_results_callback test/test_pebble.py::TestWaitForQueues::test_waitforqueues_restore test/test_process_pool_fork.py::TestProcessPool::test_process_pool_ignoring_sigterm test/test_process_pool_fork.py::TestProcessPool::test_process_pool_map_timeout /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58792) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_fork.py::TestProcessConcurrent::test_decorated_dead_process test/test_concurrent_process_fork.py::TestProcessConcurrent::test_decorated_ignoring_sigterm test/test_pebble.py::TestWaitForQueues::test_waitforqueues_single /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58829) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_fork.py::TestProcessConcurrent::test_name_keyword_argument test/test_concurrent_process_fork.py::TestProcessConcurrent::test_name_keyword_decorated test/test_pebble.py::TestWaitForQueues::test_waitforqueues_timeout test/test_process_pool_fork.py::TestProcessPool::test_process_pool_join_workers test/test_process_pool_fork.py::TestProcessPool::test_process_pool_stop_stopped test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_map_timeout test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_error /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58849) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_fork.py::TestProcessConcurrent::test_error_decorated_callback test/test_concurrent_process_fork.py::TestProcessConcurrent::test_error_returned test/test_process_pool_fork.py::TestProcessPool::test_process_pool_broken_initializer test/test_process_pool_fork.py::TestProcessPool::test_process_pool_map test/test_thread_pool.py::TestThreadPool::test_thread_pool_cancel_callback test/test_thread_pool.py::TestThreadPool::test_thread_pool_stop_futures /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58841) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_thread.py::TestThreadConcurrent::test_error_decorated test/test_concurrent_thread.py::TestThreadConcurrent::test_error_decorated_callback test/test_process_pool_fork.py::TestProcessPool::test_process_pool_broken_pickling_error test/test_process_pool_fork.py::TestProcessPool::test_process_pool_map_multi test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_frozen_error test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_callback test/test_thread_pool.py::TestThreadPool::test_thread_pool_join_running /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58959) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_fork.py::TestProcessConcurrent::test_callable_objects test/test_concurrent_process_fork.py::TestProcessConcurrent::test_cancel_decorated test/test_process_pool_fork.py::TestProcessPool::test_process_pool_cancel test/test_process_pool_fork.py::TestProcessPool::test_process_pool_map_timeout_chunks test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_join_futures_timeout /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58820) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_thread.py::TestThreadAsynchronous::test_error_decorated_callback test/test_asynchronous_thread.py::TestThreadAsynchronous::test_error_returned test/test_process_pool_fork.py::TestProcessPool::test_process_pool_cancel_callback test/test_process_pool_fork.py::TestProcessPool::test_process_pool_map_error test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_close_stopped test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_stop_stopped_callback /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58800) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_fork.py::TestProcessConcurrent::test_decorated_results test/test_concurrent_process_fork.py::TestProcessConcurrent::test_decorated_results_callback test/test_process_pool_fork.py::TestProcessPool::test_process_pool_child_pebble test/test_process_pool_fork.py::TestProcessPool::test_process_pool_map_single test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_map_single test/test_process_pool_spawn.py::TestAsyncIOProcessPool::test_process_pool_stop_cancel /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58833) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_thread.py::TestThreadAsynchronous::test_name_keyword_decorated_result test/test_asynchronous_thread.py::TestThreadAsynchronous::test_not_decorated_results test/test_process_pool_fork.py::TestProcessPool::test_process_pool_close_futures test/test_process_pool_fork.py::TestProcessPool::test_process_pool_map_empty test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_stopped test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_large_data test/test_thread_pool.py::TestThreadPool::test_thread_pool_map_error /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58812) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_fork.py::TestProcessConcurrent::test_frozen_error_decorated test/test_concurrent_process_fork.py::TestProcessConcurrent::test_instance_method test/test_process_pool_fork.py::TestProcessPool::test_process_pool_different_process test/test_process_pool_fork.py::TestProcessPool::test_process_pool_timeout_callback test/test_process_pool_spawn.py::TestAsyncIOProcessPool::test_process_pool_multiple_futures test/test_thread_pool.py::TestThreadPool::test_thread_pool_stopped /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58845) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_fork.py::TestProcessConcurrent::test_pickling_error_decorated test/test_concurrent_process_fork.py::TestProcessConcurrent::test_pool_decorated test/test_process_pool_fork.py::TestProcessPool::test_process_pool_error_callback test/test_process_pool_fork.py::TestProcessPool::test_process_pool_stop_large_data test/test_process_pool_forkserver.py::TestAsyncIOProcessPool::test_process_pool_timeout /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58857) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_fork.py::TestProcessConcurrent::test_timeout_decorated_callback test/test_concurrent_process_fork.py::TestProcessConcurrent::test_wrong_timeout test/test_process_pool_fork.py::TestProcessPool::test_process_pool_exception_isolated test/test_process_pool_fork.py::TestProcessPool::test_process_pool_map_one_chunk test/test_process_pool_forkserver.py::TestAsyncIOProcessPool::test_process_pool_cancel test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_map_multi test/test_thread_pool.py::TestAsyncIOThreadPool::test_thread_pool_callback /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58865) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_thread.py::TestThreadAsynchronous::test_pool_decorated test/test_asynchronous_thread.py::TestThreadAsynchronous::test_static_method test/test_process_pool_fork.py::TestProcessPool::test_process_pool_expired_worker test/test_process_pool_fork.py::TestProcessPool::test_process_pool_multiple_futures test/test_process_pool_forkserver.py::TestAsyncIOProcessPool::test_process_pool_error_callback test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_stop_timeout /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58816) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_decorated_dead_process test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_decorated_ignoring_sigterm test/test_process_pool_fork.py::TestProcessPool::test_process_pool_map_zero_chunk /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58660) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_pickling_error_decorated test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_pool_decorated test/test_process_pool_fork.py::TestProcessPool::test_process_pool_pickle_function test/test_process_pool_fork.py::TestAsyncIOProcessPool::test_process_pool_multiple_futures test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_initializer test/test_process_pool_spawn.py::TestAsyncIOProcessPool::test_process_pool_error /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58686) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_fork.py::TestProcessConcurrent::test_class_method test/test_concurrent_process_fork.py::TestProcessConcurrent::test_daemon_keyword_decorated test/test_process_pool_fork.py::TestProcessPool::test_process_pool_pickling_error_result test/test_process_pool_fork.py::TestAsyncIOProcessPool::test_process_pool_callback test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_pickle_function test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_join_running /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58824) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_callable_objects test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_cancel_decorated test/test_process_pool_fork.py::TestProcessPool::test_process_pool_running test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_map_empty test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_map_error test/test_thread_pool.py::TestThreadPool::test_thread_pool_close_stopped /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58654) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_fork.py::TestProcessConcurrent::test_static_method test/test_concurrent_process_fork.py::TestProcessConcurrent::test_timeout_decorated test/test_process_pool_fork.py::TestProcessPool::test_process_pool_stop_cancel test/test_process_pool_forkserver.py::TestAsyncIOProcessPool::test_process_pool_cancel_callback test/test_thread_pool.py::TestThreadPool::test_thread_pool_different_thread /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58861) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_name_keyword_decorated_result_colision test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_not_decorated_results test/test_process_pool_fork.py::TestProcessPool::test_process_pool_stop_stopped_callback test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_error_returned test/test_process_pool_spawn.py::TestAsyncIOProcessPool::test_process_pool_callback /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58682) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_timeout_decorated_callback test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_wrong_timeout test/test_process_pool_fork.py::TestProcessPool::test_process_pool_stop_timeout test/test_process_pool_fork.py::TestAsyncIOProcessPool::test_process_pool_cancel test/test_process_pool_spawn.py::TestAsyncIOProcessPool::test_process_pool_timeout test/test_thread_pool.py::TestAsyncIOThreadPool::test_thread_pool_cancel_callback /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58694) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_error_decorated_callback test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_error_returned test/test_process_pool_fork.py::TestProcessPool::test_process_pool_stopped test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_multiple_futures test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_map_zero_chunk /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58670) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_decorated_results test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_decorated_results_callback test/test_process_pool_fork.py::TestProcessPool::test_process_pool_timeout test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_map_timeout_chunks test/test_process_pool_spawn.py::TestAsyncIOProcessPool::test_process_pool_error_returned /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58663) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_frozen_error_decorated test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_instance_method test/test_process_pool_fork.py::TestAsyncIOProcessPool::test_process_pool_cancel_callback test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_map_empty test/test_thread_pool.py::TestThreadPool::test_thread_pool_map_broken_pool test/test_thread_pool.py::TestThreadPool::test_thread_pool_tasks_limit /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58674) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_name_keyword_argument test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_name_keyword_decorated test/test_process_pool_fork.py::TestAsyncIOProcessPool::test_process_pool_error_returned test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_running test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_map_broken_pool test/test_thread_pool.py::TestThreadPool::test_thread_pool_stop_stopped_callback /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58678) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_callable_objects test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_cancel_decorated test/test_process_pool_fork.py::TestAsyncIOProcessPool::test_process_pool_single_future test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_different_process test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_callback_error test/test_thread_pool.py::TestThreadPool::test_thread_pool_single_future /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58910) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_pickling_error_decorated test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_pool_decorated test/test_process_pool_fork.py::TestAsyncIOProcessPool::test_process_pool_stop_cancel test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_broken_initializer test/test_thread_pool.py::TestThreadPool::test_thread_pool_initializer /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58938) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_error_decorated_callback test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_error_returned test/test_process_pool_fork.py::TestAsyncIOProcessPool::test_process_pool_timeout test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_broken_pickling_error test/test_thread_pool.py::TestThreadPool::test_thread_pool_callback /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58930) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_timeout_decorated_callback test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_wrong_timeout test/test_process_pool_fork.py::TestProcessPoolDeadlockOnNewFutures::test_pool_deadlock_stop test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_ignoring_sigterm test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_join_workers /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58906) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_timeout_decorated_callback test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_wrong_timeout test/test_process_pool_fork.py::TestProcessPoolDeadlockOnCancelLargeData::test_pool_deadlock_stop_cancel test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_error_callback /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58784) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_decorated_dead_process test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_decorated_ignoring_sigterm test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_callback test/test_process_pool_forkserver.py::TestAsyncIOProcessPool::test_process_pool_multiple_futures test/test_process_pool_spawn.py::TestProcessPoolDeadlockOnResult::test_pool_deadlock /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58752) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_timeout_decorated test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_timeout_decorated_callback test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_broken_pickling_error test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_child_pool test/test_thread_pool.py::TestThreadPool::test_thread_pool_exception_isolated /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58942) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_decorated_results test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_decorated_results_callback test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_cancel test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_exception_isolated test/test_thread_pool.py::TestAsyncIOThreadPool::test_thread_pool_error /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58882) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_frozen_error_decorated test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_instance_method test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_callback_error test/test_process_pool_spawn.py::TestAsyncIOProcessPool::test_process_pool_timeout_callback /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58894) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_pool_decorated test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_timeout_decorated test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_cancel_callback test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_different_process test/test_thread_pool.py::TestThreadPool::test_thread_pool_join_workers /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58735) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_decorated_results test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_decorated_results_callback test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_child_pebble test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_error_callback /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58756) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_callable_objects test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_cancel_decorated test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_child_pool test/test_process_pool_forkserver.py::TestProcessPoolDeadlockOnCancelLargeData::test_pool_deadlock_stop_cancel test/test_thread_pool.py::TestAsyncIOThreadPool::test_thread_pool_single_future /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58869) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_pool_decorated test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_timeout_decorated test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_child_process test/test_process_pool_forkserver.py::TestAsyncIOProcessPool::test_process_pool_timeout_callback /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58780) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_frozen_error_decorated test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_instance_method test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_close_futures test/test_thread_pool.py::TestThreadPool::test_thread_pool_stop_stopped_function /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58768) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_error_decorated_callback test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_error_returned test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_error test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_ignoring_sigterm test/test_thread_pool.py::TestThreadPool::test_thread_pool_error_callback /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58764) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_decorated_dead_process test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_decorated_ignoring_sigterm test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_error_returned test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_expired_worker test/test_thread_pool.py::TestThreadPool::test_thread_pool_map_single /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58918) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_pool_decorated test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_timeout_decorated test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_exception_isolated test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_pickle_function /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58902) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_decorated_results test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_decorated_results_callback test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_initializer test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_map /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58922) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_static_method test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_timeout_decorated test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_join_futures_timeout test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_cancel_callback test/test_thread_pool.py::TestThreadPool::test_thread_pool_map_cancel /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58690) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_error_decorated_callback test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_error_returned test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_large_data test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_running /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58719) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_callable_objects test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_cancel_decorated test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_join_workers test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_cancel test/test_process_pool_spawn.py::TestAsyncIOProcessPool::test_process_pool_cancel_callback /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58699) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_timeout_decorated_callback test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_wrong_timeout test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_map_broken_pool test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_single_future /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58739) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_decorated_results test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_decorated_results_callback test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_map_error test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_timeout_callback /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58711) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_name_keyword_argument test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_name_keyword_decorated test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_map_multi test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_map_timeout test/test_thread_pool.py::TestThreadPool::test_thread_pool_running /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58772) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_not_decorated_results test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_pickling_error_decorated test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_map_zero_chunk test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_multiple_futures test/test_thread_pool.py::TestThreadPool::test_thread_pool_join_futures_timeout /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58898) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_not_decorated_results test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_pickling_error_decorated test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_pickling_error_result test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_stopped test/test_thread_pool.py::TestAsyncIOThreadPool::test_thread_pool_multiple_futures /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58731) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_callable_objects test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_cancel_decorated test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_pickling_error_task test/test_process_pool_forkserver.py::TestAsyncIOProcessPool::test_process_pool_stop_timeout test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_stop_large_data /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58743) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_class_method test/test_asynchronous_process_fork.py::TestProcessAsynchronous::test_daemon_keyword_decorated test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_stop_cancel test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_map_cancel /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58657) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_decorated_dead_process test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_decorated_ignoring_sigterm test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_stop_large_data /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58878) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_error_decorated_callback test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_error_returned test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_stop_stopped test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_single_future test/test_thread_pool.py::TestThreadPool::test_thread_pool_multiple_futures /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58889) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_name_keyword_argument test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_name_keyword_decorated test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_stop_stopped_callback test/test_process_pool_spawn.py::TestAsyncIOProcessPool::test_process_pool_single_future /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58727) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_frozen_error_decorated test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_instance_method test/test_process_pool_forkserver.py::TestProcessPool::test_process_pool_timeout /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58723) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_decorated_dead_process test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_decorated_ignoring_sigterm test/test_process_pool_forkserver.py::TestAsyncIOProcessPool::test_process_pool_error_returned test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_stop_stopped /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58707) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_not_decorated_results test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_pickling_error_decorated test/test_process_pool_forkserver.py::TestProcessPoolDeadlockOnNewFutures::test_pool_deadlock_stop test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_timeout /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58776) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_class_method test/test_concurrent_process_forkserver.py::TestProcessConcurrent::test_daemon_keyword_decorated test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_frozen_error test/test_thread_pool.py::TestThreadPool::test_thread_pool_close_futures /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58873) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_class_method test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_daemon_keyword_decorated test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_map_one_chunk test/test_thread_pool.py::TestThreadPool::test_thread_pool_map /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58914) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_instance_method test/test_concurrent_process_spawn.py::TestProcessConcurrent::test_not_decorated_results test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_pickling_error_task /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58934) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_class_method test/test_asynchronous_process_spawn.py::TestProcessAsynchronous::test_daemon_keyword_decorated test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_stop_futures /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58748) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_class_method test/test_asynchronous_process_forkserver.py::TestProcessAsynchronous::test_daemon_keyword_decorated test/test_thread_pool.py::TestThreadPool::test_process_pool_frozen_error /usr/lib/python3.14/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=58703) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ====================== 416 passed, 416 warnings in 15.54s ====================== /usr/lib/python3.14/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-ed84b22a-43ed-475b-ac48-fa8db09a8753/popen-gw55/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-ed84b22a-43ed-475b-ac48-fa8db09a8753/popen-gw55/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.14/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-ed84b22a-43ed-475b-ac48-fa8db09a8753/popen-gw55 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-ed84b22a-43ed-475b-ac48-fa8db09a8753/popen-gw55' warnings.warn( /usr/lib/python3.14/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-ed84b22a-43ed-475b-ac48-fa8db09a8753 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-ed84b22a-43ed-475b-ac48-fa8db09a8753' warnings.warn( >>> py3-pebble: Entering fakeroot... >>> py3-pebble-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/pebble/__pycache__' -> '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble-pyc/usr/lib/python3.14/site-packages/pebble/__pycache__' 'usr/lib/python3.14/site-packages/pebble/pool/__pycache__' -> '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble-pyc/usr/lib/python3.14/site-packages/pebble/pool/__pycache__' 'usr/lib/python3.14/site-packages/pebble/asynchronous/__pycache__' -> '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble-pyc/usr/lib/python3.14/site-packages/pebble/asynchronous/__pycache__' 'usr/lib/python3.14/site-packages/pebble/common/__pycache__' -> '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble-pyc/usr/lib/python3.14/site-packages/pebble/common/__pycache__' 'usr/lib/python3.14/site-packages/pebble/concurrent/__pycache__' -> '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble-pyc/usr/lib/python3.14/site-packages/pebble/concurrent/__pycache__' >>> py3-pebble-pyc*: Preparing subpackage py3-pebble-pyc... >>> py3-pebble-pyc*: Running postcheck for py3-pebble-pyc >>> py3-pebble*: Running postcheck for py3-pebble >>> py3-pebble*: Preparing package py3-pebble... >>> py3-pebble-pyc*: Tracing dependencies... python3~3.14 >>> py3-pebble-pyc*: Package size: 145.1 KB >>> py3-pebble-pyc*: Compressing data... >>> py3-pebble-pyc*: Create checksum... >>> py3-pebble-pyc*: Create py3-pebble-pyc-5.2.0-r1.apk >>> py3-pebble*: Tracing dependencies... python3~3.14 >>> py3-pebble*: Package size: 93.6 KB >>> py3-pebble*: Compressing data... >>> py3-pebble*: Create checksum... >>> py3-pebble*: Create py3-pebble-5.2.0-r1.apk >>> py3-pebble: Build complete at Sat, 28 Mar 2026 02:15:23 +0000 elapsed time 0h 0m 19s >>> py3-pebble: Cleaning up srcdir >>> py3-pebble: Cleaning up pkgdir >>> py3-pebble: Cleaning up tmpdir >>> py3-pebble: Uninstalling dependencies... ( 1/40) Purging .makedepends-py3-pebble (20260328.021506) ( 2/40) Purging py3-gpep517-pyc (19-r2) ( 3/40) Purging py3-gpep517 (19-r2) ( 4/40) Purging py3-installer-pyc (0.7.0-r3) ( 5/40) Purging py3-installer (0.7.0-r3) ( 6/40) Purging py3-setuptools-pyc (82.0.1-r1) ( 7/40) Purging py3-setuptools (82.0.1-r1) ( 8/40) Purging py3-wheel-pyc (0.46.3-r1) ( 9/40) Purging py3-wheel (0.46.3-r1) (10/40) Purging py3-pytest-forked-pyc (1.6.0-r4) (11/40) Purging py3-pytest-forked (1.6.0-r4) (12/40) Purging py3-pytest-xdist-pyc (3.8.0-r1) (13/40) Purging py3-pytest-xdist (3.8.0-r1) (14/40) Purging py3-execnet-pyc (2.1.1-r1) (15/40) Purging py3-execnet (2.1.1-r1) (16/40) Purging py3-pytest-pyc (9.0.2-r1) (17/40) Purging py3-pytest (9.0.2-r1) (18/40) Purging py3-iniconfig-pyc (2.3.0-r1) (19/40) Purging py3-iniconfig (2.3.0-r1) (20/40) Purging py3-packaging-pyc (26.0-r1) (21/40) Purging py3-packaging (26.0-r1) (22/40) Purging py3-parsing-pyc (3.3.2-r1) (23/40) Purging py3-parsing (3.3.2-r1) (24/40) Purging py3-pluggy-pyc (1.6.0-r1) (25/40) Purging py3-pluggy (1.6.0-r1) (26/40) Purging py3-py-pyc (1.11.0-r5) (27/40) Purging py3-py (1.11.0-r5) (28/40) Purging py3-pygments-pyc (2.19.2-r1) (29/40) Purging py3-pygments (2.19.2-r1) (30/40) Purging python3-pyc (3.14.3-r0) (31/40) Purging python3-pycache-pyc0 (3.14.3-r0) (32/40) Purging pyc (3.14.3-r0) (33/40) Purging python3 (3.14.3-r0) (34/40) Purging gdbm (1.26-r0) (35/40) Purging libbz2 (1.0.8-r6) (36/40) Purging libffi (3.5.2-r0) (37/40) Purging libpanelw (6.6_p20251231-r0) (38/40) Purging mpdecimal (4.0.1-r0) (39/40) Purging sqlite-libs (3.51.2-r1) (40/40) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 432.7 MiB in 108 packages >>> py3-pebble: Updating the community/aarch64 repository index... >>> py3-pebble: Signing the index...