>>> py3-crispy-bootstrap4: Building testing/py3-crispy-bootstrap4 2024.1-r0 (using abuild 3.12.0-r3) started Sat, 02 Mar 2024 04:47:27 +0000 >>> py3-crispy-bootstrap4: Checking sanity of /home/buildozer/aports/testing/py3-crispy-bootstrap4/APKBUILD... >>> py3-crispy-bootstrap4: Analyzing dependencies... >>> py3-crispy-bootstrap4: Installing for build: build-base python3 py3-django-crispy-forms py3-setuptools py3-gpep517 py3-wheel (1/34) Installing libbz2 (1.0.8-r6) (2/34) Installing libffi (3.4.6-r0) (3/34) Installing gdbm (1.23-r1) (4/34) Installing xz-libs (5.4.6-r0) (5/34) Installing mpdecimal (4.0.0-r0) (6/34) Installing libpanelw (6.4_p20231125-r0) (7/34) Installing readline (8.2.10-r0) (8/34) Installing sqlite-libs (3.45.1-r0) (9/34) Installing python3 (3.11.8-r0) (10/34) Installing python3-pycache-pyc0 (3.11.8-r0) (11/34) Installing pyc (3.11.8-r0) (12/34) Installing python3-pyc (3.11.8-r0) (13/34) Installing py3-asgiref (3.7.2-r0) (14/34) Installing py3-asgiref-pyc (3.7.2-r0) (15/34) Installing py3-sqlparse (0.4.4-r1) (16/34) Installing py3-sqlparse-pyc (0.4.4-r1) (17/34) Installing tzdata (2024a-r1) (18/34) Installing py3-django (4.2.10-r0) (19/34) Installing py3-django-pyc (4.2.10-r0) (20/34) Installing py3-django-crispy-forms (2.1-r0) (21/34) Installing py3-django-crispy-forms-pyc (2.1-r0) (22/34) Installing py3-parsing (3.1.1-r0) (23/34) Installing py3-parsing-pyc (3.1.1-r0) (24/34) Installing py3-packaging (23.2-r0) (25/34) Installing py3-packaging-pyc (23.2-r0) (26/34) Installing py3-setuptools (69.1.1-r0) (27/34) Installing py3-setuptools-pyc (69.1.1-r0) (28/34) Installing py3-installer (0.7.0-r1) (29/34) Installing py3-installer-pyc (0.7.0-r1) (30/34) Installing py3-gpep517 (15-r1) (31/34) Installing py3-gpep517-pyc (15-r1) (32/34) Installing py3-wheel (0.42.0-r0) (33/34) Installing py3-wheel-pyc (0.42.0-r0) (34/34) Installing .makedepends-py3-crispy-bootstrap4 (20240302.044734) Executing busybox-1.36.1-r19.trigger OK: 330 MiB in 135 packages >>> py3-crispy-bootstrap4: Cleaning up srcdir >>> py3-crispy-bootstrap4: Cleaning up pkgdir >>> py3-crispy-bootstrap4: Cleaning up tmpdir >>> py3-crispy-bootstrap4: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-crispy-bootstrap4-2024.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34840 100 34840 0 0 93706 0 --:--:-- --:--:-- --:--:-- 98418 >>> py3-crispy-bootstrap4: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-crispy-bootstrap4-2024.1.tar.gz >>> py3-crispy-bootstrap4: Checking sha512sums... py3-crispy-bootstrap4-2024.1.tar.gz: OK >>> py3-crispy-bootstrap4: Unpacking /var/cache/distfiles/py3-crispy-bootstrap4-2024.1.tar.gz... 2024-03-02 04:47:39,267 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-03-02 04:47:39,492 root INFO running bdist_wheel 2024-03-02 04:47:39,580 root INFO running build 2024-03-02 04:47:39,581 root INFO running build_py 2024-03-02 04:47:39,595 root INFO creating build 2024-03-02 04:47:39,595 root INFO creating build/lib 2024-03-02 04:47:39,596 root INFO creating build/lib/crispy_bootstrap4 2024-03-02 04:47:39,597 root INFO copying crispy_bootstrap4/__init__.py -> build/lib/crispy_bootstrap4 2024-03-02 04:47:39,598 root INFO running egg_info 2024-03-02 04:47:39,607 root INFO writing crispy_bootstrap4.egg-info/PKG-INFO 2024-03-02 04:47:39,610 root INFO writing dependency_links to crispy_bootstrap4.egg-info/dependency_links.txt 2024-03-02 04:47:39,611 root INFO writing requirements to crispy_bootstrap4.egg-info/requires.txt 2024-03-02 04:47:39,612 root INFO writing top-level names to crispy_bootstrap4.egg-info/top_level.txt 2024-03-02 04:47:39,624 root INFO reading manifest file 'crispy_bootstrap4.egg-info/SOURCES.txt' 2024-03-02 04:47:39,630 root INFO reading manifest template 'MANIFEST.in' 2024-03-02 04:47:39,661 root INFO adding license file 'LICENSE' 2024-03-02 04:47:39,678 root INFO writing manifest file 'crispy_bootstrap4.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'crispy_bootstrap4.templates.bootstrap4' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'crispy_bootstrap4.templates.bootstrap4' 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 'crispy_bootstrap4.templates.bootstrap4' 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 'crispy_bootstrap4.templates.bootstrap4' to be distributed and are already explicitly excluding 'crispy_bootstrap4.templates.bootstrap4' 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:207: _Warning: Package 'crispy_bootstrap4.templates.bootstrap4.layout' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'crispy_bootstrap4.templates.bootstrap4.layout' 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 'crispy_bootstrap4.templates.bootstrap4.layout' 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 'crispy_bootstrap4.templates.bootstrap4.layout' to be distributed and are already explicitly excluding 'crispy_bootstrap4.templates.bootstrap4.layout' 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-03-02 04:47:39,702 root INFO creating build/lib/crispy_bootstrap4/templates 2024-03-02 04:47:39,702 root INFO creating build/lib/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,703 root INFO copying crispy_bootstrap4/templates/bootstrap4/accordion-group.html -> build/lib/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,704 root INFO copying crispy_bootstrap4/templates/bootstrap4/accordion.html -> build/lib/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,705 root INFO copying crispy_bootstrap4/templates/bootstrap4/betterform.html -> build/lib/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,706 root INFO copying crispy_bootstrap4/templates/bootstrap4/display_form.html -> build/lib/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,707 root INFO copying crispy_bootstrap4/templates/bootstrap4/errors.html -> build/lib/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,708 root INFO copying crispy_bootstrap4/templates/bootstrap4/errors_formset.html -> build/lib/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,709 root INFO copying crispy_bootstrap4/templates/bootstrap4/field.html -> build/lib/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,710 root INFO copying crispy_bootstrap4/templates/bootstrap4/inputs.html -> build/lib/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,711 root INFO copying crispy_bootstrap4/templates/bootstrap4/table_inline_formset.html -> build/lib/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,711 root INFO copying crispy_bootstrap4/templates/bootstrap4/uni_form.html -> build/lib/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,712 root INFO copying crispy_bootstrap4/templates/bootstrap4/uni_formset.html -> build/lib/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,713 root INFO copying crispy_bootstrap4/templates/bootstrap4/whole_uni_form.html -> build/lib/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,714 root INFO copying crispy_bootstrap4/templates/bootstrap4/whole_uni_formset.html -> build/lib/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,715 root INFO creating build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,716 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/alert.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,717 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/attrs.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,717 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/baseinput.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,718 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/button.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,719 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/buttonholder.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,720 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/checkboxselectmultiple.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,721 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/checkboxselectmultiple_inline.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,722 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/column.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,723 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/div.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,724 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/field_errors.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,725 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/field_errors_block.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,725 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/field_file.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,726 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/field_with_buttons.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,727 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/fieldset.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,728 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/formactions.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,729 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/help_text.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,730 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/help_text_and_errors.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,731 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/inline_field.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,732 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/modal.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,733 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/multifield.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,734 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/prepended_appended_text.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,735 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/radioselect.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,735 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/radioselect_inline.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,736 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/row.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,737 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/tab-link.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,738 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/tab.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,739 root INFO copying crispy_bootstrap4/templates/bootstrap4/layout/uneditable_input.html -> build/lib/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,766 wheel INFO installing to build/bdist.linux-riscv64/wheel 2024-03-02 04:47:39,767 root INFO running install 2024-03-02 04:47:39,842 root INFO running install_lib 2024-03-02 04:47:39,854 root INFO creating build/bdist.linux-riscv64 2024-03-02 04:47:39,855 root INFO creating build/bdist.linux-riscv64/wheel 2024-03-02 04:47:39,855 root INFO creating build/bdist.linux-riscv64/wheel/crispy_bootstrap4 2024-03-02 04:47:39,856 root INFO creating build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates 2024-03-02 04:47:39,857 root INFO creating build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,857 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/errors.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,858 root INFO creating build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,859 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/row.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,859 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/tab.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,860 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/field_with_buttons.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,861 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/radioselect.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,862 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/field_errors_block.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,863 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/help_text_and_errors.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,864 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/checkboxselectmultiple_inline.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,864 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/inline_field.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,865 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/field_file.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,866 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/modal.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,867 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/div.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,867 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/buttonholder.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,868 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/button.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,869 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/help_text.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,870 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/tab-link.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,870 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/prepended_appended_text.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,871 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/baseinput.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,872 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/column.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,873 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/multifield.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,873 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/checkboxselectmultiple.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,874 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/field_errors.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,875 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/alert.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,876 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/attrs.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,876 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/uneditable_input.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,877 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/formactions.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,878 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/radioselect_inline.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,879 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/layout/fieldset.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4/layout 2024-03-02 04:47:39,879 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/accordion-group.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,880 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/betterform.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,881 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/table_inline_formset.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,882 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/inputs.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,882 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/whole_uni_formset.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,883 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/uni_formset.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,884 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/display_form.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,885 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/whole_uni_form.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,886 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/field.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,886 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/uni_form.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,887 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/errors_formset.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,888 root INFO copying build/lib/crispy_bootstrap4/templates/bootstrap4/accordion.html -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4/templates/bootstrap4 2024-03-02 04:47:39,889 root INFO copying build/lib/crispy_bootstrap4/__init__.py -> build/bdist.linux-riscv64/wheel/crispy_bootstrap4 2024-03-02 04:47:39,889 root INFO running install_egg_info 2024-03-02 04:47:39,908 root INFO Copying crispy_bootstrap4.egg-info to build/bdist.linux-riscv64/wheel/crispy_bootstrap4-2024.1-py3.11.egg-info 2024-03-02 04:47:39,913 root INFO running install_scripts 2024-03-02 04:47:39,924 wheel INFO creating build/bdist.linux-riscv64/wheel/crispy_bootstrap4-2024.1.dist-info/WHEEL 2024-03-02 04:47:39,927 wheel INFO creating '/home/buildozer/aports/testing/py3-crispy-bootstrap4/src/crispy-bootstrap4-2024.1/.dist/.tmp-wrd5oyjo/crispy_bootstrap4-2024.1-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2024-03-02 04:47:39,929 wheel INFO adding 'crispy_bootstrap4/__init__.py' 2024-03-02 04:47:39,934 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/accordion-group.html' 2024-03-02 04:47:39,935 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/accordion.html' 2024-03-02 04:47:39,936 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/betterform.html' 2024-03-02 04:47:39,937 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/display_form.html' 2024-03-02 04:47:39,938 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/errors.html' 2024-03-02 04:47:39,939 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/errors_formset.html' 2024-03-02 04:47:39,940 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/field.html' 2024-03-02 04:47:39,941 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/inputs.html' 2024-03-02 04:47:39,942 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/table_inline_formset.html' 2024-03-02 04:47:39,943 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/uni_form.html' 2024-03-02 04:47:39,944 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/uni_formset.html' 2024-03-02 04:47:39,945 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/whole_uni_form.html' 2024-03-02 04:47:39,946 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/whole_uni_formset.html' 2024-03-02 04:47:39,947 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/alert.html' 2024-03-02 04:47:39,948 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/attrs.html' 2024-03-02 04:47:39,949 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/baseinput.html' 2024-03-02 04:47:39,950 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/button.html' 2024-03-02 04:47:39,951 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/buttonholder.html' 2024-03-02 04:47:39,952 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/checkboxselectmultiple.html' 2024-03-02 04:47:39,953 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/checkboxselectmultiple_inline.html' 2024-03-02 04:47:39,954 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/column.html' 2024-03-02 04:47:39,955 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/div.html' 2024-03-02 04:47:39,956 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/field_errors.html' 2024-03-02 04:47:39,957 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/field_errors_block.html' 2024-03-02 04:47:39,958 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/field_file.html' 2024-03-02 04:47:39,959 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/field_with_buttons.html' 2024-03-02 04:47:39,960 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/fieldset.html' 2024-03-02 04:47:39,961 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/formactions.html' 2024-03-02 04:47:39,962 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/help_text.html' 2024-03-02 04:47:39,963 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/help_text_and_errors.html' 2024-03-02 04:47:39,964 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/inline_field.html' 2024-03-02 04:47:39,965 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/modal.html' 2024-03-02 04:47:39,966 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/multifield.html' 2024-03-02 04:47:39,966 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/prepended_appended_text.html' 2024-03-02 04:47:39,967 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/radioselect.html' 2024-03-02 04:47:39,968 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/radioselect_inline.html' 2024-03-02 04:47:39,969 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/row.html' 2024-03-02 04:47:39,970 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/tab-link.html' 2024-03-02 04:47:39,971 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/tab.html' 2024-03-02 04:47:39,972 wheel INFO adding 'crispy_bootstrap4/templates/bootstrap4/layout/uneditable_input.html' 2024-03-02 04:47:39,974 wheel INFO adding 'crispy_bootstrap4-2024.1.dist-info/LICENSE' 2024-03-02 04:47:39,974 wheel INFO adding 'crispy_bootstrap4-2024.1.dist-info/METADATA' 2024-03-02 04:47:39,975 wheel INFO adding 'crispy_bootstrap4-2024.1.dist-info/WHEEL' 2024-03-02 04:47:39,976 wheel INFO adding 'crispy_bootstrap4-2024.1.dist-info/top_level.txt' 2024-03-02 04:47:39,979 wheel INFO adding 'crispy_bootstrap4-2024.1.dist-info/RECORD' 2024-03-02 04:47:39,981 wheel INFO removing build/bdist.linux-riscv64/wheel 2024-03-02 04:47:39,985 gpep517 INFO The backend produced .dist/crispy_bootstrap4-2024.1-py3-none-any.whl crispy_bootstrap4-2024.1-py3-none-any.whl >>> py3-crispy-bootstrap4: Entering fakeroot... >>> py3-crispy-bootstrap4-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-crispy-bootstrap4/pkg/py3-crispy-bootstrap4/usr/lib/python3.11/site-packages/crispy_bootstrap4/__pycache__' -> '/home/buildozer/aports/testing/py3-crispy-bootstrap4/pkg/py3-crispy-bootstrap4-pyc/usr/lib/python3.11/site-packages/crispy_bootstrap4/__pycache__' >>> py3-crispy-bootstrap4-pyc*: Preparing subpackage py3-crispy-bootstrap4-pyc... >>> py3-crispy-bootstrap4-pyc*: Running postcheck for py3-crispy-bootstrap4-pyc >>> py3-crispy-bootstrap4*: Running postcheck for py3-crispy-bootstrap4 >>> py3-crispy-bootstrap4*: Preparing package py3-crispy-bootstrap4... >>> py3-crispy-bootstrap4-pyc*: Tracing dependencies... python3 py3-django-crispy-forms python3~3.11 >>> py3-crispy-bootstrap4-pyc*: Package size: 32.0 KB >>> py3-crispy-bootstrap4-pyc*: Compressing data... >>> py3-crispy-bootstrap4-pyc*: Create checksum... >>> py3-crispy-bootstrap4-pyc*: Create py3-crispy-bootstrap4-pyc-2024.1-r0.apk >>> py3-crispy-bootstrap4*: Tracing dependencies... python3 py3-django-crispy-forms python3~3.11 >>> py3-crispy-bootstrap4*: Package size: 228.0 KB >>> py3-crispy-bootstrap4*: Compressing data... >>> py3-crispy-bootstrap4*: Create checksum... >>> py3-crispy-bootstrap4*: Create py3-crispy-bootstrap4-2024.1-r0.apk >>> py3-crispy-bootstrap4: Build complete at Sat, 02 Mar 2024 04:47:44 +0000 elapsed time 0h 0m 17s >>> py3-crispy-bootstrap4: Cleaning up srcdir >>> py3-crispy-bootstrap4: Cleaning up pkgdir >>> py3-crispy-bootstrap4: Uninstalling dependencies... (1/34) Purging .makedepends-py3-crispy-bootstrap4 (20240302.044734) (2/34) Purging py3-django-crispy-forms-pyc (2.1-r0) (3/34) Purging py3-django-crispy-forms (2.1-r0) (4/34) Purging py3-django-pyc (4.2.10-r0) (5/34) Purging py3-django (4.2.10-r0) (6/34) Purging py3-asgiref-pyc (3.7.2-r0) (7/34) Purging py3-asgiref (3.7.2-r0) (8/34) Purging py3-sqlparse-pyc (0.4.4-r1) (9/34) Purging py3-sqlparse (0.4.4-r1) (10/34) Purging tzdata (2024a-r1) (11/34) Purging py3-setuptools-pyc (69.1.1-r0) (12/34) Purging py3-setuptools (69.1.1-r0) (13/34) Purging py3-gpep517-pyc (15-r1) (14/34) Purging py3-gpep517 (15-r1) (15/34) Purging py3-installer-pyc (0.7.0-r1) (16/34) Purging py3-installer (0.7.0-r1) (17/34) Purging py3-wheel-pyc (0.42.0-r0) (18/34) Purging py3-wheel (0.42.0-r0) (19/34) Purging py3-packaging-pyc (23.2-r0) (20/34) Purging py3-packaging (23.2-r0) (21/34) Purging py3-parsing-pyc (3.1.1-r0) (22/34) Purging py3-parsing (3.1.1-r0) (23/34) Purging python3-pyc (3.11.8-r0) (24/34) Purging python3-pycache-pyc0 (3.11.8-r0) (25/34) Purging pyc (3.11.8-r0) (26/34) Purging python3 (3.11.8-r0) (27/34) Purging gdbm (1.23-r1) (28/34) Purging libbz2 (1.0.8-r6) (29/34) Purging libffi (3.4.6-r0) (30/34) Purging libpanelw (6.4_p20231125-r0) (31/34) Purging mpdecimal (4.0.0-r0) (32/34) Purging readline (8.2.10-r0) (33/34) Purging sqlite-libs (3.45.1-r0) (34/34) Purging xz-libs (5.4.6-r0) Executing busybox-1.36.1-r19.trigger OK: 228 MiB in 101 packages >>> py3-crispy-bootstrap4: Updating the testing/riscv64 repository index... >>> py3-crispy-bootstrap4: Signing the index...