>>> py3-flask-wtf: Building community/py3-flask-wtf 1.1.1-r1 (using abuild 3.10.0-r0) started Thu, 02 Mar 2023 00:04:00 +0000 >>> py3-flask-wtf: Checking sanity of /home/buildozer/aports/community/py3-flask-wtf/APKBUILD... >>> WARNING: py3-flask-wtf: No maintainer >>> py3-flask-wtf: Analyzing dependencies... >>> py3-flask-wtf: Installing for build: build-base python3 py3-flask py3-wtforms py3-setuptools (1/18) Installing libffi (3.4.4-r0) (2/18) Installing gdbm (1.23-r0) (3/18) Installing mpdecimal (2.5.1-r1) (4/18) Installing libpanelw (6.4_p20230225-r0) (5/18) Installing readline (8.2.1-r0) (6/18) Installing sqlite-libs (3.41.0-r0) (7/18) Installing python3 (3.11.2-r0) (8/18) Installing py3-click (8.1.3-r1) (9/18) Installing py3-itsdangerous (2.1.2-r1) (10/18) Installing py3-markupsafe (2.1.2-r0) (11/18) Installing py3-jinja2 (3.1.2-r1) (12/18) Installing py3-werkzeug (2.2.3-r0) (13/18) Installing py3-flask (2.2.2-r1) (14/18) Installing py3-wtforms (3.0.1-r1) (15/18) Installing py3-parsing (3.0.9-r1) (16/18) Installing py3-packaging (23.0-r1) (17/18) Installing py3-setuptools (67.4.0-r1) (18/18) Installing .makedepends-py3-flask-wtf (20230302.000401) Executing busybox-1.36.0-r4.trigger OK: 457 MiB in 121 packages >>> py3-flask-wtf: Cleaning up srcdir >>> py3-flask-wtf: Cleaning up pkgdir >>> py3-flask-wtf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Flask-WTF-1.1.1.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 100 52303 100 52303 0 0 421k 0 --:--:-- --:--:-- --:--:-- 425k >>> py3-flask-wtf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Flask-WTF-1.1.1.tar.gz >>> py3-flask-wtf: Checking sha512sums... Flask-WTF-1.1.1.tar.gz: OK >>> py3-flask-wtf: Unpacking /var/cache/distfiles/edge/Flask-WTF-1.1.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/flask_wtf copying src/flask_wtf/_compat.py -> build/lib/flask_wtf copying src/flask_wtf/__init__.py -> build/lib/flask_wtf copying src/flask_wtf/csrf.py -> build/lib/flask_wtf copying src/flask_wtf/file.py -> build/lib/flask_wtf copying src/flask_wtf/form.py -> build/lib/flask_wtf copying src/flask_wtf/i18n.py -> build/lib/flask_wtf creating build/lib/flask_wtf/recaptcha copying src/flask_wtf/recaptcha/validators.py -> build/lib/flask_wtf/recaptcha copying src/flask_wtf/recaptcha/__init__.py -> build/lib/flask_wtf/recaptcha copying src/flask_wtf/recaptcha/fields.py -> build/lib/flask_wtf/recaptcha copying src/flask_wtf/recaptcha/widgets.py -> build/lib/flask_wtf/recaptcha running egg_info writing src/Flask_WTF.egg-info/PKG-INFO writing dependency_links to src/Flask_WTF.egg-info/dependency_links.txt writing requirements to src/Flask_WTF.egg-info/requires.txt writing top-level names to src/Flask_WTF.egg-info/top_level.txt reading manifest file 'src/Flask_WTF.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/Flask_WTF.egg-info/SOURCES.txt' >>> WARNING: py3-flask-wtf: 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-wtf: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/buildozer/aports/community/py3-flask-wtf/pkg creating /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf creating /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr creating /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib creating /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf copying build/lib/flask_wtf/_compat.py -> /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf creating /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf/recaptcha copying build/lib/flask_wtf/recaptcha/validators.py -> /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf/recaptcha copying build/lib/flask_wtf/recaptcha/__init__.py -> /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf/recaptcha copying build/lib/flask_wtf/recaptcha/fields.py -> /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf/recaptcha copying build/lib/flask_wtf/recaptcha/widgets.py -> /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf/recaptcha copying build/lib/flask_wtf/__init__.py -> /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf copying build/lib/flask_wtf/csrf.py -> /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf copying build/lib/flask_wtf/file.py -> /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf copying build/lib/flask_wtf/form.py -> /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf copying build/lib/flask_wtf/i18n.py -> /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf byte-compiling /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf/_compat.py to _compat.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf/recaptcha/validators.py to validators.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf/recaptcha/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf/recaptcha/fields.py to fields.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf/recaptcha/widgets.py to widgets.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf/csrf.py to csrf.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf/file.py to file.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf/form.py to form.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/flask_wtf/i18n.py to i18n.cpython-311.pyc running install_egg_info running egg_info writing src/Flask_WTF.egg-info/PKG-INFO writing dependency_links to src/Flask_WTF.egg-info/dependency_links.txt writing requirements to src/Flask_WTF.egg-info/requires.txt writing top-level names to src/Flask_WTF.egg-info/top_level.txt reading manifest file 'src/Flask_WTF.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/Flask_WTF.egg-info/SOURCES.txt' Copying src/Flask_WTF.egg-info to /home/buildozer/aports/community/py3-flask-wtf/pkg/py3-flask-wtf/usr/lib/python3.11/site-packages/Flask_WTF-1.1.1-py3.11.egg-info running install_scripts >>> py3-flask-wtf*: Running postcheck for py3-flask-wtf >>> py3-flask-wtf*: Preparing package py3-flask-wtf... >>> py3-flask-wtf*: Tracing dependencies... >>> py3-flask-wtf*: Package size: 168.0 KB >>> py3-flask-wtf*: Compressing data... >>> py3-flask-wtf*: Create checksum... >>> py3-flask-wtf*: Create py3-flask-wtf-1.1.1-r1.apk >>> py3-flask-wtf: Build complete at Thu, 02 Mar 2023 00:04:04 +0000 elapsed time 0h 0m 4s >>> py3-flask-wtf: Cleaning up srcdir >>> py3-flask-wtf: Cleaning up pkgdir >>> py3-flask-wtf: Uninstalling dependencies... (1/18) Purging .makedepends-py3-flask-wtf (20230302.000401) (2/18) Purging py3-flask (2.2.2-r1) (3/18) Purging py3-click (8.1.3-r1) (4/18) Purging py3-itsdangerous (2.1.2-r1) (5/18) Purging py3-jinja2 (3.1.2-r1) (6/18) Purging py3-werkzeug (2.2.3-r0) (7/18) Purging py3-markupsafe (2.1.2-r0) (8/18) Purging py3-wtforms (3.0.1-r1) (9/18) Purging py3-setuptools (67.4.0-r1) (10/18) Purging py3-packaging (23.0-r1) (11/18) Purging py3-parsing (3.0.9-r1) (12/18) Purging python3 (3.11.2-r0) (13/18) Purging libffi (3.4.4-r0) (14/18) Purging gdbm (1.23-r0) (15/18) Purging mpdecimal (2.5.1-r1) (16/18) Purging libpanelw (6.4_p20230225-r0) (17/18) Purging readline (8.2.1-r0) (18/18) Purging sqlite-libs (3.41.0-r0) Executing busybox-1.36.0-r4.trigger OK: 379 MiB in 103 packages >>> py3-flask-wtf: Updating the community/x86 repository index... >>> py3-flask-wtf: Signing the index...