>>> py3-libnacl: Building testing/py3-libnacl 2.1.0-r1 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 22:26:38 +0000 >>> py3-libnacl: Checking sanity of /home/buildozer/aports/testing/py3-libnacl/APKBUILD... >>> py3-libnacl: Analyzing dependencies... >>> py3-libnacl: Installing for build: build-base libsodium libsodium-dev py3-gpep517 py3-poetry-core py3-pytest (1/37) Installing libsodium (1.0.19-r0) (2/37) Installing libsodium-dev (1.0.19-r0) (3/37) Installing libbz2 (1.0.8-r6) (4/37) Installing libffi (3.4.6-r0) (5/37) Installing gdbm (1.23-r1) (6/37) Installing xz-libs (5.6.1-r3) (7/37) Installing mpdecimal (4.0.0-r0) (8/37) Installing libpanelw (6.4_p20240330-r0) (9/37) Installing readline (8.2.10-r0) (10/37) Installing sqlite-libs (3.45.2-r0) (11/37) Installing python3 (3.12.3-r0) (12/37) Installing python3-pycache-pyc0 (3.12.3-r0) (13/37) Installing pyc (3.12.3-r0) (14/37) Installing py3-installer-pyc (0.7.0-r2) (15/37) Installing py3-gpep517-pyc (15-r2) (16/37) Installing python3-pyc (3.12.3-r0) (17/37) Installing py3-installer (0.7.0-r2) (18/37) Installing py3-gpep517 (15-r2) (19/37) Installing py3-fastjsonschema (2.19.1-r2) (20/37) Installing py3-fastjsonschema-pyc (2.19.1-r2) (21/37) Installing py3-lark-parser (1.1.9-r1) (22/37) Installing py3-lark-parser-pyc (1.1.9-r1) (23/37) Installing py3-parsing (3.1.2-r1) (24/37) Installing py3-parsing-pyc (3.1.2-r1) (25/37) Installing py3-packaging (24.0-r1) (26/37) Installing py3-packaging-pyc (24.0-r1) (27/37) Installing py3-poetry-core (1.8.1-r1) (28/37) Installing py3-poetry-core-pyc (1.8.1-r1) (29/37) Installing py3-iniconfig (2.0.0-r1) (30/37) Installing py3-iniconfig-pyc (2.0.0-r1) (31/37) Installing py3-pluggy (1.4.0-r1) (32/37) Installing py3-pluggy-pyc (1.4.0-r1) (33/37) Installing py3-py (1.11.0-r3) (34/37) Installing py3-py-pyc (1.11.0-r3) (35/37) Installing py3-pytest (8.1.1-r1) (36/37) Installing py3-pytest-pyc (8.1.1-r1) (37/37) Installing .makedepends-py3-libnacl (20240415.222640) Executing busybox-1.36.1-r25.trigger OK: 427 MiB in 144 packages >>> py3-libnacl: Cleaning up srcdir >>> py3-libnacl: Cleaning up pkgdir >>> py3-libnacl: Cleaning up tmpdir >>> py3-libnacl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-libnacl-2.1.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 100 46400 100 46400 0 0 257k 0 --:--:-- --:--:-- --:--:-- 258k >>> py3-libnacl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-libnacl-2.1.0.tar.gz >>> py3-libnacl: Checking sha512sums... py3-libnacl-2.1.0.tar.gz: OK >>> py3-libnacl: Unpacking /var/cache/distfiles/edge/py3-libnacl-2.1.0.tar.gz... 2024-04-15 22:26:41,533 gpep517 INFO Building wheel via backend poetry.core.masonry.api 2024-04-15 22:26:41,780 poetry.core.masonry.builders.wheel INFO Building wheel fatal: not a git repository (or any of the parent directories): .git 2024-04-15 22:26:41,811 poetry.core.masonry.builders.wheel INFO Built libnacl-2.1.0-py3-none-any.whl 2024-04-15 22:26:41,811 gpep517 INFO The backend produced .dist/libnacl-2.1.0-py3-none-any.whl libnacl-2.1.0-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.0 -- /home/buildozer/aports/testing/py3-libnacl/src/libnacl-2.1.0/.testenv/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/testing/py3-libnacl/src/libnacl-2.1.0 configfile: pyproject.toml collecting ... collected 70 items tests/unit/test_aead.py::TestAEAD::test_gcm_aead PASSED [ 1%] tests/unit/test_aead.py::TestAEAD::test_gcm_aead_class PASSED [ 2%] tests/unit/test_aead.py::TestAEAD::test_ietf_aead PASSED [ 4%] tests/unit/test_aead.py::TestAEAD::test_ietf_aead_class PASSED [ 5%] tests/unit/test_aead.py::TestAEAD::test_ietf_aead_xchacha PASSED [ 7%] tests/unit/test_aead.py::TestAEAD::test_ietf_aead_xchacha_class PASSED [ 8%] tests/unit/test_auth_verify.py::TestAuthVerify::test_auth_rejects_wrong_lengths PASSED [ 10%] tests/unit/test_auth_verify.py::TestAuthVerify::test_auth_verify PASSED [ 11%] tests/unit/test_auth_verify.py::TestAuthVerify::test_auth_verify_rejects_wrong_key_lengths PASSED [ 12%] tests/unit/test_auth_verify.py::TestAuthVerify::test_onetimeauth_rejects_wrong_lengths PASSED [ 14%] tests/unit/test_auth_verify.py::TestAuthVerify::test_onetimeauth_verify PASSED [ 15%] tests/unit/test_auth_verify.py::TestAuthVerify::test_onetimeauth_verify_rejects_wrong_key_lengths PASSED [ 17%] tests/unit/test_blake.py::TestBlake::test_key_blake PASSED [ 18%] tests/unit/test_blake.py::TestBlake::test_keyless_blake PASSED [ 20%] tests/unit/test_dual.py::TestDual::test_publickey PASSED [ 21%] tests/unit/test_dual.py::TestDual::test_secretkey PASSED [ 22%] tests/unit/test_dual.py::TestDual::test_sign PASSED [ 24%] tests/unit/test_kx.py::TestKX::test_exchange_key PASSED [ 25%] tests/unit/test_public.py::TestPublic::test_publickey PASSED [ 27%] tests/unit/test_public.py::TestPublic::test_secretkey PASSED [ 28%] tests/unit/test_raw_auth_sym.py::TestSecretBox::test_secret_box PASSED [ 30%] tests/unit/test_raw_auth_sym_easy.py::TestSecretBox::test_secret_box_easy PASSED [ 31%] tests/unit/test_raw_generichash.py::TestGenericHash::test_key_generichash PASSED [ 32%] tests/unit/test_raw_generichash.py::TestGenericHash::test_keyless_generichash PASSED [ 34%] tests/unit/test_raw_hash.py::TestHash::test_hash PASSED [ 35%] tests/unit/test_raw_public.py::TestPublic::test_box PASSED [ 37%] tests/unit/test_raw_public.py::TestPublic::test_box_seal PASSED [ 38%] tests/unit/test_raw_public.py::TestPublic::test_boxnm PASSED [ 40%] tests/unit/test_raw_public.py::TestPublic::test_gen PASSED [ 41%] tests/unit/test_raw_public.py::TestPublic::test_scalarmult_rejects_wrong_length PASSED [ 42%] tests/unit/test_raw_random.py::TestRandomBytes::test_crypto_kdf_derive_from_key PASSED [ 44%] tests/unit/test_raw_random.py::TestRandomBytes::test_crypto_kdf_keygen PASSED [ 45%] tests/unit/test_raw_random.py::TestRandomBytes::test_crypto_kx_client_session_keys PASSED [ 47%] tests/unit/test_raw_random.py::TestRandomBytes::test_crypto_kx_keypair PASSED [ 48%] tests/unit/test_raw_random.py::TestRandomBytes::test_crypto_kx_seed_keypair PASSED [ 50%] tests/unit/test_raw_random.py::TestRandomBytes::test_crypto_kx_server_session_keys PASSED [ 51%] tests/unit/test_raw_random.py::TestRandomBytes::test_randombytes PASSED [ 52%] tests/unit/test_raw_random.py::TestRandomBytes::test_randombytes_buf_deterministic PASSED [ 54%] tests/unit/test_raw_random.py::TestRandomBytes::test_randombytes_random PASSED [ 55%] tests/unit/test_raw_random.py::TestRandomBytes::test_randombytes_uniform PASSED [ 57%] tests/unit/test_raw_secret.py::TestSecret::test_secretbox PASSED [ 58%] tests/unit/test_raw_secret_easy.py::TestSecret::test_secretbox_easy PASSED [ 60%] tests/unit/test_raw_sign.py::TestSign::test_box PASSED [ 61%] tests/unit/test_raw_sign.py::TestSign::test_gen PASSED [ 62%] tests/unit/test_save.py::TestSave::test_save_load PASSED [ 64%] tests/unit/test_save.py::TestSave::test_save_load_secret PASSED [ 65%] tests/unit/test_save.py::TestSave::test_save_load_sign PASSED [ 67%] tests/unit/test_save.py::TestSave::test_save_perms PASSED [ 68%] tests/unit/test_seal.py::TestSealed::test_publickey_only PASSED [ 70%] tests/unit/test_seal.py::TestSealed::test_secretkey PASSED [ 71%] tests/unit/test_secret.py::TestSecret::test_secret PASSED [ 72%] tests/unit/test_secret_easy.py::TestSecretEasy::test_secret PASSED [ 74%] tests/unit/test_sign.py::TestSigning::test_key_decomposition PASSED [ 75%] tests/unit/test_sign.py::TestSigning::test_key_decomposition_rejects_wrong_key_lengths PASSED [ 77%] tests/unit/test_sign.py::TestSigning::test_open_rejects_wrong_key_lengths PASSED [ 78%] tests/unit/test_sign.py::TestSigning::test_sign PASSED [ 80%] tests/unit/test_sign.py::TestSigning::test_sign_rejects_wrong_key_lengths PASSED [ 81%] tests/unit/test_sign.py::TestSigning::test_verify_detached_rejects_wrong_key_lengths PASSED [ 82%] tests/unit/test_stream.py::TestStream::test_stream_rejects_wrong_lengths PASSED [ 84%] tests/unit/test_stream.py::TestStream::test_stream_xor_rejects_wrong_lengths PASSED [ 85%] tests/unit/test_verify.py::TestVerify::test_verify16 PASSED [ 87%] tests/unit/test_verify.py::TestVerify::test_verify32 PASSED [ 88%] tests/unit/test_verify.py::TestVerify::test_verify64 PASSED [ 90%] tests/unit/test_verify.py::TestVerifyBytesEq::test_different PASSED [ 91%] tests/unit/test_verify.py::TestVerifyBytesEq::test_different_length PASSED [ 92%] tests/unit/test_verify.py::TestVerifyBytesEq::test_equal PASSED [ 94%] tests/unit/test_verify.py::TestVerifyBytesEq::test_invalid_type PASSED [ 95%] tests/unit/test_version.py::TestSodiumVersion::test_library_version_major PASSED [ 97%] tests/unit/test_version.py::TestSodiumVersion::test_library_version_minor PASSED [ 98%] tests/unit/test_version.py::TestSodiumVersion::test_version_string PASSED [100%] ============================== 70 passed in 0.41s ============================== >>> py3-libnacl: Entering fakeroot... >>> py3-libnacl-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl/usr/lib/python3.12/site-packages/libnacl/__pycache__' -> '/home/buildozer/aports/testing/py3-libnacl/pkg/py3-libnacl-pyc/usr/lib/python3.12/site-packages/libnacl/__pycache__' >>> py3-libnacl-pyc*: Preparing subpackage py3-libnacl-pyc... >>> py3-libnacl-pyc*: Running postcheck for py3-libnacl-pyc >>> py3-libnacl*: Running postcheck for py3-libnacl >>> py3-libnacl*: Preparing package py3-libnacl... >>> py3-libnacl-pyc*: Tracing dependencies... libsodium python3~3.12 >>> py3-libnacl-pyc*: Package size: 156.0 KB >>> py3-libnacl-pyc*: Compressing data... >>> py3-libnacl-pyc*: Create checksum... >>> py3-libnacl-pyc*: Create py3-libnacl-pyc-2.1.0-r1.apk >>> py3-libnacl*: Tracing dependencies... libsodium python3~3.12 >>> py3-libnacl*: Package size: 148.0 KB >>> py3-libnacl*: Compressing data... >>> py3-libnacl*: Create checksum... >>> py3-libnacl*: Create py3-libnacl-2.1.0-r1.apk >>> py3-libnacl: Build complete at Mon, 15 Apr 2024 22:26:43 +0000 elapsed time 0h 0m 5s >>> py3-libnacl: Cleaning up srcdir >>> py3-libnacl: Cleaning up pkgdir >>> py3-libnacl: Uninstalling dependencies... (1/37) Purging .makedepends-py3-libnacl (20240415.222640) (2/37) Purging libsodium-dev (1.0.19-r0) (3/37) Purging libsodium (1.0.19-r0) (4/37) Purging py3-gpep517-pyc (15-r2) (5/37) Purging py3-gpep517 (15-r2) (6/37) Purging py3-installer-pyc (0.7.0-r2) (7/37) Purging py3-installer (0.7.0-r2) (8/37) Purging py3-poetry-core-pyc (1.8.1-r1) (9/37) Purging py3-poetry-core (1.8.1-r1) (10/37) Purging py3-fastjsonschema-pyc (2.19.1-r2) (11/37) Purging py3-fastjsonschema (2.19.1-r2) (12/37) Purging py3-lark-parser-pyc (1.1.9-r1) (13/37) Purging py3-lark-parser (1.1.9-r1) (14/37) Purging py3-pytest-pyc (8.1.1-r1) (15/37) Purging py3-pytest (8.1.1-r1) (16/37) Purging py3-iniconfig-pyc (2.0.0-r1) (17/37) Purging py3-iniconfig (2.0.0-r1) (18/37) Purging py3-packaging-pyc (24.0-r1) (19/37) Purging py3-packaging (24.0-r1) (20/37) Purging py3-parsing-pyc (3.1.2-r1) (21/37) Purging py3-parsing (3.1.2-r1) (22/37) Purging py3-pluggy-pyc (1.4.0-r1) (23/37) Purging py3-pluggy (1.4.0-r1) (24/37) Purging py3-py-pyc (1.11.0-r3) (25/37) Purging py3-py (1.11.0-r3) (26/37) Purging python3-pyc (3.12.3-r0) (27/37) Purging python3-pycache-pyc0 (3.12.3-r0) (28/37) Purging pyc (3.12.3-r0) (29/37) Purging python3 (3.12.3-r0) (30/37) Purging gdbm (1.23-r1) (31/37) Purging libbz2 (1.0.8-r6) (32/37) Purging libffi (3.4.6-r0) (33/37) Purging libpanelw (6.4_p20240330-r0) (34/37) Purging mpdecimal (4.0.0-r0) (35/37) Purging readline (8.2.10-r0) (36/37) Purging sqlite-libs (3.45.2-r0) (37/37) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 377 MiB in 107 packages >>> py3-libnacl: Updating the testing/x86_64 repository index... >>> py3-libnacl: Signing the index...