>>> py3-unicrypto: Building testing/py3-unicrypto 0.0.10-r3 (using abuild 3.15.0-r0) started Thu, 29 May 2025 11:56:52 +0000 >>> py3-unicrypto: Validating /home/buildozer/aports/testing/py3-unicrypto/APKBUILD... >>> py3-unicrypto: Analyzing dependencies... >>> py3-unicrypto: Installing for build: build-base py3-cryptography py3-mbedtls py3-pycryptodome py3-pycryptodomex python3 py3-gpep517 py3-wheel py3-setuptools py3-pytest (1/48) Installing libbz2 (1.0.8-r6) (2/48) Installing libffi (3.4.8-r0) (3/48) Installing gdbm (1.24-r0) (4/48) Installing xz-libs (5.8.1-r0) (5/48) Installing mpdecimal (4.0.1-r0) (6/48) Installing libpanelw (6.5_p20250503-r0) (7/48) Installing sqlite-libs (3.49.2-r0) (8/48) Installing python3 (3.12.10-r1) (9/48) Installing python3-pycache-pyc0 (3.12.10-r1) (10/48) Installing pyc (3.12.10-r1) (11/48) Installing py3-cparser (2.22-r1) (12/48) Installing py3-cparser-pyc (2.22-r1) (13/48) Installing py3-cffi (1.17.1-r1) (14/48) Installing py3-cffi-pyc (1.17.1-r1) (15/48) Installing py3-cryptography-pyc (44.0.3-r0) (16/48) Installing python3-pyc (3.12.10-r1) (17/48) Installing py3-cryptography (44.0.3-r0) (18/48) Installing mbedtls2 (2.28.10-r0) (19/48) Installing py3-certifi (2025.4.26-r0) (20/48) Installing py3-certifi-pyc (2025.4.26-r0) (21/48) Installing py3-typing-extensions (4.13.2-r0) (22/48) Installing py3-typing-extensions-pyc (4.13.2-r0) (23/48) Installing py3-mbedtls (2.10.1-r3) (24/48) Installing py3-mbedtls-pyc (2.10.1-r3) (25/48) Installing py3-pycryptodome (3.23.0-r0) (26/48) Installing py3-pycryptodome-pyc (3.23.0-r0) (27/48) Installing py3-pycryptodomex (3.23.0-r0) (28/48) Installing py3-installer (0.7.0-r2) (29/48) Installing py3-installer-pyc (0.7.0-r2) (30/48) Installing py3-gpep517 (19-r0) (31/48) Installing py3-gpep517-pyc (19-r0) (32/48) Installing py3-parsing (3.2.3-r0) (33/48) Installing py3-parsing-pyc (3.2.3-r0) (34/48) Installing py3-packaging (25.0-r0) (35/48) Installing py3-packaging-pyc (25.0-r0) (36/48) Installing py3-wheel (0.46.1-r0) (37/48) Installing py3-wheel-pyc (0.46.1-r0) (38/48) Installing py3-setuptools (80.9.0-r0) (39/48) Installing py3-setuptools-pyc (80.9.0-r0) (40/48) Installing py3-iniconfig (2.1.0-r0) (41/48) Installing py3-iniconfig-pyc (2.1.0-r0) (42/48) Installing py3-pluggy (1.5.0-r0) (43/48) Installing py3-pluggy-pyc (1.5.0-r0) (44/48) Installing py3-py (1.11.0-r4) (45/48) Installing py3-py-pyc (1.11.0-r4) (46/48) Installing py3-pytest (8.3.5-r0) (47/48) Installing py3-pytest-pyc (8.3.5-r0) (48/48) Installing .makedepends-py3-unicrypto (20250529.115653) Executing busybox-1.37.0-r18.trigger OK: 332 MiB in 152 packages >>> py3-unicrypto: Cleaning up srcdir >>> py3-unicrypto: Cleaning up pkgdir >>> py3-unicrypto: Cleaning up tmpdir >>> py3-unicrypto: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-unicrypto-0.0.10.tar.gz >>> py3-unicrypto: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-unicrypto-0.0.10.tar.gz >>> py3-unicrypto: Checking sha512sums... py3-unicrypto-0.0.10.tar.gz: OK >>> py3-unicrypto: Unpacking /var/cache/distfiles/py3-unicrypto-0.0.10.tar.gz... 2025-05-29 11:56:55,175 gpep517 INFO Building wheel via backend setuptools.build_meta 2025-05-29 11:56:55,218 root INFO running bdist_wheel 2025-05-29 11:56:55,257 root INFO running build 2025-05-29 11:56:55,257 root INFO running build_py 2025-05-29 11:56:55,266 root INFO creating build/lib/unicrypto 2025-05-29 11:56:55,266 root INFO copying unicrypto/symmetric.py -> build/lib/unicrypto 2025-05-29 11:56:55,267 root INFO copying unicrypto/hmac.py -> build/lib/unicrypto 2025-05-29 11:56:55,267 root INFO copying unicrypto/cmac.py -> build/lib/unicrypto 2025-05-29 11:56:55,268 root INFO copying unicrypto/pbkdf2.py -> build/lib/unicrypto 2025-05-29 11:56:55,268 root INFO copying unicrypto/kdf.py -> build/lib/unicrypto 2025-05-29 11:56:55,269 root INFO copying unicrypto/__init__.py -> build/lib/unicrypto 2025-05-29 11:56:55,269 root INFO copying unicrypto/_version.py -> build/lib/unicrypto 2025-05-29 11:56:55,269 root INFO copying unicrypto/hashlib.py -> build/lib/unicrypto 2025-05-29 11:56:55,270 root INFO creating build/lib/tests 2025-05-29 11:56:55,270 root INFO copying tests/test_aes.py -> build/lib/tests 2025-05-29 11:56:55,271 root INFO copying tests/test_tdes.py -> build/lib/tests 2025-05-29 11:56:55,271 root INFO copying tests/test_rc4.py -> build/lib/tests 2025-05-29 11:56:55,272 root INFO copying tests/__init__.py -> build/lib/tests 2025-05-29 11:56:55,272 root INFO copying tests/test_des.py -> build/lib/tests 2025-05-29 11:56:55,273 root INFO copying tests/test_import.py -> build/lib/tests 2025-05-29 11:56:55,273 root INFO copying tests/test_pbkdf2.py -> build/lib/tests 2025-05-29 11:56:55,273 root INFO creating build/lib/unicrypto/backends 2025-05-29 11:56:55,274 root INFO copying unicrypto/backends/cmac.py -> build/lib/unicrypto/backends 2025-05-29 11:56:55,274 root INFO copying unicrypto/backends/kdf.py -> build/lib/unicrypto/backends 2025-05-29 11:56:55,275 root INFO copying unicrypto/backends/__init__.py -> build/lib/unicrypto/backends 2025-05-29 11:56:55,275 root INFO creating build/lib/unicrypto/backends/pycryptodomex 2025-05-29 11:56:55,275 root INFO copying unicrypto/backends/pycryptodomex/TDES.py -> build/lib/unicrypto/backends/pycryptodomex 2025-05-29 11:56:55,276 root INFO copying unicrypto/backends/pycryptodomex/RC4.py -> build/lib/unicrypto/backends/pycryptodomex 2025-05-29 11:56:55,276 root INFO copying unicrypto/backends/pycryptodomex/AES.py -> build/lib/unicrypto/backends/pycryptodomex 2025-05-29 11:56:55,277 root INFO copying unicrypto/backends/pycryptodomex/__init__.py -> build/lib/unicrypto/backends/pycryptodomex 2025-05-29 11:56:55,277 root INFO copying unicrypto/backends/pycryptodomex/DES.py -> build/lib/unicrypto/backends/pycryptodomex 2025-05-29 11:56:55,278 root INFO creating build/lib/unicrypto/backends/pure 2025-05-29 11:56:55,278 root INFO copying unicrypto/backends/pure/MD4.py -> build/lib/unicrypto/backends/pure 2025-05-29 11:56:55,279 root INFO copying unicrypto/backends/pure/TDES.py -> build/lib/unicrypto/backends/pure 2025-05-29 11:56:55,279 root INFO copying unicrypto/backends/pure/RC4.py -> build/lib/unicrypto/backends/pure 2025-05-29 11:56:55,279 root INFO copying unicrypto/backends/pure/AES.py -> build/lib/unicrypto/backends/pure 2025-05-29 11:56:55,280 root INFO copying unicrypto/backends/pure/__init__.py -> build/lib/unicrypto/backends/pure 2025-05-29 11:56:55,280 root INFO copying unicrypto/backends/pure/DES.py -> build/lib/unicrypto/backends/pure 2025-05-29 11:56:55,281 root INFO creating build/lib/unicrypto/backends/pycryptodome 2025-05-29 11:56:55,281 root INFO copying unicrypto/backends/pycryptodome/TDES.py -> build/lib/unicrypto/backends/pycryptodome 2025-05-29 11:56:55,282 root INFO copying unicrypto/backends/pycryptodome/RC4.py -> build/lib/unicrypto/backends/pycryptodome 2025-05-29 11:56:55,282 root INFO copying unicrypto/backends/pycryptodome/AES.py -> build/lib/unicrypto/backends/pycryptodome 2025-05-29 11:56:55,282 root INFO copying unicrypto/backends/pycryptodome/__init__.py -> build/lib/unicrypto/backends/pycryptodome 2025-05-29 11:56:55,283 root INFO copying unicrypto/backends/pycryptodome/DES.py -> build/lib/unicrypto/backends/pycryptodome 2025-05-29 11:56:55,283 root INFO creating build/lib/unicrypto/backends/cryptography 2025-05-29 11:56:55,284 root INFO copying unicrypto/backends/cryptography/TDES.py -> build/lib/unicrypto/backends/cryptography 2025-05-29 11:56:55,284 root INFO copying unicrypto/backends/cryptography/RC4.py -> build/lib/unicrypto/backends/cryptography 2025-05-29 11:56:55,285 root INFO copying unicrypto/backends/cryptography/AES.py -> build/lib/unicrypto/backends/cryptography 2025-05-29 11:56:55,285 root INFO copying unicrypto/backends/cryptography/__init__.py -> build/lib/unicrypto/backends/cryptography 2025-05-29 11:56:55,285 root INFO copying unicrypto/backends/cryptography/DES.py -> build/lib/unicrypto/backends/cryptography 2025-05-29 11:56:55,286 root INFO creating build/lib/unicrypto/backends/pycrypto 2025-05-29 11:56:55,286 root INFO copying unicrypto/backends/pycrypto/TDES.py -> build/lib/unicrypto/backends/pycrypto 2025-05-29 11:56:55,287 root INFO copying unicrypto/backends/pycrypto/RC4.py -> build/lib/unicrypto/backends/pycrypto 2025-05-29 11:56:55,287 root INFO copying unicrypto/backends/pycrypto/AES.py -> build/lib/unicrypto/backends/pycrypto 2025-05-29 11:56:55,288 root INFO copying unicrypto/backends/pycrypto/__init__.py -> build/lib/unicrypto/backends/pycrypto 2025-05-29 11:56:55,288 root INFO copying unicrypto/backends/pycrypto/DES.py -> build/lib/unicrypto/backends/pycrypto 2025-05-29 11:56:55,289 root INFO creating build/lib/unicrypto/backends/mbedtls 2025-05-29 11:56:55,289 root INFO copying unicrypto/backends/mbedtls/TDES.py -> build/lib/unicrypto/backends/mbedtls 2025-05-29 11:56:55,289 root INFO copying unicrypto/backends/mbedtls/RC4.py -> build/lib/unicrypto/backends/mbedtls 2025-05-29 11:56:55,290 root INFO copying unicrypto/backends/mbedtls/AES.py -> build/lib/unicrypto/backends/mbedtls 2025-05-29 11:56:55,290 root INFO copying unicrypto/backends/mbedtls/__init__.py -> build/lib/unicrypto/backends/mbedtls 2025-05-29 11:56:55,291 root INFO copying unicrypto/backends/mbedtls/DES.py -> build/lib/unicrypto/backends/mbedtls 2025-05-29 11:56:55,291 root INFO creating build/lib/unicrypto/backends/pure/external 2025-05-29 11:56:55,291 root INFO copying unicrypto/backends/pure/external/__init__.py -> build/lib/unicrypto/backends/pure/external 2025-05-29 11:56:55,292 root INFO creating build/lib/unicrypto/backends/pure/padding 2025-05-29 11:56:55,292 root INFO copying unicrypto/backends/pure/padding/__init__.py -> build/lib/unicrypto/backends/pure/padding 2025-05-29 11:56:55,293 root INFO copying unicrypto/backends/pure/padding/pkcs7.py -> build/lib/unicrypto/backends/pure/padding 2025-05-29 11:56:55,293 root INFO creating build/lib/unicrypto/backends/pure/external/RC4 2025-05-29 11:56:55,293 root INFO copying unicrypto/backends/pure/external/RC4/RC4.py -> build/lib/unicrypto/backends/pure/external/RC4 2025-05-29 11:56:55,294 root INFO copying unicrypto/backends/pure/external/RC4/__init__.py -> build/lib/unicrypto/backends/pure/external/RC4 2025-05-29 11:56:55,294 root INFO creating build/lib/unicrypto/backends/pure/external/DES 2025-05-29 11:56:55,295 root INFO copying unicrypto/backends/pure/external/DES/__init__.py -> build/lib/unicrypto/backends/pure/external/DES 2025-05-29 11:56:55,295 root INFO copying unicrypto/backends/pure/external/DES/DES.py -> build/lib/unicrypto/backends/pure/external/DES 2025-05-29 11:56:55,296 root INFO creating build/lib/unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,296 root INFO copying unicrypto/backends/pure/external/AES/ccm.py -> build/lib/unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,296 root INFO copying unicrypto/backends/pure/external/AES/gcc_bak_orig.py -> build/lib/unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,297 root INFO copying unicrypto/backends/pure/external/AES/util.py -> build/lib/unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,297 root INFO copying unicrypto/backends/pure/external/AES/blockfeeder.py -> build/lib/unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,298 root INFO copying unicrypto/backends/pure/external/AES/AES.py -> build/lib/unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,298 root INFO copying unicrypto/backends/pure/external/AES/__init__.py -> build/lib/unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,299 root INFO copying unicrypto/backends/pure/external/AES/AESCCM.py -> build/lib/unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,299 root INFO copying unicrypto/backends/pure/external/AES/AESGCM.py -> build/lib/unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,300 root INFO creating build/lib/unicrypto/backends/pycrypto/extra 2025-05-29 11:56:55,300 root INFO copying unicrypto/backends/pycrypto/extra/__init__.py -> build/lib/unicrypto/backends/pycrypto/extra 2025-05-29 11:56:55,300 root INFO copying unicrypto/backends/pycrypto/extra/AESGCM.py -> build/lib/unicrypto/backends/pycrypto/extra 2025-05-29 11:56:55,301 root INFO running egg_info 2025-05-29 11:56:55,307 root INFO creating unicrypto.egg-info 2025-05-29 11:56:55,307 root INFO writing unicrypto.egg-info/PKG-INFO 2025-05-29 11:56:55,308 root INFO writing dependency_links to unicrypto.egg-info/dependency_links.txt 2025-05-29 11:56:55,309 root INFO writing requirements to unicrypto.egg-info/requires.txt 2025-05-29 11:56:55,309 root INFO writing top-level names to unicrypto.egg-info/top_level.txt 2025-05-29 11:56:55,309 root INFO writing manifest file 'unicrypto.egg-info/SOURCES.txt' 2025-05-29 11:56:55,322 root INFO reading manifest file 'unicrypto.egg-info/SOURCES.txt' 2025-05-29 11:56:55,323 root INFO adding license file 'LICENSE' 2025-05-29 11:56:55,325 root INFO writing manifest file 'unicrypto.egg-info/SOURCES.txt' 2025-05-29 11:56:55,347 root INFO installing to build/bdist.linux-loongarch64/wheel 2025-05-29 11:56:55,347 root INFO running install 2025-05-29 11:56:55,365 root INFO running install_lib 2025-05-29 11:56:55,372 root INFO creating build/bdist.linux-loongarch64/wheel 2025-05-29 11:56:55,373 root INFO creating build/bdist.linux-loongarch64/wheel/unicrypto 2025-05-29 11:56:55,373 root INFO copying build/lib/unicrypto/symmetric.py -> build/bdist.linux-loongarch64/wheel/./unicrypto 2025-05-29 11:56:55,374 root INFO copying build/lib/unicrypto/hmac.py -> build/bdist.linux-loongarch64/wheel/./unicrypto 2025-05-29 11:56:55,374 root INFO copying build/lib/unicrypto/cmac.py -> build/bdist.linux-loongarch64/wheel/./unicrypto 2025-05-29 11:56:55,374 root INFO copying build/lib/unicrypto/pbkdf2.py -> build/bdist.linux-loongarch64/wheel/./unicrypto 2025-05-29 11:56:55,374 root INFO copying build/lib/unicrypto/kdf.py -> build/bdist.linux-loongarch64/wheel/./unicrypto 2025-05-29 11:56:55,375 root INFO copying build/lib/unicrypto/__init__.py -> build/bdist.linux-loongarch64/wheel/./unicrypto 2025-05-29 11:56:55,375 root INFO creating build/bdist.linux-loongarch64/wheel/unicrypto/backends 2025-05-29 11:56:55,376 root INFO creating build/bdist.linux-loongarch64/wheel/unicrypto/backends/pycryptodomex 2025-05-29 11:56:55,376 root INFO copying build/lib/unicrypto/backends/pycryptodomex/TDES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pycryptodomex 2025-05-29 11:56:55,376 root INFO copying build/lib/unicrypto/backends/pycryptodomex/RC4.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pycryptodomex 2025-05-29 11:56:55,377 root INFO copying build/lib/unicrypto/backends/pycryptodomex/AES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pycryptodomex 2025-05-29 11:56:55,377 root INFO copying build/lib/unicrypto/backends/pycryptodomex/__init__.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pycryptodomex 2025-05-29 11:56:55,377 root INFO copying build/lib/unicrypto/backends/pycryptodomex/DES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pycryptodomex 2025-05-29 11:56:55,378 root INFO copying build/lib/unicrypto/backends/cmac.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends 2025-05-29 11:56:55,378 root INFO creating build/bdist.linux-loongarch64/wheel/unicrypto/backends/pure 2025-05-29 11:56:55,378 root INFO copying build/lib/unicrypto/backends/pure/MD4.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure 2025-05-29 11:56:55,379 root INFO copying build/lib/unicrypto/backends/pure/TDES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure 2025-05-29 11:56:55,379 root INFO creating build/bdist.linux-loongarch64/wheel/unicrypto/backends/pure/external 2025-05-29 11:56:55,380 root INFO creating build/bdist.linux-loongarch64/wheel/unicrypto/backends/pure/external/RC4 2025-05-29 11:56:55,380 root INFO copying build/lib/unicrypto/backends/pure/external/RC4/RC4.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure/external/RC4 2025-05-29 11:56:55,380 root INFO copying build/lib/unicrypto/backends/pure/external/RC4/__init__.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure/external/RC4 2025-05-29 11:56:55,381 root INFO copying build/lib/unicrypto/backends/pure/external/__init__.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure/external 2025-05-29 11:56:55,381 root INFO creating build/bdist.linux-loongarch64/wheel/unicrypto/backends/pure/external/DES 2025-05-29 11:56:55,381 root INFO copying build/lib/unicrypto/backends/pure/external/DES/__init__.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure/external/DES 2025-05-29 11:56:55,382 root INFO copying build/lib/unicrypto/backends/pure/external/DES/DES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure/external/DES 2025-05-29 11:56:55,382 root INFO creating build/bdist.linux-loongarch64/wheel/unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,383 root INFO copying build/lib/unicrypto/backends/pure/external/AES/ccm.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,383 root INFO copying build/lib/unicrypto/backends/pure/external/AES/gcc_bak_orig.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,383 root INFO copying build/lib/unicrypto/backends/pure/external/AES/util.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,384 root INFO copying build/lib/unicrypto/backends/pure/external/AES/blockfeeder.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,384 root INFO copying build/lib/unicrypto/backends/pure/external/AES/AES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,384 root INFO copying build/lib/unicrypto/backends/pure/external/AES/__init__.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,385 root INFO copying build/lib/unicrypto/backends/pure/external/AES/AESCCM.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,385 root INFO copying build/lib/unicrypto/backends/pure/external/AES/AESGCM.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure/external/AES 2025-05-29 11:56:55,386 root INFO creating build/bdist.linux-loongarch64/wheel/unicrypto/backends/pure/padding 2025-05-29 11:56:55,386 root INFO copying build/lib/unicrypto/backends/pure/padding/__init__.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure/padding 2025-05-29 11:56:55,386 root INFO copying build/lib/unicrypto/backends/pure/padding/pkcs7.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure/padding 2025-05-29 11:56:55,386 root INFO copying build/lib/unicrypto/backends/pure/RC4.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure 2025-05-29 11:56:55,387 root INFO copying build/lib/unicrypto/backends/pure/AES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure 2025-05-29 11:56:55,387 root INFO copying build/lib/unicrypto/backends/pure/__init__.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure 2025-05-29 11:56:55,387 root INFO copying build/lib/unicrypto/backends/pure/DES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pure 2025-05-29 11:56:55,388 root INFO copying build/lib/unicrypto/backends/kdf.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends 2025-05-29 11:56:55,388 root INFO copying build/lib/unicrypto/backends/__init__.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends 2025-05-29 11:56:55,389 root INFO creating build/bdist.linux-loongarch64/wheel/unicrypto/backends/pycryptodome 2025-05-29 11:56:55,389 root INFO copying build/lib/unicrypto/backends/pycryptodome/TDES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pycryptodome 2025-05-29 11:56:55,389 root INFO copying build/lib/unicrypto/backends/pycryptodome/RC4.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pycryptodome 2025-05-29 11:56:55,389 root INFO copying build/lib/unicrypto/backends/pycryptodome/AES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pycryptodome 2025-05-29 11:56:55,390 root INFO copying build/lib/unicrypto/backends/pycryptodome/__init__.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pycryptodome 2025-05-29 11:56:55,390 root INFO copying build/lib/unicrypto/backends/pycryptodome/DES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pycryptodome 2025-05-29 11:56:55,391 root INFO creating build/bdist.linux-loongarch64/wheel/unicrypto/backends/cryptography 2025-05-29 11:56:55,391 root INFO copying build/lib/unicrypto/backends/cryptography/TDES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/cryptography 2025-05-29 11:56:55,391 root INFO copying build/lib/unicrypto/backends/cryptography/RC4.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/cryptography 2025-05-29 11:56:55,392 root INFO copying build/lib/unicrypto/backends/cryptography/AES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/cryptography 2025-05-29 11:56:55,392 root INFO copying build/lib/unicrypto/backends/cryptography/__init__.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/cryptography 2025-05-29 11:56:55,392 root INFO copying build/lib/unicrypto/backends/cryptography/DES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/cryptography 2025-05-29 11:56:55,393 root INFO creating build/bdist.linux-loongarch64/wheel/unicrypto/backends/pycrypto 2025-05-29 11:56:55,393 root INFO copying build/lib/unicrypto/backends/pycrypto/TDES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pycrypto 2025-05-29 11:56:55,393 root INFO creating build/bdist.linux-loongarch64/wheel/unicrypto/backends/pycrypto/extra 2025-05-29 11:56:55,394 root INFO copying build/lib/unicrypto/backends/pycrypto/extra/__init__.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pycrypto/extra 2025-05-29 11:56:55,394 root INFO copying build/lib/unicrypto/backends/pycrypto/extra/AESGCM.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pycrypto/extra 2025-05-29 11:56:55,394 root INFO copying build/lib/unicrypto/backends/pycrypto/RC4.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pycrypto 2025-05-29 11:56:55,395 root INFO copying build/lib/unicrypto/backends/pycrypto/AES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pycrypto 2025-05-29 11:56:55,395 root INFO copying build/lib/unicrypto/backends/pycrypto/__init__.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pycrypto 2025-05-29 11:56:55,395 root INFO copying build/lib/unicrypto/backends/pycrypto/DES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/pycrypto 2025-05-29 11:56:55,396 root INFO creating build/bdist.linux-loongarch64/wheel/unicrypto/backends/mbedtls 2025-05-29 11:56:55,396 root INFO copying build/lib/unicrypto/backends/mbedtls/TDES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/mbedtls 2025-05-29 11:56:55,397 root INFO copying build/lib/unicrypto/backends/mbedtls/RC4.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/mbedtls 2025-05-29 11:56:55,397 root INFO copying build/lib/unicrypto/backends/mbedtls/AES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/mbedtls 2025-05-29 11:56:55,397 root INFO copying build/lib/unicrypto/backends/mbedtls/__init__.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/mbedtls 2025-05-29 11:56:55,398 root INFO copying build/lib/unicrypto/backends/mbedtls/DES.py -> build/bdist.linux-loongarch64/wheel/./unicrypto/backends/mbedtls 2025-05-29 11:56:55,398 root INFO copying build/lib/unicrypto/_version.py -> build/bdist.linux-loongarch64/wheel/./unicrypto 2025-05-29 11:56:55,398 root INFO copying build/lib/unicrypto/hashlib.py -> build/bdist.linux-loongarch64/wheel/./unicrypto 2025-05-29 11:56:55,399 root INFO creating build/bdist.linux-loongarch64/wheel/tests 2025-05-29 11:56:55,399 root INFO copying build/lib/tests/test_aes.py -> build/bdist.linux-loongarch64/wheel/./tests 2025-05-29 11:56:55,399 root INFO copying build/lib/tests/test_tdes.py -> build/bdist.linux-loongarch64/wheel/./tests 2025-05-29 11:56:55,400 root INFO copying build/lib/tests/test_rc4.py -> build/bdist.linux-loongarch64/wheel/./tests 2025-05-29 11:56:55,400 root INFO copying build/lib/tests/__init__.py -> build/bdist.linux-loongarch64/wheel/./tests 2025-05-29 11:56:55,400 root INFO copying build/lib/tests/test_des.py -> build/bdist.linux-loongarch64/wheel/./tests 2025-05-29 11:56:55,401 root INFO copying build/lib/tests/test_import.py -> build/bdist.linux-loongarch64/wheel/./tests 2025-05-29 11:56:55,401 root INFO copying build/lib/tests/test_pbkdf2.py -> build/bdist.linux-loongarch64/wheel/./tests 2025-05-29 11:56:55,401 root INFO running install_egg_info 2025-05-29 11:56:55,410 root INFO Copying unicrypto.egg-info to build/bdist.linux-loongarch64/wheel/./unicrypto-0.0.10-py3.12.egg-info 2025-05-29 11:56:55,412 root INFO running install_scripts 2025-05-29 11:56:55,414 root INFO creating build/bdist.linux-loongarch64/wheel/unicrypto-0.0.10.dist-info/WHEEL 2025-05-29 11:56:55,415 wheel INFO creating '/home/buildozer/aports/testing/py3-unicrypto/src/unicrypto-0.0.10/.dist/.tmp-pn7rtqnj/unicrypto-0.0.10-py3-none-any.whl' and adding 'build/bdist.linux-loongarch64/wheel' to it 2025-05-29 11:56:55,415 wheel INFO adding 'tests/__init__.py' 2025-05-29 11:56:55,416 wheel INFO adding 'tests/test_aes.py' 2025-05-29 11:56:55,417 wheel INFO adding 'tests/test_des.py' 2025-05-29 11:56:55,417 wheel INFO adding 'tests/test_import.py' 2025-05-29 11:56:55,417 wheel INFO adding 'tests/test_pbkdf2.py' 2025-05-29 11:56:55,418 wheel INFO adding 'tests/test_rc4.py' 2025-05-29 11:56:55,418 wheel INFO adding 'tests/test_tdes.py' 2025-05-29 11:56:55,419 wheel INFO adding 'unicrypto/__init__.py' 2025-05-29 11:56:55,419 wheel INFO adding 'unicrypto/_version.py' 2025-05-29 11:56:55,419 wheel INFO adding 'unicrypto/cmac.py' 2025-05-29 11:56:55,420 wheel INFO adding 'unicrypto/hashlib.py' 2025-05-29 11:56:55,420 wheel INFO adding 'unicrypto/hmac.py' 2025-05-29 11:56:55,420 wheel INFO adding 'unicrypto/kdf.py' 2025-05-29 11:56:55,421 wheel INFO adding 'unicrypto/pbkdf2.py' 2025-05-29 11:56:55,421 wheel INFO adding 'unicrypto/symmetric.py' 2025-05-29 11:56:55,421 wheel INFO adding 'unicrypto/backends/__init__.py' 2025-05-29 11:56:55,422 wheel INFO adding 'unicrypto/backends/cmac.py' 2025-05-29 11:56:55,422 wheel INFO adding 'unicrypto/backends/kdf.py' 2025-05-29 11:56:55,423 wheel INFO adding 'unicrypto/backends/cryptography/AES.py' 2025-05-29 11:56:55,423 wheel INFO adding 'unicrypto/backends/cryptography/DES.py' 2025-05-29 11:56:55,423 wheel INFO adding 'unicrypto/backends/cryptography/RC4.py' 2025-05-29 11:56:55,424 wheel INFO adding 'unicrypto/backends/cryptography/TDES.py' 2025-05-29 11:56:55,424 wheel INFO adding 'unicrypto/backends/cryptography/__init__.py' 2025-05-29 11:56:55,425 wheel INFO adding 'unicrypto/backends/mbedtls/AES.py' 2025-05-29 11:56:55,425 wheel INFO adding 'unicrypto/backends/mbedtls/DES.py' 2025-05-29 11:56:55,425 wheel INFO adding 'unicrypto/backends/mbedtls/RC4.py' 2025-05-29 11:56:55,426 wheel INFO adding 'unicrypto/backends/mbedtls/TDES.py' 2025-05-29 11:56:55,426 wheel INFO adding 'unicrypto/backends/mbedtls/__init__.py' 2025-05-29 11:56:55,427 wheel INFO adding 'unicrypto/backends/pure/AES.py' 2025-05-29 11:56:55,427 wheel INFO adding 'unicrypto/backends/pure/DES.py' 2025-05-29 11:56:55,427 wheel INFO adding 'unicrypto/backends/pure/MD4.py' 2025-05-29 11:56:55,428 wheel INFO adding 'unicrypto/backends/pure/RC4.py' 2025-05-29 11:56:55,428 wheel INFO adding 'unicrypto/backends/pure/TDES.py' 2025-05-29 11:56:55,429 wheel INFO adding 'unicrypto/backends/pure/__init__.py' 2025-05-29 11:56:55,429 wheel INFO adding 'unicrypto/backends/pure/external/__init__.py' 2025-05-29 11:56:55,430 wheel INFO adding 'unicrypto/backends/pure/external/AES/AES.py' 2025-05-29 11:56:55,430 wheel INFO adding 'unicrypto/backends/pure/external/AES/AESCCM.py' 2025-05-29 11:56:55,431 wheel INFO adding 'unicrypto/backends/pure/external/AES/AESGCM.py' 2025-05-29 11:56:55,431 wheel INFO adding 'unicrypto/backends/pure/external/AES/__init__.py' 2025-05-29 11:56:55,432 wheel INFO adding 'unicrypto/backends/pure/external/AES/blockfeeder.py' 2025-05-29 11:56:55,432 wheel INFO adding 'unicrypto/backends/pure/external/AES/ccm.py' 2025-05-29 11:56:55,432 wheel INFO adding 'unicrypto/backends/pure/external/AES/gcc_bak_orig.py' 2025-05-29 11:56:55,433 wheel INFO adding 'unicrypto/backends/pure/external/AES/util.py' 2025-05-29 11:56:55,433 wheel INFO adding 'unicrypto/backends/pure/external/DES/DES.py' 2025-05-29 11:56:55,434 wheel INFO adding 'unicrypto/backends/pure/external/DES/__init__.py' 2025-05-29 11:56:55,434 wheel INFO adding 'unicrypto/backends/pure/external/RC4/RC4.py' 2025-05-29 11:56:55,435 wheel INFO adding 'unicrypto/backends/pure/external/RC4/__init__.py' 2025-05-29 11:56:55,435 wheel INFO adding 'unicrypto/backends/pure/padding/__init__.py' 2025-05-29 11:56:55,435 wheel INFO adding 'unicrypto/backends/pure/padding/pkcs7.py' 2025-05-29 11:56:55,436 wheel INFO adding 'unicrypto/backends/pycrypto/AES.py' 2025-05-29 11:56:55,436 wheel INFO adding 'unicrypto/backends/pycrypto/DES.py' 2025-05-29 11:56:55,437 wheel INFO adding 'unicrypto/backends/pycrypto/RC4.py' 2025-05-29 11:56:55,437 wheel INFO adding 'unicrypto/backends/pycrypto/TDES.py' 2025-05-29 11:56:55,437 wheel INFO adding 'unicrypto/backends/pycrypto/__init__.py' 2025-05-29 11:56:55,438 wheel INFO adding 'unicrypto/backends/pycrypto/extra/AESGCM.py' 2025-05-29 11:56:55,438 wheel INFO adding 'unicrypto/backends/pycrypto/extra/__init__.py' 2025-05-29 11:56:55,439 wheel INFO adding 'unicrypto/backends/pycryptodome/AES.py' 2025-05-29 11:56:55,439 wheel INFO adding 'unicrypto/backends/pycryptodome/DES.py' 2025-05-29 11:56:55,439 wheel INFO adding 'unicrypto/backends/pycryptodome/RC4.py' 2025-05-29 11:56:55,440 wheel INFO adding 'unicrypto/backends/pycryptodome/TDES.py' 2025-05-29 11:56:55,440 wheel INFO adding 'unicrypto/backends/pycryptodome/__init__.py' 2025-05-29 11:56:55,441 wheel INFO adding 'unicrypto/backends/pycryptodomex/AES.py' 2025-05-29 11:56:55,441 wheel INFO adding 'unicrypto/backends/pycryptodomex/DES.py' 2025-05-29 11:56:55,441 wheel INFO adding 'unicrypto/backends/pycryptodomex/RC4.py' 2025-05-29 11:56:55,442 wheel INFO adding 'unicrypto/backends/pycryptodomex/TDES.py' 2025-05-29 11:56:55,442 wheel INFO adding 'unicrypto/backends/pycryptodomex/__init__.py' 2025-05-29 11:56:55,443 wheel INFO adding 'unicrypto-0.0.10.dist-info/licenses/LICENSE' 2025-05-29 11:56:55,443 wheel INFO adding 'unicrypto-0.0.10.dist-info/METADATA' 2025-05-29 11:56:55,443 wheel INFO adding 'unicrypto-0.0.10.dist-info/WHEEL' 2025-05-29 11:56:55,443 wheel INFO adding 'unicrypto-0.0.10.dist-info/top_level.txt' 2025-05-29 11:56:55,444 wheel INFO adding 'unicrypto-0.0.10.dist-info/zip-safe' 2025-05-29 11:56:55,444 wheel INFO adding 'unicrypto-0.0.10.dist-info/RECORD' 2025-05-29 11:56:55,445 root INFO removing build/bdist.linux-loongarch64/wheel 2025-05-29 11:56:55,450 gpep517 INFO The backend produced .dist/unicrypto-0.0.10-py3-none-any.whl unicrypto-0.0.10-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.10, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/buildozer/aports/testing/py3-unicrypto/src/unicrypto-0.0.10 configfile: pyproject.toml collected 49 items tests/test_aes.py ........................ [ 48%] tests/test_des.py .. [ 53%] tests/test_import.py ................... [ 91%] tests/test_pbkdf2.py . [ 93%] tests/test_rc4.py . [ 95%] tests/test_tdes.py .. [100%] =============================== warnings summary =============================== tests/test_rc4.py::test_rc4[RC4] /home/buildozer/aports/testing/py3-unicrypto/src/unicrypto-0.0.10/unicrypto/backends/cryptography/RC4.py:13: CryptographyDeprecationWarning: ARC4 has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.ARC4 and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. algorithm = algorithms.ARC4(self.key) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 49 passed, 1 warning in 11.22s ======================== >>> py3-unicrypto: Entering fakeroot... >>> py3-unicrypto-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/unicrypto/__pycache__' -> '/home/buildozer/aports/testing/py3-unicrypto/pkg/py3-unicrypto-pyc/usr/lib/python3.12/site-packages/unicrypto/__pycache__' 'usr/lib/python3.12/site-packages/unicrypto/backends/__pycache__' -> '/home/buildozer/aports/testing/py3-unicrypto/pkg/py3-unicrypto-pyc/usr/lib/python3.12/site-packages/unicrypto/backends/__pycache__' 'usr/lib/python3.12/site-packages/unicrypto/backends/pycryptodomex/__pycache__' -> '/home/buildozer/aports/testing/py3-unicrypto/pkg/py3-unicrypto-pyc/usr/lib/python3.12/site-packages/unicrypto/backends/pycryptodomex/__pycache__' 'usr/lib/python3.12/site-packages/unicrypto/backends/pure/external/__pycache__' -> '/home/buildozer/aports/testing/py3-unicrypto/pkg/py3-unicrypto-pyc/usr/lib/python3.12/site-packages/unicrypto/backends/pure/external/__pycache__' 'usr/lib/python3.12/site-packages/unicrypto/backends/pure/external/RC4/__pycache__' -> '/home/buildozer/aports/testing/py3-unicrypto/pkg/py3-unicrypto-pyc/usr/lib/python3.12/site-packages/unicrypto/backends/pure/external/RC4/__pycache__' 'usr/lib/python3.12/site-packages/unicrypto/backends/pure/external/DES/__pycache__' -> '/home/buildozer/aports/testing/py3-unicrypto/pkg/py3-unicrypto-pyc/usr/lib/python3.12/site-packages/unicrypto/backends/pure/external/DES/__pycache__' 'usr/lib/python3.12/site-packages/unicrypto/backends/pure/external/AES/__pycache__' -> '/home/buildozer/aports/testing/py3-unicrypto/pkg/py3-unicrypto-pyc/usr/lib/python3.12/site-packages/unicrypto/backends/pure/external/AES/__pycache__' 'usr/lib/python3.12/site-packages/unicrypto/backends/pure/__pycache__' -> '/home/buildozer/aports/testing/py3-unicrypto/pkg/py3-unicrypto-pyc/usr/lib/python3.12/site-packages/unicrypto/backends/pure/__pycache__' 'usr/lib/python3.12/site-packages/unicrypto/backends/pure/padding/__pycache__' -> '/home/buildozer/aports/testing/py3-unicrypto/pkg/py3-unicrypto-pyc/usr/lib/python3.12/site-packages/unicrypto/backends/pure/padding/__pycache__' 'usr/lib/python3.12/site-packages/unicrypto/backends/pycryptodome/__pycache__' -> '/home/buildozer/aports/testing/py3-unicrypto/pkg/py3-unicrypto-pyc/usr/lib/python3.12/site-packages/unicrypto/backends/pycryptodome/__pycache__' 'usr/lib/python3.12/site-packages/unicrypto/backends/cryptography/__pycache__' -> '/home/buildozer/aports/testing/py3-unicrypto/pkg/py3-unicrypto-pyc/usr/lib/python3.12/site-packages/unicrypto/backends/cryptography/__pycache__' 'usr/lib/python3.12/site-packages/unicrypto/backends/pycrypto/__pycache__' -> '/home/buildozer/aports/testing/py3-unicrypto/pkg/py3-unicrypto-pyc/usr/lib/python3.12/site-packages/unicrypto/backends/pycrypto/__pycache__' 'usr/lib/python3.12/site-packages/unicrypto/backends/pycrypto/extra/__pycache__' -> '/home/buildozer/aports/testing/py3-unicrypto/pkg/py3-unicrypto-pyc/usr/lib/python3.12/site-packages/unicrypto/backends/pycrypto/extra/__pycache__' 'usr/lib/python3.12/site-packages/unicrypto/backends/mbedtls/__pycache__' -> '/home/buildozer/aports/testing/py3-unicrypto/pkg/py3-unicrypto-pyc/usr/lib/python3.12/site-packages/unicrypto/backends/mbedtls/__pycache__' >>> py3-unicrypto-pyc*: Preparing subpackage py3-unicrypto-pyc... >>> py3-unicrypto-pyc*: Running postcheck for py3-unicrypto-pyc >>> py3-unicrypto*: Running postcheck for py3-unicrypto >>> py3-unicrypto*: Preparing package py3-unicrypto... >>> py3-unicrypto-pyc*: Tracing dependencies... py3-cryptography py3-mbedtls py3-pycryptodome py3-pycryptodomex python3 python3~3.12 >>> py3-unicrypto-pyc*: Package size: 235.2 KB >>> py3-unicrypto-pyc*: Compressing data... >>> py3-unicrypto-pyc*: Create checksum... >>> py3-unicrypto-pyc*: Create py3-unicrypto-pyc-0.0.10-r3.apk >>> py3-unicrypto*: Tracing dependencies... py3-cryptography py3-mbedtls py3-pycryptodome py3-pycryptodomex python3 python3~3.12 >>> py3-unicrypto*: Package size: 195.2 KB >>> py3-unicrypto*: Compressing data... >>> py3-unicrypto*: Create checksum... >>> py3-unicrypto*: Create py3-unicrypto-0.0.10-r3.apk >>> py3-unicrypto: Build complete at Thu, 29 May 2025 11:57:08 +0000 elapsed time 0h 0m 16s >>> py3-unicrypto: Cleaning up srcdir >>> py3-unicrypto: Cleaning up pkgdir >>> py3-unicrypto: Uninstalling dependencies... (1/48) Purging .makedepends-py3-unicrypto (20250529.115653) (2/48) Purging py3-cryptography-pyc (44.0.3-r0) (3/48) Purging py3-cryptography (44.0.3-r0) (4/48) Purging py3-cffi-pyc (1.17.1-r1) (5/48) Purging py3-cffi (1.17.1-r1) (6/48) Purging py3-cparser-pyc (2.22-r1) (7/48) Purging py3-cparser (2.22-r1) (8/48) Purging py3-mbedtls-pyc (2.10.1-r3) (9/48) Purging py3-mbedtls (2.10.1-r3) (10/48) Purging py3-certifi-pyc (2025.4.26-r0) (11/48) Purging py3-certifi (2025.4.26-r0) (12/48) Purging py3-typing-extensions-pyc (4.13.2-r0) (13/48) Purging py3-typing-extensions (4.13.2-r0) (14/48) Purging py3-pycryptodome-pyc (3.23.0-r0) (15/48) Purging py3-pycryptodome (3.23.0-r0) (16/48) Purging py3-pycryptodomex (3.23.0-r0) (17/48) Purging py3-gpep517-pyc (19-r0) (18/48) Purging py3-gpep517 (19-r0) (19/48) Purging py3-installer-pyc (0.7.0-r2) (20/48) Purging py3-installer (0.7.0-r2) (21/48) Purging py3-wheel-pyc (0.46.1-r0) (22/48) Purging py3-wheel (0.46.1-r0) (23/48) Purging py3-setuptools-pyc (80.9.0-r0) (24/48) Purging py3-setuptools (80.9.0-r0) (25/48) Purging py3-pytest-pyc (8.3.5-r0) (26/48) Purging py3-pytest (8.3.5-r0) (27/48) Purging py3-iniconfig-pyc (2.1.0-r0) (28/48) Purging py3-iniconfig (2.1.0-r0) (29/48) Purging py3-packaging-pyc (25.0-r0) (30/48) Purging py3-packaging (25.0-r0) (31/48) Purging py3-parsing-pyc (3.2.3-r0) (32/48) Purging py3-parsing (3.2.3-r0) (33/48) Purging py3-pluggy-pyc (1.5.0-r0) (34/48) Purging py3-pluggy (1.5.0-r0) (35/48) Purging py3-py-pyc (1.11.0-r4) (36/48) Purging py3-py (1.11.0-r4) (37/48) Purging python3-pyc (3.12.10-r1) (38/48) Purging python3-pycache-pyc0 (3.12.10-r1) (39/48) Purging pyc (3.12.10-r1) (40/48) Purging python3 (3.12.10-r1) (41/48) Purging gdbm (1.24-r0) (42/48) Purging libbz2 (1.0.8-r6) (43/48) Purging libffi (3.4.8-r0) (44/48) Purging libpanelw (6.5_p20250503-r0) (45/48) Purging mbedtls2 (2.28.10-r0) (46/48) Purging mpdecimal (4.0.1-r0) (47/48) Purging sqlite-libs (3.49.2-r0) (48/48) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r18.trigger OK: 253 MiB in 104 packages >>> py3-unicrypto: Updating the testing/loongarch64 repository index... >>> py3-unicrypto: Signing the index...