>>> py3-requests: Building main/py3-requests 2.32.5-r1 (using abuild 3.16.0-r0) started Fri, 27 Mar 2026 19:53:56 +0000 >>> py3-requests: Validating /home/buildozer/aports/main/py3-requests/APKBUILD... >>> py3-requests: Analyzing dependencies... >>> py3-requests: Installing for build: build-base py3-certifi py3-charset-normalizer py3-idna py3-urllib3 python3 py3-gpep517 py3-setuptools py3-wheel ( 1/32) Installing libbz2 (1.0.8-r6) ( 2/32) Installing libffi (3.5.2-r0) ( 3/32) Installing gdbm (1.26-r0) ( 4/32) Installing xz-libs (5.8.2-r0) ( 5/32) Installing mpdecimal (4.0.1-r0) ( 6/32) Installing libpanelw (6.6_p20251231-r0) ( 7/32) Installing sqlite-libs (3.51.2-r1) ( 8/32) Installing python3 (3.14.3-r0) ( 9/32) Installing python3-pycache-pyc0 (3.14.3-r0) (10/32) Installing pyc (3.14.3-r0) (11/32) Installing py3-certifi-pyc (2026.2.25-r1) (12/32) Installing python3-pyc (3.14.3-r0) (13/32) Installing py3-certifi (2026.2.25-r1) (14/32) Installing py3-charset-normalizer (3.4.6-r1) (15/32) Installing py3-charset-normalizer-pyc (3.4.6-r1) (16/32) Installing py3-idna (3.11-r1) (17/32) Installing py3-idna-pyc (3.11-r1) (18/32) Installing py3-urllib3 (2.6.3-r1) (19/32) Installing py3-urllib3-pyc (2.6.3-r1) (20/32) Installing py3-installer (0.7.0-r3) (21/32) Installing py3-installer-pyc (0.7.0-r3) (22/32) Installing py3-gpep517 (19-r2) (23/32) Installing py3-gpep517-pyc (19-r2) (24/32) Installing py3-parsing (3.3.2-r1) (25/32) Installing py3-parsing-pyc (3.3.2-r1) (26/32) Installing py3-packaging (26.0-r1) (27/32) Installing py3-packaging-pyc (26.0-r1) (28/32) Installing py3-setuptools (82.0.1-r1) (29/32) Installing py3-setuptools-pyc (82.0.1-r1) (30/32) Installing py3-wheel (0.46.3-r1) (31/32) Installing py3-wheel-pyc (0.46.3-r1) (32/32) Installing .makedepends-py3-requests (20260327.195357) Executing busybox-1.37.0-r31.trigger OK: 482.7 MiB in 140 packages >>> py3-requests: Cleaning up srcdir >>> py3-requests: Cleaning up pkgdir >>> py3-requests: Cleaning up tmpdir >>> py3-requests: Fetching https://distfiles.alpinelinux.org/distfiles/edge/requests-2.32.5.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/requests-2.32.5.tar.gz.part' requests-2.32.5.tar. 100% |********************************| 131k 0:00:00 ETA '/var/cache/distfiles/edge/requests-2.32.5.tar.gz.part' saved /var/cache/distfiles/edge/requests-2.32.5.tar.gz: OK >>> py3-requests: Fetching https://distfiles.alpinelinux.org/distfiles/edge/requests-2.32.5.tar.gz /var/cache/distfiles/edge/requests-2.32.5.tar.gz: OK >>> py3-requests: Unpacking /var/cache/distfiles/edge/requests-2.32.5.tar.gz... 2026-03-27 19:53:57,705 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ :53: DeprecationWarning: codecs.open() is deprecated. Use open() instead. :56: DeprecationWarning: codecs.open() is deprecated. Use open() instead. /usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:287: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.14/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'provides-extra' in 'metadata' (setup.cfg), please use the underscore name 'provides_extra' instead. !! ******************************************************************************** Usage of dash-separated 'provides-extra' will not be supported in future versions. Please use the underscore name 'provides_extra' instead. (Affected: requests). Available configuration options are listed in: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://github.com/pypa/setuptools/discussions/5011 for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.14/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'requires-dist' in 'metadata' (setup.cfg), please use the underscore name 'requires_dist' instead. !! ******************************************************************************** Usage of dash-separated 'requires-dist' will not be supported in future versions. Please use the underscore name 'requires_dist' instead. (Affected: requests). Available configuration options are listed in: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://github.com/pypa/setuptools/discussions/5011 for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.14/site-packages/setuptools/dist.py:765: 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() 2026-03-27 19:53:57,725 root INFO running bdist_wheel 2026-03-27 19:53:57,737 root INFO running build 2026-03-27 19:53:57,737 root INFO running build_py 2026-03-27 19:53:57,740 root INFO creating build/lib/requests 2026-03-27 19:53:57,740 root INFO copying src/requests/cookies.py -> build/lib/requests 2026-03-27 19:53:57,740 root INFO copying src/requests/__init__.py -> build/lib/requests 2026-03-27 19:53:57,741 root INFO copying src/requests/adapters.py -> build/lib/requests 2026-03-27 19:53:57,741 root INFO copying src/requests/help.py -> build/lib/requests 2026-03-27 19:53:57,741 root INFO copying src/requests/packages.py -> build/lib/requests 2026-03-27 19:53:57,741 root INFO copying src/requests/sessions.py -> build/lib/requests 2026-03-27 19:53:57,742 root INFO copying src/requests/_internal_utils.py -> build/lib/requests 2026-03-27 19:53:57,742 root INFO copying src/requests/exceptions.py -> build/lib/requests 2026-03-27 19:53:57,742 root INFO copying src/requests/models.py -> build/lib/requests 2026-03-27 19:53:57,743 root INFO copying src/requests/utils.py -> build/lib/requests 2026-03-27 19:53:57,743 root INFO copying src/requests/structures.py -> build/lib/requests 2026-03-27 19:53:57,743 root INFO copying src/requests/api.py -> build/lib/requests 2026-03-27 19:53:57,743 root INFO copying src/requests/hooks.py -> build/lib/requests 2026-03-27 19:53:57,744 root INFO copying src/requests/status_codes.py -> build/lib/requests 2026-03-27 19:53:57,744 root INFO copying src/requests/__version__.py -> build/lib/requests 2026-03-27 19:53:57,744 root INFO copying src/requests/compat.py -> build/lib/requests 2026-03-27 19:53:57,744 root INFO copying src/requests/auth.py -> build/lib/requests 2026-03-27 19:53:57,744 root INFO copying src/requests/certs.py -> build/lib/requests 2026-03-27 19:53:57,745 root INFO running egg_info 2026-03-27 19:53:57,746 root INFO writing src/requests.egg-info/PKG-INFO 2026-03-27 19:53:57,747 root INFO writing dependency_links to src/requests.egg-info/dependency_links.txt 2026-03-27 19:53:57,748 root INFO writing requirements to src/requests.egg-info/requires.txt 2026-03-27 19:53:57,748 root INFO writing top-level names to src/requests.egg-info/top_level.txt 2026-03-27 19:53:57,750 root INFO reading manifest file 'src/requests.egg-info/SOURCES.txt' 2026-03-27 19:53:57,751 root INFO reading manifest template 'MANIFEST.in' 2026-03-27 19:53:57,753 root INFO adding license file 'LICENSE' 2026-03-27 19:53:57,755 root INFO writing manifest file 'src/requests.egg-info/SOURCES.txt' 2026-03-27 19:53:57,760 root INFO installing to build/bdist.linux-aarch64/wheel 2026-03-27 19:53:57,760 root INFO running install 2026-03-27 19:53:57,767 root INFO running install_lib 2026-03-27 19:53:57,769 root INFO creating build/bdist.linux-aarch64/wheel 2026-03-27 19:53:57,770 root INFO creating build/bdist.linux-aarch64/wheel/requests 2026-03-27 19:53:57,770 root INFO copying build/lib/requests/cookies.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,770 root INFO copying build/lib/requests/__init__.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,770 root INFO copying build/lib/requests/adapters.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,771 root INFO copying build/lib/requests/help.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,771 root INFO copying build/lib/requests/packages.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,771 root INFO copying build/lib/requests/sessions.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,771 root INFO copying build/lib/requests/_internal_utils.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,771 root INFO copying build/lib/requests/exceptions.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,771 root INFO copying build/lib/requests/models.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,772 root INFO copying build/lib/requests/utils.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,772 root INFO copying build/lib/requests/structures.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,772 root INFO copying build/lib/requests/api.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,772 root INFO copying build/lib/requests/hooks.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,772 root INFO copying build/lib/requests/status_codes.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,773 root INFO copying build/lib/requests/__version__.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,773 root INFO copying build/lib/requests/compat.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,773 root INFO copying build/lib/requests/auth.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,773 root INFO copying build/lib/requests/certs.py -> build/bdist.linux-aarch64/wheel/./requests 2026-03-27 19:53:57,773 root INFO running install_egg_info 2026-03-27 19:53:57,776 root INFO Copying src/requests.egg-info to build/bdist.linux-aarch64/wheel/./requests-2.32.5-py3.14.egg-info 2026-03-27 19:53:57,777 root INFO running install_scripts 2026-03-27 19:53:57,778 root INFO creating build/bdist.linux-aarch64/wheel/requests-2.32.5.dist-info/WHEEL 2026-03-27 19:53:57,778 wheel INFO creating '/home/buildozer/aports/main/py3-requests/src/requests-2.32.5/.dist/.tmp-w56ou4_1/requests-2.32.5-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2026-03-27 19:53:57,779 wheel INFO adding 'requests/__init__.py' 2026-03-27 19:53:57,779 wheel INFO adding 'requests/__version__.py' 2026-03-27 19:53:57,779 wheel INFO adding 'requests/_internal_utils.py' 2026-03-27 19:53:57,779 wheel INFO adding 'requests/adapters.py' 2026-03-27 19:53:57,780 wheel INFO adding 'requests/api.py' 2026-03-27 19:53:57,780 wheel INFO adding 'requests/auth.py' 2026-03-27 19:53:57,780 wheel INFO adding 'requests/certs.py' 2026-03-27 19:53:57,780 wheel INFO adding 'requests/compat.py' 2026-03-27 19:53:57,780 wheel INFO adding 'requests/cookies.py' 2026-03-27 19:53:57,780 wheel INFO adding 'requests/exceptions.py' 2026-03-27 19:53:57,781 wheel INFO adding 'requests/help.py' 2026-03-27 19:53:57,781 wheel INFO adding 'requests/hooks.py' 2026-03-27 19:53:57,781 wheel INFO adding 'requests/models.py' 2026-03-27 19:53:57,781 wheel INFO adding 'requests/packages.py' 2026-03-27 19:53:57,781 wheel INFO adding 'requests/sessions.py' 2026-03-27 19:53:57,782 wheel INFO adding 'requests/status_codes.py' 2026-03-27 19:53:57,782 wheel INFO adding 'requests/structures.py' 2026-03-27 19:53:57,782 wheel INFO adding 'requests/utils.py' 2026-03-27 19:53:57,782 wheel INFO adding 'requests-2.32.5.dist-info/licenses/LICENSE' 2026-03-27 19:53:57,782 wheel INFO adding 'requests-2.32.5.dist-info/METADATA' 2026-03-27 19:53:57,783 wheel INFO adding 'requests-2.32.5.dist-info/WHEEL' 2026-03-27 19:53:57,783 wheel INFO adding 'requests-2.32.5.dist-info/top_level.txt' 2026-03-27 19:53:57,783 wheel INFO adding 'requests-2.32.5.dist-info/RECORD' 2026-03-27 19:53:57,783 root INFO removing build/bdist.linux-aarch64/wheel 2026-03-27 19:53:57,784 gpep517 INFO The backend produced .dist/requests-2.32.5-py3-none-any.whl requests-2.32.5-py3-none-any.whl >>> py3-requests: Entering fakeroot... >>> py3-requests-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/requests/__pycache__' -> '/home/buildozer/aports/main/py3-requests/pkg/py3-requests-pyc/usr/lib/python3.14/site-packages/requests/__pycache__' >>> py3-requests-pyc*: Preparing subpackage py3-requests-pyc... >>> py3-requests-pyc*: Running postcheck for py3-requests-pyc >>> py3-requests*: Running postcheck for py3-requests >>> py3-requests*: Preparing package py3-requests... >>> py3-requests-pyc*: Tracing dependencies... python3~3.14 >>> py3-requests-pyc*: Package size: 207.5 KB >>> py3-requests-pyc*: Compressing data... >>> py3-requests-pyc*: Create checksum... >>> py3-requests-pyc*: Create py3-requests-pyc-2.32.5-r1.apk >>> py3-requests*: Tracing dependencies... py3-certifi py3-charset-normalizer py3-idna py3-urllib3 python3 python3~3.14 >>> py3-requests*: Package size: 199.5 KB >>> py3-requests*: Compressing data... >>> py3-requests*: Create checksum... >>> py3-requests*: Create py3-requests-2.32.5-r1.apk >>> py3-requests: Build complete at Fri, 27 Mar 2026 19:53:58 +0000 elapsed time 0h 0m 2s >>> py3-requests: Cleaning up srcdir >>> py3-requests: Cleaning up pkgdir >>> py3-requests: Cleaning up tmpdir >>> py3-requests: Uninstalling dependencies... ( 1/32) Purging .makedepends-py3-requests (20260327.195357) ( 2/32) Purging py3-certifi-pyc (2026.2.25-r1) ( 3/32) Purging py3-certifi (2026.2.25-r1) ( 4/32) Purging py3-charset-normalizer-pyc (3.4.6-r1) ( 5/32) Purging py3-charset-normalizer (3.4.6-r1) ( 6/32) Purging py3-idna-pyc (3.11-r1) ( 7/32) Purging py3-idna (3.11-r1) ( 8/32) Purging py3-urllib3-pyc (2.6.3-r1) ( 9/32) Purging py3-urllib3 (2.6.3-r1) (10/32) Purging py3-gpep517-pyc (19-r2) (11/32) Purging py3-gpep517 (19-r2) (12/32) Purging py3-installer-pyc (0.7.0-r3) (13/32) Purging py3-installer (0.7.0-r3) (14/32) Purging py3-setuptools-pyc (82.0.1-r1) (15/32) Purging py3-setuptools (82.0.1-r1) (16/32) Purging py3-wheel-pyc (0.46.3-r1) (17/32) Purging py3-wheel (0.46.3-r1) (18/32) Purging py3-packaging-pyc (26.0-r1) (19/32) Purging py3-packaging (26.0-r1) (20/32) Purging py3-parsing-pyc (3.3.2-r1) (21/32) Purging py3-parsing (3.3.2-r1) (22/32) Purging python3-pyc (3.14.3-r0) (23/32) Purging python3-pycache-pyc0 (3.14.3-r0) (24/32) Purging pyc (3.14.3-r0) (25/32) Purging python3 (3.14.3-r0) (26/32) Purging gdbm (1.26-r0) (27/32) Purging libbz2 (1.0.8-r6) (28/32) Purging libffi (3.5.2-r0) (29/32) Purging libpanelw (6.6_p20251231-r0) (30/32) Purging mpdecimal (4.0.1-r0) (31/32) Purging sqlite-libs (3.51.2-r1) (32/32) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 432.7 MiB in 108 packages >>> py3-requests: Updating the main/aarch64 repository index... >>> py3-requests: Signing the index...