>>> py3-django-hcaptcha: Building community/py3-django-hcaptcha 0.2.0-r1 (using abuild 3.13.0-r0) started Thu, 18 Apr 2024 13:06:48 +0000 >>> py3-django-hcaptcha: Checking sanity of /home/buildozer/aports/community/py3-django-hcaptcha/APKBUILD... >>> py3-django-hcaptcha: Analyzing dependencies... >>> py3-django-hcaptcha: Installing for build: build-base py3-django py3-setuptools py3-gpep517 py3-wheel (1/32) Installing libbz2 (1.0.8-r6) (2/32) Installing libffi (3.4.6-r0) (3/32) Installing gdbm (1.23-r1) (4/32) Installing xz-libs (5.6.1-r3) (5/32) Installing mpdecimal (4.0.0-r0) (6/32) Installing libpanelw (6.4_p20240330-r0) (7/32) Installing readline (8.2.10-r0) (8/32) Installing sqlite-libs (3.45.3-r0) (9/32) Installing python3 (3.12.3-r1) (10/32) Installing python3-pycache-pyc0 (3.12.3-r1) (11/32) Installing pyc (3.12.3-r1) (12/32) Installing py3-asgiref (3.8.1-r1) (13/32) Installing py3-asgiref-pyc (3.8.1-r1) (14/32) Installing py3-sqlparse (0.4.4-r2) (15/32) Installing py3-sqlparse-pyc (0.4.4-r2) (16/32) Installing tzdata (2024a-r1) (17/32) Installing py3-django-pyc (4.2.11-r1) (18/32) Installing python3-pyc (3.12.3-r1) (19/32) Installing py3-django (4.2.11-r1) (20/32) Installing py3-parsing (3.1.2-r1) (21/32) Installing py3-parsing-pyc (3.1.2-r1) (22/32) Installing py3-packaging (24.0-r1) (23/32) Installing py3-packaging-pyc (24.0-r1) (24/32) Installing py3-setuptools (69.5.1-r0) (25/32) Installing py3-setuptools-pyc (69.5.1-r0) (26/32) Installing py3-installer (0.7.0-r2) (27/32) Installing py3-installer-pyc (0.7.0-r2) (28/32) Installing py3-gpep517 (15-r2) (29/32) Installing py3-gpep517-pyc (15-r2) (30/32) Installing py3-wheel (0.42.0-r1) (31/32) Installing py3-wheel-pyc (0.42.0-r1) (32/32) Installing .makedepends-py3-django-hcaptcha (20240418.130652) Executing busybox-1.36.1-r25.trigger OK: 327 MiB in 134 packages >>> py3-django-hcaptcha: Cleaning up srcdir >>> py3-django-hcaptcha: Cleaning up pkgdir >>> py3-django-hcaptcha: Cleaning up tmpdir >>> py3-django-hcaptcha: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-django-hcaptcha-0.2.0.tar.gz >>> py3-django-hcaptcha: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-django-hcaptcha-0.2.0.tar.gz >>> py3-django-hcaptcha: Checking sha512sums... py3-django-hcaptcha-0.2.0.tar.gz: OK >>> py3-django-hcaptcha: Unpacking /var/cache/distfiles/py3-django-hcaptcha-0.2.0.tar.gz... 2024-04-18 13:06:57,779 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-04-18 13:06:57,919 root INFO running bdist_wheel 2024-04-18 13:06:57,997 root INFO running build 2024-04-18 13:06:57,998 root INFO running build_py 2024-04-18 13:06:58,010 root INFO creating build 2024-04-18 13:06:58,010 root INFO creating build/lib 2024-04-18 13:06:58,011 root INFO creating build/lib/hcaptcha 2024-04-18 13:06:58,011 root INFO copying hcaptcha/settings.py -> build/lib/hcaptcha 2024-04-18 13:06:58,012 root INFO copying hcaptcha/fields.py -> build/lib/hcaptcha 2024-04-18 13:06:58,013 root INFO copying hcaptcha/__init__.py -> build/lib/hcaptcha 2024-04-18 13:06:58,014 root INFO copying hcaptcha/widgets.py -> build/lib/hcaptcha 2024-04-18 13:06:58,015 root INFO copying hcaptcha/apps.py -> build/lib/hcaptcha 2024-04-18 13:06:58,017 root INFO creating build/lib/hcaptcha/migrations 2024-04-18 13:06:58,017 root INFO copying hcaptcha/migrations/__init__.py -> build/lib/hcaptcha/migrations 2024-04-18 13:06:58,018 root INFO running egg_info 2024-04-18 13:06:58,025 root INFO writing django_hCaptcha.egg-info/PKG-INFO 2024-04-18 13:06:58,027 root INFO writing dependency_links to django_hCaptcha.egg-info/dependency_links.txt 2024-04-18 13:06:58,028 root INFO writing top-level names to django_hCaptcha.egg-info/top_level.txt 2024-04-18 13:06:58,039 root INFO reading manifest file 'django_hCaptcha.egg-info/SOURCES.txt' 2024-04-18 13:06:58,040 root INFO reading manifest template 'MANIFEST.in' 2024-04-18 13:06:58,042 root WARNING warning: no files found matching '*' under directory 'docs' 2024-04-18 13:06:58,043 root INFO adding license file 'LICENSE' 2024-04-18 13:06:58,045 root INFO writing manifest file 'django_hCaptcha.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'hcaptcha.templates.hcaptcha.forms.widgets' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'hcaptcha.templates.hcaptcha.forms.widgets' 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 'hcaptcha.templates.hcaptcha.forms.widgets' 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 'hcaptcha.templates.hcaptcha.forms.widgets' to be distributed and are already explicitly excluding 'hcaptcha.templates.hcaptcha.forms.widgets' 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-18 13:06:58,049 root INFO creating build/lib/hcaptcha/templates 2024-04-18 13:06:58,050 root INFO creating build/lib/hcaptcha/templates/hcaptcha 2024-04-18 13:06:58,050 root INFO creating build/lib/hcaptcha/templates/hcaptcha/forms 2024-04-18 13:06:58,050 root INFO creating build/lib/hcaptcha/templates/hcaptcha/forms/widgets 2024-04-18 13:06:58,051 root INFO copying hcaptcha/templates/hcaptcha/forms/widgets/hcaptcha_widget.html -> build/lib/hcaptcha/templates/hcaptcha/forms/widgets 2024-04-18 13:06:58,074 wheel INFO installing to build/bdist.linux-riscv64/wheel 2024-04-18 13:06:58,075 root INFO running install 2024-04-18 13:06:58,117 root INFO running install_lib 2024-04-18 13:06:58,126 root INFO creating build/bdist.linux-riscv64 2024-04-18 13:06:58,127 root INFO creating build/bdist.linux-riscv64/wheel 2024-04-18 13:06:58,128 root INFO creating build/bdist.linux-riscv64/wheel/hcaptcha 2024-04-18 13:06:58,128 root INFO creating build/bdist.linux-riscv64/wheel/hcaptcha/migrations 2024-04-18 13:06:58,129 root INFO copying build/lib/hcaptcha/migrations/__init__.py -> build/bdist.linux-riscv64/wheel/hcaptcha/migrations 2024-04-18 13:06:58,130 root INFO copying build/lib/hcaptcha/settings.py -> build/bdist.linux-riscv64/wheel/hcaptcha 2024-04-18 13:06:58,131 root INFO copying build/lib/hcaptcha/fields.py -> build/bdist.linux-riscv64/wheel/hcaptcha 2024-04-18 13:06:58,132 root INFO creating build/bdist.linux-riscv64/wheel/hcaptcha/templates 2024-04-18 13:06:58,133 root INFO creating build/bdist.linux-riscv64/wheel/hcaptcha/templates/hcaptcha 2024-04-18 13:06:58,133 root INFO creating build/bdist.linux-riscv64/wheel/hcaptcha/templates/hcaptcha/forms 2024-04-18 13:06:58,134 root INFO creating build/bdist.linux-riscv64/wheel/hcaptcha/templates/hcaptcha/forms/widgets 2024-04-18 13:06:58,134 root INFO copying build/lib/hcaptcha/templates/hcaptcha/forms/widgets/hcaptcha_widget.html -> build/bdist.linux-riscv64/wheel/hcaptcha/templates/hcaptcha/forms/widgets 2024-04-18 13:06:58,136 root INFO copying build/lib/hcaptcha/__init__.py -> build/bdist.linux-riscv64/wheel/hcaptcha 2024-04-18 13:06:58,136 root INFO copying build/lib/hcaptcha/widgets.py -> build/bdist.linux-riscv64/wheel/hcaptcha 2024-04-18 13:06:58,137 root INFO copying build/lib/hcaptcha/apps.py -> build/bdist.linux-riscv64/wheel/hcaptcha 2024-04-18 13:06:58,138 root INFO running install_egg_info 2024-04-18 13:06:58,150 root INFO Copying django_hCaptcha.egg-info to build/bdist.linux-riscv64/wheel/django_hCaptcha-0.2.0-py3.12.egg-info 2024-04-18 13:06:58,154 root INFO running install_scripts 2024-04-18 13:06:58,161 wheel INFO creating build/bdist.linux-riscv64/wheel/django_hCaptcha-0.2.0.dist-info/WHEEL 2024-04-18 13:06:58,163 wheel INFO creating '/home/buildozer/aports/community/py3-django-hcaptcha/src/django-hCaptcha-0.2.0/.dist/.tmp-ium828bm/django_hCaptcha-0.2.0-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2024-04-18 13:06:58,164 wheel INFO adding 'hcaptcha/__init__.py' 2024-04-18 13:06:58,165 wheel INFO adding 'hcaptcha/apps.py' 2024-04-18 13:06:58,166 wheel INFO adding 'hcaptcha/fields.py' 2024-04-18 13:06:58,167 wheel INFO adding 'hcaptcha/settings.py' 2024-04-18 13:06:58,168 wheel INFO adding 'hcaptcha/widgets.py' 2024-04-18 13:06:58,169 wheel INFO adding 'hcaptcha/migrations/__init__.py' 2024-04-18 13:06:58,170 wheel INFO adding 'hcaptcha/templates/hcaptcha/forms/widgets/hcaptcha_widget.html' 2024-04-18 13:06:58,171 wheel INFO adding 'django_hCaptcha-0.2.0.dist-info/LICENSE' 2024-04-18 13:06:58,172 wheel INFO adding 'django_hCaptcha-0.2.0.dist-info/METADATA' 2024-04-18 13:06:58,172 wheel INFO adding 'django_hCaptcha-0.2.0.dist-info/WHEEL' 2024-04-18 13:06:58,173 wheel INFO adding 'django_hCaptcha-0.2.0.dist-info/top_level.txt' 2024-04-18 13:06:58,174 wheel INFO adding 'django_hCaptcha-0.2.0.dist-info/RECORD' 2024-04-18 13:06:58,175 wheel INFO removing build/bdist.linux-riscv64/wheel 2024-04-18 13:06:58,179 gpep517 INFO The backend produced .dist/django_hCaptcha-0.2.0-py3-none-any.whl django_hCaptcha-0.2.0-py3-none-any.whl >>> py3-django-hcaptcha: Entering fakeroot... >>> py3-django-hcaptcha-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-django-hcaptcha/pkg/py3-django-hcaptcha/usr/lib/python3.12/site-packages/hcaptcha/migrations/__pycache__' -> '/home/buildozer/aports/community/py3-django-hcaptcha/pkg/py3-django-hcaptcha-pyc/usr/lib/python3.12/site-packages/hcaptcha/migrations/__pycache__' '/home/buildozer/aports/community/py3-django-hcaptcha/pkg/py3-django-hcaptcha/usr/lib/python3.12/site-packages/hcaptcha/__pycache__' -> '/home/buildozer/aports/community/py3-django-hcaptcha/pkg/py3-django-hcaptcha-pyc/usr/lib/python3.12/site-packages/hcaptcha/__pycache__' >>> py3-django-hcaptcha-pyc*: Preparing subpackage py3-django-hcaptcha-pyc... >>> py3-django-hcaptcha-pyc*: Running postcheck for py3-django-hcaptcha-pyc >>> py3-django-hcaptcha*: Running postcheck for py3-django-hcaptcha >>> py3-django-hcaptcha*: Preparing package py3-django-hcaptcha... >>> py3-django-hcaptcha-pyc*: Tracing dependencies... py3-django python3~3.12 >>> py3-django-hcaptcha-pyc*: Package size: 60.0 KB >>> py3-django-hcaptcha-pyc*: Compressing data... >>> py3-django-hcaptcha-pyc*: Create checksum... >>> py3-django-hcaptcha-pyc*: Create py3-django-hcaptcha-pyc-0.2.0-r1.apk >>> py3-django-hcaptcha*: Tracing dependencies... py3-django python3~3.12 >>> py3-django-hcaptcha*: Package size: 92.0 KB >>> py3-django-hcaptcha*: Compressing data... >>> py3-django-hcaptcha*: Create checksum... >>> py3-django-hcaptcha*: Create py3-django-hcaptcha-0.2.0-r1.apk >>> py3-django-hcaptcha: Build complete at Thu, 18 Apr 2024 13:06:59 +0000 elapsed time 0h 0m 11s >>> py3-django-hcaptcha: Cleaning up srcdir >>> py3-django-hcaptcha: Cleaning up pkgdir >>> py3-django-hcaptcha: Uninstalling dependencies... (1/32) Purging .makedepends-py3-django-hcaptcha (20240418.130652) (2/32) Purging py3-django-pyc (4.2.11-r1) (3/32) Purging py3-django (4.2.11-r1) (4/32) Purging py3-asgiref-pyc (3.8.1-r1) (5/32) Purging py3-asgiref (3.8.1-r1) (6/32) Purging py3-sqlparse-pyc (0.4.4-r2) (7/32) Purging py3-sqlparse (0.4.4-r2) (8/32) Purging tzdata (2024a-r1) (9/32) Purging py3-setuptools-pyc (69.5.1-r0) (10/32) Purging py3-setuptools (69.5.1-r0) (11/32) Purging py3-gpep517-pyc (15-r2) (12/32) Purging py3-gpep517 (15-r2) (13/32) Purging py3-installer-pyc (0.7.0-r2) (14/32) Purging py3-installer (0.7.0-r2) (15/32) Purging py3-wheel-pyc (0.42.0-r1) (16/32) Purging py3-wheel (0.42.0-r1) (17/32) Purging py3-packaging-pyc (24.0-r1) (18/32) Purging py3-packaging (24.0-r1) (19/32) Purging py3-parsing-pyc (3.1.2-r1) (20/32) Purging py3-parsing (3.1.2-r1) (21/32) Purging python3-pyc (3.12.3-r1) (22/32) Purging python3-pycache-pyc0 (3.12.3-r1) (23/32) Purging pyc (3.12.3-r1) (24/32) Purging python3 (3.12.3-r1) (25/32) Purging gdbm (1.23-r1) (26/32) Purging libbz2 (1.0.8-r6) (27/32) Purging libffi (3.4.6-r0) (28/32) Purging libpanelw (6.4_p20240330-r0) (29/32) Purging mpdecimal (4.0.0-r0) (30/32) Purging readline (8.2.10-r0) (31/32) Purging sqlite-libs (3.45.3-r0) (32/32) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 227 MiB in 102 packages >>> py3-django-hcaptcha: Updating the community/riscv64 repository index... >>> py3-django-hcaptcha: Signing the index...