>>> py3-rfc3986: Building community/py3-rfc3986 2.0.0-r3 (using abuild 3.15.0_rc3-r1) started Thu, 01 May 2025 22:55:02 +0000 >>> py3-rfc3986: Validating /home/buildozer/aports/community/py3-rfc3986/APKBUILD... >>> py3-rfc3986: Analyzing dependencies... >>> py3-rfc3986: Installing for build: build-base python3 py3-setuptools py3-gpep517 py3-wheel py3-pytest py3-pytest-runner (1/34) Installing libbz2 (1.0.8-r6) (2/34) Installing libffi (3.4.8-r0) (3/34) Installing gdbm (1.24-r0) (4/34) Installing xz-libs (5.8.1-r0) (5/34) Installing mpdecimal (4.0.0-r0) (6/34) Installing libpanelw (6.5_p20250412-r0) (7/34) Installing sqlite-libs (3.49.1-r1) (8/34) Installing python3 (3.12.10-r0) (9/34) Installing python3-pycache-pyc0 (3.12.10-r0) (10/34) Installing pyc (3.12.10-r0) (11/34) Installing python3-pyc (3.12.10-r0) (12/34) Installing py3-parsing (3.2.0-r0) (13/34) Installing py3-parsing-pyc (3.2.0-r0) (14/34) Installing py3-packaging (25.0-r0) (15/34) Installing py3-packaging-pyc (25.0-r0) (16/34) Installing py3-setuptools (77.0.3-r0) (17/34) Installing py3-setuptools-pyc (77.0.3-r0) (18/34) Installing py3-installer (0.7.0-r2) (19/34) Installing py3-installer-pyc (0.7.0-r2) (20/34) Installing py3-gpep517 (16-r0) (21/34) Installing py3-gpep517-pyc (16-r0) (22/34) Installing py3-wheel (0.43.0-r0) (23/34) Installing py3-wheel-pyc (0.43.0-r0) (24/34) Installing py3-iniconfig (2.1.0-r0) (25/34) Installing py3-iniconfig-pyc (2.1.0-r0) (26/34) Installing py3-pluggy (1.5.0-r0) (27/34) Installing py3-pluggy-pyc (1.5.0-r0) (28/34) Installing py3-py (1.11.0-r4) (29/34) Installing py3-py-pyc (1.11.0-r4) (30/34) Installing py3-pytest (8.3.5-r0) (31/34) Installing py3-pytest-pyc (8.3.5-r0) (32/34) Installing py3-pytest-runner (6.0.1-r1) (33/34) Installing py3-pytest-runner-pyc (6.0.1-r1) (34/34) Installing .makedepends-py3-rfc3986 (20250501.225503) Executing busybox-1.37.0-r16.trigger OK: 372 MiB in 138 packages >>> py3-rfc3986: Cleaning up srcdir >>> py3-rfc3986: Cleaning up pkgdir >>> py3-rfc3986: Cleaning up tmpdir >>> py3-rfc3986: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-rfc3986-2.0.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-rfc3986: Fetching py3-rfc3986-2.0.0.tar.gz::https://github.com/python-hyper/rfc3986/archive/refs/tags/2.0.0.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-rfc3986-2.0.0.tar.gz.part' py3-rfc3986-2.0.0.ta 100% |********************************| 46009 0:00:00 ETA '/var/cache/distfiles/edge/py3-rfc3986-2.0.0.tar.gz.part' saved >>> py3-rfc3986: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-rfc3986-2.0.0.tar.gz >>> py3-rfc3986: Checking sha512sums... py3-rfc3986-2.0.0.tar.gz: OK >>> py3-rfc3986: Unpacking /var/cache/distfiles/edge/py3-rfc3986-2.0.0.tar.gz... 2025-05-01 22:55:04,344 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /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 :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-05-01 22:55:04,378 root INFO running bdist_wheel /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. By 2025-Aug-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! self.finalize_options() 2025-05-01 22:55:04,396 root INFO running build 2025-05-01 22:55:04,396 root INFO running build_py 2025-05-01 22:55:04,400 root INFO creating build/lib/rfc3986 2025-05-01 22:55:04,400 root INFO copying src/rfc3986/__init__.py -> build/lib/rfc3986 2025-05-01 22:55:04,400 root INFO copying src/rfc3986/iri.py -> build/lib/rfc3986 2025-05-01 22:55:04,401 root INFO copying src/rfc3986/parseresult.py -> build/lib/rfc3986 2025-05-01 22:55:04,401 root INFO copying src/rfc3986/validators.py -> build/lib/rfc3986 2025-05-01 22:55:04,401 root INFO copying src/rfc3986/uri.py -> build/lib/rfc3986 2025-05-01 22:55:04,402 root INFO copying src/rfc3986/exceptions.py -> build/lib/rfc3986 2025-05-01 22:55:04,402 root INFO copying src/rfc3986/abnf_regexp.py -> build/lib/rfc3986 2025-05-01 22:55:04,402 root INFO copying src/rfc3986/api.py -> build/lib/rfc3986 2025-05-01 22:55:04,402 root INFO copying src/rfc3986/misc.py -> build/lib/rfc3986 2025-05-01 22:55:04,403 root INFO copying src/rfc3986/normalizers.py -> build/lib/rfc3986 2025-05-01 22:55:04,403 root INFO copying src/rfc3986/compat.py -> build/lib/rfc3986 2025-05-01 22:55:04,403 root INFO copying src/rfc3986/_mixin.py -> build/lib/rfc3986 2025-05-01 22:55:04,404 root INFO copying src/rfc3986/builder.py -> build/lib/rfc3986 2025-05-01 22:55:04,404 root INFO running egg_info 2025-05-01 22:55:04,407 root INFO creating src/rfc3986.egg-info 2025-05-01 22:55:04,407 root INFO writing src/rfc3986.egg-info/PKG-INFO 2025-05-01 22:55:04,408 root INFO writing dependency_links to src/rfc3986.egg-info/dependency_links.txt 2025-05-01 22:55:04,408 root INFO writing requirements to src/rfc3986.egg-info/requires.txt 2025-05-01 22:55:04,408 root INFO writing top-level names to src/rfc3986.egg-info/top_level.txt 2025-05-01 22:55:04,408 root INFO writing manifest file 'src/rfc3986.egg-info/SOURCES.txt' 2025-05-01 22:55:04,412 root INFO reading manifest file 'src/rfc3986.egg-info/SOURCES.txt' 2025-05-01 22:55:04,412 root INFO reading manifest template 'MANIFEST.in' 2025-05-01 22:55:04,413 root WARNING no previously-included directories found matching '*.pyc' 2025-05-01 22:55:04,415 root WARNING no previously-included directories found matching 'docs/_build' 2025-05-01 22:55:04,415 root INFO adding license file 'LICENSE' 2025-05-01 22:55:04,416 root INFO adding license file 'AUTHORS.rst' 2025-05-01 22:55:04,417 root INFO writing manifest file 'src/rfc3986.egg-info/SOURCES.txt' 2025-05-01 22:55:04,424 root INFO installing to build/bdist.linux-armv8l/wheel 2025-05-01 22:55:04,424 root INFO running install 2025-05-01 22:55:04,436 root INFO running install_lib 2025-05-01 22:55:04,439 root INFO creating build/bdist.linux-armv8l/wheel 2025-05-01 22:55:04,439 root INFO creating build/bdist.linux-armv8l/wheel/rfc3986 2025-05-01 22:55:04,439 root INFO copying build/lib/rfc3986/__init__.py -> build/bdist.linux-armv8l/wheel/./rfc3986 2025-05-01 22:55:04,440 root INFO copying build/lib/rfc3986/iri.py -> build/bdist.linux-armv8l/wheel/./rfc3986 2025-05-01 22:55:04,440 root INFO copying build/lib/rfc3986/parseresult.py -> build/bdist.linux-armv8l/wheel/./rfc3986 2025-05-01 22:55:04,440 root INFO copying build/lib/rfc3986/validators.py -> build/bdist.linux-armv8l/wheel/./rfc3986 2025-05-01 22:55:04,440 root INFO copying build/lib/rfc3986/uri.py -> build/bdist.linux-armv8l/wheel/./rfc3986 2025-05-01 22:55:04,441 root INFO copying build/lib/rfc3986/exceptions.py -> build/bdist.linux-armv8l/wheel/./rfc3986 2025-05-01 22:55:04,441 root INFO copying build/lib/rfc3986/abnf_regexp.py -> build/bdist.linux-armv8l/wheel/./rfc3986 2025-05-01 22:55:04,441 root INFO copying build/lib/rfc3986/api.py -> build/bdist.linux-armv8l/wheel/./rfc3986 2025-05-01 22:55:04,441 root INFO copying build/lib/rfc3986/misc.py -> build/bdist.linux-armv8l/wheel/./rfc3986 2025-05-01 22:55:04,442 root INFO copying build/lib/rfc3986/normalizers.py -> build/bdist.linux-armv8l/wheel/./rfc3986 2025-05-01 22:55:04,442 root INFO copying build/lib/rfc3986/compat.py -> build/bdist.linux-armv8l/wheel/./rfc3986 2025-05-01 22:55:04,442 root INFO copying build/lib/rfc3986/_mixin.py -> build/bdist.linux-armv8l/wheel/./rfc3986 2025-05-01 22:55:04,442 root INFO copying build/lib/rfc3986/builder.py -> build/bdist.linux-armv8l/wheel/./rfc3986 2025-05-01 22:55:04,442 root INFO running install_egg_info 2025-05-01 22:55:04,446 root INFO Copying src/rfc3986.egg-info to build/bdist.linux-armv8l/wheel/./rfc3986-2.0.0-py3.12.egg-info 2025-05-01 22:55:04,447 root INFO running install_scripts 2025-05-01 22:55:04,449 root INFO creating build/bdist.linux-armv8l/wheel/rfc3986-2.0.0.dist-info/WHEEL 2025-05-01 22:55:04,449 wheel INFO creating '/home/buildozer/aports/community/py3-rfc3986/src/rfc3986-2.0.0/.dist/.tmp-8uis3l57/rfc3986-2.0.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2025-05-01 22:55:04,450 wheel INFO adding 'rfc3986/__init__.py' 2025-05-01 22:55:04,450 wheel INFO adding 'rfc3986/_mixin.py' 2025-05-01 22:55:04,450 wheel INFO adding 'rfc3986/abnf_regexp.py' 2025-05-01 22:55:04,451 wheel INFO adding 'rfc3986/api.py' 2025-05-01 22:55:04,451 wheel INFO adding 'rfc3986/builder.py' 2025-05-01 22:55:04,451 wheel INFO adding 'rfc3986/compat.py' 2025-05-01 22:55:04,451 wheel INFO adding 'rfc3986/exceptions.py' 2025-05-01 22:55:04,452 wheel INFO adding 'rfc3986/iri.py' 2025-05-01 22:55:04,452 wheel INFO adding 'rfc3986/misc.py' 2025-05-01 22:55:04,452 wheel INFO adding 'rfc3986/normalizers.py' 2025-05-01 22:55:04,452 wheel INFO adding 'rfc3986/parseresult.py' 2025-05-01 22:55:04,453 wheel INFO adding 'rfc3986/uri.py' 2025-05-01 22:55:04,453 wheel INFO adding 'rfc3986/validators.py' 2025-05-01 22:55:04,453 wheel INFO adding 'rfc3986-2.0.0.dist-info/licenses/AUTHORS.rst' 2025-05-01 22:55:04,454 wheel INFO adding 'rfc3986-2.0.0.dist-info/licenses/LICENSE' 2025-05-01 22:55:04,454 wheel INFO adding 'rfc3986-2.0.0.dist-info/METADATA' 2025-05-01 22:55:04,454 wheel INFO adding 'rfc3986-2.0.0.dist-info/WHEEL' 2025-05-01 22:55:04,454 wheel INFO adding 'rfc3986-2.0.0.dist-info/top_level.txt' 2025-05-01 22:55:04,454 wheel INFO adding 'rfc3986-2.0.0.dist-info/RECORD' 2025-05-01 22:55:04,455 root INFO removing build/bdist.linux-armv8l/wheel 2025-05-01 22:55:04,455 gpep517 INFO The backend produced .dist/rfc3986-2.0.0-py2.py3-none-any.whl rfc3986-2.0.0-py2.py3-none-any.whl ........................................................................ [ 2%] ....ssssssssss...........sss............................................ [ 5%] ........................................................................ [ 7%] ........................................................................ [ 10%] ........................................................................ [ 12%] ........................................................................ [ 15%] ........................................................................ [ 17%] ........................................................................ [ 20%] ........................................................................ [ 22%] ........................................................................ [ 25%] ........................................................................ [ 27%] ........................................................................ [ 30%] ........................................................................ [ 33%] ........................................................................ [ 35%] ........................................................................ [ 38%] ........................................................................ [ 40%] ........................................................................ [ 43%] ........................................................................ [ 45%] ........................................................................ [ 48%] ........................................................................ [ 50%] ........................................................................ [ 53%] ........................................................................ [ 55%] ........................................................................ [ 58%] ........................................................................ [ 60%] ........................................................................ [ 63%] ........................................................................ [ 66%] ........................................................................ [ 68%] ........................................................................ [ 71%] ........................................................................ [ 73%] ........................................................................ [ 76%] ........................................................................ [ 78%] ........................................................................ [ 81%] ........................................................................ [ 83%] ........................................................................ [ 86%] ........................................................................ [ 88%] ........................................................................ [ 91%] ........................................................................ [ 93%] ........................................................................ [ 96%] ........................................................................ [ 99%] ............................ [100%] =============================== warnings summary =============================== tests/test_api.py: 1 warning tests/test_unicode_support.py: 3 warnings tests/test_uri.py: 839 warnings /home/buildozer/aports/community/py3-rfc3986/src/rfc3986-2.0.0/.testenv/lib/python3.12/site-packages/rfc3986/_mixin.py:116: DeprecationWarning: Please use rfc3986.validators.Validator instead. This method will be eventually removed. warnings.warn( tests/test_api.py: 1 warning tests/test_unicode_support.py: 3 warnings tests/test_uri.py: 839 warnings /home/buildozer/aports/community/py3-rfc3986/src/rfc3986-2.0.0/.testenv/lib/python3.12/site-packages/rfc3986/_mixin.py:172: DeprecationWarning: Please use rfc3986.validators.Validator instead. This method will be eventually removed. warnings.warn( tests/test_api.py: 1 warning tests/test_unicode_support.py: 3 warnings tests/test_uri.py: 818 warnings /home/buildozer/aports/community/py3-rfc3986/src/rfc3986-2.0.0/.testenv/lib/python3.12/site-packages/rfc3986/_mixin.py:144: DeprecationWarning: Please use rfc3986.validators.Validator instead. This method will be eventually removed. warnings.warn( tests/test_api.py: 1 warning tests/test_unicode_support.py: 2 warnings tests/test_uri.py: 811 warnings /home/buildozer/aports/community/py3-rfc3986/src/rfc3986-2.0.0/.testenv/lib/python3.12/site-packages/rfc3986/_mixin.py:191: DeprecationWarning: Please use rfc3986.validators.Validator instead. This method will be eventually removed. warnings.warn( tests/test_api.py: 1 warning tests/test_unicode_support.py: 2 warnings tests/test_uri.py: 810 warnings /home/buildozer/aports/community/py3-rfc3986/src/rfc3986-2.0.0/.testenv/lib/python3.12/site-packages/rfc3986/_mixin.py:210: DeprecationWarning: Please use rfc3986.validators.Validator instead. This method will be eventually removed. warnings.warn( tests/test_api.py: 1 warning tests/test_unicode_support.py: 2 warnings tests/test_uri.py: 809 warnings /home/buildozer/aports/community/py3-rfc3986/src/rfc3986-2.0.0/.testenv/lib/python3.12/site-packages/rfc3986/_mixin.py:229: DeprecationWarning: Please use rfc3986.validators.Validator instead. This method will be eventually removed. warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2823 passed, 13 skipped, 4947 warnings in 2.73s >>> py3-rfc3986: Entering fakeroot... >>> py3-rfc3986*: Running postcheck for py3-rfc3986 >>> py3-rfc3986*: Preparing package py3-rfc3986... >>> py3-rfc3986*: Tracing dependencies... python3 python3~3.12 >>> py3-rfc3986*: Package size: 100.4 KB >>> py3-rfc3986*: Compressing data... >>> py3-rfc3986*: Create checksum... >>> py3-rfc3986*: Create py3-rfc3986-2.0.0-r3.apk >>> py3-rfc3986: Build complete at Thu, 01 May 2025 22:55:08 +0000 elapsed time 0h 0m 6s >>> py3-rfc3986: Cleaning up srcdir >>> py3-rfc3986: Cleaning up pkgdir >>> py3-rfc3986: Uninstalling dependencies... (1/34) Purging .makedepends-py3-rfc3986 (20250501.225503) (2/34) Purging py3-gpep517-pyc (16-r0) (3/34) Purging py3-gpep517 (16-r0) (4/34) Purging py3-installer-pyc (0.7.0-r2) (5/34) Purging py3-installer (0.7.0-r2) (6/34) Purging py3-wheel-pyc (0.43.0-r0) (7/34) Purging py3-wheel (0.43.0-r0) (8/34) Purging py3-pytest-runner-pyc (6.0.1-r1) (9/34) Purging py3-pytest-runner (6.0.1-r1) (10/34) Purging py3-pytest-pyc (8.3.5-r0) (11/34) Purging py3-pytest (8.3.5-r0) (12/34) Purging py3-iniconfig-pyc (2.1.0-r0) (13/34) Purging py3-iniconfig (2.1.0-r0) (14/34) Purging py3-pluggy-pyc (1.5.0-r0) (15/34) Purging py3-pluggy (1.5.0-r0) (16/34) Purging py3-py-pyc (1.11.0-r4) (17/34) Purging py3-py (1.11.0-r4) (18/34) Purging py3-setuptools-pyc (77.0.3-r0) (19/34) Purging py3-setuptools (77.0.3-r0) (20/34) Purging py3-packaging-pyc (25.0-r0) (21/34) Purging py3-packaging (25.0-r0) (22/34) Purging py3-parsing-pyc (3.2.0-r0) (23/34) Purging py3-parsing (3.2.0-r0) (24/34) Purging python3-pyc (3.12.10-r0) (25/34) Purging python3-pycache-pyc0 (3.12.10-r0) (26/34) Purging pyc (3.12.10-r0) (27/34) Purging python3 (3.12.10-r0) (28/34) Purging gdbm (1.24-r0) (29/34) Purging libbz2 (1.0.8-r6) (30/34) Purging libffi (3.4.8-r0) (31/34) Purging libpanelw (6.5_p20250412-r0) (32/34) Purging mpdecimal (4.0.0-r0) (33/34) Purging sqlite-libs (3.49.1-r1) (34/34) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r16.trigger OK: 323 MiB in 104 packages >>> py3-rfc3986: Updating the community/armhf repository index... >>> py3-rfc3986: Signing the index...