>>> py3-jwt: Building community/py3-jwt 2.10.1-r0 (using abuild 3.15.0_rc3-r1) started Sun, 27 Apr 2025 23:29:31 +0000 >>> py3-jwt: Validating /home/buildozer/aports/community/py3-jwt/APKBUILD... >>> py3-jwt: Analyzing dependencies... >>> py3-jwt: Installing for build: build-base py3-gpep517 py3-installer py3-setuptools py3-wheel py3-pytest (1/32) Installing libbz2 (1.0.8-r6) (2/32) Installing libffi (3.4.8-r0) (3/32) Installing gdbm (1.24-r0) (4/32) Installing xz-libs (5.8.1-r0) (5/32) Installing mpdecimal (4.0.0-r0) (6/32) Installing libpanelw (6.5_p20250412-r0) (7/32) Installing sqlite-libs (3.49.1-r0) (8/32) Installing python3 (3.12.10-r0) (9/32) Installing python3-pycache-pyc0 (3.12.10-r0) (10/32) Installing pyc (3.12.10-r0) (11/32) Installing py3-installer-pyc (0.7.0-r2) (12/32) Installing py3-gpep517-pyc (16-r0) (13/32) Installing python3-pyc (3.12.10-r0) (14/32) Installing py3-installer (0.7.0-r2) (15/32) Installing py3-gpep517 (16-r0) (16/32) Installing py3-parsing (3.2.0-r0) (17/32) Installing py3-parsing-pyc (3.2.0-r0) (18/32) Installing py3-packaging (25.0-r0) (19/32) Installing py3-packaging-pyc (25.0-r0) (20/32) Installing py3-setuptools (77.0.3-r0) (21/32) Installing py3-setuptools-pyc (77.0.3-r0) (22/32) Installing py3-wheel (0.43.0-r0) (23/32) Installing py3-wheel-pyc (0.43.0-r0) (24/32) Installing py3-iniconfig (2.1.0-r0) (25/32) Installing py3-iniconfig-pyc (2.1.0-r0) (26/32) Installing py3-pluggy (1.5.0-r0) (27/32) Installing py3-pluggy-pyc (1.5.0-r0) (28/32) Installing py3-py (1.11.0-r4) (29/32) Installing py3-py-pyc (1.11.0-r4) (30/32) Installing py3-pytest (8.3.5-r0) (31/32) Installing py3-pytest-pyc (8.3.5-r0) (32/32) Installing .makedepends-py3-jwt (20250427.232932) Executing busybox-1.37.0-r16.trigger OK: 450 MiB in 138 packages >>> py3-jwt: Cleaning up srcdir >>> py3-jwt: Cleaning up pkgdir >>> py3-jwt: Cleaning up tmpdir >>> py3-jwt: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-jwt-2.10.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-jwt: Fetching https://github.com/jpadilla/pyjwt/archive/2.10.1/py3-jwt-2.10.1.tar.gz Connecting to github.com (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/edge/py3-jwt-2.10.1.tar.gz.part' py3-jwt-2.10.1.tar.g 100% |********************************| 88011 0:00:00 ETA '/var/cache/distfiles/edge/py3-jwt-2.10.1.tar.gz.part' saved >>> py3-jwt: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-jwt-2.10.1.tar.gz >>> py3-jwt: Checking sha512sums... py3-jwt-2.10.1.tar.gz: OK >>> py3-jwt: Unpacking /var/cache/distfiles/edge/py3-jwt-2.10.1.tar.gz... 2025-04-27 23:29:33,646 gpep517 INFO Building wheel via backend setuptools.build_meta /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: 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. ******************************************************************************** !! dist._finalize_license_expression() /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 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-04-27 23:29:33,714 root INFO running bdist_wheel 2025-04-27 23:29:33,727 root INFO running build 2025-04-27 23:29:33,727 root INFO running build_py 2025-04-27 23:29:33,730 root INFO creating build/lib/jwt 2025-04-27 23:29:33,731 root INFO copying jwt/api_jws.py -> build/lib/jwt 2025-04-27 23:29:33,731 root INFO copying jwt/algorithms.py -> build/lib/jwt 2025-04-27 23:29:33,731 root INFO copying jwt/api_jwk.py -> build/lib/jwt 2025-04-27 23:29:33,732 root INFO copying jwt/help.py -> build/lib/jwt 2025-04-27 23:29:33,732 root INFO copying jwt/utils.py -> build/lib/jwt 2025-04-27 23:29:33,732 root INFO copying jwt/jwk_set_cache.py -> build/lib/jwt 2025-04-27 23:29:33,732 root INFO copying jwt/exceptions.py -> build/lib/jwt 2025-04-27 23:29:33,733 root INFO copying jwt/warnings.py -> build/lib/jwt 2025-04-27 23:29:33,733 root INFO copying jwt/api_jwt.py -> build/lib/jwt 2025-04-27 23:29:33,733 root INFO copying jwt/types.py -> build/lib/jwt 2025-04-27 23:29:33,733 root INFO copying jwt/__init__.py -> build/lib/jwt 2025-04-27 23:29:33,734 root INFO copying jwt/jwks_client.py -> build/lib/jwt 2025-04-27 23:29:33,734 root INFO running egg_info 2025-04-27 23:29:33,736 root INFO creating PyJWT.egg-info 2025-04-27 23:29:33,737 root INFO writing PyJWT.egg-info/PKG-INFO 2025-04-27 23:29:33,739 root INFO writing dependency_links to PyJWT.egg-info/dependency_links.txt 2025-04-27 23:29:33,740 root INFO writing requirements to PyJWT.egg-info/requires.txt 2025-04-27 23:29:33,741 root INFO writing top-level names to PyJWT.egg-info/top_level.txt 2025-04-27 23:29:33,741 root INFO writing manifest file 'PyJWT.egg-info/SOURCES.txt' 2025-04-27 23:29:33,745 root INFO reading manifest file 'PyJWT.egg-info/SOURCES.txt' 2025-04-27 23:29:33,745 root INFO reading manifest template 'MANIFEST.in' 2025-04-27 23:29:33,746 root WARNING warning: no previously-included files found matching 'codecov.yml' 2025-04-27 23:29:33,746 root WARNING warning: no previously-included files matching '*' found under directory 'docs/_build' 2025-04-27 23:29:33,747 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2025-04-27 23:29:33,747 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2025-04-27 23:29:33,747 root INFO adding license file 'LICENSE' 2025-04-27 23:29:33,747 root INFO adding license file 'AUTHORS.rst' 2025-04-27 23:29:33,748 root INFO writing manifest file 'PyJWT.egg-info/SOURCES.txt' 2025-04-27 23:29:33,749 root INFO copying jwt/py.typed -> build/lib/jwt 2025-04-27 23:29:33,755 root INFO installing to build/bdist.linux-x86_64/wheel 2025-04-27 23:29:33,755 root INFO running install 2025-04-27 23:29:33,763 root INFO running install_lib 2025-04-27 23:29:33,766 root INFO creating build/bdist.linux-x86_64/wheel 2025-04-27 23:29:33,766 root INFO creating build/bdist.linux-x86_64/wheel/jwt 2025-04-27 23:29:33,766 root INFO copying build/lib/jwt/api_jws.py -> build/bdist.linux-x86_64/wheel/./jwt 2025-04-27 23:29:33,767 root INFO copying build/lib/jwt/algorithms.py -> build/bdist.linux-x86_64/wheel/./jwt 2025-04-27 23:29:33,767 root INFO copying build/lib/jwt/api_jwk.py -> build/bdist.linux-x86_64/wheel/./jwt 2025-04-27 23:29:33,767 root INFO copying build/lib/jwt/help.py -> build/bdist.linux-x86_64/wheel/./jwt 2025-04-27 23:29:33,767 root INFO copying build/lib/jwt/utils.py -> build/bdist.linux-x86_64/wheel/./jwt 2025-04-27 23:29:33,767 root INFO copying build/lib/jwt/jwk_set_cache.py -> build/bdist.linux-x86_64/wheel/./jwt 2025-04-27 23:29:33,768 root INFO copying build/lib/jwt/exceptions.py -> build/bdist.linux-x86_64/wheel/./jwt 2025-04-27 23:29:33,768 root INFO copying build/lib/jwt/warnings.py -> build/bdist.linux-x86_64/wheel/./jwt 2025-04-27 23:29:33,768 root INFO copying build/lib/jwt/api_jwt.py -> build/bdist.linux-x86_64/wheel/./jwt 2025-04-27 23:29:33,768 root INFO copying build/lib/jwt/types.py -> build/bdist.linux-x86_64/wheel/./jwt 2025-04-27 23:29:33,768 root INFO copying build/lib/jwt/py.typed -> build/bdist.linux-x86_64/wheel/./jwt 2025-04-27 23:29:33,768 root INFO copying build/lib/jwt/__init__.py -> build/bdist.linux-x86_64/wheel/./jwt 2025-04-27 23:29:33,769 root INFO copying build/lib/jwt/jwks_client.py -> build/bdist.linux-x86_64/wheel/./jwt 2025-04-27 23:29:33,769 root INFO running install_egg_info 2025-04-27 23:29:33,771 root INFO Copying PyJWT.egg-info to build/bdist.linux-x86_64/wheel/./PyJWT-2.10.1-py3.12.egg-info 2025-04-27 23:29:33,772 root INFO running install_scripts 2025-04-27 23:29:33,773 root INFO creating build/bdist.linux-x86_64/wheel/pyjwt-2.10.1.dist-info/WHEEL 2025-04-27 23:29:33,774 wheel INFO creating '/home/buildozer/aports/community/py3-jwt/src/pyjwt-2.10.1/.dist/.tmp-mumdla1b/pyjwt-2.10.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2025-04-27 23:29:33,774 wheel INFO adding 'jwt/__init__.py' 2025-04-27 23:29:33,775 wheel INFO adding 'jwt/algorithms.py' 2025-04-27 23:29:33,775 wheel INFO adding 'jwt/api_jwk.py' 2025-04-27 23:29:33,775 wheel INFO adding 'jwt/api_jws.py' 2025-04-27 23:29:33,775 wheel INFO adding 'jwt/api_jwt.py' 2025-04-27 23:29:33,775 wheel INFO adding 'jwt/exceptions.py' 2025-04-27 23:29:33,776 wheel INFO adding 'jwt/help.py' 2025-04-27 23:29:33,776 wheel INFO adding 'jwt/jwk_set_cache.py' 2025-04-27 23:29:33,776 wheel INFO adding 'jwt/jwks_client.py' 2025-04-27 23:29:33,776 wheel INFO adding 'jwt/py.typed' 2025-04-27 23:29:33,776 wheel INFO adding 'jwt/types.py' 2025-04-27 23:29:33,777 wheel INFO adding 'jwt/utils.py' 2025-04-27 23:29:33,777 wheel INFO adding 'jwt/warnings.py' 2025-04-27 23:29:33,777 wheel INFO adding 'pyjwt-2.10.1.dist-info/licenses/AUTHORS.rst' 2025-04-27 23:29:33,777 wheel INFO adding 'pyjwt-2.10.1.dist-info/licenses/LICENSE' 2025-04-27 23:29:33,777 wheel INFO adding 'pyjwt-2.10.1.dist-info/METADATA' 2025-04-27 23:29:33,778 wheel INFO adding 'pyjwt-2.10.1.dist-info/WHEEL' 2025-04-27 23:29:33,778 wheel INFO adding 'pyjwt-2.10.1.dist-info/top_level.txt' 2025-04-27 23:29:33,778 wheel INFO adding 'pyjwt-2.10.1.dist-info/RECORD' 2025-04-27 23:29:33,778 root INFO removing build/bdist.linux-x86_64/wheel 2025-04-27 23:29:33,779 gpep517 INFO The backend produced .dist/pyjwt-2.10.1-py3-none-any.whl pyjwt-2.10.1-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.10, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/buildozer/aports/community/py3-jwt/src/pyjwt-2.10.1 configfile: tox.ini testpaths: tests collected 291 items tests/test_advisory.py s [ 0%] tests/test_algorithms.py ...............ssssssssssssssssssssssssssssssss [ 16%] sssssss.ssssssssssssssssssssssss [ 27%] tests/test_api_jwk.py ssssssssssss..ssssss. [ 34%] tests/test_api_jws.py ..................ss........ss.................... [ 51%] ...sss.ssss............... [ 60%] tests/test_api_jwt.py .................ss............................... [ 78%] ....................... [ 85%] tests/test_compressed_jwt.py . [ 86%] tests/test_exceptions.py . [ 86%] tests/test_jwks_client.py ssssssssssssssssssss [ 93%] tests/test_jwt.py . [ 93%] tests/test_utils.py .................. [100%] =========================== short test summary info ============================ SKIPPED [1] tests/test_advisory.py:27: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:118: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:125: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:132: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:139: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:146: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:169: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:189: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:250: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:264: Requires cryptography library installed SKIPPED [2] tests/test_algorithms.py:274: Requires cryptography library installed SKIPPED [2] tests/test_algorithms.py:296: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:319: Requires cryptography library installed SKIPPED [2] tests/test_algorithms.py:326: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:356: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:366: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:379: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:393: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:403: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:414: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:425: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:449: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:460: Requires cryptography library installed SKIPPED [2] tests/test_algorithms.py:472: Requires cryptography library installed SKIPPED [2] tests/test_algorithms.py:500: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:561: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:568: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:576: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:583: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:590: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:597: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:618: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:632: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:644: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:660: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:713: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:744: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:775: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:816: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:828: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:845: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:859: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:871: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:880: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:889: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:900: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:912: Requires cryptography library installed SKIPPED [2] tests/test_algorithms.py:964: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:984: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:990: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:999: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:1010: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:1022: Requires cryptography library installed SKIPPED [2] tests/test_algorithms.py:1074: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:1094: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:1103: Requires cryptography library installed SKIPPED [1] tests/test_algorithms.py:1111: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:21: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:42: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:63: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:75: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:87: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:99: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:111: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:123: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:135: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:147: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:160: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:171: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:227: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:249: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:271: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:294: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:312: Requires cryptography library installed SKIPPED [1] tests/test_api_jwk.py:318: Requires cryptography library installed SKIPPED [1] tests/test_api_jws.py:188: Requires cryptography library installed SKIPPED [1] tests/test_api_jws.py:198: Requires cryptography library installed SKIPPED [1] tests/test_api_jws.py:342: Requires cryptography library installed SKIPPED [1] tests/test_api_jws.py:361: Requires cryptography library installed SKIPPED [3] tests/test_api_jws.py:600: Requires cryptography library installed SKIPPED [4] tests/test_api_jws.py:648: Requires cryptography library installed SKIPPED [1] tests/test_api_jwt.py:286: Requires cryptography library installed SKIPPED [1] tests/test_api_jwt.py:304: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:91: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:104: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:113: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:123: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:137: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:151: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:164: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:180: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:196: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:222: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:238: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:254: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:274: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:287: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:296: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:311: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:323: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:330: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:340: Requires cryptography library installed SKIPPED [1] tests/test_jwks_client.py:348: Requires cryptography library installed ======================= 176 passed, 115 skipped in 0.63s ======================= >>> py3-jwt: Entering fakeroot... >>> py3-jwt-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/jwt/__pycache__' -> '/home/buildozer/aports/community/py3-jwt/pkg/py3-jwt-pyc/usr/lib/python3.12/site-packages/jwt/__pycache__' >>> py3-jwt-pyc*: Preparing subpackage py3-jwt-pyc... >>> py3-jwt-pyc*: Running postcheck for py3-jwt-pyc >>> py3-jwt*: Running postcheck for py3-jwt >>> py3-jwt*: Preparing package py3-jwt... >>> py3-jwt-pyc*: Tracing dependencies... python3~3.12 >>> py3-jwt-pyc*: Package size: 88.2 KB >>> py3-jwt-pyc*: Compressing data... >>> py3-jwt-pyc*: Create checksum... >>> py3-jwt-pyc*: Create py3-jwt-pyc-2.10.1-r0.apk >>> py3-jwt*: Tracing dependencies... python3~3.12 >>> py3-jwt*: Package size: 79.9 KB >>> py3-jwt*: Compressing data... >>> py3-jwt*: Create checksum... >>> py3-jwt*: Create py3-jwt-2.10.1-r0.apk >>> py3-jwt: Build complete at Sun, 27 Apr 2025 23:29:35 +0000 elapsed time 0h 0m 4s >>> py3-jwt: Cleaning up srcdir >>> py3-jwt: Cleaning up pkgdir >>> py3-jwt: Uninstalling dependencies... (1/32) Purging .makedepends-py3-jwt (20250427.232932) (2/32) Purging py3-gpep517-pyc (16-r0) (3/32) Purging py3-gpep517 (16-r0) (4/32) Purging py3-installer-pyc (0.7.0-r2) (5/32) Purging py3-installer (0.7.0-r2) (6/32) Purging py3-setuptools-pyc (77.0.3-r0) (7/32) Purging py3-setuptools (77.0.3-r0) (8/32) Purging py3-wheel-pyc (0.43.0-r0) (9/32) Purging py3-wheel (0.43.0-r0) (10/32) Purging py3-pytest-pyc (8.3.5-r0) (11/32) Purging py3-pytest (8.3.5-r0) (12/32) Purging py3-iniconfig-pyc (2.1.0-r0) (13/32) Purging py3-iniconfig (2.1.0-r0) (14/32) Purging py3-packaging-pyc (25.0-r0) (15/32) Purging py3-packaging (25.0-r0) (16/32) Purging py3-parsing-pyc (3.2.0-r0) (17/32) Purging py3-parsing (3.2.0-r0) (18/32) Purging py3-pluggy-pyc (1.5.0-r0) (19/32) Purging py3-pluggy (1.5.0-r0) (20/32) Purging py3-py-pyc (1.11.0-r4) (21/32) Purging py3-py (1.11.0-r4) (22/32) Purging python3-pyc (3.12.10-r0) (23/32) Purging python3-pycache-pyc0 (3.12.10-r0) (24/32) Purging pyc (3.12.10-r0) (25/32) Purging python3 (3.12.10-r0) (26/32) Purging gdbm (1.24-r0) (27/32) Purging libbz2 (1.0.8-r6) (28/32) Purging libffi (3.4.8-r0) (29/32) Purging libpanelw (6.5_p20250412-r0) (30/32) Purging mpdecimal (4.0.0-r0) (31/32) Purging sqlite-libs (3.49.1-r0) (32/32) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r16.trigger OK: 400 MiB in 106 packages >>> py3-jwt: Updating the community/x86_64 repository index... >>> py3-jwt: Signing the index...