>>> py3-trustme: Building community/py3-trustme 1.1.0-r1 (using abuild 3.15.0_rc3-r1) started Thu, 24 Apr 2025 02:36:22 +0000 >>> py3-trustme: Validating /home/buildozer/aports/community/py3-trustme/APKBUILD... >>> py3-trustme: Analyzing dependencies... >>> py3-trustme: Installing for build: build-base py3-cryptography py3-idna py3-openssl py3-service_identity python3 py3-setuptools py3-pytest (1/46) Installing libbz2 (1.0.8-r6) (2/46) Installing libffi (3.4.8-r0) (3/46) Installing gdbm (1.24-r0) (4/46) Installing xz-libs (5.8.1-r0) (5/46) Installing mpdecimal (4.0.0-r0) (6/46) Installing libpanelw (6.5_p20250412-r0) (7/46) Installing sqlite-libs (3.49.1-r0) (8/46) Installing python3 (3.12.10-r0) (9/46) Installing python3-pycache-pyc0 (3.12.10-r0) (10/46) Installing pyc (3.12.10-r0) (11/46) Installing py3-cparser (2.22-r1) (12/46) Installing py3-cparser-pyc (2.22-r1) (13/46) Installing py3-cffi (1.17.1-r1) (14/46) Installing py3-cffi-pyc (1.17.1-r1) (15/46) Installing py3-cryptography-pyc (44.0.2-r0) (16/46) Installing python3-pyc (3.12.10-r0) (17/46) Installing py3-cryptography (44.0.2-r0) (18/46) Installing py3-idna (3.10-r0) (19/46) Installing py3-idna-pyc (3.10-r0) (20/46) Installing py3-typing-extensions (4.13.2-r0) (21/46) Installing py3-typing-extensions-pyc (4.13.2-r0) (22/46) Installing py3-openssl (25.0.0-r0) (23/46) Installing py3-openssl-pyc (25.0.0-r0) (24/46) Installing py3-asn1 (0.6.1-r0) (25/46) Installing py3-asn1-pyc (0.6.1-r0) (26/46) Installing py3-asn1-modules (0.4.1-r0) (27/46) Installing py3-asn1-modules-pyc (0.4.1-r0) (28/46) Installing py3-attrs (25.3.0-r0) (29/46) Installing py3-attrs-pyc (25.3.0-r0) (30/46) Installing py3-service_identity (24.2.0-r0) (31/46) Installing py3-service_identity-pyc (24.2.0-r0) (32/46) Installing py3-parsing (3.2.0-r0) (33/46) Installing py3-parsing-pyc (3.2.0-r0) (34/46) Installing py3-packaging (24.2-r0) (35/46) Installing py3-packaging-pyc (24.2-r0) (36/46) Installing py3-setuptools (77.0.3-r0) (37/46) Installing py3-setuptools-pyc (77.0.3-r0) (38/46) Installing py3-iniconfig (2.1.0-r0) (39/46) Installing py3-iniconfig-pyc (2.1.0-r0) (40/46) Installing py3-pluggy (1.5.0-r0) (41/46) Installing py3-pluggy-pyc (1.5.0-r0) (42/46) Installing py3-py (1.11.0-r4) (43/46) Installing py3-py-pyc (1.11.0-r4) (44/46) Installing py3-pytest (8.3.5-r0) (45/46) Installing py3-pytest-pyc (8.3.5-r0) (46/46) Installing .makedepends-py3-trustme (20250424.023652) Executing busybox-1.37.0-r16.trigger OK: 457 MiB in 149 packages >>> py3-trustme: Cleaning up srcdir >>> py3-trustme: Cleaning up pkgdir >>> py3-trustme: Cleaning up tmpdir >>> py3-trustme: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/trustme-1.1.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.22/trustme-1.1.0.tar.gz.part' trustme-1.1.0.tar.gz 100% |********************************| 29611 0:00:00 ETA '/var/cache/distfiles/v3.22/trustme-1.1.0.tar.gz.part' saved >>> py3-trustme: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/trustme-1.1.0.tar.gz >>> py3-trustme: Checking sha512sums... trustme-1.1.0.tar.gz: OK >>> py3-trustme: Unpacking /var/cache/distfiles/v3.22/trustme-1.1.0.tar.gz... /usr/lib/python3.12/site-packages/setuptools/dist.py:760: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/trustme copying src/trustme/__init__.py -> build/lib/trustme copying src/trustme/__main__.py -> build/lib/trustme copying src/trustme/_version.py -> build/lib/trustme copying src/trustme/_cli.py -> build/lib/trustme copying src/trustme/py.typed -> build/lib/trustme ============================= test session starts ============================== platform linux -- Python 3.12.10, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/buildozer/aports/community/py3-trustme/src/trustme-1.1.0 configfile: pyproject.toml collected 27 items tests/test_cli.py .......... [ 37%] tests/test_trustme.py ................. [100%] =============================== warnings summary =============================== tests/test_trustme.py::test_basics[KeyType.RSA-RSA] tests/test_trustme.py::test_basics[KeyType.ECDSA-EC] /home/buildozer/aports/community/py3-trustme/src/trustme-1.1.0/tests/test_trustme.py:82: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to not_valid_before_utc. assert ca_cert.not_valid_before <= today <= ca_cert.not_valid_after tests/test_trustme.py::test_basics[KeyType.RSA-RSA] tests/test_trustme.py::test_basics[KeyType.ECDSA-EC] /home/buildozer/aports/community/py3-trustme/src/trustme-1.1.0/tests/test_trustme.py:82: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to not_valid_after_utc. assert ca_cert.not_valid_before <= today <= ca_cert.not_valid_after tests/test_trustme.py::test_basics[KeyType.RSA-RSA] tests/test_trustme.py::test_basics[KeyType.ECDSA-EC] /home/buildozer/aports/community/py3-trustme/src/trustme-1.1.0/tests/test_trustme.py:111: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to not_valid_before_utc. assert server_cert.not_valid_before <= today <= server_cert.not_valid_after tests/test_trustme.py::test_basics[KeyType.RSA-RSA] tests/test_trustme.py::test_basics[KeyType.ECDSA-EC] /home/buildozer/aports/community/py3-trustme/src/trustme-1.1.0/tests/test_trustme.py:111: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to not_valid_after_utc. assert server_cert.not_valid_before <= today <= server_cert.not_valid_after tests/test_trustme.py::test_issue_cert_custom_not_after /home/buildozer/aports/community/py3-trustme/src/trustme-1.1.0/tests/test_trustme.py:171: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to not_valid_after_utc. assert getattr(cert.not_valid_after, t) == getattr(expires, t) tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.RSA] tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.RSA] tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.RSA] tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.RSA] tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.ECDSA] tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.ECDSA] tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.ECDSA] tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.ECDSA] /home/buildozer/aports/community/py3-trustme/src/trustme-1.1.0/build/lib/trustme/__init__.py:529: DeprecationWarning: Passing pyOpenSSL PKey objects is deprecated. You should use a cryptography private key instead. ctx.use_privatekey(key) tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.RSA] tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.RSA] tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.RSA] tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.RSA] tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.ECDSA] tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.ECDSA] tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.ECDSA] tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.ECDSA] /home/buildozer/aports/community/py3-trustme/src/trustme-1.1.0/build/lib/trustme/__init__.py:532: DeprecationWarning: Passing pyOpenSSL X509 objects is deprecated. You should use a cryptography.x509.Certificate instead. ctx.use_certificate(cert) tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.RSA] tests/test_trustme.py::test_pyopenssl_end_to_end[KeyType.ECDSA] /home/buildozer/aports/community/py3-trustme/src/trustme-1.1.0/build/lib/trustme/__init__.py:535: DeprecationWarning: Passing pyOpenSSL X509 objects is deprecated. You should use a cryptography.x509.Certificate instead. ctx.add_extra_chain_cert(cert) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================= 27 passed, 27 warnings in 7.10s ======================== >>> py3-trustme: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/dist.py:760: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: 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-trustme/pkg/py3-trustme/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-trustme/pkg/py3-trustme/usr/lib/python3.12/site-packages/trustme creating /home/buildozer/aports/community/py3-trustme/pkg/py3-trustme/usr/lib/python3.12/site-packages/trustme/__pycache__ copying build/lib/trustme/__pycache__/__init__.cpython-312.pyc -> /home/buildozer/aports/community/py3-trustme/pkg/py3-trustme/usr/lib/python3.12/site-packages/trustme/__pycache__ copying build/lib/trustme/__pycache__/_cli.cpython-312.pyc -> /home/buildozer/aports/community/py3-trustme/pkg/py3-trustme/usr/lib/python3.12/site-packages/trustme/__pycache__ copying build/lib/trustme/__pycache__/__main__.cpython-312.pyc -> /home/buildozer/aports/community/py3-trustme/pkg/py3-trustme/usr/lib/python3.12/site-packages/trustme/__pycache__ copying build/lib/trustme/__pycache__/_version.cpython-312.pyc -> /home/buildozer/aports/community/py3-trustme/pkg/py3-trustme/usr/lib/python3.12/site-packages/trustme/__pycache__ copying build/lib/trustme/__init__.py -> /home/buildozer/aports/community/py3-trustme/pkg/py3-trustme/usr/lib/python3.12/site-packages/trustme copying build/lib/trustme/__main__.py -> /home/buildozer/aports/community/py3-trustme/pkg/py3-trustme/usr/lib/python3.12/site-packages/trustme copying build/lib/trustme/py.typed -> /home/buildozer/aports/community/py3-trustme/pkg/py3-trustme/usr/lib/python3.12/site-packages/trustme copying build/lib/trustme/_version.py -> /home/buildozer/aports/community/py3-trustme/pkg/py3-trustme/usr/lib/python3.12/site-packages/trustme copying build/lib/trustme/_cli.py -> /home/buildozer/aports/community/py3-trustme/pkg/py3-trustme/usr/lib/python3.12/site-packages/trustme running install_egg_info running egg_info writing src/trustme.egg-info/PKG-INFO writing dependency_links to src/trustme.egg-info/dependency_links.txt writing requirements to src/trustme.egg-info/requires.txt writing top-level names to src/trustme.egg-info/top_level.txt reading manifest file 'src/trustme.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/build' adding license file 'LICENSE' adding license file 'LICENSE.APACHE2' adding license file 'LICENSE.MIT' writing manifest file 'src/trustme.egg-info/SOURCES.txt' Copying src/trustme.egg-info to /home/buildozer/aports/community/py3-trustme/pkg/py3-trustme/usr/lib/python3.12/site-packages/trustme-1.1.0-py3.12.egg-info running install_scripts >>> py3-trustme-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/trustme/__pycache__' -> '/home/buildozer/aports/community/py3-trustme/pkg/py3-trustme-pyc/usr/lib/python3.12/site-packages/trustme/__pycache__' >>> py3-trustme-pyc*: Preparing subpackage py3-trustme-pyc... >>> py3-trustme-pyc*: Running postcheck for py3-trustme-pyc >>> py3-trustme*: Running postcheck for py3-trustme >>> py3-trustme*: Preparing package py3-trustme... >>> py3-trustme-pyc*: Tracing dependencies... py3-cryptography py3-idna py3-openssl py3-service_identity python3 python3~3.12 >>> py3-trustme-pyc*: Package size: 27.2 KB >>> py3-trustme-pyc*: Compressing data... >>> py3-trustme-pyc*: Create checksum... >>> py3-trustme-pyc*: Create py3-trustme-pyc-1.1.0-r1.apk >>> py3-trustme*: Tracing dependencies... py3-cryptography py3-idna py3-openssl py3-service_identity python3 python3~3.12 >>> py3-trustme*: Package size: 28.5 KB >>> py3-trustme*: Compressing data... >>> py3-trustme*: Create checksum... >>> py3-trustme*: Create py3-trustme-1.1.0-r1.apk >>> py3-trustme: Build complete at Thu, 24 Apr 2025 02:37:02 +0000 elapsed time 0h 0m 40s >>> py3-trustme: Cleaning up srcdir >>> py3-trustme: Cleaning up pkgdir >>> py3-trustme: Uninstalling dependencies... (1/46) Purging .makedepends-py3-trustme (20250424.023652) (2/46) Purging py3-idna-pyc (3.10-r0) (3/46) Purging py3-idna (3.10-r0) (4/46) Purging py3-openssl-pyc (25.0.0-r0) (5/46) Purging py3-openssl (25.0.0-r0) (6/46) Purging py3-typing-extensions-pyc (4.13.2-r0) (7/46) Purging py3-typing-extensions (4.13.2-r0) (8/46) Purging py3-service_identity-pyc (24.2.0-r0) (9/46) Purging py3-service_identity (24.2.0-r0) (10/46) Purging py3-asn1-modules-pyc (0.4.1-r0) (11/46) Purging py3-asn1-modules (0.4.1-r0) (12/46) Purging py3-asn1-pyc (0.6.1-r0) (13/46) Purging py3-asn1 (0.6.1-r0) (14/46) Purging py3-attrs-pyc (25.3.0-r0) (15/46) Purging py3-attrs (25.3.0-r0) (16/46) Purging py3-cryptography-pyc (44.0.2-r0) (17/46) Purging py3-cryptography (44.0.2-r0) (18/46) Purging py3-cffi-pyc (1.17.1-r1) (19/46) Purging py3-cffi (1.17.1-r1) (20/46) Purging py3-cparser-pyc (2.22-r1) (21/46) Purging py3-cparser (2.22-r1) (22/46) Purging py3-setuptools-pyc (77.0.3-r0) (23/46) Purging py3-setuptools (77.0.3-r0) (24/46) Purging py3-pytest-pyc (8.3.5-r0) (25/46) Purging py3-pytest (8.3.5-r0) (26/46) Purging py3-iniconfig-pyc (2.1.0-r0) (27/46) Purging py3-iniconfig (2.1.0-r0) (28/46) Purging py3-packaging-pyc (24.2-r0) (29/46) Purging py3-packaging (24.2-r0) (30/46) Purging py3-parsing-pyc (3.2.0-r0) (31/46) Purging py3-parsing (3.2.0-r0) (32/46) Purging py3-pluggy-pyc (1.5.0-r0) (33/46) Purging py3-pluggy (1.5.0-r0) (34/46) Purging py3-py-pyc (1.11.0-r4) (35/46) Purging py3-py (1.11.0-r4) (36/46) Purging python3-pyc (3.12.10-r0) (37/46) Purging python3-pycache-pyc0 (3.12.10-r0) (38/46) Purging pyc (3.12.10-r0) (39/46) Purging python3 (3.12.10-r0) (40/46) Purging gdbm (1.24-r0) (41/46) Purging libbz2 (1.0.8-r6) (42/46) Purging libffi (3.4.8-r0) (43/46) Purging libpanelw (6.5_p20250412-r0) (44/46) Purging mpdecimal (4.0.0-r0) (45/46) Purging sqlite-libs (3.49.1-r0) (46/46) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r16.trigger OK: 400 MiB in 103 packages >>> py3-trustme: Updating the community/x86 repository index... >>> py3-trustme: Signing the index...