>>> py3-requests-mock: Building community/py3-requests-mock 1.11.0-r1 (using abuild 3.15.0-r0) started Mon, 13 Oct 2025 03:41:45 +0000 >>> py3-requests-mock: Validating /home/udu/aports/community/py3-requests-mock/APKBUILD... >>> py3-requests-mock: Analyzing dependencies... >>> py3-requests-mock: Installing for build: build-base python3 py3-requests py3-six py3-setuptools py3-pbr 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/21) Installing py3-certifi (2025.4.26-r0) (2/21) Installing py3-certifi-pyc (2025.4.26-r0) (3/21) Installing py3-charset-normalizer (3.4.2-r0) (4/21) Installing py3-charset-normalizer-pyc (3.4.2-r0) (5/21) Installing py3-idna (3.10-r0) (6/21) Installing py3-idna-pyc (3.10-r0) (7/21) Installing py3-urllib3 (1.26.20-r0) (8/21) Installing py3-urllib3-pyc (1.26.20-r0) (9/21) Installing py3-requests (2.32.5-r0) (10/21) Installing py3-requests-pyc (2.32.5-r0) (11/21) Installing py3-six (1.17.0-r0) (12/21) Installing py3-six-pyc (1.17.0-r0) (13/21) Installing py3-parsing (3.2.3-r0) (14/21) Installing py3-parsing-pyc (3.2.3-r0) (15/21) Installing py3-packaging (25.0-r0) (16/21) Installing py3-packaging-pyc (25.0-r0) (17/21) Installing py3-setuptools (80.9.0-r0) (18/21) Installing py3-setuptools-pyc (80.9.0-r0) (19/21) Installing py3-pbr (5.11.1-r5) (20/21) Installing py3-pbr-pyc (5.11.1-r5) (21/21) Installing .makedepends-py3-requests-mock (20251013.034146) Executing busybox-1.37.0-r19.trigger OK: 309 MiB in 110 packages >>> py3-requests-mock: Cleaning up srcdir >>> py3-requests-mock: Cleaning up pkgdir >>> py3-requests-mock: Cleaning up tmpdir >>> py3-requests-mock: Fetching https://files.pythonhosted.org/packages/source/r/requests-mock/requests-mock-1.11.0.tar.gz >>> py3-requests-mock: Fetching https://files.pythonhosted.org/packages/source/r/requests-mock/requests-mock-1.11.0.tar.gz >>> py3-requests-mock: Checking sha512sums... requests-mock-1.11.0.tar.gz: OK >>> py3-requests-mock: Unpacking /var/cache/distfiles/requests-mock-1.11.0.tar.gz... /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 :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() /usr/lib/python3.12/site-packages/setuptools/__init__.py:92: _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`. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) /usr/lib/python3.12/site-packages/pbr/util.py:75: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: DevelopDeprecationWarning: develop command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``develop``. Instead, use standards-based tools like pip or uv. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! self.initialize_options() /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() /usr/lib/python3.12/site-packages/pbr/core.py:140: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /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 :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/requests_mock copying requests_mock/adapter.py -> build/lib/requests_mock copying requests_mock/response.py -> build/lib/requests_mock copying requests_mock/exceptions.py -> build/lib/requests_mock copying requests_mock/request.py -> build/lib/requests_mock copying requests_mock/mocker.py -> build/lib/requests_mock copying requests_mock/compat.py -> build/lib/requests_mock copying requests_mock/__init__.py -> build/lib/requests_mock creating build/lib/requests_mock/contrib copying requests_mock/contrib/_pytest_plugin.py -> build/lib/requests_mock/contrib copying requests_mock/contrib/fixture.py -> build/lib/requests_mock/contrib copying requests_mock/contrib/__init__.py -> build/lib/requests_mock/contrib running egg_info writing requests_mock.egg-info/PKG-INFO /usr/lib/python3.12/site-packages/setuptools/_core_metadata.py:237: SetuptoolsDeprecationWarning: Ambiguity during "extra" normalization for dependencies. !! ******************************************************************************** 'test' and 'test' normalize to the same value: 'test' In future versions, setuptools might halt the build process. See https://peps.python.org/pep-0685/ for details. ******************************************************************************** !! _write_provides_extra(file, processed_extras, extra, unsafe_extra) writing dependency_links to requests_mock.egg-info/dependency_links.txt writing entry points to requests_mock.egg-info/entry_points.txt writing requirements to requests_mock.egg-info/requires.txt writing top-level names to requests_mock.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt copying requests_mock/__init__.pyi -> build/lib/requests_mock copying requests_mock/adapter.pyi -> build/lib/requests_mock copying requests_mock/exceptions.pyi -> build/lib/requests_mock copying requests_mock/mocker.pyi -> build/lib/requests_mock copying requests_mock/py.typed -> build/lib/requests_mock copying requests_mock/request.pyi -> build/lib/requests_mock copying requests_mock/response.pyi -> build/lib/requests_mock copying requests_mock/contrib/_pytest_plugin.pyi -> build/lib/requests_mock/contrib >>> py3-requests-mock: Entering fakeroot... /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 :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() /usr/lib/python3.12/site-packages/setuptools/__init__.py:92: _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`. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) /usr/lib/python3.12/site-packages/pbr/util.py:75: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: DevelopDeprecationWarning: develop command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``develop``. Instead, use standards-based tools like pip or uv. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! self.initialize_options() /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() /usr/lib/python3.12/site-packages/pbr/core.py:140: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /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 :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages creating /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock copying build/lib/requests_mock/py.typed -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock copying build/lib/requests_mock/adapter.py -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock copying build/lib/requests_mock/adapter.pyi -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock copying build/lib/requests_mock/request.pyi -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock copying build/lib/requests_mock/response.py -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock copying build/lib/requests_mock/__init__.pyi -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock copying build/lib/requests_mock/exceptions.py -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock copying build/lib/requests_mock/request.py -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock copying build/lib/requests_mock/exceptions.pyi -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock copying build/lib/requests_mock/mocker.py -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock copying build/lib/requests_mock/compat.py -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock copying build/lib/requests_mock/__init__.py -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock copying build/lib/requests_mock/mocker.pyi -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock creating /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock/contrib copying build/lib/requests_mock/contrib/_pytest_plugin.py -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock/contrib copying build/lib/requests_mock/contrib/_pytest_plugin.pyi -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock/contrib copying build/lib/requests_mock/contrib/fixture.py -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock/contrib copying build/lib/requests_mock/contrib/__init__.py -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock/contrib copying build/lib/requests_mock/response.pyi -> /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock byte-compiling /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock/adapter.py to adapter.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock/response.py to response.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock/exceptions.py to exceptions.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock/request.py to request.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock/mocker.py to mocker.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock/compat.py to compat.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock/__init__.py to __init__.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock/contrib/_pytest_plugin.py to _pytest_plugin.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock/contrib/fixture.py to fixture.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock/contrib/__init__.py to __init__.cpython-312.pyc running install_egg_info running egg_info writing requests_mock.egg-info/PKG-INFO /usr/lib/python3.12/site-packages/setuptools/_core_metadata.py:237: SetuptoolsDeprecationWarning: Ambiguity during "extra" normalization for dependencies. !! ******************************************************************************** 'test' and 'test' normalize to the same value: 'test' In future versions, setuptools might halt the build process. See https://peps.python.org/pep-0685/ for details. ******************************************************************************** !! _write_provides_extra(file, processed_extras, extra, unsafe_extra) writing dependency_links to requests_mock.egg-info/dependency_links.txt writing entry points to requests_mock.egg-info/entry_points.txt writing requirements to requests_mock.egg-info/requires.txt writing top-level names to requests_mock.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt Copying requests_mock.egg-info to /home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock/usr/lib/python3.12/site-packages/requests_mock-1.11.0-py3.12.egg-info running install_scripts /usr/lib/python3.12/site-packages/pbr/packaging.py:492: SetuptoolsDeprecationWarning: easy_install module is deprecated !! ******************************************************************************** Avoid accessing attributes of setuptools.command.easy_install. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://github.com/pypa/setuptools/issues/4976 for details. ******************************************************************************** !! bs_cmd, 'executable', easy_install.sys_executable) /usr/lib/python3.12/site-packages/pbr/packaging.py:438: SetuptoolsDeprecationWarning: easy_install module is deprecated !! ******************************************************************************** Avoid accessing attributes of setuptools.command.easy_install. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://github.com/pypa/setuptools/issues/4976 for details. ******************************************************************************** !! header = easy_install.ScriptWriter.get_header("", executable) >>> py3-requests-mock-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/requests_mock/__pycache__' -> '/home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock-pyc/usr/lib/python3.12/site-packages/requests_mock/__pycache__' 'usr/lib/python3.12/site-packages/requests_mock/contrib/__pycache__' -> '/home/udu/aports/community/py3-requests-mock/pkg/py3-requests-mock-pyc/usr/lib/python3.12/site-packages/requests_mock/contrib/__pycache__' >>> py3-requests-mock-pyc*: Preparing subpackage py3-requests-mock-pyc... >>> py3-requests-mock-pyc*: Running postcheck for py3-requests-mock-pyc >>> py3-requests-mock*: Running postcheck for py3-requests-mock >>> py3-requests-mock*: Preparing package py3-requests-mock... >>> py3-requests-mock-pyc*: Tracing dependencies... python3 py3-requests py3-six python3~3.12 >>> py3-requests-mock-pyc*: Package size: 51.1 KB >>> py3-requests-mock-pyc*: Compressing data... >>> py3-requests-mock-pyc*: Create checksum... >>> py3-requests-mock-pyc*: Create py3-requests-mock-pyc-1.11.0-r1.apk >>> py3-requests-mock*: Tracing dependencies... python3 py3-requests py3-six python3~3.12 >>> py3-requests-mock*: Package size: 67.2 KB >>> py3-requests-mock*: Compressing data... >>> py3-requests-mock*: Create checksum... >>> py3-requests-mock*: Create py3-requests-mock-1.11.0-r1.apk >>> py3-requests-mock: Build complete at Mon, 13 Oct 2025 03:41:47 +0000 elapsed time 0h 0m 2s >>> py3-requests-mock: Cleaning up srcdir >>> py3-requests-mock: Cleaning up pkgdir >>> py3-requests-mock: Uninstalling dependencies... (1/21) Purging .makedepends-py3-requests-mock (20251013.034146) (2/21) Purging py3-requests-pyc (2.32.5-r0) (3/21) Purging py3-requests (2.32.5-r0) (4/21) Purging py3-certifi-pyc (2025.4.26-r0) (5/21) Purging py3-certifi (2025.4.26-r0) (6/21) Purging py3-charset-normalizer-pyc (3.4.2-r0) (7/21) Purging py3-charset-normalizer (3.4.2-r0) (8/21) Purging py3-idna-pyc (3.10-r0) (9/21) Purging py3-idna (3.10-r0) (10/21) Purging py3-urllib3-pyc (1.26.20-r0) (11/21) Purging py3-urllib3 (1.26.20-r0) (12/21) Purging py3-six-pyc (1.17.0-r0) (13/21) Purging py3-six (1.17.0-r0) (14/21) Purging py3-pbr-pyc (5.11.1-r5) (15/21) Purging py3-pbr (5.11.1-r5) (16/21) Purging py3-setuptools-pyc (80.9.0-r0) (17/21) Purging py3-setuptools (80.9.0-r0) (18/21) Purging py3-packaging-pyc (25.0-r0) (19/21) Purging py3-packaging (25.0-r0) (20/21) Purging py3-parsing-pyc (3.2.3-r0) (21/21) Purging py3-parsing (3.2.3-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-requests-mock: Updating the community/x86_64 repository index... >>> py3-requests-mock: Signing the index...