>>> py3-oscrypto: Building community/py3-oscrypto 1.3.0-r7 (using abuild 3.13.0-r3) started Wed, 10 Jul 2024 13:31:04 +0000 >>> py3-oscrypto: Checking sanity of /home/buildozer/aports/community/py3-oscrypto/APKBUILD... >>> py3-oscrypto: Analyzing dependencies... >>> py3-oscrypto: Installing for build: build-base python3 py3-asn1crypto>=1.5.1 libssl3 libcrypto3 py3-setuptools py3-pytest openssl-dev>3 (1/28) Installing libffi (3.4.6-r0) (2/28) Installing gdbm (1.24-r0) (3/28) Installing mpdecimal (4.0.0-r0) (4/28) Installing libpanelw (6.5_p20240601-r0) (5/28) Installing readline (8.2.10-r0) (6/28) Installing sqlite-libs (3.46.0-r0) (7/28) Installing python3 (3.12.3-r1) (8/28) Installing python3-pycache-pyc0 (3.12.3-r1) (9/28) Installing pyc (3.12.3-r1) (10/28) Installing python3-pyc (3.12.3-r1) (11/28) Installing py3-asn1crypto (1.5.1_git20231103-r1) (12/28) Installing py3-asn1crypto-pyc (1.5.1_git20231103-r1) (13/28) Installing py3-parsing (3.1.2-r1) (14/28) Installing py3-parsing-pyc (3.1.2-r1) (15/28) Installing py3-packaging (24.1-r0) (16/28) Installing py3-packaging-pyc (24.1-r0) (17/28) Installing py3-setuptools (70.1.1-r0) (18/28) Installing py3-setuptools-pyc (70.1.1-r0) (19/28) Installing py3-iniconfig (2.0.0-r1) (20/28) Installing py3-iniconfig-pyc (2.0.0-r1) (21/28) Installing py3-pluggy (1.5.0-r0) (22/28) Installing py3-pluggy-pyc (1.5.0-r0) (23/28) Installing py3-py (1.11.0-r3) (24/28) Installing py3-py-pyc (1.11.0-r3) (25/28) Installing py3-pytest (8.2.2-r1) (26/28) Installing py3-pytest-pyc (8.2.2-r1) (27/28) Installing openssl-dev (3.3.1-r2) (28/28) Installing .makedepends-py3-oscrypto (20240710.133105) Executing busybox-1.36.1-r31.trigger OK: 434 MiB in 140 packages >>> py3-oscrypto: Cleaning up srcdir >>> py3-oscrypto: Cleaning up pkgdir >>> py3-oscrypto: Cleaning up tmpdir >>> py3-oscrypto: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-oscrypto-1.3.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 306k 100 306k 0 0 1471k 0 --:--:-- --:--:-- --:--:-- 1473k >>> py3-oscrypto: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-oscrypto-1.3.0.tar.gz >>> py3-oscrypto: Checking sha512sums... py3-oscrypto-1.3.0.tar.gz: OK use-importlib-instead-of-deprecated-imp-module-on-Py.patch: OK test-failures-with-openssl-3.0.patch: OK disable-badtls-tests.patch: OK >>> py3-oscrypto: Unpacking /var/cache/distfiles/edge/py3-oscrypto-1.3.0.tar.gz... >>> py3-oscrypto: use-importlib-instead-of-deprecated-imp-module-on-Py.patch patching file dev/_import.py patching file dev/build.py patching file dev/coverage.py patching file tests/__init__.py >>> py3-oscrypto: test-failures-with-openssl-3.0.patch patching file tests/test_tls.py >>> py3-oscrypto: disable-badtls-tests.patch patching file tests/test_tls.py Hunk #2 succeeded at 142 (offset 1 line). Hunk #3 succeeded at 185 (offset 1 line). Hunk #4 succeeded at 237 (offset 2 lines). Hunk #5 succeeded at 259 (offset 2 lines). running build running build_py creating build creating build/lib creating build/lib/oscrypto copying oscrypto/_asymmetric.py -> build/lib/oscrypto copying oscrypto/_types.py -> build/lib/oscrypto copying oscrypto/kdf.py -> build/lib/oscrypto copying oscrypto/_pkcs12.py -> build/lib/oscrypto copying oscrypto/_int.py -> build/lib/oscrypto copying oscrypto/util.py -> build/lib/oscrypto copying oscrypto/asymmetric.py -> build/lib/oscrypto copying oscrypto/_ecdsa.py -> build/lib/oscrypto copying oscrypto/_asn1.py -> build/lib/oscrypto copying oscrypto/version.py -> build/lib/oscrypto copying oscrypto/_rand.py -> build/lib/oscrypto copying oscrypto/__init__.py -> build/lib/oscrypto copying oscrypto/keys.py -> build/lib/oscrypto copying oscrypto/_cipher_suites.py -> build/lib/oscrypto copying oscrypto/_pkcs1.py -> build/lib/oscrypto copying oscrypto/symmetric.py -> build/lib/oscrypto copying oscrypto/_ffi.py -> build/lib/oscrypto copying oscrypto/_errors.py -> build/lib/oscrypto copying oscrypto/_pkcs5.py -> build/lib/oscrypto copying oscrypto/trust_list.py -> build/lib/oscrypto copying oscrypto/_tls.py -> build/lib/oscrypto copying oscrypto/tls.py -> build/lib/oscrypto copying oscrypto/errors.py -> build/lib/oscrypto creating build/lib/oscrypto/_win copying oscrypto/_win/_kernel32_ctypes.py -> build/lib/oscrypto/_win copying oscrypto/_win/_secur32_cffi.py -> build/lib/oscrypto/_win copying oscrypto/_win/util.py -> build/lib/oscrypto/_win copying oscrypto/_win/asymmetric.py -> build/lib/oscrypto/_win copying oscrypto/_win/_kernel32_cffi.py -> build/lib/oscrypto/_win copying oscrypto/_win/_advapi32_cffi.py -> build/lib/oscrypto/_win copying oscrypto/_win/_advapi32.py -> build/lib/oscrypto/_win copying oscrypto/_win/__init__.py -> build/lib/oscrypto/_win copying oscrypto/_win/_crypt32.py -> build/lib/oscrypto/_win copying oscrypto/_win/_crypt32_cffi.py -> build/lib/oscrypto/_win copying oscrypto/_win/symmetric.py -> build/lib/oscrypto/_win copying oscrypto/_win/_decode.py -> build/lib/oscrypto/_win copying oscrypto/_win/_secur32_ctypes.py -> build/lib/oscrypto/_win copying oscrypto/_win/_kernel32.py -> build/lib/oscrypto/_win copying oscrypto/_win/_cng.py -> build/lib/oscrypto/_win copying oscrypto/_win/_secur32.py -> build/lib/oscrypto/_win copying oscrypto/_win/_advapi32_ctypes.py -> build/lib/oscrypto/_win copying oscrypto/_win/_crypt32_ctypes.py -> build/lib/oscrypto/_win copying oscrypto/_win/trust_list.py -> build/lib/oscrypto/_win copying oscrypto/_win/_cng_cffi.py -> build/lib/oscrypto/_win copying oscrypto/_win/_cng_ctypes.py -> build/lib/oscrypto/_win copying oscrypto/_win/tls.py -> build/lib/oscrypto/_win creating build/lib/oscrypto/_linux_bsd copying oscrypto/_linux_bsd/__init__.py -> build/lib/oscrypto/_linux_bsd copying oscrypto/_linux_bsd/trust_list.py -> build/lib/oscrypto/_linux_bsd creating build/lib/oscrypto/_mac copying oscrypto/_mac/_core_foundation_cffi.py -> build/lib/oscrypto/_mac copying oscrypto/_mac/util.py -> build/lib/oscrypto/_mac copying oscrypto/_mac/asymmetric.py -> build/lib/oscrypto/_mac copying oscrypto/_mac/_common_crypto_cffi.py -> build/lib/oscrypto/_mac copying oscrypto/_mac/_common_crypto_ctypes.py -> build/lib/oscrypto/_mac copying oscrypto/_mac/__init__.py -> build/lib/oscrypto/_mac copying oscrypto/_mac/_core_foundation_ctypes.py -> build/lib/oscrypto/_mac copying oscrypto/_mac/symmetric.py -> build/lib/oscrypto/_mac copying oscrypto/_mac/_security_cffi.py -> build/lib/oscrypto/_mac copying oscrypto/_mac/_common_crypto.py -> build/lib/oscrypto/_mac copying oscrypto/_mac/_security_ctypes.py -> build/lib/oscrypto/_mac copying oscrypto/_mac/_core_foundation.py -> build/lib/oscrypto/_mac copying oscrypto/_mac/_security.py -> build/lib/oscrypto/_mac copying oscrypto/_mac/trust_list.py -> build/lib/oscrypto/_mac copying oscrypto/_mac/tls.py -> build/lib/oscrypto/_mac creating build/lib/oscrypto/_openssl copying oscrypto/_openssl/_libcrypto_ctypes.py -> build/lib/oscrypto/_openssl copying oscrypto/_openssl/util.py -> build/lib/oscrypto/_openssl copying oscrypto/_openssl/asymmetric.py -> build/lib/oscrypto/_openssl copying oscrypto/_openssl/__init__.py -> build/lib/oscrypto/_openssl copying oscrypto/_openssl/_libssl_ctypes.py -> build/lib/oscrypto/_openssl copying oscrypto/_openssl/_libcrypto_cffi.py -> build/lib/oscrypto/_openssl copying oscrypto/_openssl/symmetric.py -> build/lib/oscrypto/_openssl copying oscrypto/_openssl/_libcrypto.py -> build/lib/oscrypto/_openssl copying oscrypto/_openssl/_libssl.py -> build/lib/oscrypto/_openssl copying oscrypto/_openssl/_libssl_cffi.py -> build/lib/oscrypto/_openssl copying oscrypto/_openssl/tls.py -> build/lib/oscrypto/_openssl ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.2.2, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-oscrypto/src/oscrypto-1.3.0 collecting ... collected 173 items tests/test_asymmetric.py::AsymmetricTests::test_cert_attributes PASSED [ 0%] tests/test_asymmetric.py::AsymmetricTests::test_cert_ec_attributes PASSED [ 1%] tests/test_asymmetric.py::AsymmetricTests::test_dh_generate PASSED [ 1%] tests/test_asymmetric.py::AsymmetricTests::test_dsa_2048_sha1_sign PASSED [ 2%] tests/test_asymmetric.py::AsymmetricTests::test_dsa_2048_sha2_sign PASSED [ 2%] tests/test_asymmetric.py::AsymmetricTests::test_dsa_3072_sign PASSED [ 3%] tests/test_asymmetric.py::AsymmetricTests::test_dsa_3072_sign_sha1 PASSED [ 4%] tests/test_asymmetric.py::AsymmetricTests::test_dsa_fingerprint PASSED [ 4%] tests/test_asymmetric.py::AsymmetricTests::test_dsa_generate PASSED [ 5%] tests/test_asymmetric.py::AsymmetricTests::test_dsa_private_key_unwrap PASSED [ 5%] tests/test_asymmetric.py::AsymmetricTests::test_dsa_public_key_attr PASSED [ 6%] tests/test_asymmetric.py::AsymmetricTests::test_dsa_public_key_unwrap PASSED [ 6%] tests/test_asymmetric.py::AsymmetricTests::test_dsa_sign PASSED [ 7%] tests/test_asymmetric.py::AsymmetricTests::test_dsa_verify PASSED [ 8%] tests/test_asymmetric.py::AsymmetricTests::test_dsa_verify_fail PASSED [ 8%] tests/test_asymmetric.py::AsymmetricTests::test_dsa_verify_fail_each_byte PASSED [ 9%] tests/test_asymmetric.py::AsymmetricTests::test_dsa_verify_key_size_mismatch PASSED [ 9%] tests/test_asymmetric.py::AsymmetricTests::test_dump_certificate PASSED [ 10%] tests/test_asymmetric.py::AsymmetricTests::test_dump_private PASSED [ 10%] tests/test_asymmetric.py::AsymmetricTests::test_dump_private_openssl PASSED [ 11%] tests/test_asymmetric.py::AsymmetricTests::test_dump_public PASSED [ 12%] tests/test_asymmetric.py::AsymmetricTests::test_ec_fingerprints PASSED [ 12%] tests/test_asymmetric.py::AsymmetricTests::test_ec_generate PASSED [ 13%] tests/test_asymmetric.py::AsymmetricTests::test_ec_private_key_unwrap PASSED [ 13%] tests/test_asymmetric.py::AsymmetricTests::test_ec_public_key_attr PASSED [ 14%] tests/test_asymmetric.py::AsymmetricTests::test_ec_public_key_unwrap PASSED [ 15%] tests/test_asymmetric.py::AsymmetricTests::test_ecdsa_sign PASSED [ 15%] tests/test_asymmetric.py::AsymmetricTests::test_ecdsa_verify PASSED [ 16%] tests/test_asymmetric.py::AsymmetricTests::test_ecdsa_verify_fail_each_byte PASSED [ 16%] tests/test_asymmetric.py::AsymmetricTests::test_load_incomplete_dsa_cert PASSED [ 17%] tests/test_asymmetric.py::AsymmetricTests::test_load_rsa_pss_cert PASSED [ 17%] tests/test_asymmetric.py::AsymmetricTests::test_private_key_attributes PASSED [ 18%] tests/test_asymmetric.py::AsymmetricTests::test_private_key_ec_attributes PASSED [ 19%] tests/test_asymmetric.py::AsymmetricTests::test_public_key_attributes PASSED [ 19%] tests/test_asymmetric.py::AsymmetricTests::test_public_key_ec_attributes PASSED [ 20%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_fingerprint PASSED [ 20%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_generate PASSED [ 21%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_oaep_encrypt PASSED [ 21%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_pkcs1v15_encrypt PASSED [ 22%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_private_key_unwrap PASSED [ 23%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_private_oaep_decrypt PASSED [ 23%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_private_pkcs1v15_decrypt PASSED [ 24%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_pss_sha256_sign PASSED [ 24%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_pss_sha256_sign_pss_cert PASSED [ 25%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_pss_sign PASSED [ 26%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_pss_sign_pss_cert PASSED [ 26%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_pss_verify PASSED [ 27%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_pss_verify_fail PASSED [ 27%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_pss_verify_pss_cert PASSED [ 28%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_pss_verify_pss_cert_fail PASSED [ 28%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_public_key_attr PASSED [ 29%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_public_key_unwrap PASSED [ 30%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_raw_sign PASSED [ 30%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_raw_verify PASSED [ 31%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_raw_verify_fail PASSED [ 31%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_sign PASSED [ 32%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_verify PASSED [ 32%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_verify_fail PASSED [ 33%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_verify_fail_each_byte PASSED [ 34%] tests/test_asymmetric.py::AsymmetricTests::test_rsa_verify_key_size_mismatch PASSED [ 34%] tests/test_init.py::InitTests::test_load_order PASSED [ 35%] tests/test_kdf.py::KDFTests::test_pbkdf1 PASSED [ 35%] tests/test_kdf.py::KDFTests::test_pbkdf2 PASSED [ 36%] tests/test_kdf.py::KDFTests::test_pkcs12_kdf PASSED [ 36%] tests/test_kdf.py::KDFTests::test_python_pbkdf2 PASSED [ 37%] tests/test_keys.py::KeyTests::test_parse_certificate_1 PASSED [ 38%] tests/test_keys.py::KeyTests::test_parse_certificate_10 PASSED [ 38%] tests/test_keys.py::KeyTests::test_parse_certificate_2 PASSED [ 39%] tests/test_keys.py::KeyTests::test_parse_certificate_3 PASSED [ 39%] tests/test_keys.py::KeyTests::test_parse_certificate_4 PASSED [ 40%] tests/test_keys.py::KeyTests::test_parse_certificate_5 PASSED [ 41%] tests/test_keys.py::KeyTests::test_parse_certificate_6 PASSED [ 41%] tests/test_keys.py::KeyTests::test_parse_certificate_7 PASSED [ 42%] tests/test_keys.py::KeyTests::test_parse_certificate_8 PASSED [ 42%] tests/test_keys.py::KeyTests::test_parse_certificate_9 PASSED [ 43%] tests/test_keys.py::KeyTests::test_parse_certificate_pem_leading_whitespace PASSED [ 43%] tests/test_keys.py::KeyTests::test_parse_pkcs12_aes128 PASSED [ 44%] tests/test_keys.py::KeyTests::test_parse_pkcs12_aes256 PASSED [ 45%] tests/test_keys.py::KeyTests::test_parse_pkcs12_chain PASSED [ 45%] tests/test_keys.py::KeyTests::test_parse_pkcs12_dsa PASSED [ 46%] tests/test_keys.py::KeyTests::test_parse_pkcs12_rc2 PASSED [ 46%] tests/test_keys.py::KeyTests::test_parse_pkcs12_tripledes PASSED [ 47%] tests/test_keys.py::KeyTests::test_parse_pkcs12_tripledes_blank PASSED [ 47%] tests/test_keys.py::KeyTests::test_parse_pkcs12_tripledes_blank_none PASSED [ 48%] tests/test_keys.py::KeyTests::test_parse_private_1 PASSED [ 49%] tests/test_keys.py::KeyTests::test_parse_private_10 PASSED [ 49%] tests/test_keys.py::KeyTests::test_parse_private_11 PASSED [ 50%] tests/test_keys.py::KeyTests::test_parse_private_12 PASSED [ 50%] tests/test_keys.py::KeyTests::test_parse_private_13 PASSED [ 51%] tests/test_keys.py::KeyTests::test_parse_private_14 PASSED [ 52%] tests/test_keys.py::KeyTests::test_parse_private_15 PASSED [ 52%] tests/test_keys.py::KeyTests::test_parse_private_16 PASSED [ 53%] tests/test_keys.py::KeyTests::test_parse_private_17 PASSED [ 53%] tests/test_keys.py::KeyTests::test_parse_private_18 PASSED [ 54%] tests/test_keys.py::KeyTests::test_parse_private_19 PASSED [ 54%] tests/test_keys.py::KeyTests::test_parse_private_2 PASSED [ 55%] tests/test_keys.py::KeyTests::test_parse_private_20 PASSED [ 56%] tests/test_keys.py::KeyTests::test_parse_private_21 PASSED [ 56%] tests/test_keys.py::KeyTests::test_parse_private_22 PASSED [ 57%] tests/test_keys.py::KeyTests::test_parse_private_23 PASSED [ 57%] tests/test_keys.py::KeyTests::test_parse_private_24 PASSED [ 58%] tests/test_keys.py::KeyTests::test_parse_private_3 PASSED [ 58%] tests/test_keys.py::KeyTests::test_parse_private_4 PASSED [ 59%] tests/test_keys.py::KeyTests::test_parse_private_5 PASSED [ 60%] tests/test_keys.py::KeyTests::test_parse_private_6 PASSED [ 60%] tests/test_keys.py::KeyTests::test_parse_private_7 PASSED [ 61%] tests/test_keys.py::KeyTests::test_parse_private_8 PASSED [ 61%] tests/test_keys.py::KeyTests::test_parse_private_9 PASSED [ 62%] tests/test_keys.py::KeyTests::test_parse_private_pem_leading_whitespace PASSED [ 63%] tests/test_keys.py::KeyTests::test_parse_public_1 PASSED [ 63%] tests/test_keys.py::KeyTests::test_parse_public_2 PASSED [ 64%] tests/test_keys.py::KeyTests::test_parse_public_3 PASSED [ 64%] tests/test_keys.py::KeyTests::test_parse_public_4 PASSED [ 65%] tests/test_keys.py::KeyTests::test_parse_public_5 PASSED [ 65%] tests/test_keys.py::KeyTests::test_parse_public_6 PASSED [ 66%] tests/test_keys.py::KeyTests::test_parse_public_7 PASSED [ 67%] tests/test_keys.py::KeyTests::test_parse_public_8 PASSED [ 67%] tests/test_keys.py::KeyTests::test_parse_public_pem_leading_whitespace PASSED [ 68%] tests/test_symmetric.py::SymmetricTests::test_3des_2k_encrypt_decrypt PASSED [ 68%] tests/test_symmetric.py::SymmetricTests::test_3des_3k_encrypt_decrypt PASSED [ 69%] tests/test_symmetric.py::SymmetricTests::test_aes_cbc_no_padding_encrypt_decrypt_128 PASSED [ 69%] tests/test_symmetric.py::SymmetricTests::test_aes_cbc_no_padding_encrypt_decrypt_192 PASSED [ 70%] tests/test_symmetric.py::SymmetricTests::test_aes_cbc_no_padding_encrypt_decrypt_256 PASSED [ 71%] tests/test_symmetric.py::SymmetricTests::test_aes_cbc_no_padding_encrypt_decrypt_two_block_128 PASSED [ 71%] tests/test_symmetric.py::SymmetricTests::test_aes_cbc_no_padding_encrypt_decrypt_two_block_192 PASSED [ 72%] tests/test_symmetric.py::SymmetricTests::test_aes_cbc_no_padding_encrypt_decrypt_two_block_256 PASSED [ 72%] tests/test_symmetric.py::SymmetricTests::test_aes_cbc_no_padding_wrong_length_128 PASSED [ 73%] tests/test_symmetric.py::SymmetricTests::test_aes_cbc_no_padding_wrong_length_192 PASSED [ 73%] tests/test_symmetric.py::SymmetricTests::test_aes_cbc_no_padding_wrong_length_256 PASSED [ 74%] tests/test_symmetric.py::SymmetricTests::test_aes_encrypt_decrypt_128 PASSED [ 75%] tests/test_symmetric.py::SymmetricTests::test_aes_encrypt_decrypt_192 PASSED [ 75%] tests/test_symmetric.py::SymmetricTests::test_aes_encrypt_decrypt_256 PASSED [ 76%] tests/test_symmetric.py::SymmetricTests::test_des_encrypt_decrypt PASSED [ 76%] tests/test_symmetric.py::SymmetricTests::test_rc2_40_encrypt_decrypt PASSED [ 77%] tests/test_symmetric.py::SymmetricTests::test_rc2_64_encrypt_decrypt PASSED [ 78%] tests/test_symmetric.py::SymmetricTests::test_rc4_128_encrypt_decrypt PASSED [ 78%] tests/test_symmetric.py::SymmetricTests::test_rc4_40_encrypt_decrypt PASSED [ 79%] tests/test_tls.py::TLSTests::test_tls_closed_connection_read PASSED [ 79%] tests/test_tls.py::TLSTests::test_tls_closed_connection_read_handshake PASSED [ 80%] tests/test_tls.py::TLSTests::test_tls_closed_connection_read_shutdown PASSED [ 80%] tests/test_tls.py::TLSTests::test_tls_closed_connection_write PASSED [ 81%] tests/test_tls.py::TLSTests::test_tls_closed_connection_write_handshake PASSED [ 82%] tests/test_tls.py::TLSTests::test_tls_closed_connection_write_shutdown PASSED [ 82%] tests/test_tls.py::TLSTests::test_tls_connect_google PASSED [ 83%] tests/test_tls.py::TLSTests::test_tls_connect_package_control PASSED [ 83%] tests/test_tls.py::TLSTests::test_tls_connect_revoked PASSED [ 84%] tests/test_tls.py::TLSTests::test_tls_error_client_cert_required SKIPPED [ 84%] tests/test_tls.py::TLSTests::test_tls_error_domain_mismatch SKIPPED [ 85%] tests/test_tls.py::TLSTests::test_tls_error_expired SKIPPED (badtls....) [ 86%] tests/test_tls.py::TLSTests::test_tls_error_expired_2 SKIPPED (badtl...) [ 86%] tests/test_tls.py::TLSTests::test_tls_error_ftp PASSED [ 87%] tests/test_tls.py::TLSTests::test_tls_error_handshake_error SKIPPED [ 87%] tests/test_tls.py::TLSTests::test_tls_error_handshake_error_2 SKIPPED [ 88%] tests/test_tls.py::TLSTests::test_tls_error_handshake_error_3 SKIPPED [ 89%] tests/test_tls.py::TLSTests::test_tls_error_http SKIPPED (broken wit...) [ 89%] tests/test_tls.py::TLSTests::test_tls_error_missing_issuer SKIPPED (...) [ 90%] tests/test_tls.py::TLSTests::test_tls_error_non_web SKIPPED (badtls....) [ 90%] tests/test_tls.py::TLSTests::test_tls_error_not_yet_valid SKIPPED (b...) [ 91%] tests/test_tls.py::TLSTests::test_tls_error_san_mismatch SKIPPED (ba...) [ 91%] tests/test_tls.py::TLSTests::test_tls_error_self_signed PASSED [ 92%] tests/test_tls.py::TLSTests::test_tls_error_weak_dh_params SKIPPED (...) [ 93%] tests/test_tls.py::TLSTests::test_tls_error_wildcard_mismatch SKIPPED [ 93%] tests/test_tls.py::TLSTests::test_tls_extra_trust_roots SKIPPED (bad...) [ 94%] tests/test_tls.py::TLSTests::test_tls_extra_trust_roots_no_match SKIPPED [ 94%] tests/test_tls.py::TLSTests::test_tls_graceful_disconnect PASSED [ 95%] tests/test_tls.py::TLSTests::test_tls_large_download PASSED [ 95%] tests/test_tls.py::TLSTests::test_tls_pause_timeout PASSED [ 96%] tests/test_tls.py::TLSTests::test_tls_protocol_version PASSED [ 97%] tests/test_tls.py::TLSTests::test_tls_wildcard_success SKIPPED (badt...) [ 97%] tests/test_trust_list.py::TrustListTests::test_get_list PASSED [ 98%] tests/test_trust_list.py::TrustListTests::test_get_list_callback PASSED [ 98%] tests/test_trust_list.py::TrustListTests::test_get_list_mutate PASSED [ 99%] tests/test_trust_list.py::TrustListTests::test_get_path PASSED [100%] =============================== warnings summary =============================== tests/test_tls.py::TLSTests::test_tls_closed_connection_write_handshake /usr/lib/python3.12/site-packages/_pytest/unraisableexception.py:80: PytestUnraisableExceptionWarning: Exception ignored in: Traceback (most recent call last): File "/home/buildozer/aports/community/py3-oscrypto/src/oscrypto-1.3.0/oscrypto/_openssl/tls.py", line 1284, in __del__ self.close() File "/home/buildozer/aports/community/py3-oscrypto/src/oscrypto-1.3.0/oscrypto/_openssl/tls.py", line 1118, in close self.shutdown() File "/home/buildozer/aports/community/py3-oscrypto/src/oscrypto-1.3.0/oscrypto/_openssl/tls.py", line 1110, in shutdown self._shutdown(True) File "/home/buildozer/aports/community/py3-oscrypto/src/oscrypto-1.3.0/oscrypto/_openssl/tls.py", line 1070, in _shutdown self._raw_write() File "/home/buildozer/aports/community/py3-oscrypto/src/oscrypto-1.3.0/oscrypto/_openssl/tls.py", line 780, in _raw_write sent = self._socket.send(to_write) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 9] Bad file descriptor warnings.warn(pytest.PytestUnraisableExceptionWarning(msg)) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================= 156 passed, 17 skipped, 1 warning in 31.24s ================== >>> py3-oscrypto: Entering fakeroot... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib creating /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/_asymmetric.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/_types.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/kdf.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/_pkcs12.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/_int.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/util.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/asymmetric.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/_ecdsa.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/_asn1.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/version.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/_rand.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/__init__.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/keys.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/_cipher_suites.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/_pkcs1.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto creating /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/_kernel32_ctypes.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/_secur32_cffi.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/util.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/asymmetric.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/_kernel32_cffi.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/_advapi32_cffi.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/_advapi32.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/__init__.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/_crypt32.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/_crypt32_cffi.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/symmetric.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/_decode.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/_secur32_ctypes.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/_kernel32.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/_cng.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/_secur32.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/_advapi32_ctypes.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/_crypt32_ctypes.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/trust_list.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/_cng_cffi.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/_cng_ctypes.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win copying build/lib/oscrypto/_win/tls.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win creating /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_linux_bsd copying build/lib/oscrypto/_linux_bsd/__init__.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_linux_bsd copying build/lib/oscrypto/_linux_bsd/trust_list.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_linux_bsd copying build/lib/oscrypto/symmetric.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/_ffi.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto creating /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac copying build/lib/oscrypto/_mac/_core_foundation_cffi.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac copying build/lib/oscrypto/_mac/util.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac copying build/lib/oscrypto/_mac/asymmetric.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac copying build/lib/oscrypto/_mac/_common_crypto_cffi.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac copying build/lib/oscrypto/_mac/_common_crypto_ctypes.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac copying build/lib/oscrypto/_mac/__init__.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac copying build/lib/oscrypto/_mac/_core_foundation_ctypes.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac copying build/lib/oscrypto/_mac/symmetric.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac copying build/lib/oscrypto/_mac/_security_cffi.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac copying build/lib/oscrypto/_mac/_common_crypto.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac copying build/lib/oscrypto/_mac/_security_ctypes.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac copying build/lib/oscrypto/_mac/_core_foundation.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac copying build/lib/oscrypto/_mac/_security.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac copying build/lib/oscrypto/_mac/trust_list.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac copying build/lib/oscrypto/_mac/tls.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac copying build/lib/oscrypto/_errors.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/_pkcs5.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/trust_list.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/_tls.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto copying build/lib/oscrypto/tls.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto creating /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl copying build/lib/oscrypto/_openssl/_libcrypto_ctypes.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl copying build/lib/oscrypto/_openssl/util.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl copying build/lib/oscrypto/_openssl/asymmetric.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl copying build/lib/oscrypto/_openssl/__init__.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl copying build/lib/oscrypto/_openssl/_libssl_ctypes.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl copying build/lib/oscrypto/_openssl/_libcrypto_cffi.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl copying build/lib/oscrypto/_openssl/symmetric.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl copying build/lib/oscrypto/_openssl/_libcrypto.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl copying build/lib/oscrypto/_openssl/_libssl.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl copying build/lib/oscrypto/_openssl/_libssl_cffi.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl copying build/lib/oscrypto/_openssl/tls.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl copying build/lib/oscrypto/errors.py -> /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_asymmetric.py to _asymmetric.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_types.py to _types.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/kdf.py to kdf.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_pkcs12.py to _pkcs12.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_int.py to _int.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/util.py to util.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/asymmetric.py to asymmetric.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_ecdsa.py to _ecdsa.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_asn1.py to _asn1.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/version.py to version.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_rand.py to _rand.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/keys.py to keys.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_cipher_suites.py to _cipher_suites.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_pkcs1.py to _pkcs1.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/_kernel32_ctypes.py to _kernel32_ctypes.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/_secur32_cffi.py to _secur32_cffi.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/util.py to util.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/asymmetric.py to asymmetric.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/_kernel32_cffi.py to _kernel32_cffi.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/_advapi32_cffi.py to _advapi32_cffi.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/_advapi32.py to _advapi32.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/_crypt32.py to _crypt32.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/_crypt32_cffi.py to _crypt32_cffi.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/symmetric.py to symmetric.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/_decode.py to _decode.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/_secur32_ctypes.py to _secur32_ctypes.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/_kernel32.py to _kernel32.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/_cng.py to _cng.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/_secur32.py to _secur32.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/_advapi32_ctypes.py to _advapi32_ctypes.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/_crypt32_ctypes.py to _crypt32_ctypes.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/trust_list.py to trust_list.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/_cng_cffi.py to _cng_cffi.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/_cng_ctypes.py to _cng_ctypes.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/tls.py to tls.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_linux_bsd/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_linux_bsd/trust_list.py to trust_list.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/symmetric.py to symmetric.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_ffi.py to _ffi.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac/_core_foundation_cffi.py to _core_foundation_cffi.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac/util.py to util.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac/asymmetric.py to asymmetric.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac/_common_crypto_cffi.py to _common_crypto_cffi.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac/_common_crypto_ctypes.py to _common_crypto_ctypes.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac/_core_foundation_ctypes.py to _core_foundation_ctypes.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac/symmetric.py to symmetric.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac/_security_cffi.py to _security_cffi.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac/_common_crypto.py to _common_crypto.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac/_security_ctypes.py to _security_ctypes.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac/_core_foundation.py to _core_foundation.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac/_security.py to _security.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac/trust_list.py to trust_list.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac/tls.py to tls.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_errors.py to _errors.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_pkcs5.py to _pkcs5.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/trust_list.py to trust_list.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_tls.py to _tls.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/tls.py to tls.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl/_libcrypto_ctypes.py to _libcrypto_ctypes.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl/util.py to util.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl/asymmetric.py to asymmetric.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl/_libssl_ctypes.py to _libssl_ctypes.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl/_libcrypto_cffi.py to _libcrypto_cffi.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl/symmetric.py to symmetric.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl/_libcrypto.py to _libcrypto.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl/_libssl.py to _libssl.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl/_libssl_cffi.py to _libssl_cffi.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl/tls.py to tls.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/errors.py to errors.cpython-312.pyc running install_egg_info running egg_info writing oscrypto.egg-info/PKG-INFO writing dependency_links to oscrypto.egg-info/dependency_links.txt writing requirements to oscrypto.egg-info/requires.txt writing top-level names to oscrypto.egg-info/top_level.txt writing manifest file 'oscrypto.egg-info/SOURCES.txt' reading manifest file 'oscrypto.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'oscrypto.egg-info/SOURCES.txt' Copying oscrypto.egg-info to /home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto-1.3.0-py3.12.egg-info running install_scripts >>> py3-oscrypto-doc*: Running split function doc... >>> py3-oscrypto-doc*: Preparing subpackage py3-oscrypto-doc... >>> py3-oscrypto-doc*: Running postcheck for py3-oscrypto-doc >>> py3-oscrypto-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/__pycache__' -> '/home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto-pyc/usr/lib/python3.12/site-packages/oscrypto/__pycache__' '/home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_win/__pycache__' -> '/home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto-pyc/usr/lib/python3.12/site-packages/oscrypto/_win/__pycache__' '/home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_linux_bsd/__pycache__' -> '/home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto-pyc/usr/lib/python3.12/site-packages/oscrypto/_linux_bsd/__pycache__' '/home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_mac/__pycache__' -> '/home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto-pyc/usr/lib/python3.12/site-packages/oscrypto/_mac/__pycache__' '/home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto/usr/lib/python3.12/site-packages/oscrypto/_openssl/__pycache__' -> '/home/buildozer/aports/community/py3-oscrypto/pkg/py3-oscrypto-pyc/usr/lib/python3.12/site-packages/oscrypto/_openssl/__pycache__' >>> py3-oscrypto-pyc*: Preparing subpackage py3-oscrypto-pyc... >>> py3-oscrypto-pyc*: Running postcheck for py3-oscrypto-pyc >>> py3-oscrypto*: Running postcheck for py3-oscrypto >>> py3-oscrypto*: Preparing package py3-oscrypto... >>> py3-oscrypto-doc*: Tracing dependencies... >>> py3-oscrypto-doc*: Package size: 100.0 KB >>> py3-oscrypto-doc*: Compressing data... >>> py3-oscrypto-doc*: Create checksum... >>> py3-oscrypto-doc*: Create py3-oscrypto-doc-1.3.0-r7.apk >>> py3-oscrypto-pyc*: Tracing dependencies... python3 py3-asn1crypto>=1.5.1 libssl3 libcrypto3 python3~3.12 >>> py3-oscrypto-pyc*: Package size: 1.1 MB >>> py3-oscrypto-pyc*: Compressing data... >>> py3-oscrypto-pyc*: Create checksum... >>> py3-oscrypto-pyc*: Create py3-oscrypto-pyc-1.3.0-r7.apk >>> py3-oscrypto*: Tracing dependencies... python3 py3-asn1crypto>=1.5.1 libssl3 libcrypto3 python3~3.12 >>> py3-oscrypto*: Package size: 1.1 MB >>> py3-oscrypto*: Compressing data... >>> py3-oscrypto*: Create checksum... >>> py3-oscrypto*: Create py3-oscrypto-1.3.0-r7.apk >>> py3-oscrypto: Build complete at Wed, 10 Jul 2024 13:31:38 +0000 elapsed time 0h 0m 34s >>> py3-oscrypto: Cleaning up srcdir >>> py3-oscrypto: Cleaning up pkgdir >>> py3-oscrypto: Uninstalling dependencies... (1/28) Purging .makedepends-py3-oscrypto (20240710.133105) (2/28) Purging py3-asn1crypto-pyc (1.5.1_git20231103-r1) (3/28) Purging py3-asn1crypto (1.5.1_git20231103-r1) (4/28) Purging py3-setuptools-pyc (70.1.1-r0) (5/28) Purging py3-setuptools (70.1.1-r0) (6/28) Purging py3-pytest-pyc (8.2.2-r1) (7/28) Purging py3-pytest (8.2.2-r1) (8/28) Purging py3-iniconfig-pyc (2.0.0-r1) (9/28) Purging py3-iniconfig (2.0.0-r1) (10/28) Purging py3-packaging-pyc (24.1-r0) (11/28) Purging py3-packaging (24.1-r0) (12/28) Purging py3-parsing-pyc (3.1.2-r1) (13/28) Purging py3-parsing (3.1.2-r1) (14/28) Purging py3-pluggy-pyc (1.5.0-r0) (15/28) Purging py3-pluggy (1.5.0-r0) (16/28) Purging py3-py-pyc (1.11.0-r3) (17/28) Purging py3-py (1.11.0-r3) (18/28) Purging python3-pyc (3.12.3-r1) (19/28) Purging python3-pycache-pyc0 (3.12.3-r1) (20/28) Purging pyc (3.12.3-r1) (21/28) Purging python3 (3.12.3-r1) (22/28) Purging openssl-dev (3.3.1-r2) (23/28) Purging gdbm (1.24-r0) (24/28) Purging libffi (3.4.6-r0) (25/28) Purging libpanelw (6.5_p20240601-r0) (26/28) Purging mpdecimal (4.0.0-r0) (27/28) Purging readline (8.2.10-r0) (28/28) Purging sqlite-libs (3.46.0-r0) Executing busybox-1.36.1-r31.trigger OK: 380 MiB in 112 packages >>> py3-oscrypto: Updating the community/x86 repository index... >>> py3-oscrypto: Signing the index...