>>> py3-flask-bootstrap: Building testing/py3-flask-bootstrap 3.3.7.1-r8 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 19:47:03 +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 py3-gpep517 py3-wheel (1/41) Installing libffi (3.4.6-r0) (2/41) Installing gdbm (1.23-r1) (3/41) Installing mpdecimal (4.0.0-r0) (4/41) Installing libpanelw (6.4_p20240330-r0) (5/41) Installing readline (8.2.10-r0) (6/41) Installing sqlite-libs (3.45.2-r0) (7/41) Installing python3 (3.12.3-r0) (8/41) Installing python3-pycache-pyc0 (3.12.3-r0) (9/41) Installing pyc (3.12.3-r0) (10/41) Installing python3-pyc (3.12.3-r0) (11/41) Installing py3-blinker (1.7.0-r1) (12/41) Installing py3-blinker-pyc (1.7.0-r1) (13/41) Installing py3-click (8.1.7-r2) (14/41) Installing py3-click-pyc (8.1.7-r2) (15/41) Installing py3-itsdangerous (2.1.2-r4) (16/41) Installing py3-itsdangerous-pyc (2.1.2-r4) (17/41) Installing py3-markupsafe (2.1.5-r1) (18/41) Installing py3-markupsafe-pyc (2.1.5-r1) (19/41) Installing py3-jinja2 (3.1.3-r1) (20/41) Installing py3-jinja2-pyc (3.1.3-r1) (21/41) Installing py3-werkzeug (3.0.1-r1) (22/41) Installing py3-werkzeug-pyc (3.0.1-r1) (23/41) Installing py3-flask (3.0.2-r1) (24/41) Installing py3-flask-pyc (3.0.2-r1) (25/41) Installing py3-dominate (2.9.1-r1) (26/41) Installing py3-dominate-pyc (2.9.1-r1) (27/41) Installing py3-visitor (0.1.3-r6) (28/41) Installing py3-visitor-pyc (0.1.3-r6) (29/41) Installing py3-parsing (3.1.2-r1) (30/41) Installing py3-parsing-pyc (3.1.2-r1) (31/41) Installing py3-packaging (24.0-r1) (32/41) Installing py3-packaging-pyc (24.0-r1) (33/41) Installing py3-setuptools (69.2.0-r2) (34/41) Installing py3-setuptools-pyc (69.2.0-r2) (35/41) Installing py3-installer (0.7.0-r2) (36/41) Installing py3-installer-pyc (0.7.0-r2) (37/41) Installing py3-gpep517 (15-r2) (38/41) Installing py3-gpep517-pyc (15-r2) (39/41) Installing py3-wheel (0.42.0-r1) (40/41) Installing py3-wheel-pyc (0.42.0-r1) (41/41) Installing .makedepends-py3-flask-bootstrap (20240415.194705) Executing busybox-1.36.1-r25.trigger OK: 322 MiB in 151 packages >>> py3-flask-bootstrap: Cleaning up srcdir >>> py3-flask-bootstrap: Cleaning up pkgdir >>> py3-flask-bootstrap: Cleaning up tmpdir >>> 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... 2024-04-15 19:47:06,588 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-04-15 19:47:06,631 root INFO running bdist_wheel 2024-04-15 19:47:06,658 root INFO running build 2024-04-15 19:47:06,658 root INFO running build_py 2024-04-15 19:47:06,662 root INFO creating build 2024-04-15 19:47:06,663 root INFO creating build/lib 2024-04-15 19:47:06,663 root INFO creating build/lib/flask_bootstrap 2024-04-15 19:47:06,663 root INFO copying flask_bootstrap/nav.py -> build/lib/flask_bootstrap 2024-04-15 19:47:06,663 root INFO copying flask_bootstrap/__init__.py -> build/lib/flask_bootstrap 2024-04-15 19:47:06,663 root INFO copying flask_bootstrap/forms.py -> build/lib/flask_bootstrap 2024-04-15 19:47:06,663 root INFO running egg_info 2024-04-15 19:47:06,666 root INFO writing Flask_Bootstrap.egg-info/PKG-INFO 2024-04-15 19:47:06,667 root INFO writing dependency_links to Flask_Bootstrap.egg-info/dependency_links.txt 2024-04-15 19:47:06,667 root INFO writing requirements to Flask_Bootstrap.egg-info/requires.txt 2024-04-15 19:47:06,667 root INFO writing top-level names to Flask_Bootstrap.egg-info/top_level.txt 2024-04-15 19:47:06,671 root INFO reading manifest file 'Flask_Bootstrap.egg-info/SOURCES.txt' 2024-04-15 19:47:06,672 root INFO reading manifest template 'MANIFEST.in' 2024-04-15 19:47:06,676 root INFO writing manifest file 'Flask_Bootstrap.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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.12/site-packages/setuptools/command/build_py.py:207: _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.12/site-packages/setuptools/command/build_py.py:207: _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.12/site-packages/setuptools/command/build_py.py:207: _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.12/site-packages/setuptools/command/build_py.py:207: _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) 2024-04-15 19:47:06,679 root INFO creating build/lib/flask_bootstrap/static 2024-04-15 19:47:06,679 root INFO copying flask_bootstrap/static/jquery.js -> build/lib/flask_bootstrap/static 2024-04-15 19:47:06,679 root INFO copying flask_bootstrap/static/jquery.min.js -> build/lib/flask_bootstrap/static 2024-04-15 19:47:06,679 root INFO copying flask_bootstrap/static/jquery.min.map -> build/lib/flask_bootstrap/static 2024-04-15 19:47:06,680 root INFO creating build/lib/flask_bootstrap/static/css 2024-04-15 19:47:06,680 root INFO copying flask_bootstrap/static/css/bootstrap-theme.css -> build/lib/flask_bootstrap/static/css 2024-04-15 19:47:06,680 root INFO copying flask_bootstrap/static/css/bootstrap-theme.css.map -> build/lib/flask_bootstrap/static/css 2024-04-15 19:47:06,680 root INFO copying flask_bootstrap/static/css/bootstrap-theme.min.css -> build/lib/flask_bootstrap/static/css 2024-04-15 19:47:06,681 root INFO copying flask_bootstrap/static/css/bootstrap.css -> build/lib/flask_bootstrap/static/css 2024-04-15 19:47:06,681 root INFO copying flask_bootstrap/static/css/bootstrap.css.map -> build/lib/flask_bootstrap/static/css 2024-04-15 19:47:06,681 root INFO copying flask_bootstrap/static/css/bootstrap.min.css -> build/lib/flask_bootstrap/static/css 2024-04-15 19:47:06,682 root INFO creating build/lib/flask_bootstrap/static/fonts 2024-04-15 19:47:06,682 root INFO copying flask_bootstrap/static/fonts/glyphicons-halflings-regular.eot -> build/lib/flask_bootstrap/static/fonts 2024-04-15 19:47:06,682 root INFO copying flask_bootstrap/static/fonts/glyphicons-halflings-regular.svg -> build/lib/flask_bootstrap/static/fonts 2024-04-15 19:47:06,682 root INFO copying flask_bootstrap/static/fonts/glyphicons-halflings-regular.ttf -> build/lib/flask_bootstrap/static/fonts 2024-04-15 19:47:06,683 root INFO copying flask_bootstrap/static/fonts/glyphicons-halflings-regular.woff -> build/lib/flask_bootstrap/static/fonts 2024-04-15 19:47:06,683 root INFO copying flask_bootstrap/static/fonts/glyphicons-halflings-regular.woff2 -> build/lib/flask_bootstrap/static/fonts 2024-04-15 19:47:06,683 root INFO creating build/lib/flask_bootstrap/static/js 2024-04-15 19:47:06,683 root INFO copying flask_bootstrap/static/js/bootstrap.js -> build/lib/flask_bootstrap/static/js 2024-04-15 19:47:06,684 root INFO copying flask_bootstrap/static/js/bootstrap.min.js -> build/lib/flask_bootstrap/static/js 2024-04-15 19:47:06,684 root INFO copying flask_bootstrap/static/js/npm.js -> build/lib/flask_bootstrap/static/js 2024-04-15 19:47:06,684 root INFO creating build/lib/flask_bootstrap/templates 2024-04-15 19:47:06,684 root INFO creating build/lib/flask_bootstrap/templates/bootstrap 2024-04-15 19:47:06,684 root INFO copying flask_bootstrap/templates/bootstrap/base.html -> build/lib/flask_bootstrap/templates/bootstrap 2024-04-15 19:47:06,684 root INFO copying flask_bootstrap/templates/bootstrap/fixes.html -> build/lib/flask_bootstrap/templates/bootstrap 2024-04-15 19:47:06,685 root INFO copying flask_bootstrap/templates/bootstrap/google.html -> build/lib/flask_bootstrap/templates/bootstrap 2024-04-15 19:47:06,685 root INFO copying flask_bootstrap/templates/bootstrap/pagination.html -> build/lib/flask_bootstrap/templates/bootstrap 2024-04-15 19:47:06,685 root INFO copying flask_bootstrap/templates/bootstrap/utils.html -> build/lib/flask_bootstrap/templates/bootstrap 2024-04-15 19:47:06,685 root INFO copying flask_bootstrap/templates/bootstrap/wtf.html -> build/lib/flask_bootstrap/templates/bootstrap 2024-04-15 19:47:06,694 wheel INFO installing to build/bdist.linux-ppc64le/wheel 2024-04-15 19:47:06,694 root INFO running install 2024-04-15 19:47:06,718 root INFO running install_lib 2024-04-15 19:47:06,723 root INFO creating build/bdist.linux-ppc64le 2024-04-15 19:47:06,723 root INFO creating build/bdist.linux-ppc64le/wheel 2024-04-15 19:47:06,723 root INFO creating build/bdist.linux-ppc64le/wheel/flask_bootstrap 2024-04-15 19:47:06,723 root INFO creating build/bdist.linux-ppc64le/wheel/flask_bootstrap/static 2024-04-15 19:47:06,723 root INFO creating build/bdist.linux-ppc64le/wheel/flask_bootstrap/static/fonts 2024-04-15 19:47:06,723 root INFO copying build/lib/flask_bootstrap/static/fonts/glyphicons-halflings-regular.eot -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/static/fonts 2024-04-15 19:47:06,724 root INFO copying build/lib/flask_bootstrap/static/fonts/glyphicons-halflings-regular.woff -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/static/fonts 2024-04-15 19:47:06,724 root INFO copying build/lib/flask_bootstrap/static/fonts/glyphicons-halflings-regular.svg -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/static/fonts 2024-04-15 19:47:06,724 root INFO copying build/lib/flask_bootstrap/static/fonts/glyphicons-halflings-regular.ttf -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/static/fonts 2024-04-15 19:47:06,724 root INFO copying build/lib/flask_bootstrap/static/fonts/glyphicons-halflings-regular.woff2 -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/static/fonts 2024-04-15 19:47:06,725 root INFO copying build/lib/flask_bootstrap/static/jquery.min.js -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/static 2024-04-15 19:47:06,725 root INFO copying build/lib/flask_bootstrap/static/jquery.min.map -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/static 2024-04-15 19:47:06,725 root INFO creating build/bdist.linux-ppc64le/wheel/flask_bootstrap/static/js 2024-04-15 19:47:06,725 root INFO copying build/lib/flask_bootstrap/static/js/bootstrap.min.js -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/static/js 2024-04-15 19:47:06,726 root INFO copying build/lib/flask_bootstrap/static/js/npm.js -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/static/js 2024-04-15 19:47:06,726 root INFO copying build/lib/flask_bootstrap/static/js/bootstrap.js -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/static/js 2024-04-15 19:47:06,726 root INFO copying build/lib/flask_bootstrap/static/jquery.js -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/static 2024-04-15 19:47:06,726 root INFO creating build/bdist.linux-ppc64le/wheel/flask_bootstrap/static/css 2024-04-15 19:47:06,727 root INFO copying build/lib/flask_bootstrap/static/css/bootstrap.css.map -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/static/css 2024-04-15 19:47:06,727 root INFO copying build/lib/flask_bootstrap/static/css/bootstrap.css -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/static/css 2024-04-15 19:47:06,727 root INFO copying build/lib/flask_bootstrap/static/css/bootstrap-theme.min.css -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/static/css 2024-04-15 19:47:06,728 root INFO copying build/lib/flask_bootstrap/static/css/bootstrap.min.css -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/static/css 2024-04-15 19:47:06,728 root INFO copying build/lib/flask_bootstrap/static/css/bootstrap-theme.css -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/static/css 2024-04-15 19:47:06,728 root INFO copying build/lib/flask_bootstrap/static/css/bootstrap-theme.css.map -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/static/css 2024-04-15 19:47:06,728 root INFO copying build/lib/flask_bootstrap/nav.py -> build/bdist.linux-ppc64le/wheel/flask_bootstrap 2024-04-15 19:47:06,729 root INFO creating build/bdist.linux-ppc64le/wheel/flask_bootstrap/templates 2024-04-15 19:47:06,729 root INFO creating build/bdist.linux-ppc64le/wheel/flask_bootstrap/templates/bootstrap 2024-04-15 19:47:06,729 root INFO copying build/lib/flask_bootstrap/templates/bootstrap/google.html -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/templates/bootstrap 2024-04-15 19:47:06,729 root INFO copying build/lib/flask_bootstrap/templates/bootstrap/fixes.html -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/templates/bootstrap 2024-04-15 19:47:06,729 root INFO copying build/lib/flask_bootstrap/templates/bootstrap/wtf.html -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/templates/bootstrap 2024-04-15 19:47:06,730 root INFO copying build/lib/flask_bootstrap/templates/bootstrap/base.html -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/templates/bootstrap 2024-04-15 19:47:06,730 root INFO copying build/lib/flask_bootstrap/templates/bootstrap/utils.html -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/templates/bootstrap 2024-04-15 19:47:06,730 root INFO copying build/lib/flask_bootstrap/templates/bootstrap/pagination.html -> build/bdist.linux-ppc64le/wheel/flask_bootstrap/templates/bootstrap 2024-04-15 19:47:06,730 root INFO copying build/lib/flask_bootstrap/__init__.py -> build/bdist.linux-ppc64le/wheel/flask_bootstrap 2024-04-15 19:47:06,730 root INFO copying build/lib/flask_bootstrap/forms.py -> build/bdist.linux-ppc64le/wheel/flask_bootstrap 2024-04-15 19:47:06,731 root INFO running install_egg_info 2024-04-15 19:47:06,737 root INFO Copying Flask_Bootstrap.egg-info to build/bdist.linux-ppc64le/wheel/Flask_Bootstrap-3.3.7.1-py3.12.egg-info 2024-04-15 19:47:06,738 root INFO running install_scripts 2024-04-15 19:47:06,741 wheel INFO creating build/bdist.linux-ppc64le/wheel/Flask_Bootstrap-3.3.7.1.dist-info/WHEEL 2024-04-15 19:47:06,741 wheel INFO creating '/home/buildozer/aports/testing/py3-flask-bootstrap/src/Flask-Bootstrap-3.3.7.1/.dist/.tmp-9kpgk_3l/Flask_Bootstrap-3.3.7.1-py3-none-any.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2024-04-15 19:47:06,742 wheel INFO adding 'flask_bootstrap/__init__.py' 2024-04-15 19:47:06,742 wheel INFO adding 'flask_bootstrap/forms.py' 2024-04-15 19:47:06,743 wheel INFO adding 'flask_bootstrap/nav.py' 2024-04-15 19:47:06,743 wheel INFO adding 'flask_bootstrap/static/jquery.js' 2024-04-15 19:47:06,744 wheel INFO adding 'flask_bootstrap/static/jquery.min.js' 2024-04-15 19:47:06,745 wheel INFO adding 'flask_bootstrap/static/jquery.min.map' 2024-04-15 19:47:06,746 wheel INFO adding 'flask_bootstrap/static/css/bootstrap-theme.css' 2024-04-15 19:47:06,746 wheel INFO adding 'flask_bootstrap/static/css/bootstrap-theme.css.map' 2024-04-15 19:47:06,747 wheel INFO adding 'flask_bootstrap/static/css/bootstrap-theme.min.css' 2024-04-15 19:47:06,747 wheel INFO adding 'flask_bootstrap/static/css/bootstrap.css' 2024-04-15 19:47:06,748 wheel INFO adding 'flask_bootstrap/static/css/bootstrap.css.map' 2024-04-15 19:47:06,750 wheel INFO adding 'flask_bootstrap/static/css/bootstrap.min.css' 2024-04-15 19:47:06,751 wheel INFO adding 'flask_bootstrap/static/fonts/glyphicons-halflings-regular.eot' 2024-04-15 19:47:06,751 wheel INFO adding 'flask_bootstrap/static/fonts/glyphicons-halflings-regular.svg' 2024-04-15 19:47:06,752 wheel INFO adding 'flask_bootstrap/static/fonts/glyphicons-halflings-regular.ttf' 2024-04-15 19:47:06,752 wheel INFO adding 'flask_bootstrap/static/fonts/glyphicons-halflings-regular.woff' 2024-04-15 19:47:06,753 wheel INFO adding 'flask_bootstrap/static/fonts/glyphicons-halflings-regular.woff2' 2024-04-15 19:47:06,753 wheel INFO adding 'flask_bootstrap/static/js/bootstrap.js' 2024-04-15 19:47:06,753 wheel INFO adding 'flask_bootstrap/static/js/bootstrap.min.js' 2024-04-15 19:47:06,754 wheel INFO adding 'flask_bootstrap/static/js/npm.js' 2024-04-15 19:47:06,754 wheel INFO adding 'flask_bootstrap/templates/bootstrap/base.html' 2024-04-15 19:47:06,754 wheel INFO adding 'flask_bootstrap/templates/bootstrap/fixes.html' 2024-04-15 19:47:06,754 wheel INFO adding 'flask_bootstrap/templates/bootstrap/google.html' 2024-04-15 19:47:06,755 wheel INFO adding 'flask_bootstrap/templates/bootstrap/pagination.html' 2024-04-15 19:47:06,755 wheel INFO adding 'flask_bootstrap/templates/bootstrap/utils.html' 2024-04-15 19:47:06,755 wheel INFO adding 'flask_bootstrap/templates/bootstrap/wtf.html' 2024-04-15 19:47:06,755 wheel INFO adding 'Flask_Bootstrap-3.3.7.1.dist-info/METADATA' 2024-04-15 19:47:06,755 wheel INFO adding 'Flask_Bootstrap-3.3.7.1.dist-info/WHEEL' 2024-04-15 19:47:06,756 wheel INFO adding 'Flask_Bootstrap-3.3.7.1.dist-info/top_level.txt' 2024-04-15 19:47:06,756 wheel INFO adding 'Flask_Bootstrap-3.3.7.1.dist-info/RECORD' 2024-04-15 19:47:06,756 wheel INFO removing build/bdist.linux-ppc64le/wheel 2024-04-15 19:47:06,758 gpep517 INFO The backend produced .dist/Flask_Bootstrap-3.3.7.1-py3-none-any.whl Flask_Bootstrap-3.3.7.1-py3-none-any.whl >>> 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... 2024-04-15 19:47:06,972 gpep517 INFO Installing .dist/Flask_Bootstrap-3.3.7.1-py3-none-any.whl into /home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap 2024-04-15 19:47:07,007 gpep517 INFO Installation complete >>> py3-flask-bootstrap-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap/usr/lib/python3.12/site-packages/flask_bootstrap/__pycache__' -> '/home/buildozer/aports/testing/py3-flask-bootstrap/pkg/py3-flask-bootstrap-pyc/usr/lib/python3.12/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.12 >>> 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-r8.apk >>> py3-flask-bootstrap*: Tracing dependencies... python3 py3-flask py3-dominate py3-visitor python3~3.12 >>> 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-r8.apk >>> py3-flask-bootstrap: Build complete at Mon, 15 Apr 2024 19:47:07 +0000 elapsed time 0h 0m 4s >>> py3-flask-bootstrap: Cleaning up srcdir >>> py3-flask-bootstrap: Cleaning up pkgdir >>> py3-flask-bootstrap: Uninstalling dependencies... (1/41) Purging .makedepends-py3-flask-bootstrap (20240415.194705) (2/41) Purging py3-flask-pyc (3.0.2-r1) (3/41) Purging py3-flask (3.0.2-r1) (4/41) Purging py3-blinker-pyc (1.7.0-r1) (5/41) Purging py3-blinker (1.7.0-r1) (6/41) Purging py3-click-pyc (8.1.7-r2) (7/41) Purging py3-click (8.1.7-r2) (8/41) Purging py3-itsdangerous-pyc (2.1.2-r4) (9/41) Purging py3-itsdangerous (2.1.2-r4) (10/41) Purging py3-jinja2-pyc (3.1.3-r1) (11/41) Purging py3-jinja2 (3.1.3-r1) (12/41) Purging py3-werkzeug-pyc (3.0.1-r1) (13/41) Purging py3-werkzeug (3.0.1-r1) (14/41) Purging py3-markupsafe-pyc (2.1.5-r1) (15/41) Purging py3-markupsafe (2.1.5-r1) (16/41) Purging py3-dominate-pyc (2.9.1-r1) (17/41) Purging py3-dominate (2.9.1-r1) (18/41) Purging py3-visitor-pyc (0.1.3-r6) (19/41) Purging py3-visitor (0.1.3-r6) (20/41) Purging py3-setuptools-pyc (69.2.0-r2) (21/41) Purging py3-setuptools (69.2.0-r2) (22/41) Purging py3-gpep517-pyc (15-r2) (23/41) Purging py3-gpep517 (15-r2) (24/41) Purging py3-installer-pyc (0.7.0-r2) (25/41) Purging py3-installer (0.7.0-r2) (26/41) Purging py3-wheel-pyc (0.42.0-r1) (27/41) Purging py3-wheel (0.42.0-r1) (28/41) Purging py3-packaging-pyc (24.0-r1) (29/41) Purging py3-packaging (24.0-r1) (30/41) Purging py3-parsing-pyc (3.1.2-r1) (31/41) Purging py3-parsing (3.1.2-r1) (32/41) Purging python3-pyc (3.12.3-r0) (33/41) Purging python3-pycache-pyc0 (3.12.3-r0) (34/41) Purging pyc (3.12.3-r0) (35/41) Purging python3 (3.12.3-r0) (36/41) Purging gdbm (1.23-r1) (37/41) Purging libffi (3.4.6-r0) (38/41) Purging libpanelw (6.4_p20240330-r0) (39/41) Purging mpdecimal (4.0.0-r0) (40/41) Purging readline (8.2.10-r0) (41/41) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 263 MiB in 110 packages >>> py3-flask-bootstrap: Updating the testing/ppc64le repository index... >>> py3-flask-bootstrap: Signing the index...