>>> py3-python-jose: Building community/py3-python-jose 3.4.0-r0 (using abuild 3.15.0-r0) started Mon, 13 Oct 2025 02:48:27 +0000 >>> py3-python-jose: Validating /home/udu/aports/community/py3-python-jose/APKBUILD... >>> py3-python-jose: Analyzing dependencies... >>> py3-python-jose: Installing for build: build-base python3 py3-gpep517 py3-setuptools py3-wheel py3-cryptography py3-pycryptodome py3-pytest-runner WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/31) Installing py3-installer (0.7.0-r2) (2/31) Installing py3-installer-pyc (0.7.0-r2) (3/31) Installing py3-gpep517 (19-r0) (4/31) Installing py3-gpep517-pyc (19-r0) (5/31) Installing py3-parsing (3.2.3-r0) (6/31) Installing py3-parsing-pyc (3.2.3-r0) (7/31) Installing py3-packaging (25.0-r0) (8/31) Installing py3-packaging-pyc (25.0-r0) (9/31) Installing py3-setuptools (80.9.0-r0) (10/31) Installing py3-setuptools-pyc (80.9.0-r0) (11/31) Installing py3-wheel (0.46.1-r0) (12/31) Installing py3-wheel-pyc (0.46.1-r0) (13/31) Installing py3-cparser (2.22-r1) (14/31) Installing py3-cparser-pyc (2.22-r1) (15/31) Installing py3-cffi (1.17.1-r1) (16/31) Installing py3-cffi-pyc (1.17.1-r1) (17/31) Installing py3-cryptography (44.0.3-r0) (18/31) Installing py3-cryptography-pyc (44.0.3-r0) (19/31) Installing py3-pycryptodome (3.23.0-r0) (20/31) Installing py3-pycryptodome-pyc (3.23.0-r0) (21/31) Installing py3-iniconfig (2.1.0-r0) (22/31) Installing py3-iniconfig-pyc (2.1.0-r0) (23/31) Installing py3-pluggy (1.5.0-r0) (24/31) Installing py3-pluggy-pyc (1.5.0-r0) (25/31) Installing py3-py (1.11.0-r4) (26/31) Installing py3-py-pyc (1.11.0-r4) (27/31) Installing py3-pytest (8.3.5-r0) (28/31) Installing py3-pytest-pyc (8.3.5-r0) (29/31) Installing py3-pytest-runner (6.0.1-r1) (30/31) Installing py3-pytest-runner-pyc (6.0.1-r1) (31/31) Installing .makedepends-py3-python-jose (20251013.024828) Executing busybox-1.37.0-r19.trigger OK: 324 MiB in 120 packages >>> py3-python-jose: Cleaning up srcdir >>> py3-python-jose: Cleaning up pkgdir >>> py3-python-jose: Cleaning up tmpdir >>> py3-python-jose: Fetching python-jose-3.4.0.tar.gz::https://github.com/mpdavis/python-jose/archive/refs/tags/3.4.0.tar.gz >>> py3-python-jose: Fetching python-jose-3.4.0.tar.gz::https://github.com/mpdavis/python-jose/archive/refs/tags/3.4.0.tar.gz >>> py3-python-jose: Checking sha512sums... python-jose-3.4.0.tar.gz: OK >>> py3-python-jose: Unpacking /var/cache/distfiles/python-jose-3.4.0.tar.gz... 2025-10-13 02:48:28,679 gpep517 INFO Building wheel via backend setuptools.build_meta /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-10-13 02:48:28,693 root INFO running bdist_wheel 2025-10-13 02:48:28,698 root WARNING The [wheel] section is deprecated. Use [bdist_wheel] instead. /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() 2025-10-13 02:48:28,702 root INFO running build 2025-10-13 02:48:28,702 root INFO running build_py 2025-10-13 02:48:28,704 root INFO creating build/lib/jose 2025-10-13 02:48:28,704 root INFO copying jose/jwe.py -> build/lib/jose 2025-10-13 02:48:28,704 root INFO copying jose/jws.py -> build/lib/jose 2025-10-13 02:48:28,705 root INFO copying jose/utils.py -> build/lib/jose 2025-10-13 02:48:28,705 root INFO copying jose/jwt.py -> build/lib/jose 2025-10-13 02:48:28,705 root INFO copying jose/exceptions.py -> build/lib/jose 2025-10-13 02:48:28,705 root INFO copying jose/__init__.py -> build/lib/jose 2025-10-13 02:48:28,705 root INFO copying jose/jwk.py -> build/lib/jose 2025-10-13 02:48:28,705 root INFO copying jose/constants.py -> build/lib/jose 2025-10-13 02:48:28,705 root INFO creating build/lib/jose/backends 2025-10-13 02:48:28,705 root INFO copying jose/backends/base.py -> build/lib/jose/backends 2025-10-13 02:48:28,705 root INFO copying jose/backends/ecdsa_backend.py -> build/lib/jose/backends 2025-10-13 02:48:28,706 root INFO copying jose/backends/_asn1.py -> build/lib/jose/backends 2025-10-13 02:48:28,706 root INFO copying jose/backends/cryptography_backend.py -> build/lib/jose/backends 2025-10-13 02:48:28,706 root INFO copying jose/backends/rsa_backend.py -> build/lib/jose/backends 2025-10-13 02:48:28,706 root INFO copying jose/backends/__init__.py -> build/lib/jose/backends 2025-10-13 02:48:28,706 root INFO copying jose/backends/native.py -> build/lib/jose/backends 2025-10-13 02:48:28,710 root INFO installing to build/bdist.linux-x86_64/wheel 2025-10-13 02:48:28,710 root INFO running install 2025-10-13 02:48:28,715 root INFO running install_lib 2025-10-13 02:48:28,717 root INFO creating build/bdist.linux-x86_64/wheel 2025-10-13 02:48:28,717 root INFO creating build/bdist.linux-x86_64/wheel/jose 2025-10-13 02:48:28,717 root INFO copying build/lib/jose/jwe.py -> build/bdist.linux-x86_64/wheel/./jose 2025-10-13 02:48:28,717 root INFO copying build/lib/jose/jws.py -> build/bdist.linux-x86_64/wheel/./jose 2025-10-13 02:48:28,717 root INFO copying build/lib/jose/utils.py -> build/bdist.linux-x86_64/wheel/./jose 2025-10-13 02:48:28,717 root INFO copying build/lib/jose/jwt.py -> build/bdist.linux-x86_64/wheel/./jose 2025-10-13 02:48:28,717 root INFO copying build/lib/jose/exceptions.py -> build/bdist.linux-x86_64/wheel/./jose 2025-10-13 02:48:28,717 root INFO creating build/bdist.linux-x86_64/wheel/jose/backends 2025-10-13 02:48:28,718 root INFO copying build/lib/jose/backends/base.py -> build/bdist.linux-x86_64/wheel/./jose/backends 2025-10-13 02:48:28,718 root INFO copying build/lib/jose/backends/ecdsa_backend.py -> build/bdist.linux-x86_64/wheel/./jose/backends 2025-10-13 02:48:28,718 root INFO copying build/lib/jose/backends/_asn1.py -> build/bdist.linux-x86_64/wheel/./jose/backends 2025-10-13 02:48:28,718 root INFO copying build/lib/jose/backends/cryptography_backend.py -> build/bdist.linux-x86_64/wheel/./jose/backends 2025-10-13 02:48:28,718 root INFO copying build/lib/jose/backends/rsa_backend.py -> build/bdist.linux-x86_64/wheel/./jose/backends 2025-10-13 02:48:28,718 root INFO copying build/lib/jose/backends/__init__.py -> build/bdist.linux-x86_64/wheel/./jose/backends 2025-10-13 02:48:28,718 root INFO copying build/lib/jose/backends/native.py -> build/bdist.linux-x86_64/wheel/./jose/backends 2025-10-13 02:48:28,718 root INFO copying build/lib/jose/__init__.py -> build/bdist.linux-x86_64/wheel/./jose 2025-10-13 02:48:28,718 root INFO copying build/lib/jose/jwk.py -> build/bdist.linux-x86_64/wheel/./jose 2025-10-13 02:48:28,718 root INFO copying build/lib/jose/constants.py -> build/bdist.linux-x86_64/wheel/./jose 2025-10-13 02:48:28,718 root INFO running install_egg_info 2025-10-13 02:48:28,720 root INFO running egg_info 2025-10-13 02:48:28,721 root INFO creating python_jose.egg-info 2025-10-13 02:48:28,721 root INFO writing python_jose.egg-info/PKG-INFO 2025-10-13 02:48:28,722 root INFO writing dependency_links to python_jose.egg-info/dependency_links.txt 2025-10-13 02:48:28,723 root INFO writing requirements to python_jose.egg-info/requires.txt 2025-10-13 02:48:28,723 root INFO writing top-level names to python_jose.egg-info/top_level.txt 2025-10-13 02:48:28,723 root INFO writing manifest file 'python_jose.egg-info/SOURCES.txt' 2025-10-13 02:48:28,725 root INFO reading manifest file 'python_jose.egg-info/SOURCES.txt' 2025-10-13 02:48:28,725 root INFO reading manifest template 'MANIFEST.in' 2025-10-13 02:48:28,726 root WARNING warning: no files found matching 'VERSIONING.md' 2025-10-13 02:48:28,726 root INFO adding license file 'LICENSE' 2025-10-13 02:48:28,727 root INFO writing manifest file 'python_jose.egg-info/SOURCES.txt' 2025-10-13 02:48:28,727 root INFO Copying python_jose.egg-info to build/bdist.linux-x86_64/wheel/./python_jose-3.4.0-py3.12.egg-info 2025-10-13 02:48:28,727 root INFO running install_scripts 2025-10-13 02:48:28,728 root INFO creating build/bdist.linux-x86_64/wheel/python_jose-3.4.0.dist-info/WHEEL 2025-10-13 02:48:28,728 wheel INFO creating '/home/udu/aports/community/py3-python-jose/src/python-jose-3.4.0/.dist/.tmp-5kwsgw8h/python_jose-3.4.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2025-10-13 02:48:28,728 wheel INFO adding 'jose/__init__.py' 2025-10-13 02:48:28,728 wheel INFO adding 'jose/constants.py' 2025-10-13 02:48:28,728 wheel INFO adding 'jose/exceptions.py' 2025-10-13 02:48:28,728 wheel INFO adding 'jose/jwe.py' 2025-10-13 02:48:28,728 wheel INFO adding 'jose/jwk.py' 2025-10-13 02:48:28,729 wheel INFO adding 'jose/jws.py' 2025-10-13 02:48:28,729 wheel INFO adding 'jose/jwt.py' 2025-10-13 02:48:28,729 wheel INFO adding 'jose/utils.py' 2025-10-13 02:48:28,729 wheel INFO adding 'jose/backends/__init__.py' 2025-10-13 02:48:28,729 wheel INFO adding 'jose/backends/_asn1.py' 2025-10-13 02:48:28,729 wheel INFO adding 'jose/backends/base.py' 2025-10-13 02:48:28,729 wheel INFO adding 'jose/backends/cryptography_backend.py' 2025-10-13 02:48:28,729 wheel INFO adding 'jose/backends/ecdsa_backend.py' 2025-10-13 02:48:28,729 wheel INFO adding 'jose/backends/native.py' 2025-10-13 02:48:28,729 wheel INFO adding 'jose/backends/rsa_backend.py' 2025-10-13 02:48:28,729 wheel INFO adding 'python_jose-3.4.0.dist-info/licenses/LICENSE' 2025-10-13 02:48:28,729 wheel INFO adding 'python_jose-3.4.0.dist-info/METADATA' 2025-10-13 02:48:28,730 wheel INFO adding 'python_jose-3.4.0.dist-info/WHEEL' 2025-10-13 02:48:28,730 wheel INFO adding 'python_jose-3.4.0.dist-info/top_level.txt' 2025-10-13 02:48:28,730 wheel INFO adding 'python_jose-3.4.0.dist-info/RECORD' 2025-10-13 02:48:28,730 root INFO removing build/bdist.linux-x86_64/wheel 2025-10-13 02:48:28,730 gpep517 INFO The backend produced .dist/python_jose-3.4.0-py2.py3-none-any.whl python_jose-3.4.0-py2.py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/udu/aports/community/py3-python-jose/src/python-jose-3.4.0 configfile: pytest.ini collected 489 items tests/algorithms/test_AES.py ...... [ 1%] tests/algorithms/test_AES_compat.py ......... [ 3%] tests/algorithms/test_EC.py s................ [ 6%] tests/algorithms/test_EC_compat.py ssssssssssssssssssss [ 10%] tests/algorithms/test_HMAC.py ... [ 11%] tests/algorithms/test_HMAC_compat.py ............ [ 13%] tests/algorithms/test_RSA.py ssss................. [ 17%] tests/algorithms/test_RSA_compat.py ssssssssssssssssssssssssssssssssssss [ 25%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 40%] ssssssssssssssssssss [ 44%] tests/algorithms/test_base.py ...... [ 45%] tests/rfc/test_rfc7520.py ... [ 46%] tests/test_asn1.py ssss [ 46%] tests/test_backends.py .... [ 47%] tests/test_firebase.py ... [ 48%] tests/test_jwe.py ...................................................... [ 59%] ........................................................................ [ 74%] ........... [ 76%] tests/test_jwk.py .......... [ 78%] tests/test_jws.py ........................................... [ 87%] tests/test_jwt.py ...................................................... [ 98%] ....... [ 99%] tests/test_utils.py .. [100%] =============================== warnings summary =============================== tests/algorithms/test_EC.py::test_incorrect_public_key_hmac_signing /home/udu/aports/community/py3-python-jose/src/python-jose-3.4.0/tests/algorithms/test_EC.py:238: CryptographyDeprecationWarning: Curve argument must be an instance of an EllipticCurve class. Did you pass a class by mistake? This will be an exception in a future version of cryptography KEY = CryptographyEc.generate_private_key(CryptographyEc.SECP256R1) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================= 332 passed, 157 skipped, 1 warning in 5.20s ================== >>> py3-python-jose: Entering fakeroot... created directory: '/home/udu/aports/community/py3-python-jose/pkg/py3-python-jose/usr/share/' created directory: '/home/udu/aports/community/py3-python-jose/pkg/py3-python-jose/usr/share/doc/' created directory: '/home/udu/aports/community/py3-python-jose/pkg/py3-python-jose/usr/share/doc/py3-python-jose/' 'README.rst' -> '/home/udu/aports/community/py3-python-jose/pkg/py3-python-jose/usr/share/doc/py3-python-jose/README.rst' >>> py3-python-jose-doc*: Running split function doc... 'usr/share/doc' -> '/home/udu/aports/community/py3-python-jose/pkg/py3-python-jose-doc/usr/share/doc' 'usr/share/licenses' -> '/home/udu/aports/community/py3-python-jose/pkg/py3-python-jose-doc/usr/share/licenses' >>> py3-python-jose-doc*: Preparing subpackage py3-python-jose-doc... >>> py3-python-jose-doc*: Running postcheck for py3-python-jose-doc >>> py3-python-jose-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/jose/backends/__pycache__' -> '/home/udu/aports/community/py3-python-jose/pkg/py3-python-jose-pyc/usr/lib/python3.12/site-packages/jose/backends/__pycache__' 'usr/lib/python3.12/site-packages/jose/__pycache__' -> '/home/udu/aports/community/py3-python-jose/pkg/py3-python-jose-pyc/usr/lib/python3.12/site-packages/jose/__pycache__' >>> py3-python-jose-pyc*: Preparing subpackage py3-python-jose-pyc... >>> py3-python-jose-pyc*: Running postcheck for py3-python-jose-pyc >>> py3-python-jose*: Running postcheck for py3-python-jose >>> py3-python-jose*: Preparing package py3-python-jose... >>> py3-python-jose-doc*: Tracing dependencies... >>> py3-python-jose-doc*: Package size: 4.7 KB >>> py3-python-jose-doc*: Compressing data... >>> py3-python-jose-doc*: Create checksum... >>> py3-python-jose-doc*: Create py3-python-jose-doc-3.4.0-r0.apk >>> py3-python-jose-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-python-jose-pyc*: Package size: 128.5 KB >>> py3-python-jose-pyc*: Compressing data... >>> py3-python-jose-pyc*: Create checksum... >>> py3-python-jose-pyc*: Create py3-python-jose-pyc-3.4.0-r0.apk >>> py3-python-jose*: Tracing dependencies... python3 python3~3.12 >>> py3-python-jose*: Package size: 111.2 KB >>> py3-python-jose*: Compressing data... >>> py3-python-jose*: Create checksum... >>> py3-python-jose*: Create py3-python-jose-3.4.0-r0.apk >>> py3-python-jose: Build complete at Mon, 13 Oct 2025 02:48:34 +0000 elapsed time 0h 0m 7s >>> py3-python-jose: Cleaning up srcdir >>> py3-python-jose: Cleaning up pkgdir >>> py3-python-jose: Uninstalling dependencies... (1/31) Purging .makedepends-py3-python-jose (20251013.024828) (2/31) Purging py3-gpep517-pyc (19-r0) (3/31) Purging py3-gpep517 (19-r0) (4/31) Purging py3-installer-pyc (0.7.0-r2) (5/31) Purging py3-installer (0.7.0-r2) (6/31) Purging py3-wheel-pyc (0.46.1-r0) (7/31) Purging py3-wheel (0.46.1-r0) (8/31) Purging py3-cryptography-pyc (44.0.3-r0) (9/31) Purging py3-cryptography (44.0.3-r0) (10/31) Purging py3-cffi-pyc (1.17.1-r1) (11/31) Purging py3-cffi (1.17.1-r1) (12/31) Purging py3-cparser-pyc (2.22-r1) (13/31) Purging py3-cparser (2.22-r1) (14/31) Purging py3-pycryptodome-pyc (3.23.0-r0) (15/31) Purging py3-pycryptodome (3.23.0-r0) (16/31) Purging py3-pytest-runner-pyc (6.0.1-r1) (17/31) Purging py3-pytest-runner (6.0.1-r1) (18/31) Purging py3-pytest-pyc (8.3.5-r0) (19/31) Purging py3-pytest (8.3.5-r0) (20/31) Purging py3-iniconfig-pyc (2.1.0-r0) (21/31) Purging py3-iniconfig (2.1.0-r0) (22/31) Purging py3-pluggy-pyc (1.5.0-r0) (23/31) Purging py3-pluggy (1.5.0-r0) (24/31) Purging py3-py-pyc (1.11.0-r4) (25/31) Purging py3-py (1.11.0-r4) (26/31) Purging py3-setuptools-pyc (80.9.0-r0) (27/31) Purging py3-setuptools (80.9.0-r0) (28/31) Purging py3-packaging-pyc (25.0-r0) (29/31) Purging py3-packaging (25.0-r0) (30/31) Purging py3-parsing-pyc (3.2.3-r0) (31/31) Purging py3-parsing (3.2.3-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-python-jose: Updating the community/x86_64 repository index... >>> py3-python-jose: Signing the index...