>>> py3-flask-restful: Building community/py3-flask-restful 0.3.10-r1 (using abuild 3.15.0-r0) started Sun, 12 Oct 2025 18:36:04 +0000 >>> py3-flask-restful: Validating /home/udu/aports/community/py3-flask-restful/APKBUILD... >>> py3-flask-restful: Analyzing dependencies... >>> py3-flask-restful: Installing for build: build-base python3 py3-flask py3-setuptools 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-blinker (1.9.0-r0) (2/21) Installing py3-blinker-pyc (1.9.0-r0) (3/21) Installing py3-click (8.1.8-r1) (4/21) Installing py3-click-pyc (8.1.8-r1) (5/21) Installing py3-itsdangerous (2.2.0-r0) (6/21) Installing py3-itsdangerous-pyc (2.2.0-r0) (7/21) Installing py3-markupsafe (3.0.2-r0) (8/21) Installing py3-markupsafe-pyc (3.0.2-r0) (9/21) Installing py3-jinja2 (3.1.6-r0) (10/21) Installing py3-jinja2-pyc (3.1.6-r0) (11/21) Installing py3-werkzeug (3.1.3-r0) (12/21) Installing py3-werkzeug-pyc (3.1.3-r0) (13/21) Installing py3-flask (3.0.3-r0) (14/21) Installing py3-flask-pyc (3.0.3-r0) (15/21) Installing py3-parsing (3.2.3-r0) (16/21) Installing py3-parsing-pyc (3.2.3-r0) (17/21) Installing py3-packaging (25.0-r0) (18/21) Installing py3-packaging-pyc (25.0-r0) (19/21) Installing py3-setuptools (80.9.0-r0) (20/21) Installing py3-setuptools-pyc (80.9.0-r0) (21/21) Installing .makedepends-py3-flask-restful (20251012.183605) Executing busybox-1.37.0-r19.trigger OK: 310 MiB in 110 packages >>> py3-flask-restful: Cleaning up srcdir >>> py3-flask-restful: Cleaning up pkgdir >>> py3-flask-restful: Cleaning up tmpdir >>> py3-flask-restful: Fetching https://files.pythonhosted.org/packages/source/F/Flask-RESTful/Flask-RESTful-0.3.10.tar.gz >>> py3-flask-restful: Fetching https://files.pythonhosted.org/packages/source/F/Flask-RESTful/Flask-RESTful-0.3.10.tar.gz >>> py3-flask-restful: Checking sha512sums... Flask-RESTful-0.3.10.tar.gz: OK >>> py3-flask-restful: Unpacking /var/cache/distfiles/Flask-RESTful-0.3.10.tar.gz... /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: 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 :: BSD 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/flask_restful copying flask_restful/reqparse.py -> build/lib/flask_restful copying flask_restful/inputs.py -> build/lib/flask_restful copying flask_restful/fields.py -> build/lib/flask_restful copying flask_restful/__init__.py -> build/lib/flask_restful copying flask_restful/__version__.py -> build/lib/flask_restful creating build/lib/flask_restful/representations copying flask_restful/representations/json.py -> build/lib/flask_restful/representations copying flask_restful/representations/__init__.py -> build/lib/flask_restful/representations creating build/lib/flask_restful/utils copying flask_restful/utils/cors.py -> build/lib/flask_restful/utils copying flask_restful/utils/crypto.py -> build/lib/flask_restful/utils copying flask_restful/utils/__init__.py -> build/lib/flask_restful/utils running egg_info writing Flask_RESTful.egg-info/PKG-INFO writing dependency_links to Flask_RESTful.egg-info/dependency_links.txt writing requirements to Flask_RESTful.egg-info/requires.txt writing top-level names to Flask_RESTful.egg-info/top_level.txt reading manifest file 'Flask_RESTful.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CHANGES' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' warning: no previously-included files matching '*.pyc' found under directory 'tests' warning: no previously-included files matching '*.pyo' found under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'examples' warning: no previously-included files matching '*.pyo' found under directory 'examples' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/_themes' adding license file 'LICENSE' adding license file 'AUTHORS.md' writing manifest file 'Flask_RESTful.egg-info/SOURCES.txt' >>> WARNING: py3-flask-restful: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> py3-flask-restful: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: 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 :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /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() running install_lib creating /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages creating /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful copying build/lib/flask_restful/reqparse.py -> /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful copying build/lib/flask_restful/inputs.py -> /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful creating /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful/representations copying build/lib/flask_restful/representations/json.py -> /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful/representations copying build/lib/flask_restful/representations/__init__.py -> /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful/representations creating /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful/utils copying build/lib/flask_restful/utils/cors.py -> /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful/utils copying build/lib/flask_restful/utils/crypto.py -> /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful/utils copying build/lib/flask_restful/utils/__init__.py -> /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful/utils copying build/lib/flask_restful/fields.py -> /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful copying build/lib/flask_restful/__init__.py -> /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful copying build/lib/flask_restful/__version__.py -> /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful byte-compiling /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful/reqparse.py to reqparse.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful/inputs.py to inputs.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful/representations/json.py to json.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful/representations/__init__.py to __init__.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful/utils/cors.py to cors.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful/utils/crypto.py to crypto.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful/utils/__init__.py to __init__.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful/fields.py to fields.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful/__init__.py to __init__.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/flask_restful/__version__.py to __version__.cpython-312.pyc running install_egg_info running egg_info writing Flask_RESTful.egg-info/PKG-INFO writing dependency_links to Flask_RESTful.egg-info/dependency_links.txt writing requirements to Flask_RESTful.egg-info/requires.txt writing top-level names to Flask_RESTful.egg-info/top_level.txt reading manifest file 'Flask_RESTful.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CHANGES' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' warning: no previously-included files matching '*.pyc' found under directory 'tests' warning: no previously-included files matching '*.pyo' found under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'examples' warning: no previously-included files matching '*.pyo' found under directory 'examples' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/_themes' adding license file 'LICENSE' adding license file 'AUTHORS.md' writing manifest file 'Flask_RESTful.egg-info/SOURCES.txt' Copying Flask_RESTful.egg-info to /home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful/usr/lib/python3.12/site-packages/Flask_RESTful-0.3.10-py3.12.egg-info running install_scripts >>> py3-flask-restful-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/flask_restful/representations/__pycache__' -> '/home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful-pyc/usr/lib/python3.12/site-packages/flask_restful/representations/__pycache__' 'usr/lib/python3.12/site-packages/flask_restful/utils/__pycache__' -> '/home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful-pyc/usr/lib/python3.12/site-packages/flask_restful/utils/__pycache__' 'usr/lib/python3.12/site-packages/flask_restful/__pycache__' -> '/home/udu/aports/community/py3-flask-restful/pkg/py3-flask-restful-pyc/usr/lib/python3.12/site-packages/flask_restful/__pycache__' >>> py3-flask-restful-pyc*: Preparing subpackage py3-flask-restful-pyc... >>> py3-flask-restful-pyc*: Running postcheck for py3-flask-restful-pyc >>> py3-flask-restful*: Running postcheck for py3-flask-restful >>> py3-flask-restful*: Preparing package py3-flask-restful... >>> py3-flask-restful-pyc*: Tracing dependencies... python3 py3-flask python3~3.12 >>> py3-flask-restful-pyc*: Package size: 87.0 KB >>> py3-flask-restful-pyc*: Compressing data... >>> py3-flask-restful-pyc*: Create checksum... >>> py3-flask-restful-pyc*: Create py3-flask-restful-pyc-0.3.10-r1.apk >>> py3-flask-restful*: Tracing dependencies... python3 py3-flask python3~3.12 >>> py3-flask-restful*: Package size: 71.0 KB >>> py3-flask-restful*: Compressing data... >>> py3-flask-restful*: Create checksum... >>> py3-flask-restful*: Create py3-flask-restful-0.3.10-r1.apk >>> py3-flask-restful: Build complete at Sun, 12 Oct 2025 18:36:07 +0000 elapsed time 0h 0m 3s >>> py3-flask-restful: Cleaning up srcdir >>> py3-flask-restful: Cleaning up pkgdir >>> py3-flask-restful: Uninstalling dependencies... (1/21) Purging .makedepends-py3-flask-restful (20251012.183605) (2/21) Purging py3-flask-pyc (3.0.3-r0) (3/21) Purging py3-flask (3.0.3-r0) (4/21) Purging py3-blinker-pyc (1.9.0-r0) (5/21) Purging py3-blinker (1.9.0-r0) (6/21) Purging py3-click-pyc (8.1.8-r1) (7/21) Purging py3-click (8.1.8-r1) (8/21) Purging py3-itsdangerous-pyc (2.2.0-r0) (9/21) Purging py3-itsdangerous (2.2.0-r0) (10/21) Purging py3-jinja2-pyc (3.1.6-r0) (11/21) Purging py3-jinja2 (3.1.6-r0) (12/21) Purging py3-werkzeug-pyc (3.1.3-r0) (13/21) Purging py3-werkzeug (3.1.3-r0) (14/21) Purging py3-markupsafe-pyc (3.0.2-r0) (15/21) Purging py3-markupsafe (3.0.2-r0) (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-flask-restful: Updating the community/x86_64 repository index... >>> py3-flask-restful: Signing the index...