>>> py3-libnacl: Building testing/py3-libnacl 1.8.0-r1 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 00:57:01 +0000 >>> py3-libnacl: Checking sanity of /home/buildozer/aports/testing/py3-libnacl/APKBUILD... >>> py3-libnacl: Analyzing dependencies... >>> py3-libnacl: Installing for build: build-base py3-setuptools libsodium-dev (1/14) Installing libbz2 (1.0.8-r4) (2/14) Installing libffi (3.4.4-r0) (3/14) Installing gdbm (1.23-r0) (4/14) Installing xz-libs (5.2.8-r0) (5/14) Installing mpdecimal (2.5.1-r1) (6/14) Installing readline (8.2.0-r0) (7/14) Installing sqlite-libs (3.40.0-r0) (8/14) Installing python3 (3.11.0-r2) (9/14) Installing py3-parsing (3.0.9-r1) (10/14) Installing py3-packaging (21.3-r3) (11/14) Installing py3-setuptools (65.6.2-r0) (12/14) Installing libsodium (1.0.18-r2) (13/14) Installing libsodium-dev (1.0.18-r2) (14/14) Installing .makedepends-py3-libnacl (20221124.005702) Executing busybox-1.35.0-r29.trigger OK: 407 MiB in 110 packages >>> py3-libnacl: Cleaning up srcdir >>> py3-libnacl: Cleaning up pkgdir >>> py3-libnacl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-libnacl-1.8.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 43351 100 43351 0 0 63464 0 --:--:-- --:--:-- --:--:-- 63471 >>> py3-libnacl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-libnacl-1.8.0.tar.gz >>> py3-libnacl: Checking sha512sums... py3-libnacl-1.8.0.tar.gz: OK >>> py3-libnacl: Unpacking /var/cache/distfiles/edge/py3-libnacl-1.8.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/libnacl copying libnacl/sign.py -> build/lib/libnacl copying libnacl/aead.py -> build/lib/libnacl copying libnacl/public.py -> build/lib/libnacl copying libnacl/base.py -> build/lib/libnacl copying libnacl/utils.py -> build/lib/libnacl copying libnacl/secret.py -> build/lib/libnacl copying libnacl/secret_easy.py -> build/lib/libnacl copying libnacl/dual.py -> build/lib/libnacl copying libnacl/__init__.py -> build/lib/libnacl copying libnacl/version.py -> build/lib/libnacl copying libnacl/encode.py -> build/lib/libnacl copying libnacl/sealed.py -> build/lib/libnacl copying libnacl/blake.py -> build/lib/libnacl test_gcm_aead (unit.test_aead.TestAEAD.test_gcm_aead) ... skipped 'AES256-GCM AEAD not available' test_ietf_aead (unit.test_aead.TestAEAD.test_ietf_aead) ... ok test_auth_rejects_wrong_lengths (unit.test_auth_verify.TestAuthVerify.test_auth_rejects_wrong_lengths) ... ok test_auth_verify (unit.test_auth_verify.TestAuthVerify.test_auth_verify) ... ok test_auth_verify_rejects_wrong_key_lengths (unit.test_auth_verify.TestAuthVerify.test_auth_verify_rejects_wrong_key_lengths) ... ok test_onetimeauth_rejects_wrong_lengths (unit.test_auth_verify.TestAuthVerify.test_onetimeauth_rejects_wrong_lengths) ... ok test_onetimeauth_verify (unit.test_auth_verify.TestAuthVerify.test_onetimeauth_verify) ... ok test_onetimeauth_verify_rejects_wrong_key_lengths (unit.test_auth_verify.TestAuthVerify.test_onetimeauth_verify_rejects_wrong_key_lengths) ... ok test_key_blake (unit.test_blake.TestBlake.test_key_blake) ... ok test_keyless_blake (unit.test_blake.TestBlake.test_keyless_blake) ... ok test_publickey (unit.test_dual.TestDual.test_publickey) ... ok test_secretkey (unit.test_dual.TestDual.test_secretkey) ... ok test_sign (unit.test_dual.TestDual.test_sign) ... ok test_publickey (unit.test_public.TestPublic.test_publickey) ... ok test_secretkey (unit.test_public.TestPublic.test_secretkey) ... ok test_secret_box (unit.test_raw_auth_sym.TestSecretBox.test_secret_box) ... ok test_secret_box_easy (unit.test_raw_auth_sym_easy.TestSecretBox.test_secret_box_easy) ... ok test_key_generichash (unit.test_raw_generichash.TestGenericHash.test_key_generichash) ... ok test_keyless_generichash (unit.test_raw_generichash.TestGenericHash.test_keyless_generichash) ... ok test_hash (unit.test_raw_hash.TestHash.test_hash) ... ok test_box (unit.test_raw_public.TestPublic.test_box) ... ok test_box_seal (unit.test_raw_public.TestPublic.test_box_seal) ... ok test_boxnm (unit.test_raw_public.TestPublic.test_boxnm) ... ok test_gen (unit.test_raw_public.TestPublic.test_gen) ... ok test_scalarmult_rejects_wrong_length (unit.test_raw_public.TestPublic.test_scalarmult_rejects_wrong_length) ... ok test_crypto_kdf_derive_from_key (unit.test_raw_random.TestRandomBytes.test_crypto_kdf_derive_from_key) ... ok test_crypto_kdf_keygen (unit.test_raw_random.TestRandomBytes.test_crypto_kdf_keygen) ... ok test_crypto_kx_client_session_keys (unit.test_raw_random.TestRandomBytes.test_crypto_kx_client_session_keys) ... ok test_crypto_kx_keypair (unit.test_raw_random.TestRandomBytes.test_crypto_kx_keypair) ... ok test_crypto_kx_seed_keypair (unit.test_raw_random.TestRandomBytes.test_crypto_kx_seed_keypair) ... ok test_crypto_kx_server_session_keys (unit.test_raw_random.TestRandomBytes.test_crypto_kx_server_session_keys) ... ok test_randombytes (unit.test_raw_random.TestRandomBytes.test_randombytes) copied from libsodium default/randombytes.c ... ok test_randombytes_buf_deterministic (unit.test_raw_random.TestRandomBytes.test_randombytes_buf_deterministic) ... ok test_randombytes_random (unit.test_raw_random.TestRandomBytes.test_randombytes_random) ... ok test_randombytes_uniform (unit.test_raw_random.TestRandomBytes.test_randombytes_uniform) ... ok test_secretbox (unit.test_raw_secret.TestSecret.test_secretbox) ... ok test_secretbox_easy (unit.test_raw_secret_easy.TestSecret.test_secretbox_easy) ... ok test_box (unit.test_raw_sign.TestSign.test_box) ... ok test_gen (unit.test_raw_sign.TestSign.test_gen) ... ok test_save_load (unit.test_save.TestSave.test_save_load) ... ok test_save_load_secret (unit.test_save.TestSave.test_save_load_secret) ... ok test_save_load_sign (unit.test_save.TestSave.test_save_load_sign) ... ok test_save_perms (unit.test_save.TestSave.test_save_perms) ... ok test_publickey_only (unit.test_seal.TestSealed.test_publickey_only) ... ok test_secretkey (unit.test_seal.TestSealed.test_secretkey) ... ok test_secret (unit.test_secret.TestSecret.test_secret) ... ok test_secret (unit.test_secret_easy.TestSecretEasy.test_secret) ... ok test_key_decomposition (unit.test_sign.TestSigning.test_key_decomposition) ... ok test_key_decomposition_rejects_wrong_key_lengths (unit.test_sign.TestSigning.test_key_decomposition_rejects_wrong_key_lengths) Too few bytes in a key passed through to libsodium will lead to bytes past the end ... ok test_open_rejects_wrong_key_lengths (unit.test_sign.TestSigning.test_open_rejects_wrong_key_lengths) Too few bytes in a key passed through to libsodium will lead to bytes past the end ... ok test_sign (unit.test_sign.TestSigning.test_sign) ... ok test_sign_rejects_wrong_key_lengths (unit.test_sign.TestSigning.test_sign_rejects_wrong_key_lengths) Too few bytes in a key passed through to libsodium will lead to bytes past the end ... ok test_verify_detached_rejects_wrong_key_lengths (unit.test_sign.TestSigning.test_verify_detached_rejects_wrong_key_lengths) Too few bytes in a key passed through to libsodium will lead to bytes past the end ... ok test_stream_rejects_wrong_lengths (unit.test_stream.TestStream.test_stream_rejects_wrong_lengths) Too few bytes in a key or nonce passed through to libsodium will lead to bytes past the end ... ok test_stream_xor_rejects_wrong_lengths (unit.test_stream.TestStream.test_stream_xor_rejects_wrong_lengths) Too few bytes in a key or nonce passed through to libsodium will lead to bytes past the end ... ok test_verify16 (unit.test_verify.TestVerify.test_verify16) ... ok test_verify32 (unit.test_verify.TestVerify.test_verify32) ... ok test_verify64 (unit.test_verify.TestVerify.test_verify64) ... ok test_different (unit.test_verify.TestVerifyBytesEq.test_different) ... ok test_different_length (unit.test_verify.TestVerifyBytesEq.test_different_length) ... ok test_equal (unit.test_verify.TestVerifyBytesEq.test_equal) ... ok test_invalid_type (unit.test_verify.TestVerifyBytesEq.test_invalid_type) ... ok test_library_version_major (unit.test_version.TestSodiumVersion.test_library_version_major) ... ok test_library_version_minor (unit.test_version.TestSodiumVersion.test_library_version_minor) ... ok test_version_string (unit.test_version.TestSodiumVersion.test_version_string) ... ok ---------------------------------------------------------------------- Ran 65 tests in 0.106s OK (skipped=1) >>> py3-libnacl: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildozer/aports/testing/py3-libnacl/pkg creating /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl creating /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr creating /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib creating /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl copying build/lib/libnacl/sign.py -> /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl copying build/lib/libnacl/aead.py -> /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl copying build/lib/libnacl/public.py -> /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl copying build/lib/libnacl/base.py -> /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl copying build/lib/libnacl/utils.py -> /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl copying build/lib/libnacl/secret.py -> /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl copying build/lib/libnacl/secret_easy.py -> /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl copying build/lib/libnacl/dual.py -> /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl copying build/lib/libnacl/__init__.py -> /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl copying build/lib/libnacl/version.py -> /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl copying build/lib/libnacl/encode.py -> /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl copying build/lib/libnacl/sealed.py -> /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl copying build/lib/libnacl/blake.py -> /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl byte-compiling /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl/sign.py to sign.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl/aead.py to aead.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl/public.py to public.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl/base.py to base.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl/secret.py to secret.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl/secret_easy.py to secret_easy.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl/dual.py to dual.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl/version.py to version.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl/encode.py to encode.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl/sealed.py to sealed.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl/blake.py to blake.cpython-311.pyc running install_egg_info running egg_info creating libnacl.egg-info writing libnacl.egg-info/PKG-INFO writing dependency_links to libnacl.egg-info/dependency_links.txt writing top-level names to libnacl.egg-info/top_level.txt writing manifest file 'libnacl.egg-info/SOURCES.txt' reading manifest file 'libnacl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'libnacl.egg-info/SOURCES.txt' Copying libnacl.egg-info to /home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.11/site-packages/libnacl-1.8.0-py3.11.egg-info running install_scripts >>> py3-libnacl*: Running postcheck for py3-libnacl >>> py3-libnacl*: Preparing package py3-libnacl... >>> py3-libnacl*: Tracing dependencies... >>> py3-libnacl*: Package size: 256.0 KB >>> py3-libnacl*: Compressing data... >>> py3-libnacl*: Create checksum... >>> py3-libnacl*: Create py3-libnacl-1.8.0-r1.apk >>> py3-libnacl: Build complete at Thu, 24 Nov 2022 00:57:05 +0000 elapsed time 0h 0m 4s >>> py3-libnacl: Cleaning up srcdir >>> py3-libnacl: Cleaning up pkgdir >>> py3-libnacl: Uninstalling dependencies... (1/14) Purging .makedepends-py3-libnacl (20221124.005702) (2/14) Purging py3-setuptools (65.6.2-r0) (3/14) Purging py3-packaging (21.3-r3) (4/14) Purging py3-parsing (3.0.9-r1) (5/14) Purging python3 (3.11.0-r2) (6/14) Purging libsodium-dev (1.0.18-r2) (7/14) Purging libsodium (1.0.18-r2) (8/14) Purging libbz2 (1.0.8-r4) (9/14) Purging libffi (3.4.4-r0) (10/14) Purging gdbm (1.23-r0) (11/14) Purging xz-libs (5.2.8-r0) (12/14) Purging mpdecimal (2.5.1-r1) (13/14) Purging readline (8.2.0-r0) (14/14) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 331 MiB in 96 packages >>> py3-libnacl: Updating the testing/armhf repository index... >>> py3-libnacl: Signing the index...