>>> py3-flask-bootstrap: Building testing/py3-flask-bootstrap 3.3.7.1-r6 (using abuild 3.11.0_rc13-r0) started Mon, 01 May 2023 11:13:48 +0000 >>> py3-flask-bootstrap: Checking sanity of /home/buildozer/aports/testing/py3-flask-bootstrap/APKBUILD... >>> py3-flask-bootstrap: Analyzing dependencies... >>> py3-flask-bootstrap: Installing for build: build-base python3 py3-flask py3-dominate py3-visitor py3-setuptools (1/32) Installing libbz2 (1.0.8-r5) (2/32) Installing gdbm (1.23-r1) (3/32) Installing mpdecimal (2.5.1-r2) (4/32) Installing libpanelw (6.4_p20230429-r0) (5/32) Installing readline (8.2.1-r1) (6/32) Installing sqlite-libs (3.41.2-r2) (7/32) Installing python3 (3.11.3-r10) (8/32) Installing python3-pycache-pyc0 (3.11.3-r10) (9/32) Installing pyc (0.1-r0) (10/32) Installing python3-pyc (3.11.3-r10) (11/32) Installing py3-click (8.1.3-r2) (12/32) Installing py3-click-pyc (8.1.3-r2) (13/32) Installing py3-itsdangerous (2.1.2-r2) (14/32) Installing py3-itsdangerous-pyc (2.1.2-r2) (15/32) Installing py3-markupsafe (2.1.2-r1) (16/32) Installing py3-markupsafe-pyc (2.1.2-r1) (17/32) Installing py3-jinja2 (3.1.2-r2) (18/32) Installing py3-jinja2-pyc (3.1.2-r2) (19/32) Installing py3-werkzeug (2.2.3-r1) (20/32) Installing py3-werkzeug-pyc (2.2.3-r1) (21/32) Installing py3-flask (2.2.3-r1) (22/32) Installing py3-flask-pyc (2.2.3-r1) (23/32) Installing py3-dominate (2.7.0-r2) (24/32) Installing py3-dominate-pyc (2.7.0-r2) (25/32) Installing py3-visitor (0.1.3-r4) (26/32) Installing py3-parsing (3.0.9-r2) (27/32) Installing py3-parsing-pyc (3.0.9-r2) (28/32) Installing py3-packaging (23.1-r1) (29/32) Installing py3-packaging-pyc (23.1-r1) (30/32) Installing py3-setuptools (67.7.2-r0) (31/32) Installing py3-setuptools-pyc (67.7.2-r0) (32/32) Installing .makedepends-py3-flask-bootstrap (20230501.111353) Executing busybox-1.36.0-r8.trigger OK: 1019 MiB in 135 packages >>> py3-flask-bootstrap: Cleaning up srcdir >>> py3-flask-bootstrap: Cleaning up pkgdir >>> py3-flask-bootstrap: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Flask-Bootstrap-3.3.7.1.tar.gz >>> py3-flask-bootstrap: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Flask-Bootstrap-3.3.7.1.tar.gz >>> py3-flask-bootstrap: Checking sha512sums... Flask-Bootstrap-3.3.7.1.tar.gz: OK >>> py3-flask-bootstrap: Unpacking /var/cache/distfiles/Flask-Bootstrap-3.3.7.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/flask_bootstrap copying flask_bootstrap/forms.py -> build/lib/flask_bootstrap copying flask_bootstrap/__init__.py -> build/lib/flask_bootstrap copying flask_bootstrap/nav.py -> build/lib/flask_bootstrap running egg_info writing Flask_Bootstrap.egg-info/PKG-INFO writing dependency_links to Flask_Bootstrap.egg-info/dependency_links.txt writing requirements to Flask_Bootstrap.egg-info/requires.txt writing top-level names to Flask_Bootstrap.egg-info/top_level.txt reading manifest file 'Flask_Bootstrap.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'Flask_Bootstrap.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'flask_bootstrap.static' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_bootstrap.static' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'flask_bootstrap.static' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'flask_bootstrap.static' to be distributed and are already explicitly excluding 'flask_bootstrap.static' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'flask_bootstrap.static.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_bootstrap.static.css' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'flask_bootstrap.static.css' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'flask_bootstrap.static.css' to be distributed and are already explicitly excluding 'flask_bootstrap.static.css' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'flask_bootstrap.static.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_bootstrap.static.fonts' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'flask_bootstrap.static.fonts' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'flask_bootstrap.static.fonts' to be distributed and are already explicitly excluding 'flask_bootstrap.static.fonts' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'flask_bootstrap.static.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_bootstrap.static.js' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'flask_bootstrap.static.js' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'flask_bootstrap.static.js' to be distributed and are already explicitly excluding 'flask_bootstrap.static.js' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'flask_bootstrap.templates.bootstrap' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_bootstrap.templates.bootstrap' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'flask_bootstrap.templates.bootstrap' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'flask_bootstrap.templates.bootstrap' to be distributed and are already explicitly excluding 'flask_bootstrap.templates.bootstrap' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/flask_bootstrap/static copying flask_bootstrap/static/jquery.js -> build/lib/flask_bootstrap/static copying flask_bootstrap/static/jquery.min.js -> build/lib/flask_bootstrap/static copying flask_bootstrap/static/jquery.min.map -> build/lib/flask_bootstrap/static creating build/lib/flask_bootstrap/static/css copying flask_bootstrap/static/css/bootstrap-theme.css -> build/lib/flask_bootstrap/static/css copying flask_bootstrap/static/css/bootstrap-theme.css.map -> build/lib/flask_bootstrap/static/css copying flask_bootstrap/static/css/bootstrap-theme.min.css -> build/lib/flask_bootstrap/static/css copying flask_bootstrap/static/css/bootstrap.css -> build/lib/flask_bootstrap/static/css copying flask_bootstrap/static/css/bootstrap.css.map -> build/lib/flask_bootstrap/static/css copying flask_bootstrap/static/css/bootstrap.min.css -> build/lib/flask_bootstrap/static/css creating build/lib/flask_bootstrap/static/fonts copying flask_bootstrap/static/fonts/glyphicons-halflings-regular.eot -> build/lib/flask_bootstrap/static/fonts copying flask_bootstrap/static/fonts/glyphicons-halflings-regular.svg -> build/lib/flask_bootstrap/static/fonts copying flask_bootstrap/static/fonts/glyphicons-halflings-regular.ttf -> build/lib/flask_bootstrap/static/fonts copying flask_bootstrap/static/fonts/glyphicons-halflings-regular.woff -> build/lib/flask_bootstrap/static/fonts copying flask_bootstrap/static/fonts/glyphicons-halflings-regular.woff2 -> build/lib/flask_bootstrap/static/fonts creating build/lib/flask_bootstrap/static/js copying flask_bootstrap/static/js/bootstrap.js -> build/lib/flask_bootstrap/static/js copying flask_bootstrap/static/js/bootstrap.min.js -> build/lib/flask_bootstrap/static/js copying flask_bootstrap/static/js/npm.js -> build/lib/flask_bootstrap/static/js creating build/lib/flask_bootstrap/templates creating build/lib/flask_bootstrap/templates/bootstrap copying flask_bootstrap/templates/bootstrap/base.html -> build/lib/flask_bootstrap/templates/bootstrap copying flask_bootstrap/templates/bootstrap/fixes.html -> build/lib/flask_bootstrap/templates/bootstrap copying flask_bootstrap/templates/bootstrap/google.html -> build/lib/flask_bootstrap/templates/bootstrap copying flask_bootstrap/templates/bootstrap/pagination.html -> build/lib/flask_bootstrap/templates/bootstrap copying flask_bootstrap/templates/bootstrap/utils.html -> build/lib/flask_bootstrap/templates/bootstrap copying flask_bootstrap/templates/bootstrap/wtf.html -> build/lib/flask_bootstrap/templates/bootstrap >>> py3-flask-bootstrap: 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, pypa/build 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/testing/py3-flask-bootstrap/pkg creating /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap creating /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr creating /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib creating /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap creating /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/templates creating /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/templates/bootstrap copying build/lib/flask_bootstrap/templates/bootstrap/wtf.html -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/templates/bootstrap copying build/lib/flask_bootstrap/templates/bootstrap/pagination.html -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/templates/bootstrap copying build/lib/flask_bootstrap/templates/bootstrap/fixes.html -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/templates/bootstrap copying build/lib/flask_bootstrap/templates/bootstrap/utils.html -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/templates/bootstrap copying build/lib/flask_bootstrap/templates/bootstrap/base.html -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/templates/bootstrap copying build/lib/flask_bootstrap/templates/bootstrap/google.html -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/templates/bootstrap copying build/lib/flask_bootstrap/forms.py -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap copying build/lib/flask_bootstrap/__init__.py -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap copying build/lib/flask_bootstrap/nav.py -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap creating /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static creating /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static/css copying build/lib/flask_bootstrap/static/css/bootstrap.min.css -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static/css copying build/lib/flask_bootstrap/static/css/bootstrap-theme.min.css -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static/css copying build/lib/flask_bootstrap/static/css/bootstrap-theme.css -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static/css copying build/lib/flask_bootstrap/static/css/bootstrap.css.map -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static/css copying build/lib/flask_bootstrap/static/css/bootstrap-theme.css.map -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static/css copying build/lib/flask_bootstrap/static/css/bootstrap.css -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static/css creating /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static/fonts copying build/lib/flask_bootstrap/static/fonts/glyphicons-halflings-regular.svg -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static/fonts copying build/lib/flask_bootstrap/static/fonts/glyphicons-halflings-regular.eot -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static/fonts copying build/lib/flask_bootstrap/static/fonts/glyphicons-halflings-regular.ttf -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static/fonts copying build/lib/flask_bootstrap/static/fonts/glyphicons-halflings-regular.woff2 -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static/fonts copying build/lib/flask_bootstrap/static/fonts/glyphicons-halflings-regular.woff -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static/fonts copying build/lib/flask_bootstrap/static/jquery.min.js -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static copying build/lib/flask_bootstrap/static/jquery.js -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static creating /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static/js copying build/lib/flask_bootstrap/static/js/bootstrap.min.js -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static/js copying build/lib/flask_bootstrap/static/js/npm.js -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static/js copying build/lib/flask_bootstrap/static/js/bootstrap.js -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static/js copying build/lib/flask_bootstrap/static/jquery.min.map -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/static byte-compiling /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/forms.py to forms.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/nav.py to nav.cpython-311.pyc running install_egg_info running egg_info writing Flask_Bootstrap.egg-info/PKG-INFO writing dependency_links to Flask_Bootstrap.egg-info/dependency_links.txt writing requirements to Flask_Bootstrap.egg-info/requires.txt writing top-level names to Flask_Bootstrap.egg-info/top_level.txt reading manifest file 'Flask_Bootstrap.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'Flask_Bootstrap.egg-info/SOURCES.txt' Copying Flask_Bootstrap.egg-info to /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/Flask_Bootstrap-3.3.7.1-py3.11.egg-info running install_scripts >>> py3-flask-bootstrap-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap/__pycache__' -> '/home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap-pyc/usr/lib/python3.11/site-packages/flask_bootstrap/__pycache__' >>> py3-flask-bootstrap-pyc*: Preparing subpackage py3-flask-bootstrap-pyc... >>> py3-flask-bootstrap-pyc*: Running postcheck for py3-flask-bootstrap-pyc >>> py3-flask-bootstrap*: Running postcheck for py3-flask-bootstrap >>> py3-flask-bootstrap*: Preparing package py3-flask-bootstrap... >>> py3-flask-bootstrap-pyc*: Tracing dependencies... python3 py3-flask py3-dominate py3-visitor python3~3.11 >>> py3-flask-bootstrap-pyc*: Package size: 56.0 KB >>> py3-flask-bootstrap-pyc*: Compressing data... >>> py3-flask-bootstrap-pyc*: Create checksum... >>> py3-flask-bootstrap-pyc*: Create py3-flask-bootstrap-pyc-3.3.7.1-r6.apk >>> py3-flask-bootstrap*: Tracing dependencies... python3 py3-flask py3-dominate py3-visitor python3~3.11 >>> py3-flask-bootstrap*: Package size: 1.7 MB >>> py3-flask-bootstrap*: Compressing data... >>> py3-flask-bootstrap*: Create checksum... >>> py3-flask-bootstrap*: Create py3-flask-bootstrap-3.3.7.1-r6.apk >>> py3-flask-bootstrap: Build complete at Mon, 01 May 2023 11:14:01 +0000 elapsed time 0h 0m 13s >>> py3-flask-bootstrap: Cleaning up srcdir >>> py3-flask-bootstrap: Cleaning up pkgdir >>> py3-flask-bootstrap: Uninstalling dependencies... (1/32) Purging .makedepends-py3-flask-bootstrap (20230501.111353) (2/32) Purging py3-flask-pyc (2.2.3-r1) (3/32) Purging py3-flask (2.2.3-r1) (4/32) Purging py3-click-pyc (8.1.3-r2) (5/32) Purging py3-click (8.1.3-r2) (6/32) Purging py3-itsdangerous-pyc (2.1.2-r2) (7/32) Purging py3-itsdangerous (2.1.2-r2) (8/32) Purging py3-jinja2-pyc (3.1.2-r2) (9/32) Purging py3-jinja2 (3.1.2-r2) (10/32) Purging py3-werkzeug-pyc (2.2.3-r1) (11/32) Purging py3-werkzeug (2.2.3-r1) (12/32) Purging py3-markupsafe-pyc (2.1.2-r1) (13/32) Purging py3-markupsafe (2.1.2-r1) (14/32) Purging py3-dominate-pyc (2.7.0-r2) (15/32) Purging py3-dominate (2.7.0-r2) (16/32) Purging py3-visitor (0.1.3-r4) (17/32) Purging py3-setuptools-pyc (67.7.2-r0) (18/32) Purging py3-setuptools (67.7.2-r0) (19/32) Purging py3-packaging-pyc (23.1-r1) (20/32) Purging py3-packaging (23.1-r1) (21/32) Purging py3-parsing-pyc (3.0.9-r2) (22/32) Purging py3-parsing (3.0.9-r2) (23/32) Purging python3-pyc (3.11.3-r10) (24/32) Purging python3-pycache-pyc0 (3.11.3-r10) (25/32) Purging pyc (0.1-r0) (26/32) Purging python3 (3.11.3-r10) (27/32) Purging gdbm (1.23-r1) (28/32) Purging libbz2 (1.0.8-r5) (29/32) Purging libpanelw (6.4_p20230429-r0) (30/32) Purging mpdecimal (2.5.1-r2) (31/32) Purging readline (8.2.1-r1) (32/32) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r8.trigger OK: 966 MiB in 103 packages >>> py3-flask-bootstrap: Updating the testing/riscv64 repository index... >>> py3-flask-bootstrap: Signing the index...