>>> py3-sh: Building testing/py3-sh 2.0.6-r0 (using abuild 3.12.0-r0) started Wed, 18 Oct 2023 23:38:56 +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/50) Installing libbz2 (1.0.8-r6) (2/50) Installing libffi (3.4.4-r3) (3/50) Installing gdbm (1.23-r1) (4/50) Installing xz-libs (5.4.4-r0) (5/50) Installing mpdecimal (2.5.1-r2) (6/50) Installing libpanelw (6.4_p20231007-r0) (7/50) Installing readline (8.2.1-r2) (8/50) Installing sqlite-libs (3.43.2-r0) (9/50) Installing python3 (3.11.6-r1) (10/50) Installing python3-pycache-pyc0 (3.11.6-r1) (11/50) Installing pyc (3.11.6-r1) (12/50) Installing python3-pyc (3.11.6-r1) (13/50) Installing py3-installer (0.7.0-r1) (14/50) Installing py3-installer-pyc (0.7.0-r1) (15/50) Installing py3-gpep517 (15-r0) (16/50) Installing py3-gpep517-pyc (15-r0) (17/50) Installing py3-attrs (23.1.0-r1) (18/50) Installing py3-attrs-pyc (23.1.0-r1) (19/50) Installing py3-rpds-py (0.10.6-r0) (20/50) Installing py3-rpds-py-pyc (0.10.6-r0) (21/50) Installing py3-referencing (0.30.2-r0) (22/50) Installing py3-referencing-pyc (0.30.2-r0) (23/50) Installing py3-jsonschema-specifications (2023.07.1-r1) (24/50) Installing py3-jsonschema-specifications-pyc (2023.07.1-r1) (25/50) Installing py3-jsonschema (4.19.1-r0) (26/50) Installing py3-jsonschema-pyc (4.19.1-r0) (27/50) Installing py3-lark-parser (1.1.7-r0) (28/50) Installing py3-lark-parser-pyc (1.1.7-r0) (29/50) Installing py3-parsing (3.1.1-r0) (30/50) Installing py3-parsing-pyc (3.1.1-r0) (31/50) Installing py3-packaging (23.2-r0) (32/50) Installing py3-packaging-pyc (23.2-r0) (33/50) Installing py3-poetry-core (1.7.0-r0) (34/50) Installing py3-poetry-core-pyc (1.7.0-r0) (35/50) Installing py3-iniconfig (1.1.1-r6) (36/50) Installing py3-iniconfig-pyc (1.1.1-r6) (37/50) Installing py3-pluggy (1.3.0-r0) (38/50) Installing py3-pluggy-pyc (1.3.0-r0) (39/50) Installing py3-py (1.11.0-r2) (40/50) Installing py3-py-pyc (1.11.0-r2) (41/50) Installing py3-pytest (7.4.2-r0) (42/50) Installing py3-pytest-pyc (7.4.2-r0) (43/50) Installing lsof (4.98.0-r2) (44/50) Installing coreutils-env (9.4-r0) (45/50) Installing coreutils-fmt (9.4-r0) (46/50) Installing coreutils-sha512sum (9.4-r0) (47/50) Installing skalibs (2.13.1.1-r2) (48/50) Installing utmps-libs (0.1.2.1-r2) (49/50) Installing coreutils (9.4-r0) (50/50) Installing .makedepends-py3-sh (20231018.233857) Executing busybox-1.36.1-r13.trigger OK: 437 MiB in 153 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 >>> 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... 2023-10-18 23:38:58,023 gpep517 INFO Building wheel via backend poetry.core.masonry.api 2023-10-18 23:38:58,152 poetry.core.masonry.builders.wheel INFO Building wheel fatal: not a git repository (or any of the parent directories): .git 2023-10-18 23:38:58,160 poetry.core.masonry.builders.wheel INFO Built sh-2.0.6-py3-none-any.whl 2023-10-18 23:38:58,161 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.11.6, pytest-7.4.2, pluggy-1.3.0 rootdir: /home/buildozer/aports/testing/py3-sh/src/sh-2.0.6 collected 179 items tests/sh_test.py ....................................................... [ 30%] ....................................................s................... [ 70%] .................................................... [100%] =============================== warnings summary =============================== tests/sh_test.py::FunctionalTests::test_piped_exception2 /usr/lib/python3.11/site-packages/_pytest/threadexception.py:73: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 72865 Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 982, 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/tmpg6bvd0l4 STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_fg_alternative /usr/lib/python3.11/site-packages/_pytest/threadexception.py:73: PytestUnhandledThreadExceptionWarning: Exception in thread STDIN thread for pid 72996 Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 982, 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.11/site-packages/_pytest/capture.py", line 202, 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_exit_code_with_hasattr /usr/lib/python3.11/site-packages/_pytest/threadexception.py:73: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 73001 Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 982, 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/tmppik464qu STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_piped_exception1 /usr/lib/python3.11/site-packages/_pytest/threadexception.py:73: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 73083 Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 982, 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/tmp3pzbhhuj STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_unchecked_pipeline_failure /usr/lib/python3.11/site-packages/_pytest/threadexception.py:73: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 73161 Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 982, 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/tmpyvgxzkrl STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_stdout_callback_kill /usr/lib/python3.11/site-packages/_pytest/threadexception.py:73: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 73199 Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 982, 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/tmprfdyktem STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_signal_exception /usr/lib/python3.11/site-packages/_pytest/threadexception.py:73: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 73412 Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 982, 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/tmpj5ow45it STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_done_cb_exc /usr/lib/python3.11/site-packages/_pytest/threadexception.py:73: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 73437 Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 982, 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/tmp6b2oq929 STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_unchecked_producer_failure /usr/lib/python3.11/site-packages/_pytest/threadexception.py:73: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 73457 Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 982, 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/tmp5_pzz1lv STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_stdout_callback_terminate /usr/lib/python3.11/site-packages/_pytest/threadexception.py:73: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 73507 Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 982, 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/tmp9d582yuu STDOUT: STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_signal_group /usr/lib/python3.11/site-packages/_pytest/threadexception.py:73: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 73532 Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 982, 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/tmp02fz0qmm STDOUT: 73536 73532 STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/sh_test.py::FunctionalTests::test_timeout_wait_overstep /usr/lib/python3.11/site-packages/_pytest/threadexception.py:73: PytestUnhandledThreadExceptionWarning: Exception in thread background thread for pid 73541 Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 982, 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/tmp02fz0qmm STDOUT: 73545 73541 STDERR: warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================= 178 passed, 1 skipped, 12 warnings in 54.49s ================= >>> py3-sh: Entering fakeroot... >>> py3-sh-pyc*: Running split function pyc... renamed '/home/buildozer/aports/testing/py3-sh/pkg/py3-sh/usr/lib/python3.11/site-packages/__pycache__' -> '/home/buildozer/aports/testing/py3-sh/pkg/py3-sh-pyc/usr/lib/python3.11/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.11 >>> py3-sh-pyc*: Package size: 164.0 KB >>> py3-sh-pyc*: Compressing data... >>> py3-sh-pyc*: Create checksum... >>> py3-sh-pyc*: Create py3-sh-pyc-2.0.6-r0.apk >>> py3-sh*: Tracing dependencies... python3 python3~3.11 >>> py3-sh*: Package size: 164.0 KB >>> py3-sh*: Compressing data... >>> py3-sh*: Create checksum... >>> py3-sh*: Create py3-sh-2.0.6-r0.apk >>> py3-sh: Build complete at Wed, 18 Oct 2023 23:39:53 +0000 elapsed time 0h 0m 57s >>> py3-sh: Cleaning up srcdir >>> py3-sh: Cleaning up pkgdir >>> py3-sh: Uninstalling dependencies... (1/50) Purging .makedepends-py3-sh (20231018.233857) (2/50) Purging py3-gpep517-pyc (15-r0) (3/50) Purging py3-gpep517 (15-r0) (4/50) Purging py3-installer-pyc (0.7.0-r1) (5/50) Purging py3-installer (0.7.0-r1) (6/50) Purging py3-poetry-core-pyc (1.7.0-r0) (7/50) Purging py3-poetry-core (1.7.0-r0) (8/50) Purging py3-jsonschema-pyc (4.19.1-r0) (9/50) Purging py3-jsonschema (4.19.1-r0) (10/50) Purging py3-jsonschema-specifications-pyc (2023.07.1-r1) (11/50) Purging py3-jsonschema-specifications (2023.07.1-r1) (12/50) Purging py3-referencing-pyc (0.30.2-r0) (13/50) Purging py3-referencing (0.30.2-r0) (14/50) Purging py3-attrs-pyc (23.1.0-r1) (15/50) Purging py3-attrs (23.1.0-r1) (16/50) Purging py3-rpds-py-pyc (0.10.6-r0) (17/50) Purging py3-rpds-py (0.10.6-r0) (18/50) Purging py3-lark-parser-pyc (1.1.7-r0) (19/50) Purging py3-lark-parser (1.1.7-r0) (20/50) Purging py3-pytest-pyc (7.4.2-r0) (21/50) Purging py3-pytest (7.4.2-r0) (22/50) Purging py3-iniconfig-pyc (1.1.1-r6) (23/50) Purging py3-iniconfig (1.1.1-r6) (24/50) Purging py3-packaging-pyc (23.2-r0) (25/50) Purging py3-packaging (23.2-r0) (26/50) Purging py3-parsing-pyc (3.1.1-r0) (27/50) Purging py3-parsing (3.1.1-r0) (28/50) Purging py3-pluggy-pyc (1.3.0-r0) (29/50) Purging py3-pluggy (1.3.0-r0) (30/50) Purging py3-py-pyc (1.11.0-r2) (31/50) Purging py3-py (1.11.0-r2) (32/50) Purging lsof (4.98.0-r2) (33/50) Purging coreutils (9.4-r0) Executing coreutils-9.4-r0.post-deinstall (34/50) Purging coreutils-env (9.4-r0) (35/50) Purging coreutils-fmt (9.4-r0) (36/50) Purging coreutils-sha512sum (9.4-r0) (37/50) Purging python3-pyc (3.11.6-r1) (38/50) Purging python3-pycache-pyc0 (3.11.6-r1) (39/50) Purging pyc (3.11.6-r1) (40/50) Purging utmps-libs (0.1.2.1-r2) (41/50) Purging python3 (3.11.6-r1) (42/50) Purging gdbm (1.23-r1) (43/50) Purging libbz2 (1.0.8-r6) (44/50) Purging libffi (3.4.4-r3) (45/50) Purging libpanelw (6.4_p20231007-r0) (46/50) Purging mpdecimal (2.5.1-r2) (47/50) Purging readline (8.2.1-r2) (48/50) Purging skalibs (2.13.1.1-r2) (49/50) Purging sqlite-libs (3.43.2-r0) (50/50) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r13.trigger OK: 379 MiB in 103 packages >>> py3-sh: Updating the testing/aarch64 repository index... >>> py3-sh: Signing the index...