>>> py3-flask-bootstrap: Building testing/py3-flask-bootstrap 3.3.7.1-r6 (using abuild 3.11.0_rc13-r0) started Sat, 22 Apr 2023 16:01:34 +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/34) Installing libbz2 (1.0.8-r5) (2/34) Installing libffi (3.4.4-r2) (3/34) Installing gdbm (1.23-r1) (4/34) Installing xz-libs (5.4.2-r1) (5/34) Installing mpdecimal (2.5.1-r2) (6/34) Installing libpanelw (6.4_p20230401-r5) (7/34) Installing readline (8.2.1-r1) (8/34) Installing sqlite-libs (3.41.2-r2) (9/34) Installing python3 (3.11.3-r10) (10/34) Installing python3-pycache-pyc0 (3.11.3-r10) (11/34) Installing pyc (0.1-r0) (12/34) Installing python3-pyc (3.11.3-r10) (13/34) Installing py3-click (8.1.3-r2) (14/34) Installing py3-click-pyc (8.1.3-r2) (15/34) Installing py3-itsdangerous (2.1.2-r2) (16/34) Installing py3-itsdangerous-pyc (2.1.2-r2) (17/34) Installing py3-markupsafe (2.1.2-r1) (18/34) Installing py3-markupsafe-pyc (2.1.2-r1) (19/34) Installing py3-jinja2 (3.1.2-r2) (20/34) Installing py3-jinja2-pyc (3.1.2-r2) (21/34) Installing py3-werkzeug (2.2.3-r1) (22/34) Installing py3-werkzeug-pyc (2.2.3-r1) (23/34) Installing py3-flask (2.2.3-r1) (24/34) Installing py3-flask-pyc (2.2.3-r1) (25/34) Installing py3-dominate (2.7.0-r2) (26/34) Installing py3-dominate-pyc (2.7.0-r2) (27/34) Installing py3-visitor (0.1.3-r4) (28/34) Installing py3-parsing (3.0.9-r2) (29/34) Installing py3-parsing-pyc (3.0.9-r2) (30/34) Installing py3-packaging (23.1-r1) (31/34) Installing py3-packaging-pyc (23.1-r1) (32/34) Installing py3-setuptools (67.7.1-r0) (33/34) Installing py3-setuptools-pyc (67.7.1-r0) (34/34) Installing .makedepends-py3-flask-bootstrap (20230422.160135) Executing busybox-1.36.0-r7.trigger OK: 467 MiB in 133 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/edge/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/__init__.py -> build/lib/flask_bootstrap copying flask_bootstrap/forms.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 >>> WARNING: py3-flask-bootstrap: 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-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 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/forms.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.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 -> /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 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.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.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/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/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.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/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.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/jquery.min.map -> /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.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/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/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/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/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/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/nav.py -> /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.11/site-packages/flask_bootstrap 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/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/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 Sat, 22 Apr 2023 16:01:36 +0000 elapsed time 0h 0m 2s >>> py3-flask-bootstrap: Cleaning up srcdir >>> py3-flask-bootstrap: Cleaning up pkgdir >>> py3-flask-bootstrap: Uninstalling dependencies... (1/34) Purging .makedepends-py3-flask-bootstrap (20230422.160135) (2/34) Purging py3-flask-pyc (2.2.3-r1) (3/34) Purging py3-flask (2.2.3-r1) (4/34) Purging py3-click-pyc (8.1.3-r2) (5/34) Purging py3-click (8.1.3-r2) (6/34) Purging py3-itsdangerous-pyc (2.1.2-r2) (7/34) Purging py3-itsdangerous (2.1.2-r2) (8/34) Purging py3-jinja2-pyc (3.1.2-r2) (9/34) Purging py3-jinja2 (3.1.2-r2) (10/34) Purging py3-werkzeug-pyc (2.2.3-r1) (11/34) Purging py3-werkzeug (2.2.3-r1) (12/34) Purging py3-markupsafe-pyc (2.1.2-r1) (13/34) Purging py3-markupsafe (2.1.2-r1) (14/34) Purging py3-dominate-pyc (2.7.0-r2) (15/34) Purging py3-dominate (2.7.0-r2) (16/34) Purging py3-visitor (0.1.3-r4) (17/34) Purging py3-setuptools-pyc (67.7.1-r0) (18/34) Purging py3-setuptools (67.7.1-r0) (19/34) Purging py3-packaging-pyc (23.1-r1) (20/34) Purging py3-packaging (23.1-r1) (21/34) Purging py3-parsing-pyc (3.0.9-r2) (22/34) Purging py3-parsing (3.0.9-r2) (23/34) Purging python3-pyc (3.11.3-r10) (24/34) Purging python3-pycache-pyc0 (3.11.3-r10) (25/34) Purging pyc (0.1-r0) (26/34) Purging python3 (3.11.3-r10) (27/34) Purging gdbm (1.23-r1) (28/34) Purging libbz2 (1.0.8-r5) (29/34) Purging libffi (3.4.4-r2) (30/34) Purging libpanelw (6.4_p20230401-r5) (31/34) Purging mpdecimal (2.5.1-r2) (32/34) Purging readline (8.2.1-r1) (33/34) Purging sqlite-libs (3.41.2-r2) (34/34) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 408 MiB in 99 packages >>> py3-flask-bootstrap: Updating the testing/aarch64 repository index... >>> py3-flask-bootstrap: Signing the index...