>>> py3-sh: Building testing/py3-sh 2.0.6-r1 (using abuild 3.13.0-r5) started Mon, 23 Sep 2024 06:41:14 +0000 >>> py3-sh: Checking sanity of /home/buildozer/aports/testing/py3-sh/APKBUILD... >>> py3-sh: Analyzing dependencies... >>> py3-sh: Installing for build: build-base python3 py3-gpep517 py3-poetry-core py3-pytest lsof coreutils (1/41) Installing libbz2 (1.0.8-r6) (2/41) Installing libffi (3.4.6-r0) (3/41) Installing gdbm (1.24-r0) (4/41) Installing xz-libs (5.6.2-r0) (5/41) Installing mpdecimal (4.0.0-r0) (6/41) Installing libpanelw (6.5_p20240601-r1) (7/41) Installing sqlite-libs (3.46.1-r0) (8/41) Installing python3 (3.12.6-r0) (9/41) Installing python3-pycache-pyc0 (3.12.6-r0) (10/41) Installing pyc (3.12.6-r0) (11/41) Installing python3-pyc (3.12.6-r0) (12/41) Installing py3-installer (0.7.0-r2) (13/41) Installing py3-installer-pyc (0.7.0-r2) (14/41) Installing py3-gpep517 (16-r0) (15/41) Installing py3-gpep517-pyc (16-r0) (16/41) Installing py3-fastjsonschema (2.20.0-r0) (17/41) Installing py3-fastjsonschema-pyc (2.20.0-r0) (18/41) Installing py3-lark-parser (1.1.9-r1) (19/41) Installing py3-lark-parser-pyc (1.1.9-r1) (20/41) Installing py3-parsing (3.1.4-r0) (21/41) Installing py3-parsing-pyc (3.1.4-r0) (22/41) Installing py3-packaging (24.1-r0) (23/41) Installing py3-packaging-pyc (24.1-r0) (24/41) Installing py3-poetry-core (1.9.0-r0) (25/41) Installing py3-poetry-core-pyc (1.9.0-r0) (26/41) Installing py3-iniconfig (2.0.0-r1) (27/41) Installing py3-iniconfig-pyc (2.0.0-r1) (28/41) Installing py3-pluggy (1.5.0-r0) (29/41) Installing py3-pluggy-pyc (1.5.0-r0) (30/41) Installing py3-py (1.11.0-r4) (31/41) Installing py3-py-pyc (1.11.0-r4) (32/41) Installing py3-pytest (8.3.3-r0) (33/41) Installing py3-pytest-pyc (8.3.3-r0) (34/41) Installing lsof (4.99.3-r0) (35/41) Installing coreutils-env (9.5-r1) (36/41) Installing coreutils-fmt (9.5-r1) (37/41) Installing coreutils-sha512sum (9.5-r1) (38/41) Installing skalibs (2.14.2.0-r1) (39/41) Installing utmps-libs (0.1.2.2-r2) (40/41) Installing coreutils (9.5-r1) (41/41) Installing .makedepends-py3-sh (20240923.064119) Executing busybox-1.36.1-r32.trigger OK: 302 MiB in 144 packages >>> py3-sh: Cleaning up srcdir >>> py3-sh: Cleaning up pkgdir >>> py3-sh: Cleaning up tmpdir >>> py3-sh: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-sh-2.0.6.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 337k 100 337k 0 0 2749k 0 --:--:-- --:--:-- --:--:-- 2765k >>> py3-sh: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-sh-2.0.6.tar.gz >>> py3-sh: Checking sha512sums... py3-sh-2.0.6.tar.gz: OK >>> py3-sh: Unpacking /var/cache/distfiles/py3-sh-2.0.6.tar.gz... 2024-09-23 06:41:20,955 gpep517 INFO Building wheel via backend poetry.core.masonry.api 2024-09-23 06:41:21,168 poetry.core.masonry.builders.wheel INFO Building wheel 2024-09-23 06:41:21,187 poetry.core.masonry.builders.wheel INFO Built sh-2.0.6-py3-none-any.whl 2024-09-23 06:41:21,188 gpep517 INFO The backend produced .dist/sh-2.0.6-py3-none-any.whl sh-2.0.6-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.6, pytest-8.3.3, pluggy-1.5.0 rootdir: /home/buildozer/aports/testing/py3-sh/src/sh-2.0.6 configfile: pyproject.toml collected 179 items tests/sh_test.py ..................s.................................... [ 30%] ........................................................................ [ 70%] .................................................... [100%] =============================== warnings summary =============================== tests/sh_test.py: 92 warnings /home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py:1980: DeprecationWarning: This process (pid=16311) is multi-threaded, use of fork() may lead to deadlocks in the child. self.pid = os.fork() tests/sh_test.py::FunctionalTests::test_done_cb_exc /usr/lib/python3.12/site-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 16483 Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1012, in run self._target(*self._args, **self._kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 1639, in wrap fn(*rgs, **kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2641, in background_thread handle_exit_code(exit_code) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2332, in fn return self.command.handle_command_exit_code(exit_code) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 826, in handle_command_exit_code raise exc sh.ErrorReturnCode_1: RAN: /home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/.testenv/bin/python3 /tmp/tmp44gy48rx STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_piped_exception2 /usr/lib/python3.12/site-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 16508 Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1012, in run self._target(*self._args, **self._kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 1639, in wrap fn(*rgs, **kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2641, in background_thread handle_exit_code(exit_code) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2332, in fn return self.command.handle_command_exit_code(exit_code) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 826, in handle_command_exit_code raise exc sh.ErrorReturnCode_2: RAN: /home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/.testenv/bin/python3 /tmp/tmpdapfczad STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_async /home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/tests/sh_test.py:1726: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() tests/sh_test.py::FunctionalTests::test_signal_group /usr/lib/python3.12/site-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 16724 Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1012, in run self._target(*self._args, **self._kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 1639, in wrap fn(*rgs, **kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2641, in background_thread handle_exit_code(exit_code) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2332, in fn return self.command.handle_command_exit_code(exit_code) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 826, in handle_command_exit_code raise exc sh.SignalException_SIGKILL: RAN: /home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/.testenv/bin/python3 /tmp/tmp89fvgfv4 STDOUT: 16728 16724 STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_unchecked_producer_failure /usr/lib/python3.12/site-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 16761 Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1012, in run self._target(*self._args, **self._kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 1639, in wrap fn(*rgs, **kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2641, in background_thread handle_exit_code(exit_code) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2332, in fn return self.command.handle_command_exit_code(exit_code) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 826, in handle_command_exit_code raise exc sh.ErrorReturnCode_2: RAN: /home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/.testenv/bin/python3 /tmp/tmp1pri74dx STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_piped_generator /usr/lib/python3.12/site-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 16733 Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1012, in run self._target(*self._args, **self._kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 1639, in wrap fn(*rgs, **kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2641, in background_thread handle_exit_code(exit_code) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2332, in fn return self.command.handle_command_exit_code(exit_code) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 826, in handle_command_exit_code raise exc sh.SignalException_SIGKILL: RAN: /home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/.testenv/bin/python3 /tmp/tmp89fvgfv4 STDOUT: 16737 16733 STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_stdout_callback_kill /usr/lib/python3.12/site-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 16785 Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1012, in run self._target(*self._args, **self._kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 1639, in wrap fn(*rgs, **kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2641, in background_thread handle_exit_code(exit_code) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2332, in fn return self.command.handle_command_exit_code(exit_code) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 826, in handle_command_exit_code raise exc sh.SignalException_SIGKILL: RAN: /home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/.testenv/bin/python3 -u /tmp/tmpfnem4bd6 STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_fg_env :888: DeprecationWarning: This process (pid=16311) is multi-threaded, use of fork() may lead to deadlocks in the child. tests/sh_test.py::FunctionalTests::test_unchecked_pipeline_failure /usr/lib/python3.12/site-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 16970 Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1012, in run self._target(*self._args, **self._kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 1639, in wrap fn(*rgs, **kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2641, in background_thread handle_exit_code(exit_code) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2332, in fn return self.command.handle_command_exit_code(exit_code) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 826, in handle_command_exit_code raise exc sh.ErrorReturnCode_2: RAN: /home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/.testenv/bin/python3 /tmp/tmpv3kb_h6t STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_stdout_callback_terminate /usr/lib/python3.12/site-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 17035 Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1012, in run self._target(*self._args, **self._kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 1639, in wrap fn(*rgs, **kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2641, in background_thread handle_exit_code(exit_code) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2332, in fn return self.command.handle_command_exit_code(exit_code) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 826, in handle_command_exit_code raise exc sh.SignalException_SIGTERM: RAN: /home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/.testenv/bin/python3 -u /tmp/tmpni33xq3e STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_fg_alternative /usr/lib/python3.12/site-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread STDIN thread for pid 17142 Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1012, in run self._target(*self._args, **self._kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 1639, in wrap fn(*rgs, **kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2591, in input_thread done = stdin.write() ^^^^^^^^^^^^^ File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2904, in write chunk = self.get_chunk() ^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2845, in fn chunk = stdin.read(bufsize) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/_pytest/capture.py", line 209, in read raise OSError( OSError: pytest: reading from stdin while output is captured! Consider using `-s`. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_piped_exception1 /usr/lib/python3.12/site-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 17183 Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1012, in run self._target(*self._args, **self._kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 1639, in wrap fn(*rgs, **kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2641, in background_thread handle_exit_code(exit_code) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2332, in fn return self.command.handle_command_exit_code(exit_code) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 826, in handle_command_exit_code raise exc sh.ErrorReturnCode_2: RAN: /home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/.testenv/bin/python3 /tmp/tmpp7i02g7d STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_exit_code_with_hasattr /usr/lib/python3.12/site-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 17294 Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1012, in run self._target(*self._args, **self._kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 1639, in wrap fn(*rgs, **kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2641, in background_thread handle_exit_code(exit_code) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2332, in fn return self.command.handle_command_exit_code(exit_code) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 826, in handle_command_exit_code raise exc sh.ErrorReturnCode_3: RAN: /home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/.testenv/bin/python3 /tmp/tmpcgnp_mrp STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_signal_exception /usr/lib/python3.12/site-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 17299 Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1012, in run self._target(*self._args, **self._kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 1639, in wrap fn(*rgs, **kwargs) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2641, in background_thread handle_exit_code(exit_code) File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 2332, in fn return self.command.handle_command_exit_code(exit_code) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/sh.py", line 826, in handle_command_exit_code raise exc sh.SignalException_SIGTERM: RAN: /home/buildozer/aports/testing/py3-sh/src/sh-2.0.6/.testenv/bin/python3 /tmp/tmps25hudi7 STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================ 178 passed, 1 skipped, 106 warnings in 55.92s ================= >>> py3-sh: Entering fakeroot... >>> py3-sh-pyc*: Running split function pyc... renamed '/home/buildozer/aports/testing/py3-sh/pkg/py3-sh/usr/lib/python3.12/site-packages/__pycache__' -> '/home/buildozer/aports/testing/py3-sh/pkg/py3-sh-pyc/usr/lib/python3.12/site-packages/__pycache__' >>> py3-sh-pyc*: Preparing subpackage py3-sh-pyc... >>> py3-sh-pyc*: Running postcheck for py3-sh-pyc >>> py3-sh*: Running postcheck for py3-sh >>> py3-sh*: Preparing package py3-sh... >>> py3-sh-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-sh-pyc*: Package size: 152.0 KB >>> py3-sh-pyc*: Compressing data... >>> py3-sh-pyc*: Create checksum... >>> py3-sh-pyc*: Create py3-sh-pyc-2.0.6-r1.apk >>> py3-sh*: Tracing dependencies... python3 python3~3.12 >>> py3-sh*: Package size: 164.0 KB >>> py3-sh*: Compressing data... >>> py3-sh*: Create checksum... >>> py3-sh*: Create py3-sh-2.0.6-r1.apk >>> py3-sh: Build complete at Mon, 23 Sep 2024 06:42:18 +0000 elapsed time 0h 1m 4s >>> py3-sh: Cleaning up srcdir >>> py3-sh: Cleaning up pkgdir >>> py3-sh: Uninstalling dependencies... (1/41) Purging .makedepends-py3-sh (20240923.064119) (2/41) Purging py3-gpep517-pyc (16-r0) (3/41) Purging py3-gpep517 (16-r0) (4/41) Purging py3-installer-pyc (0.7.0-r2) (5/41) Purging py3-installer (0.7.0-r2) (6/41) Purging py3-poetry-core-pyc (1.9.0-r0) (7/41) Purging py3-poetry-core (1.9.0-r0) (8/41) Purging py3-fastjsonschema-pyc (2.20.0-r0) (9/41) Purging py3-fastjsonschema (2.20.0-r0) (10/41) Purging py3-lark-parser-pyc (1.1.9-r1) (11/41) Purging py3-lark-parser (1.1.9-r1) (12/41) Purging py3-pytest-pyc (8.3.3-r0) (13/41) Purging py3-pytest (8.3.3-r0) (14/41) Purging py3-iniconfig-pyc (2.0.0-r1) (15/41) Purging py3-iniconfig (2.0.0-r1) (16/41) Purging py3-packaging-pyc (24.1-r0) (17/41) Purging py3-packaging (24.1-r0) (18/41) Purging py3-parsing-pyc (3.1.4-r0) (19/41) Purging py3-parsing (3.1.4-r0) (20/41) Purging py3-pluggy-pyc (1.5.0-r0) (21/41) Purging py3-pluggy (1.5.0-r0) (22/41) Purging py3-py-pyc (1.11.0-r4) (23/41) Purging py3-py (1.11.0-r4) (24/41) Purging python3-pyc (3.12.6-r0) (25/41) Purging python3-pycache-pyc0 (3.12.6-r0) (26/41) Purging pyc (3.12.6-r0) (27/41) Purging python3 (3.12.6-r0) (28/41) Purging lsof (4.99.3-r0) (29/41) Purging coreutils (9.5-r1) Executing coreutils-9.5-r1.post-deinstall (30/41) Purging coreutils-env (9.5-r1) (31/41) Purging coreutils-fmt (9.5-r1) (32/41) Purging coreutils-sha512sum (9.5-r1) (33/41) Purging gdbm (1.24-r0) (34/41) Purging libbz2 (1.0.8-r6) (35/41) Purging libffi (3.4.6-r0) (36/41) Purging libpanelw (6.5_p20240601-r1) (37/41) Purging mpdecimal (4.0.0-r0) (38/41) Purging sqlite-libs (3.46.1-r0) (39/41) Purging utmps-libs (0.1.2.2-r2) (40/41) Purging xz-libs (5.6.2-r0) (41/41) Purging skalibs (2.14.2.0-r1) Executing busybox-1.36.1-r32.trigger OK: 251 MiB in 103 packages >>> py3-sh: Updating the testing/loongarch64 repository index... >>> py3-sh: Signing the index...