>>> py3-unicrypto: Building testing/py3-unicrypto 0.0.10-r0 (using abuild 3.10.0-r0) started Sun, 05 Mar 2023 09:52:50 +0000 >>> py3-unicrypto: Checking sanity of /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/27) Installing gdbm (1.23-r0) (2/27) Installing mpdecimal (2.5.1-r1) (3/27) Installing libpanelw (6.4_p20230225-r0) (4/27) Installing readline (8.2.1-r0) (5/27) Installing sqlite-libs (3.41.0-r0) (6/27) Installing python3 (3.11.2-r0) (7/27) Installing py3-cparser (2.21-r1) (8/27) Installing py3-cffi (1.15.1-r1) (9/27) Installing py3-cryptography (39.0.2-r0) (10/27) Installing mbedtls (2.28.2-r0) (11/27) Installing py3-certifi (2022.12.7-r1) (12/27) Installing py3-typing-extensions (4.5.0-r0) (13/27) Installing py3-mbedtls (2.6.1-r0) (14/27) Installing py3-pycryptodome (3.17.0-r0) (15/27) Installing py3-pycryptodomex (3.17.0-r0) (16/27) Installing py3-installer (0.6.0-r0) (17/27) Installing py3-gpep517 (13-r0) (18/27) Installing py3-parsing (3.0.9-r1) (19/27) Installing py3-packaging (23.0-r1) (20/27) Installing py3-wheel (0.38.4-r1) (21/27) Installing py3-setuptools (67.4.0-r1) (22/27) Installing py3-attrs (22.2.0-r0) (23/27) Installing py3-iniconfig (1.1.1-r5) (24/27) Installing py3-pluggy (1.0.0-r2) (25/27) Installing py3-py (1.11.0-r1) (26/27) Installing py3-pytest (7.2.2-r0) (27/27) Installing .makedepends-py3-unicrypto (20230305.095251) Executing busybox-1.36.0-r5.trigger OK: 1159 MiB in 133 packages >>> py3-unicrypto: Cleaning up srcdir >>> py3-unicrypto: Cleaning up pkgdir >>> 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/edge//py3-unicrypto-0.0.10.tar.gz... 2023-03-05 09:52:52,338 gpep517 INFO Building wheel via backend setuptools.build_meta 2023-03-05 09:52:52,380 root INFO running bdist_wheel 2023-03-05 09:52:52,389 root INFO running build 2023-03-05 09:52:52,389 root INFO running build_py 2023-03-05 09:52:52,392 root INFO creating build 2023-03-05 09:52:52,392 root INFO creating build/lib 2023-03-05 09:52:52,392 root INFO creating build/lib/unicrypto 2023-03-05 09:52:52,392 root INFO copying unicrypto/__init__.py -> build/lib/unicrypto 2023-03-05 09:52:52,392 root INFO copying unicrypto/hmac.py -> build/lib/unicrypto 2023-03-05 09:52:52,392 root INFO copying unicrypto/pbkdf2.py -> build/lib/unicrypto 2023-03-05 09:52:52,392 root INFO copying unicrypto/cmac.py -> build/lib/unicrypto 2023-03-05 09:52:52,393 root INFO copying unicrypto/hashlib.py -> build/lib/unicrypto 2023-03-05 09:52:52,393 root INFO copying unicrypto/kdf.py -> build/lib/unicrypto 2023-03-05 09:52:52,393 root INFO copying unicrypto/symmetric.py -> build/lib/unicrypto 2023-03-05 09:52:52,393 root INFO copying unicrypto/_version.py -> build/lib/unicrypto 2023-03-05 09:52:52,393 root INFO creating build/lib/tests 2023-03-05 09:52:52,393 root INFO copying tests/__init__.py -> build/lib/tests 2023-03-05 09:52:52,393 root INFO copying tests/test_des.py -> build/lib/tests 2023-03-05 09:52:52,394 root INFO copying tests/test_aes.py -> build/lib/tests 2023-03-05 09:52:52,394 root INFO copying tests/test_import.py -> build/lib/tests 2023-03-05 09:52:52,394 root INFO copying tests/test_pbkdf2.py -> build/lib/tests 2023-03-05 09:52:52,394 root INFO copying tests/test_tdes.py -> build/lib/tests 2023-03-05 09:52:52,394 root INFO copying tests/test_rc4.py -> build/lib/tests 2023-03-05 09:52:52,395 root INFO creating build/lib/unicrypto/backends 2023-03-05 09:52:52,395 root INFO copying unicrypto/backends/__init__.py -> build/lib/unicrypto/backends 2023-03-05 09:52:52,395 root INFO copying unicrypto/backends/cmac.py -> build/lib/unicrypto/backends 2023-03-05 09:52:52,395 root INFO copying unicrypto/backends/kdf.py -> build/lib/unicrypto/backends 2023-03-05 09:52:52,395 root INFO creating build/lib/unicrypto/backends/cryptography 2023-03-05 09:52:52,395 root INFO copying unicrypto/backends/cryptography/__init__.py -> build/lib/unicrypto/backends/cryptography 2023-03-05 09:52:52,396 root INFO copying unicrypto/backends/cryptography/AES.py -> build/lib/unicrypto/backends/cryptography 2023-03-05 09:52:52,396 root INFO copying unicrypto/backends/cryptography/TDES.py -> build/lib/unicrypto/backends/cryptography 2023-03-05 09:52:52,396 root INFO copying unicrypto/backends/cryptography/RC4.py -> build/lib/unicrypto/backends/cryptography 2023-03-05 09:52:52,396 root INFO copying unicrypto/backends/cryptography/DES.py -> build/lib/unicrypto/backends/cryptography 2023-03-05 09:52:52,396 root INFO creating build/lib/unicrypto/backends/mbedtls 2023-03-05 09:52:52,396 root INFO copying unicrypto/backends/mbedtls/__init__.py -> build/lib/unicrypto/backends/mbedtls 2023-03-05 09:52:52,397 root INFO copying unicrypto/backends/mbedtls/AES.py -> build/lib/unicrypto/backends/mbedtls 2023-03-05 09:52:52,397 root INFO copying unicrypto/backends/mbedtls/TDES.py -> build/lib/unicrypto/backends/mbedtls 2023-03-05 09:52:52,397 root INFO copying unicrypto/backends/mbedtls/RC4.py -> build/lib/unicrypto/backends/mbedtls 2023-03-05 09:52:52,397 root INFO copying unicrypto/backends/mbedtls/DES.py -> build/lib/unicrypto/backends/mbedtls 2023-03-05 09:52:52,397 root INFO creating build/lib/unicrypto/backends/pycryptodome 2023-03-05 09:52:52,397 root INFO copying unicrypto/backends/pycryptodome/__init__.py -> build/lib/unicrypto/backends/pycryptodome 2023-03-05 09:52:52,397 root INFO copying unicrypto/backends/pycryptodome/AES.py -> build/lib/unicrypto/backends/pycryptodome 2023-03-05 09:52:52,398 root INFO copying unicrypto/backends/pycryptodome/TDES.py -> build/lib/unicrypto/backends/pycryptodome 2023-03-05 09:52:52,398 root INFO copying unicrypto/backends/pycryptodome/RC4.py -> build/lib/unicrypto/backends/pycryptodome 2023-03-05 09:52:52,398 root INFO copying unicrypto/backends/pycryptodome/DES.py -> build/lib/unicrypto/backends/pycryptodome 2023-03-05 09:52:52,398 root INFO creating build/lib/unicrypto/backends/pycryptodomex 2023-03-05 09:52:52,398 root INFO copying unicrypto/backends/pycryptodomex/__init__.py -> build/lib/unicrypto/backends/pycryptodomex 2023-03-05 09:52:52,398 root INFO copying unicrypto/backends/pycryptodomex/AES.py -> build/lib/unicrypto/backends/pycryptodomex 2023-03-05 09:52:52,399 root INFO copying unicrypto/backends/pycryptodomex/TDES.py -> build/lib/unicrypto/backends/pycryptodomex 2023-03-05 09:52:52,399 root INFO copying unicrypto/backends/pycryptodomex/RC4.py -> build/lib/unicrypto/backends/pycryptodomex 2023-03-05 09:52:52,399 root INFO copying unicrypto/backends/pycryptodomex/DES.py -> build/lib/unicrypto/backends/pycryptodomex 2023-03-05 09:52:52,399 root INFO creating build/lib/unicrypto/backends/pycrypto 2023-03-05 09:52:52,399 root INFO copying unicrypto/backends/pycrypto/__init__.py -> build/lib/unicrypto/backends/pycrypto 2023-03-05 09:52:52,399 root INFO copying unicrypto/backends/pycrypto/AES.py -> build/lib/unicrypto/backends/pycrypto 2023-03-05 09:52:52,400 root INFO copying unicrypto/backends/pycrypto/TDES.py -> build/lib/unicrypto/backends/pycrypto 2023-03-05 09:52:52,400 root INFO copying unicrypto/backends/pycrypto/RC4.py -> build/lib/unicrypto/backends/pycrypto 2023-03-05 09:52:52,400 root INFO copying unicrypto/backends/pycrypto/DES.py -> build/lib/unicrypto/backends/pycrypto 2023-03-05 09:52:52,400 root INFO creating build/lib/unicrypto/backends/pure 2023-03-05 09:52:52,400 root INFO copying unicrypto/backends/pure/__init__.py -> build/lib/unicrypto/backends/pure 2023-03-05 09:52:52,400 root INFO copying unicrypto/backends/pure/AES.py -> build/lib/unicrypto/backends/pure 2023-03-05 09:52:52,400 root INFO copying unicrypto/backends/pure/TDES.py -> build/lib/unicrypto/backends/pure 2023-03-05 09:52:52,401 root INFO copying unicrypto/backends/pure/MD4.py -> build/lib/unicrypto/backends/pure 2023-03-05 09:52:52,401 root INFO copying unicrypto/backends/pure/RC4.py -> build/lib/unicrypto/backends/pure 2023-03-05 09:52:52,401 root INFO copying unicrypto/backends/pure/DES.py -> build/lib/unicrypto/backends/pure 2023-03-05 09:52:52,401 root INFO creating build/lib/unicrypto/backends/pycrypto/extra 2023-03-05 09:52:52,401 root INFO copying unicrypto/backends/pycrypto/extra/__init__.py -> build/lib/unicrypto/backends/pycrypto/extra 2023-03-05 09:52:52,401 root INFO copying unicrypto/backends/pycrypto/extra/AESGCM.py -> build/lib/unicrypto/backends/pycrypto/extra 2023-03-05 09:52:52,402 root INFO creating build/lib/unicrypto/backends/pure/external 2023-03-05 09:52:52,402 root INFO copying unicrypto/backends/pure/external/__init__.py -> build/lib/unicrypto/backends/pure/external 2023-03-05 09:52:52,402 root INFO creating build/lib/unicrypto/backends/pure/padding 2023-03-05 09:52:52,402 root INFO copying unicrypto/backends/pure/padding/__init__.py -> build/lib/unicrypto/backends/pure/padding 2023-03-05 09:52:52,402 root INFO copying unicrypto/backends/pure/padding/pkcs7.py -> build/lib/unicrypto/backends/pure/padding 2023-03-05 09:52:52,402 root INFO creating build/lib/unicrypto/backends/pure/external/RC4 2023-03-05 09:52:52,402 root INFO copying unicrypto/backends/pure/external/RC4/__init__.py -> build/lib/unicrypto/backends/pure/external/RC4 2023-03-05 09:52:52,402 root INFO copying unicrypto/backends/pure/external/RC4/RC4.py -> build/lib/unicrypto/backends/pure/external/RC4 2023-03-05 09:52:52,403 root INFO creating build/lib/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,403 root INFO copying unicrypto/backends/pure/external/AES/__init__.py -> build/lib/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,403 root INFO copying unicrypto/backends/pure/external/AES/ccm.py -> build/lib/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,403 root INFO copying unicrypto/backends/pure/external/AES/AES.py -> build/lib/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,403 root INFO copying unicrypto/backends/pure/external/AES/AESCCM.py -> build/lib/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,403 root INFO copying unicrypto/backends/pure/external/AES/AESGCM.py -> build/lib/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,404 root INFO copying unicrypto/backends/pure/external/AES/blockfeeder.py -> build/lib/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,404 root INFO copying unicrypto/backends/pure/external/AES/util.py -> build/lib/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,404 root INFO copying unicrypto/backends/pure/external/AES/gcc_bak_orig.py -> build/lib/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,404 root INFO creating build/lib/unicrypto/backends/pure/external/DES 2023-03-05 09:52:52,404 root INFO copying unicrypto/backends/pure/external/DES/__init__.py -> build/lib/unicrypto/backends/pure/external/DES 2023-03-05 09:52:52,404 root INFO copying unicrypto/backends/pure/external/DES/DES.py -> build/lib/unicrypto/backends/pure/external/DES 2023-03-05 09:52:52,405 root INFO running egg_info 2023-03-05 09:52:52,409 root INFO creating unicrypto.egg-info 2023-03-05 09:52:52,410 root INFO writing unicrypto.egg-info/PKG-INFO 2023-03-05 09:52:52,410 root INFO writing dependency_links to unicrypto.egg-info/dependency_links.txt 2023-03-05 09:52:52,410 root INFO writing requirements to unicrypto.egg-info/requires.txt 2023-03-05 09:52:52,410 root INFO writing top-level names to unicrypto.egg-info/top_level.txt 2023-03-05 09:52:52,410 root INFO writing manifest file 'unicrypto.egg-info/SOURCES.txt' 2023-03-05 09:52:52,413 root INFO reading manifest file 'unicrypto.egg-info/SOURCES.txt' 2023-03-05 09:52:52,413 root INFO adding license file 'LICENSE' 2023-03-05 09:52:52,414 root INFO writing manifest file 'unicrypto.egg-info/SOURCES.txt' 2023-03-05 09:52:52,420 wheel INFO installing to build/bdist.linux-armv8l/wheel 2023-03-05 09:52:52,420 root INFO running install 2023-03-05 09:52:52,427 root INFO running install_lib 2023-03-05 09:52:52,429 root INFO creating build/bdist.linux-armv8l 2023-03-05 09:52:52,429 root INFO creating build/bdist.linux-armv8l/wheel 2023-03-05 09:52:52,429 root INFO creating build/bdist.linux-armv8l/wheel/unicrypto 2023-03-05 09:52:52,429 root INFO copying build/lib/unicrypto/__init__.py -> build/bdist.linux-armv8l/wheel/unicrypto 2023-03-05 09:52:52,429 root INFO copying build/lib/unicrypto/hmac.py -> build/bdist.linux-armv8l/wheel/unicrypto 2023-03-05 09:52:52,429 root INFO copying build/lib/unicrypto/pbkdf2.py -> build/bdist.linux-armv8l/wheel/unicrypto 2023-03-05 09:52:52,429 root INFO copying build/lib/unicrypto/cmac.py -> build/bdist.linux-armv8l/wheel/unicrypto 2023-03-05 09:52:52,429 root INFO copying build/lib/unicrypto/hashlib.py -> build/bdist.linux-armv8l/wheel/unicrypto 2023-03-05 09:52:52,430 root INFO copying build/lib/unicrypto/kdf.py -> build/bdist.linux-armv8l/wheel/unicrypto 2023-03-05 09:52:52,430 root INFO creating build/bdist.linux-armv8l/wheel/unicrypto/backends 2023-03-05 09:52:52,430 root INFO copying build/lib/unicrypto/backends/__init__.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends 2023-03-05 09:52:52,430 root INFO copying build/lib/unicrypto/backends/cmac.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends 2023-03-05 09:52:52,430 root INFO creating build/bdist.linux-armv8l/wheel/unicrypto/backends/cryptography 2023-03-05 09:52:52,430 root INFO copying build/lib/unicrypto/backends/cryptography/__init__.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/cryptography 2023-03-05 09:52:52,430 root INFO copying build/lib/unicrypto/backends/cryptography/AES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/cryptography 2023-03-05 09:52:52,430 root INFO copying build/lib/unicrypto/backends/cryptography/TDES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/cryptography 2023-03-05 09:52:52,431 root INFO copying build/lib/unicrypto/backends/cryptography/RC4.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/cryptography 2023-03-05 09:52:52,431 root INFO copying build/lib/unicrypto/backends/cryptography/DES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/cryptography 2023-03-05 09:52:52,431 root INFO creating build/bdist.linux-armv8l/wheel/unicrypto/backends/mbedtls 2023-03-05 09:52:52,431 root INFO copying build/lib/unicrypto/backends/mbedtls/__init__.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/mbedtls 2023-03-05 09:52:52,431 root INFO copying build/lib/unicrypto/backends/mbedtls/AES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/mbedtls 2023-03-05 09:52:52,431 root INFO copying build/lib/unicrypto/backends/mbedtls/TDES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/mbedtls 2023-03-05 09:52:52,431 root INFO copying build/lib/unicrypto/backends/mbedtls/RC4.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/mbedtls 2023-03-05 09:52:52,431 root INFO copying build/lib/unicrypto/backends/mbedtls/DES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/mbedtls 2023-03-05 09:52:52,432 root INFO copying build/lib/unicrypto/backends/kdf.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends 2023-03-05 09:52:52,432 root INFO creating build/bdist.linux-armv8l/wheel/unicrypto/backends/pycryptodome 2023-03-05 09:52:52,432 root INFO copying build/lib/unicrypto/backends/pycryptodome/__init__.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pycryptodome 2023-03-05 09:52:52,432 root INFO copying build/lib/unicrypto/backends/pycryptodome/AES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pycryptodome 2023-03-05 09:52:52,432 root INFO copying build/lib/unicrypto/backends/pycryptodome/TDES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pycryptodome 2023-03-05 09:52:52,432 root INFO copying build/lib/unicrypto/backends/pycryptodome/RC4.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pycryptodome 2023-03-05 09:52:52,432 root INFO copying build/lib/unicrypto/backends/pycryptodome/DES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pycryptodome 2023-03-05 09:52:52,432 root INFO creating build/bdist.linux-armv8l/wheel/unicrypto/backends/pycryptodomex 2023-03-05 09:52:52,432 root INFO copying build/lib/unicrypto/backends/pycryptodomex/__init__.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pycryptodomex 2023-03-05 09:52:52,433 root INFO copying build/lib/unicrypto/backends/pycryptodomex/AES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pycryptodomex 2023-03-05 09:52:52,433 root INFO copying build/lib/unicrypto/backends/pycryptodomex/TDES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pycryptodomex 2023-03-05 09:52:52,433 root INFO copying build/lib/unicrypto/backends/pycryptodomex/RC4.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pycryptodomex 2023-03-05 09:52:52,433 root INFO copying build/lib/unicrypto/backends/pycryptodomex/DES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pycryptodomex 2023-03-05 09:52:52,433 root INFO creating build/bdist.linux-armv8l/wheel/unicrypto/backends/pycrypto 2023-03-05 09:52:52,433 root INFO copying build/lib/unicrypto/backends/pycrypto/__init__.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pycrypto 2023-03-05 09:52:52,433 root INFO copying build/lib/unicrypto/backends/pycrypto/AES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pycrypto 2023-03-05 09:52:52,433 root INFO copying build/lib/unicrypto/backends/pycrypto/TDES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pycrypto 2023-03-05 09:52:52,434 root INFO creating build/bdist.linux-armv8l/wheel/unicrypto/backends/pycrypto/extra 2023-03-05 09:52:52,434 root INFO copying build/lib/unicrypto/backends/pycrypto/extra/__init__.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pycrypto/extra 2023-03-05 09:52:52,434 root INFO copying build/lib/unicrypto/backends/pycrypto/extra/AESGCM.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pycrypto/extra 2023-03-05 09:52:52,434 root INFO copying build/lib/unicrypto/backends/pycrypto/RC4.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pycrypto 2023-03-05 09:52:52,434 root INFO copying build/lib/unicrypto/backends/pycrypto/DES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pycrypto 2023-03-05 09:52:52,434 root INFO creating build/bdist.linux-armv8l/wheel/unicrypto/backends/pure 2023-03-05 09:52:52,434 root INFO copying build/lib/unicrypto/backends/pure/__init__.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure 2023-03-05 09:52:52,434 root INFO creating build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/external 2023-03-05 09:52:52,434 root INFO copying build/lib/unicrypto/backends/pure/external/__init__.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/external 2023-03-05 09:52:52,435 root INFO creating build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/external/RC4 2023-03-05 09:52:52,435 root INFO copying build/lib/unicrypto/backends/pure/external/RC4/__init__.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/external/RC4 2023-03-05 09:52:52,435 root INFO copying build/lib/unicrypto/backends/pure/external/RC4/RC4.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/external/RC4 2023-03-05 09:52:52,435 root INFO creating build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,435 root INFO copying build/lib/unicrypto/backends/pure/external/AES/__init__.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,435 root INFO copying build/lib/unicrypto/backends/pure/external/AES/ccm.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,435 root INFO copying build/lib/unicrypto/backends/pure/external/AES/AES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,436 root INFO copying build/lib/unicrypto/backends/pure/external/AES/AESCCM.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,436 root INFO copying build/lib/unicrypto/backends/pure/external/AES/AESGCM.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,436 root INFO copying build/lib/unicrypto/backends/pure/external/AES/blockfeeder.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,436 root INFO copying build/lib/unicrypto/backends/pure/external/AES/util.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,436 root INFO copying build/lib/unicrypto/backends/pure/external/AES/gcc_bak_orig.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/external/AES 2023-03-05 09:52:52,436 root INFO creating build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/external/DES 2023-03-05 09:52:52,436 root INFO copying build/lib/unicrypto/backends/pure/external/DES/__init__.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/external/DES 2023-03-05 09:52:52,436 root INFO copying build/lib/unicrypto/backends/pure/external/DES/DES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/external/DES 2023-03-05 09:52:52,437 root INFO copying build/lib/unicrypto/backends/pure/AES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure 2023-03-05 09:52:52,437 root INFO creating build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/padding 2023-03-05 09:52:52,437 root INFO copying build/lib/unicrypto/backends/pure/padding/__init__.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/padding 2023-03-05 09:52:52,437 root INFO copying build/lib/unicrypto/backends/pure/padding/pkcs7.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure/padding 2023-03-05 09:52:52,437 root INFO copying build/lib/unicrypto/backends/pure/TDES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure 2023-03-05 09:52:52,437 root INFO copying build/lib/unicrypto/backends/pure/MD4.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure 2023-03-05 09:52:52,437 root INFO copying build/lib/unicrypto/backends/pure/RC4.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure 2023-03-05 09:52:52,437 root INFO copying build/lib/unicrypto/backends/pure/DES.py -> build/bdist.linux-armv8l/wheel/unicrypto/backends/pure 2023-03-05 09:52:52,438 root INFO copying build/lib/unicrypto/symmetric.py -> build/bdist.linux-armv8l/wheel/unicrypto 2023-03-05 09:52:52,438 root INFO copying build/lib/unicrypto/_version.py -> build/bdist.linux-armv8l/wheel/unicrypto 2023-03-05 09:52:52,438 root INFO creating build/bdist.linux-armv8l/wheel/tests 2023-03-05 09:52:52,438 root INFO copying build/lib/tests/__init__.py -> build/bdist.linux-armv8l/wheel/tests 2023-03-05 09:52:52,438 root INFO copying build/lib/tests/test_des.py -> build/bdist.linux-armv8l/wheel/tests 2023-03-05 09:52:52,438 root INFO copying build/lib/tests/test_aes.py -> build/bdist.linux-armv8l/wheel/tests 2023-03-05 09:52:52,438 root INFO copying build/lib/tests/test_import.py -> build/bdist.linux-armv8l/wheel/tests 2023-03-05 09:52:52,438 root INFO copying build/lib/tests/test_pbkdf2.py -> build/bdist.linux-armv8l/wheel/tests 2023-03-05 09:52:52,439 root INFO copying build/lib/tests/test_tdes.py -> build/bdist.linux-armv8l/wheel/tests 2023-03-05 09:52:52,439 root INFO copying build/lib/tests/test_rc4.py -> build/bdist.linux-armv8l/wheel/tests 2023-03-05 09:52:52,439 root INFO running install_egg_info 2023-03-05 09:52:52,442 root INFO Copying unicrypto.egg-info to build/bdist.linux-armv8l/wheel/unicrypto-0.0.10-py3.11.egg-info 2023-03-05 09:52:52,443 root INFO running install_scripts 2023-03-05 09:52:52,444 wheel INFO creating build/bdist.linux-armv8l/wheel/unicrypto-0.0.10.dist-info/WHEEL 2023-03-05 09:52:52,445 wheel INFO creating '/home/buildozer/aports/testing/py3-unicrypto/src/unicrypto-0.0.10/dist/.tmp-p90x6wmq/unicrypto-0.0.10-py3-none-any.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2023-03-05 09:52:52,445 wheel INFO adding 'tests/__init__.py' 2023-03-05 09:52:52,445 wheel INFO adding 'tests/test_aes.py' 2023-03-05 09:52:52,446 wheel INFO adding 'tests/test_des.py' 2023-03-05 09:52:52,446 wheel INFO adding 'tests/test_import.py' 2023-03-05 09:52:52,446 wheel INFO adding 'tests/test_pbkdf2.py' 2023-03-05 09:52:52,446 wheel INFO adding 'tests/test_rc4.py' 2023-03-05 09:52:52,446 wheel INFO adding 'tests/test_tdes.py' 2023-03-05 09:52:52,446 wheel INFO adding 'unicrypto/__init__.py' 2023-03-05 09:52:52,446 wheel INFO adding 'unicrypto/_version.py' 2023-03-05 09:52:52,447 wheel INFO adding 'unicrypto/cmac.py' 2023-03-05 09:52:52,447 wheel INFO adding 'unicrypto/hashlib.py' 2023-03-05 09:52:52,447 wheel INFO adding 'unicrypto/hmac.py' 2023-03-05 09:52:52,447 wheel INFO adding 'unicrypto/kdf.py' 2023-03-05 09:52:52,447 wheel INFO adding 'unicrypto/pbkdf2.py' 2023-03-05 09:52:52,447 wheel INFO adding 'unicrypto/symmetric.py' 2023-03-05 09:52:52,447 wheel INFO adding 'unicrypto/backends/__init__.py' 2023-03-05 09:52:52,448 wheel INFO adding 'unicrypto/backends/cmac.py' 2023-03-05 09:52:52,448 wheel INFO adding 'unicrypto/backends/kdf.py' 2023-03-05 09:52:52,448 wheel INFO adding 'unicrypto/backends/cryptography/AES.py' 2023-03-05 09:52:52,448 wheel INFO adding 'unicrypto/backends/cryptography/DES.py' 2023-03-05 09:52:52,448 wheel INFO adding 'unicrypto/backends/cryptography/RC4.py' 2023-03-05 09:52:52,448 wheel INFO adding 'unicrypto/backends/cryptography/TDES.py' 2023-03-05 09:52:52,448 wheel INFO adding 'unicrypto/backends/cryptography/__init__.py' 2023-03-05 09:52:52,448 wheel INFO adding 'unicrypto/backends/mbedtls/AES.py' 2023-03-05 09:52:52,449 wheel INFO adding 'unicrypto/backends/mbedtls/DES.py' 2023-03-05 09:52:52,449 wheel INFO adding 'unicrypto/backends/mbedtls/RC4.py' 2023-03-05 09:52:52,449 wheel INFO adding 'unicrypto/backends/mbedtls/TDES.py' 2023-03-05 09:52:52,449 wheel INFO adding 'unicrypto/backends/mbedtls/__init__.py' 2023-03-05 09:52:52,449 wheel INFO adding 'unicrypto/backends/pure/AES.py' 2023-03-05 09:52:52,449 wheel INFO adding 'unicrypto/backends/pure/DES.py' 2023-03-05 09:52:52,449 wheel INFO adding 'unicrypto/backends/pure/MD4.py' 2023-03-05 09:52:52,449 wheel INFO adding 'unicrypto/backends/pure/RC4.py' 2023-03-05 09:52:52,450 wheel INFO adding 'unicrypto/backends/pure/TDES.py' 2023-03-05 09:52:52,450 wheel INFO adding 'unicrypto/backends/pure/__init__.py' 2023-03-05 09:52:52,450 wheel INFO adding 'unicrypto/backends/pure/external/__init__.py' 2023-03-05 09:52:52,450 wheel INFO adding 'unicrypto/backends/pure/external/AES/AES.py' 2023-03-05 09:52:52,450 wheel INFO adding 'unicrypto/backends/pure/external/AES/AESCCM.py' 2023-03-05 09:52:52,450 wheel INFO adding 'unicrypto/backends/pure/external/AES/AESGCM.py' 2023-03-05 09:52:52,451 wheel INFO adding 'unicrypto/backends/pure/external/AES/__init__.py' 2023-03-05 09:52:52,451 wheel INFO adding 'unicrypto/backends/pure/external/AES/blockfeeder.py' 2023-03-05 09:52:52,451 wheel INFO adding 'unicrypto/backends/pure/external/AES/ccm.py' 2023-03-05 09:52:52,451 wheel INFO adding 'unicrypto/backends/pure/external/AES/gcc_bak_orig.py' 2023-03-05 09:52:52,451 wheel INFO adding 'unicrypto/backends/pure/external/AES/util.py' 2023-03-05 09:52:52,451 wheel INFO adding 'unicrypto/backends/pure/external/DES/DES.py' 2023-03-05 09:52:52,452 wheel INFO adding 'unicrypto/backends/pure/external/DES/__init__.py' 2023-03-05 09:52:52,452 wheel INFO adding 'unicrypto/backends/pure/external/RC4/RC4.py' 2023-03-05 09:52:52,452 wheel INFO adding 'unicrypto/backends/pure/external/RC4/__init__.py' 2023-03-05 09:52:52,452 wheel INFO adding 'unicrypto/backends/pure/padding/__init__.py' 2023-03-05 09:52:52,452 wheel INFO adding 'unicrypto/backends/pure/padding/pkcs7.py' 2023-03-05 09:52:52,452 wheel INFO adding 'unicrypto/backends/pycrypto/AES.py' 2023-03-05 09:52:52,452 wheel INFO adding 'unicrypto/backends/pycrypto/DES.py' 2023-03-05 09:52:52,453 wheel INFO adding 'unicrypto/backends/pycrypto/RC4.py' 2023-03-05 09:52:52,453 wheel INFO adding 'unicrypto/backends/pycrypto/TDES.py' 2023-03-05 09:52:52,453 wheel INFO adding 'unicrypto/backends/pycrypto/__init__.py' 2023-03-05 09:52:52,453 wheel INFO adding 'unicrypto/backends/pycrypto/extra/AESGCM.py' 2023-03-05 09:52:52,453 wheel INFO adding 'unicrypto/backends/pycrypto/extra/__init__.py' 2023-03-05 09:52:52,453 wheel INFO adding 'unicrypto/backends/pycryptodome/AES.py' 2023-03-05 09:52:52,453 wheel INFO adding 'unicrypto/backends/pycryptodome/DES.py' 2023-03-05 09:52:52,453 wheel INFO adding 'unicrypto/backends/pycryptodome/RC4.py' 2023-03-05 09:52:52,454 wheel INFO adding 'unicrypto/backends/pycryptodome/TDES.py' 2023-03-05 09:52:52,454 wheel INFO adding 'unicrypto/backends/pycryptodome/__init__.py' 2023-03-05 09:52:52,454 wheel INFO adding 'unicrypto/backends/pycryptodomex/AES.py' 2023-03-05 09:52:52,454 wheel INFO adding 'unicrypto/backends/pycryptodomex/DES.py' 2023-03-05 09:52:52,454 wheel INFO adding 'unicrypto/backends/pycryptodomex/RC4.py' 2023-03-05 09:52:52,454 wheel INFO adding 'unicrypto/backends/pycryptodomex/TDES.py' 2023-03-05 09:52:52,454 wheel INFO adding 'unicrypto/backends/pycryptodomex/__init__.py' 2023-03-05 09:52:52,455 wheel INFO adding 'unicrypto-0.0.10.dist-info/LICENSE' 2023-03-05 09:52:52,455 wheel INFO adding 'unicrypto-0.0.10.dist-info/METADATA' 2023-03-05 09:52:52,455 wheel INFO adding 'unicrypto-0.0.10.dist-info/WHEEL' 2023-03-05 09:52:52,455 wheel INFO adding 'unicrypto-0.0.10.dist-info/top_level.txt' 2023-03-05 09:52:52,455 wheel INFO adding 'unicrypto-0.0.10.dist-info/zip-safe' 2023-03-05 09:52:52,455 wheel INFO adding 'unicrypto-0.0.10.dist-info/RECORD' 2023-03-05 09:52:52,455 wheel INFO removing build/bdist.linux-armv8l/wheel 2023-03-05 09:52:52,457 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.11.2, pytest-7.2.2, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-unicrypto/src/unicrypto-0.0.10 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%] ============================== 49 passed in 6.26s ============================== >>> py3-unicrypto: Entering fakeroot... >>> py3-unicrypto*: Running postcheck for py3-unicrypto >>> py3-unicrypto*: Preparing package py3-unicrypto... >>> py3-unicrypto*: Tracing dependencies... >>> py3-unicrypto*: Package size: 896.0 KB >>> py3-unicrypto*: Compressing data... >>> py3-unicrypto*: Create checksum... >>> py3-unicrypto*: Create py3-unicrypto-0.0.10-r0.apk >>> py3-unicrypto: Build complete at Sun, 05 Mar 2023 09:52:59 +0000 elapsed time 0h 0m 9s >>> py3-unicrypto: Cleaning up srcdir >>> py3-unicrypto: Cleaning up pkgdir >>> py3-unicrypto: Uninstalling dependencies... (1/27) Purging .makedepends-py3-unicrypto (20230305.095251) (2/27) Purging py3-cryptography (39.0.2-r0) (3/27) Purging py3-cffi (1.15.1-r1) (4/27) Purging py3-cparser (2.21-r1) (5/27) Purging py3-mbedtls (2.6.1-r0) (6/27) Purging py3-certifi (2022.12.7-r1) (7/27) Purging py3-typing-extensions (4.5.0-r0) (8/27) Purging py3-pycryptodome (3.17.0-r0) (9/27) Purging py3-pycryptodomex (3.17.0-r0) (10/27) Purging py3-gpep517 (13-r0) (11/27) Purging py3-installer (0.6.0-r0) (12/27) Purging py3-wheel (0.38.4-r1) (13/27) Purging py3-setuptools (67.4.0-r1) (14/27) Purging py3-pytest (7.2.2-r0) (15/27) Purging py3-attrs (22.2.0-r0) (16/27) Purging py3-iniconfig (1.1.1-r5) (17/27) Purging py3-packaging (23.0-r1) (18/27) Purging py3-parsing (3.0.9-r1) (19/27) Purging py3-pluggy (1.0.0-r2) (20/27) Purging py3-py (1.11.0-r1) (21/27) Purging python3 (3.11.2-r0) (22/27) Purging gdbm (1.23-r0) (23/27) Purging mpdecimal (2.5.1-r1) (24/27) Purging libpanelw (6.4_p20230225-r0) (25/27) Purging readline (8.2.1-r0) (26/27) Purging sqlite-libs (3.41.0-r0) (27/27) Purging mbedtls (2.28.2-r0) Executing busybox-1.36.0-r5.trigger OK: 1061 MiB in 106 packages >>> py3-unicrypto: Updating the testing/armv7 repository index... >>> py3-unicrypto: Signing the index...