>>> py3-rfc3986: Building community/py3-rfc3986 2.0.0-r1 (using abuild 3.12.0-r0) started Fri, 27 Oct 2023 03:02:34 +0000 >>> py3-rfc3986: Checking sanity of /home/buildozer/aports/community/py3-rfc3986/APKBUILD... >>> py3-rfc3986: Analyzing dependencies... >>> py3-rfc3986: Installing for build: build-base python3 py3-setuptools py3-pytest py3-pytest-runner (1/29) Installing libbz2 (1.0.8-r6) (2/29) Installing libffi (3.4.4-r3) (3/29) Installing gdbm (1.23-r1) (4/29) Installing xz-libs (5.4.4-r0) (5/29) Installing mpdecimal (2.5.1-r2) (6/29) Installing libpanelw (6.4_p20231007-r0) (7/29) Installing readline (8.2.1-r2) (8/29) Installing sqlite-libs (3.43.2-r0) (9/29) Installing python3 (3.11.6-r1) (10/29) Installing python3-pycache-pyc0 (3.11.6-r1) (11/29) Installing pyc (3.11.6-r1) (12/29) Installing python3-pyc (3.11.6-r1) (13/29) Installing py3-parsing (3.1.1-r0) (14/29) Installing py3-parsing-pyc (3.1.1-r0) (15/29) Installing py3-packaging (23.2-r0) (16/29) Installing py3-packaging-pyc (23.2-r0) (17/29) Installing py3-setuptools (68.2.2-r0) (18/29) Installing py3-setuptools-pyc (68.2.2-r0) (19/29) Installing py3-iniconfig (1.1.1-r6) (20/29) Installing py3-iniconfig-pyc (1.1.1-r6) (21/29) Installing py3-pluggy (1.3.0-r0) (22/29) Installing py3-pluggy-pyc (1.3.0-r0) (23/29) Installing py3-py (1.11.0-r2) (24/29) Installing py3-py-pyc (1.11.0-r2) (25/29) Installing py3-pytest (7.4.2-r0) (26/29) Installing py3-pytest-pyc (7.4.2-r0) (27/29) Installing py3-pytest-runner (6.0.0-r2) (28/29) Installing py3-pytest-runner-pyc (6.0.0-r2) (29/29) Installing .makedepends-py3-rfc3986 (20231027.030250) Executing busybox-1.36.1-r13.trigger OK: 321 MiB in 131 packages >>> py3-rfc3986: Cleaning up srcdir >>> py3-rfc3986: Cleaning up pkgdir >>> py3-rfc3986: Cleaning up tmpdir >>> py3-rfc3986: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19//py3-rfc3986-2.0.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-rfc3986: Fetching py3-rfc3986-2.0.0.tar.gz::https://github.com/python-hyper/rfc3986/archive/refs/tags/2.0.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46009 0 46009 0 0 99416 0 --:--:-- --:--:-- --:--:-- 99416 >>> py3-rfc3986: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19//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/py3-rfc3986-2.0.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/rfc3986 copying src/rfc3986/uri.py -> build/lib/rfc3986 copying src/rfc3986/parseresult.py -> build/lib/rfc3986 copying src/rfc3986/exceptions.py -> build/lib/rfc3986 copying src/rfc3986/normalizers.py -> build/lib/rfc3986 copying src/rfc3986/misc.py -> build/lib/rfc3986 copying src/rfc3986/compat.py -> build/lib/rfc3986 copying src/rfc3986/validators.py -> build/lib/rfc3986 copying src/rfc3986/iri.py -> build/lib/rfc3986 copying src/rfc3986/_mixin.py -> build/lib/rfc3986 copying src/rfc3986/abnf_regexp.py -> build/lib/rfc3986 copying src/rfc3986/builder.py -> build/lib/rfc3986 copying src/rfc3986/api.py -> build/lib/rfc3986 copying src/rfc3986/__init__.py -> build/lib/rfc3986 running egg_info creating src/rfc3986.egg-info writing src/rfc3986.egg-info/PKG-INFO writing dependency_links to src/rfc3986.egg-info/dependency_links.txt writing requirements to src/rfc3986.egg-info/requires.txt writing top-level names to src/rfc3986.egg-info/top_level.txt writing manifest file 'src/rfc3986.egg-info/SOURCES.txt' reading manifest file 'src/rfc3986.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '*.pyc' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'src/rfc3986.egg-info/SOURCES.txt' running pytest /usr/lib/python3.11/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info writing src/rfc3986.egg-info/PKG-INFO writing dependency_links to src/rfc3986.egg-info/dependency_links.txt writing requirements to src/rfc3986.egg-info/requires.txt writing top-level names to src/rfc3986.egg-info/top_level.txt reading manifest file 'src/rfc3986.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '*.pyc' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'src/rfc3986.egg-info/SOURCES.txt' running build_ext ........................................................................ [ 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/src/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/src/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/src/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/src/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/src/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/src/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.43s >>> py3-rfc3986: Entering fakeroot... running install /usr/lib/python3.11/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-rfc3986/pkg creating /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986 creating /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr creating /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib creating /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986 copying build/lib/rfc3986/uri.py -> /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986 copying build/lib/rfc3986/parseresult.py -> /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986 copying build/lib/rfc3986/exceptions.py -> /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986 copying build/lib/rfc3986/normalizers.py -> /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986 copying build/lib/rfc3986/misc.py -> /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986 copying build/lib/rfc3986/compat.py -> /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986 copying build/lib/rfc3986/validators.py -> /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986 copying build/lib/rfc3986/iri.py -> /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986 copying build/lib/rfc3986/_mixin.py -> /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986 copying build/lib/rfc3986/abnf_regexp.py -> /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986 copying build/lib/rfc3986/builder.py -> /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986 copying build/lib/rfc3986/api.py -> /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986 copying build/lib/rfc3986/__init__.py -> /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986 byte-compiling /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986/uri.py to uri.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986/parseresult.py to parseresult.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986/exceptions.py to exceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986/normalizers.py to normalizers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986/misc.py to misc.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986/compat.py to compat.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986/validators.py to validators.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986/iri.py to iri.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986/_mixin.py to _mixin.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986/abnf_regexp.py to abnf_regexp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986/builder.py to builder.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986/api.py to api.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986/__init__.py to __init__.cpython-311.pyc running install_egg_info running egg_info writing src/rfc3986.egg-info/PKG-INFO writing dependency_links to src/rfc3986.egg-info/dependency_links.txt writing requirements to src/rfc3986.egg-info/requires.txt writing top-level names to src/rfc3986.egg-info/top_level.txt reading manifest file 'src/rfc3986.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '*.pyc' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'src/rfc3986.egg-info/SOURCES.txt' Copying src/rfc3986.egg-info to /home/buildozer/aports/community/py3-rfc3986/pkg/py3-rfc3986/usr/lib/python3.11/site-packages/rfc3986-2.0.0-py3.11.egg-info running install_scripts >>> py3-rfc3986*: Running postcheck for py3-rfc3986 >>> py3-rfc3986*: Preparing package py3-rfc3986... >>> py3-rfc3986*: Tracing dependencies... python3 python3~3.11 >>> py3-rfc3986*: Package size: 176.0 KB >>> py3-rfc3986*: Compressing data... >>> py3-rfc3986*: Create checksum... >>> py3-rfc3986*: Create py3-rfc3986-2.0.0-r1.apk >>> py3-rfc3986: Build complete at Fri, 27 Oct 2023 03:02:55 +0000 elapsed time 0h 0m 21s >>> py3-rfc3986: Cleaning up srcdir >>> py3-rfc3986: Cleaning up pkgdir >>> py3-rfc3986: Uninstalling dependencies... (1/29) Purging .makedepends-py3-rfc3986 (20231027.030250) (2/29) Purging py3-pytest-runner-pyc (6.0.0-r2) (3/29) Purging py3-pytest-runner (6.0.0-r2) (4/29) Purging py3-pytest-pyc (7.4.2-r0) (5/29) Purging py3-pytest (7.4.2-r0) (6/29) Purging py3-iniconfig-pyc (1.1.1-r6) (7/29) Purging py3-iniconfig (1.1.1-r6) (8/29) Purging py3-pluggy-pyc (1.3.0-r0) (9/29) Purging py3-pluggy (1.3.0-r0) (10/29) Purging py3-py-pyc (1.11.0-r2) (11/29) Purging py3-py (1.11.0-r2) (12/29) Purging py3-setuptools-pyc (68.2.2-r0) (13/29) Purging py3-setuptools (68.2.2-r0) (14/29) Purging py3-packaging-pyc (23.2-r0) (15/29) Purging py3-packaging (23.2-r0) (16/29) Purging py3-parsing-pyc (3.1.1-r0) (17/29) Purging py3-parsing (3.1.1-r0) (18/29) Purging python3-pyc (3.11.6-r1) (19/29) Purging python3-pycache-pyc0 (3.11.6-r1) (20/29) Purging pyc (3.11.6-r1) (21/29) Purging python3 (3.11.6-r1) (22/29) Purging gdbm (1.23-r1) (23/29) Purging libbz2 (1.0.8-r6) (24/29) Purging libffi (3.4.4-r3) (25/29) Purging libpanelw (6.4_p20231007-r0) (26/29) Purging mpdecimal (2.5.1-r2) (27/29) Purging readline (8.2.1-r2) (28/29) Purging sqlite-libs (3.43.2-r0) (29/29) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r13.trigger OK: 270 MiB in 102 packages >>> py3-rfc3986: Updating the community/armv7 repository index... >>> py3-rfc3986: Signing the index...