>>> py3-flask-bootstrap: Building testing/py3-flask-bootstrap 3.3.7.1-r8 (using abuild 3.13.0-r3) started Thu, 25 Apr 2024 14:04:57 +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/43) Installing libbz2 (1.0.8-r6) (2/43) Installing libffi (3.4.6-r0) (3/43) Installing gdbm (1.23-r1) (4/43) Installing xz-libs (5.6.1-r3) (5/43) Installing mpdecimal (4.0.0-r0) (6/43) Installing libpanelw (6.4_p20240330-r0) (7/43) Installing readline (8.2.10-r0) (8/43) Installing sqlite-libs (3.45.3-r0) (9/43) Installing python3 (3.12.3-r1) (10/43) Installing python3-pycache-pyc0 (3.12.3-r1) (11/43) Installing pyc (3.12.3-r1) (12/43) Installing python3-pyc (3.12.3-r1) (13/43) Installing py3-blinker (1.7.0-r1) (14/43) Installing py3-blinker-pyc (1.7.0-r1) (15/43) Installing py3-click (8.1.7-r2) (16/43) Installing py3-click-pyc (8.1.7-r2) (17/43) Installing py3-itsdangerous (2.1.2-r4) (18/43) Installing py3-itsdangerous-pyc (2.1.2-r4) (19/43) Installing py3-markupsafe (2.1.5-r1) (20/43) Installing py3-markupsafe-pyc (2.1.5-r1) (21/43) Installing py3-jinja2 (3.1.3-r1) (22/43) Installing py3-jinja2-pyc (3.1.3-r1) (23/43) Installing py3-werkzeug (3.0.2-r0) (24/43) Installing py3-werkzeug-pyc (3.0.2-r0) (25/43) Installing py3-flask (3.0.2-r1) (26/43) Installing py3-flask-pyc (3.0.2-r1) (27/43) Installing py3-dominate (2.9.1-r1) (28/43) Installing py3-dominate-pyc (2.9.1-r1) (29/43) Installing py3-visitor (0.1.3-r6) (30/43) Installing py3-visitor-pyc (0.1.3-r6) (31/43) Installing py3-parsing (3.1.2-r1) (32/43) Installing py3-parsing-pyc (3.1.2-r1) (33/43) Installing py3-packaging (24.0-r1) (34/43) Installing py3-packaging-pyc (24.0-r1) (35/43) Installing py3-setuptools (69.5.1-r0) (36/43) Installing py3-setuptools-pyc (69.5.1-r0) (37/43) Installing py3-installer (0.7.0-r2) (38/43) Installing py3-installer-pyc (0.7.0-r2) (39/43) Installing py3-gpep517 (15-r2) (40/43) Installing py3-gpep517-pyc (15-r2) (41/43) Installing py3-wheel (0.42.0-r1) (42/43) Installing py3-wheel-pyc (0.42.0-r1) (43/43) Installing .makedepends-py3-flask-bootstrap (20240425.140502) Executing busybox-1.36.1-r25.trigger OK: 282 MiB in 145 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-25 14:05:04,943 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-04-25 14:05:05,066 root INFO running bdist_wheel 2024-04-25 14:05:05,148 root INFO running build 2024-04-25 14:05:05,149 root INFO running build_py 2024-04-25 14:05:05,162 root INFO creating build 2024-04-25 14:05:05,163 root INFO creating build/lib 2024-04-25 14:05:05,163 root INFO creating build/lib/flask_bootstrap 2024-04-25 14:05:05,164 root INFO copying flask_bootstrap/nav.py -> build/lib/flask_bootstrap 2024-04-25 14:05:05,165 root INFO copying flask_bootstrap/__init__.py -> build/lib/flask_bootstrap 2024-04-25 14:05:05,166 root INFO copying flask_bootstrap/forms.py -> build/lib/flask_bootstrap 2024-04-25 14:05:05,167 root INFO running egg_info 2024-04-25 14:05:05,176 root INFO writing Flask_Bootstrap.egg-info/PKG-INFO 2024-04-25 14:05:05,178 root INFO writing dependency_links to Flask_Bootstrap.egg-info/dependency_links.txt 2024-04-25 14:05:05,179 root INFO writing requirements to Flask_Bootstrap.egg-info/requires.txt 2024-04-25 14:05:05,180 root INFO writing top-level names to Flask_Bootstrap.egg-info/top_level.txt 2024-04-25 14:05:05,191 root INFO reading manifest file 'Flask_Bootstrap.egg-info/SOURCES.txt' 2024-04-25 14:05:05,193 root INFO reading manifest template 'MANIFEST.in' 2024-04-25 14:05:05,201 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-25 14:05:05,210 root INFO creating build/lib/flask_bootstrap/static 2024-04-25 14:05:05,211 root INFO copying flask_bootstrap/static/jquery.js -> build/lib/flask_bootstrap/static 2024-04-25 14:05:05,215 root INFO copying flask_bootstrap/static/jquery.min.js -> build/lib/flask_bootstrap/static 2024-04-25 14:05:05,217 root INFO copying flask_bootstrap/static/jquery.min.map -> build/lib/flask_bootstrap/static 2024-04-25 14:05:05,220 root INFO creating build/lib/flask_bootstrap/static/css 2024-04-25 14:05:05,221 root INFO copying flask_bootstrap/static/css/bootstrap-theme.css -> build/lib/flask_bootstrap/static/css 2024-04-25 14:05:05,222 root INFO copying flask_bootstrap/static/css/bootstrap-theme.css.map -> build/lib/flask_bootstrap/static/css 2024-04-25 14:05:05,224 root INFO copying flask_bootstrap/static/css/bootstrap-theme.min.css -> build/lib/flask_bootstrap/static/css 2024-04-25 14:05:05,225 root INFO copying flask_bootstrap/static/css/bootstrap.css -> build/lib/flask_bootstrap/static/css 2024-04-25 14:05:05,227 root INFO copying flask_bootstrap/static/css/bootstrap.css.map -> build/lib/flask_bootstrap/static/css 2024-04-25 14:05:05,231 root INFO copying flask_bootstrap/static/css/bootstrap.min.css -> build/lib/flask_bootstrap/static/css 2024-04-25 14:05:05,232 root INFO creating build/lib/flask_bootstrap/static/fonts 2024-04-25 14:05:05,233 root INFO copying flask_bootstrap/static/fonts/glyphicons-halflings-regular.eot -> build/lib/flask_bootstrap/static/fonts 2024-04-25 14:05:05,234 root INFO copying flask_bootstrap/static/fonts/glyphicons-halflings-regular.svg -> build/lib/flask_bootstrap/static/fonts 2024-04-25 14:05:05,236 root INFO copying flask_bootstrap/static/fonts/glyphicons-halflings-regular.ttf -> build/lib/flask_bootstrap/static/fonts 2024-04-25 14:05:05,237 root INFO copying flask_bootstrap/static/fonts/glyphicons-halflings-regular.woff -> build/lib/flask_bootstrap/static/fonts 2024-04-25 14:05:05,239 root INFO copying flask_bootstrap/static/fonts/glyphicons-halflings-regular.woff2 -> build/lib/flask_bootstrap/static/fonts 2024-04-25 14:05:05,240 root INFO creating build/lib/flask_bootstrap/static/js 2024-04-25 14:05:05,240 root INFO copying flask_bootstrap/static/js/bootstrap.js -> build/lib/flask_bootstrap/static/js 2024-04-25 14:05:05,242 root INFO copying flask_bootstrap/static/js/bootstrap.min.js -> build/lib/flask_bootstrap/static/js 2024-04-25 14:05:05,243 root INFO copying flask_bootstrap/static/js/npm.js -> build/lib/flask_bootstrap/static/js 2024-04-25 14:05:05,244 root INFO creating build/lib/flask_bootstrap/templates 2024-04-25 14:05:05,244 root INFO creating build/lib/flask_bootstrap/templates/bootstrap 2024-04-25 14:05:05,245 root INFO copying flask_bootstrap/templates/bootstrap/base.html -> build/lib/flask_bootstrap/templates/bootstrap 2024-04-25 14:05:05,246 root INFO copying flask_bootstrap/templates/bootstrap/fixes.html -> build/lib/flask_bootstrap/templates/bootstrap 2024-04-25 14:05:05,247 root INFO copying flask_bootstrap/templates/bootstrap/google.html -> build/lib/flask_bootstrap/templates/bootstrap 2024-04-25 14:05:05,247 root INFO copying flask_bootstrap/templates/bootstrap/pagination.html -> build/lib/flask_bootstrap/templates/bootstrap 2024-04-25 14:05:05,248 root INFO copying flask_bootstrap/templates/bootstrap/utils.html -> build/lib/flask_bootstrap/templates/bootstrap 2024-04-25 14:05:05,249 root INFO copying flask_bootstrap/templates/bootstrap/wtf.html -> build/lib/flask_bootstrap/templates/bootstrap 2024-04-25 14:05:05,275 wheel INFO installing to build/bdist.linux-riscv64/wheel 2024-04-25 14:05:05,275 root INFO running install 2024-04-25 14:05:05,317 root INFO running install_lib 2024-04-25 14:05:05,328 root INFO creating build/bdist.linux-riscv64 2024-04-25 14:05:05,329 root INFO creating build/bdist.linux-riscv64/wheel 2024-04-25 14:05:05,329 root INFO creating build/bdist.linux-riscv64/wheel/flask_bootstrap 2024-04-25 14:05:05,330 root INFO copying build/lib/flask_bootstrap/nav.py -> build/bdist.linux-riscv64/wheel/flask_bootstrap 2024-04-25 14:05:05,331 root INFO creating build/bdist.linux-riscv64/wheel/flask_bootstrap/templates 2024-04-25 14:05:05,331 root INFO creating build/bdist.linux-riscv64/wheel/flask_bootstrap/templates/bootstrap 2024-04-25 14:05:05,332 root INFO copying build/lib/flask_bootstrap/templates/bootstrap/fixes.html -> build/bdist.linux-riscv64/wheel/flask_bootstrap/templates/bootstrap 2024-04-25 14:05:05,333 root INFO copying build/lib/flask_bootstrap/templates/bootstrap/base.html -> build/bdist.linux-riscv64/wheel/flask_bootstrap/templates/bootstrap 2024-04-25 14:05:05,334 root INFO copying build/lib/flask_bootstrap/templates/bootstrap/utils.html -> build/bdist.linux-riscv64/wheel/flask_bootstrap/templates/bootstrap 2024-04-25 14:05:05,334 root INFO copying build/lib/flask_bootstrap/templates/bootstrap/wtf.html -> build/bdist.linux-riscv64/wheel/flask_bootstrap/templates/bootstrap 2024-04-25 14:05:05,335 root INFO copying build/lib/flask_bootstrap/templates/bootstrap/google.html -> build/bdist.linux-riscv64/wheel/flask_bootstrap/templates/bootstrap 2024-04-25 14:05:05,336 root INFO copying build/lib/flask_bootstrap/templates/bootstrap/pagination.html -> build/bdist.linux-riscv64/wheel/flask_bootstrap/templates/bootstrap 2024-04-25 14:05:05,337 root INFO copying build/lib/flask_bootstrap/__init__.py -> build/bdist.linux-riscv64/wheel/flask_bootstrap 2024-04-25 14:05:05,338 root INFO copying build/lib/flask_bootstrap/forms.py -> build/bdist.linux-riscv64/wheel/flask_bootstrap 2024-04-25 14:05:05,339 root INFO creating build/bdist.linux-riscv64/wheel/flask_bootstrap/static 2024-04-25 14:05:05,339 root INFO creating build/bdist.linux-riscv64/wheel/flask_bootstrap/static/css 2024-04-25 14:05:05,340 root INFO copying build/lib/flask_bootstrap/static/css/bootstrap-theme.css.map -> build/bdist.linux-riscv64/wheel/flask_bootstrap/static/css 2024-04-25 14:05:05,341 root INFO copying build/lib/flask_bootstrap/static/css/bootstrap.css.map -> build/bdist.linux-riscv64/wheel/flask_bootstrap/static/css 2024-04-25 14:05:05,344 root INFO copying build/lib/flask_bootstrap/static/css/bootstrap.css -> build/bdist.linux-riscv64/wheel/flask_bootstrap/static/css 2024-04-25 14:05:05,346 root INFO copying build/lib/flask_bootstrap/static/css/bootstrap.min.css -> build/bdist.linux-riscv64/wheel/flask_bootstrap/static/css 2024-04-25 14:05:05,348 root INFO copying build/lib/flask_bootstrap/static/css/bootstrap-theme.min.css -> build/bdist.linux-riscv64/wheel/flask_bootstrap/static/css 2024-04-25 14:05:05,349 root INFO copying build/lib/flask_bootstrap/static/css/bootstrap-theme.css -> build/bdist.linux-riscv64/wheel/flask_bootstrap/static/css 2024-04-25 14:05:05,350 root INFO creating build/bdist.linux-riscv64/wheel/flask_bootstrap/static/fonts 2024-04-25 14:05:05,351 root INFO copying build/lib/flask_bootstrap/static/fonts/glyphicons-halflings-regular.woff -> build/bdist.linux-riscv64/wheel/flask_bootstrap/static/fonts 2024-04-25 14:05:05,352 root INFO copying build/lib/flask_bootstrap/static/fonts/glyphicons-halflings-regular.eot -> build/bdist.linux-riscv64/wheel/flask_bootstrap/static/fonts 2024-04-25 14:05:05,353 root INFO copying build/lib/flask_bootstrap/static/fonts/glyphicons-halflings-regular.svg -> build/bdist.linux-riscv64/wheel/flask_bootstrap/static/fonts 2024-04-25 14:05:05,355 root INFO copying build/lib/flask_bootstrap/static/fonts/glyphicons-halflings-regular.ttf -> build/bdist.linux-riscv64/wheel/flask_bootstrap/static/fonts 2024-04-25 14:05:05,356 root INFO copying build/lib/flask_bootstrap/static/fonts/glyphicons-halflings-regular.woff2 -> build/bdist.linux-riscv64/wheel/flask_bootstrap/static/fonts 2024-04-25 14:05:05,357 root INFO copying build/lib/flask_bootstrap/static/jquery.min.map -> build/bdist.linux-riscv64/wheel/flask_bootstrap/static 2024-04-25 14:05:05,359 root INFO creating build/bdist.linux-riscv64/wheel/flask_bootstrap/static/js 2024-04-25 14:05:05,360 root INFO copying build/lib/flask_bootstrap/static/js/bootstrap.js -> build/bdist.linux-riscv64/wheel/flask_bootstrap/static/js 2024-04-25 14:05:05,361 root INFO copying build/lib/flask_bootstrap/static/js/bootstrap.min.js -> build/bdist.linux-riscv64/wheel/flask_bootstrap/static/js 2024-04-25 14:05:05,362 root INFO copying build/lib/flask_bootstrap/static/js/npm.js -> build/bdist.linux-riscv64/wheel/flask_bootstrap/static/js 2024-04-25 14:05:05,363 root INFO copying build/lib/flask_bootstrap/static/jquery.js -> build/bdist.linux-riscv64/wheel/flask_bootstrap/static 2024-04-25 14:05:05,366 root INFO copying build/lib/flask_bootstrap/static/jquery.min.js -> build/bdist.linux-riscv64/wheel/flask_bootstrap/static 2024-04-25 14:05:05,367 root INFO running install_egg_info 2024-04-25 14:05:05,381 root INFO Copying Flask_Bootstrap.egg-info to build/bdist.linux-riscv64/wheel/Flask_Bootstrap-3.3.7.1-py3.12.egg-info 2024-04-25 14:05:05,385 root INFO running install_scripts 2024-04-25 14:05:05,393 wheel INFO creating build/bdist.linux-riscv64/wheel/Flask_Bootstrap-3.3.7.1.dist-info/WHEEL 2024-04-25 14:05:05,395 wheel INFO creating '/home/buildozer/aports/testing/py3-flask-bootstrap/src/Flask-Bootstrap-3.3.7.1/.dist/.tmp-r362_dgk/Flask_Bootstrap-3.3.7.1-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2024-04-25 14:05:05,396 wheel INFO adding 'flask_bootstrap/__init__.py' 2024-04-25 14:05:05,398 wheel INFO adding 'flask_bootstrap/forms.py' 2024-04-25 14:05:05,399 wheel INFO adding 'flask_bootstrap/nav.py' 2024-04-25 14:05:05,402 wheel INFO adding 'flask_bootstrap/static/jquery.js' 2024-04-25 14:05:05,409 wheel INFO adding 'flask_bootstrap/static/jquery.min.js' 2024-04-25 14:05:05,413 wheel INFO adding 'flask_bootstrap/static/jquery.min.map' 2024-04-25 14:05:05,417 wheel INFO adding 'flask_bootstrap/static/css/bootstrap-theme.css' 2024-04-25 14:05:05,419 wheel INFO adding 'flask_bootstrap/static/css/bootstrap-theme.css.map' 2024-04-25 14:05:05,422 wheel INFO adding 'flask_bootstrap/static/css/bootstrap-theme.min.css' 2024-04-25 14:05:05,424 wheel INFO adding 'flask_bootstrap/static/css/bootstrap.css' 2024-04-25 14:05:05,431 wheel INFO adding 'flask_bootstrap/static/css/bootstrap.css.map' 2024-04-25 14:05:05,440 wheel INFO adding 'flask_bootstrap/static/css/bootstrap.min.css' 2024-04-25 14:05:05,444 wheel INFO adding 'flask_bootstrap/static/fonts/glyphicons-halflings-regular.eot' 2024-04-25 14:05:05,446 wheel INFO adding 'flask_bootstrap/static/fonts/glyphicons-halflings-regular.svg' 2024-04-25 14:05:05,449 wheel INFO adding 'flask_bootstrap/static/fonts/glyphicons-halflings-regular.ttf' 2024-04-25 14:05:05,452 wheel INFO adding 'flask_bootstrap/static/fonts/glyphicons-halflings-regular.woff' 2024-04-25 14:05:05,453 wheel INFO adding 'flask_bootstrap/static/fonts/glyphicons-halflings-regular.woff2' 2024-04-25 14:05:05,455 wheel INFO adding 'flask_bootstrap/static/js/bootstrap.js' 2024-04-25 14:05:05,458 wheel INFO adding 'flask_bootstrap/static/js/bootstrap.min.js' 2024-04-25 14:05:05,459 wheel INFO adding 'flask_bootstrap/static/js/npm.js' 2024-04-25 14:05:05,461 wheel INFO adding 'flask_bootstrap/templates/bootstrap/base.html' 2024-04-25 14:05:05,461 wheel INFO adding 'flask_bootstrap/templates/bootstrap/fixes.html' 2024-04-25 14:05:05,462 wheel INFO adding 'flask_bootstrap/templates/bootstrap/google.html' 2024-04-25 14:05:05,463 wheel INFO adding 'flask_bootstrap/templates/bootstrap/pagination.html' 2024-04-25 14:05:05,464 wheel INFO adding 'flask_bootstrap/templates/bootstrap/utils.html' 2024-04-25 14:05:05,465 wheel INFO adding 'flask_bootstrap/templates/bootstrap/wtf.html' 2024-04-25 14:05:05,466 wheel INFO adding 'Flask_Bootstrap-3.3.7.1.dist-info/METADATA' 2024-04-25 14:05:05,467 wheel INFO adding 'Flask_Bootstrap-3.3.7.1.dist-info/WHEEL' 2024-04-25 14:05:05,467 wheel INFO adding 'Flask_Bootstrap-3.3.7.1.dist-info/top_level.txt' 2024-04-25 14:05:05,468 wheel INFO adding 'Flask_Bootstrap-3.3.7.1.dist-info/RECORD' 2024-04-25 14:05:05,469 wheel INFO removing build/bdist.linux-riscv64/wheel 2024-04-25 14:05:05,476 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-25 14:05:06,246 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-25 14:05:06,392 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 Thu, 25 Apr 2024 14:05:07 +0000 elapsed time 0h 0m 10s >>> py3-flask-bootstrap: Cleaning up srcdir >>> py3-flask-bootstrap: Cleaning up pkgdir >>> py3-flask-bootstrap: Uninstalling dependencies... (1/43) Purging .makedepends-py3-flask-bootstrap (20240425.140502) (2/43) Purging py3-flask-pyc (3.0.2-r1) (3/43) Purging py3-flask (3.0.2-r1) (4/43) Purging py3-blinker-pyc (1.7.0-r1) (5/43) Purging py3-blinker (1.7.0-r1) (6/43) Purging py3-click-pyc (8.1.7-r2) (7/43) Purging py3-click (8.1.7-r2) (8/43) Purging py3-itsdangerous-pyc (2.1.2-r4) (9/43) Purging py3-itsdangerous (2.1.2-r4) (10/43) Purging py3-jinja2-pyc (3.1.3-r1) (11/43) Purging py3-jinja2 (3.1.3-r1) (12/43) Purging py3-werkzeug-pyc (3.0.2-r0) (13/43) Purging py3-werkzeug (3.0.2-r0) (14/43) Purging py3-markupsafe-pyc (2.1.5-r1) (15/43) Purging py3-markupsafe (2.1.5-r1) (16/43) Purging py3-dominate-pyc (2.9.1-r1) (17/43) Purging py3-dominate (2.9.1-r1) (18/43) Purging py3-visitor-pyc (0.1.3-r6) (19/43) Purging py3-visitor (0.1.3-r6) (20/43) Purging py3-setuptools-pyc (69.5.1-r0) (21/43) Purging py3-setuptools (69.5.1-r0) (22/43) Purging py3-gpep517-pyc (15-r2) (23/43) Purging py3-gpep517 (15-r2) (24/43) Purging py3-installer-pyc (0.7.0-r2) (25/43) Purging py3-installer (0.7.0-r2) (26/43) Purging py3-wheel-pyc (0.42.0-r1) (27/43) Purging py3-wheel (0.42.0-r1) (28/43) Purging py3-packaging-pyc (24.0-r1) (29/43) Purging py3-packaging (24.0-r1) (30/43) Purging py3-parsing-pyc (3.1.2-r1) (31/43) Purging py3-parsing (3.1.2-r1) (32/43) Purging python3-pyc (3.12.3-r1) (33/43) Purging python3-pycache-pyc0 (3.12.3-r1) (34/43) Purging pyc (3.12.3-r1) (35/43) Purging python3 (3.12.3-r1) (36/43) Purging gdbm (1.23-r1) (37/43) Purging libbz2 (1.0.8-r6) (38/43) Purging libffi (3.4.6-r0) (39/43) Purging libpanelw (6.4_p20240330-r0) (40/43) Purging mpdecimal (4.0.0-r0) (41/43) Purging readline (8.2.10-r0) (42/43) Purging sqlite-libs (3.45.3-r0) (43/43) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 227 MiB in 102 packages >>> py3-flask-bootstrap: Updating the testing/riscv64 repository index... >>> py3-flask-bootstrap: Signing the index...