>>> py3-cppy: Building community/py3-cppy 1.2.1-r3 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 18:29:01 +0000 >>> py3-cppy: Checking sanity of /home/buildozer/aports/community/py3-cppy/APKBUILD... >>> WARNING: py3-cppy: No maintainer >>> py3-cppy: Analyzing dependencies... >>> py3-cppy: Installing for build: build-base py3-gpep517 py3-setuptools py3-setuptools_scm py3-wheel (1/25) Installing libffi (3.4.6-r0) (2/25) Installing gdbm (1.23-r1) (3/25) Installing mpdecimal (4.0.0-r0) (4/25) Installing libpanelw (6.4_p20240330-r0) (5/25) Installing readline (8.2.10-r0) (6/25) Installing sqlite-libs (3.45.2-r0) (7/25) Installing python3 (3.12.2-r1) (8/25) Installing python3-pycache-pyc0 (3.12.2-r1) (9/25) Installing pyc (3.12.2-r1) (10/25) Installing py3-installer-pyc (0.7.0-r2) (11/25) Installing py3-gpep517-pyc (15-r2) (12/25) Installing python3-pyc (3.12.2-r1) (13/25) Installing py3-installer (0.7.0-r2) (14/25) Installing py3-gpep517 (15-r2) (15/25) Installing py3-parsing (3.1.2-r1) (16/25) Installing py3-parsing-pyc (3.1.2-r1) (17/25) Installing py3-packaging (24.0-r1) (18/25) Installing py3-packaging-pyc (24.0-r1) (19/25) Installing py3-setuptools (69.2.0-r1) (20/25) Installing py3-setuptools-pyc (69.2.0-r1) (21/25) Installing py3-setuptools_scm (8.0.4-r2) (22/25) Installing py3-setuptools_scm-pyc (8.0.4-r2) (23/25) Installing py3-wheel (0.42.0-r1) (24/25) Installing py3-wheel-pyc (0.42.0-r1) (25/25) Installing .makedepends-py3-cppy (20240412.182902) Executing busybox-1.36.1-r25.trigger OK: 428 MiB in 138 packages >>> py3-cppy: Cleaning up srcdir >>> py3-cppy: Cleaning up pkgdir >>> py3-cppy: Cleaning up tmpdir >>> py3-cppy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-cppy-1.2.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 14781 100 14781 0 0 107k 0 --:--:-- --:--:-- --:--:-- 107k >>> py3-cppy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-cppy-1.2.1.tar.gz >>> py3-cppy: Checking sha512sums... py3-cppy-1.2.1.tar.gz: OK >>> py3-cppy: Unpacking /var/cache/distfiles/edge/py3-cppy-1.2.1.tar.gz... 2024-04-12 18:29:04,067 gpep517 INFO Building wheel via backend setuptools.build_meta 2024-04-12 18:29:04,279 root INFO running bdist_wheel 2024-04-12 18:29:04,294 root INFO running build 2024-04-12 18:29:04,294 root INFO running build_py 2024-04-12 18:29:04,297 root INFO creating build 2024-04-12 18:29:04,297 root INFO creating build/lib 2024-04-12 18:29:04,297 root INFO creating build/lib/cppy 2024-04-12 18:29:04,298 root INFO copying cppy/__init__.py -> build/lib/cppy 2024-04-12 18:29:04,298 root INFO copying cppy/version.py -> build/lib/cppy 2024-04-12 18:29:04,298 root INFO running egg_info 2024-04-12 18:29:04,299 root INFO creating cppy.egg-info 2024-04-12 18:29:04,301 root INFO writing cppy.egg-info/PKG-INFO 2024-04-12 18:29:04,302 root INFO writing dependency_links to cppy.egg-info/dependency_links.txt 2024-04-12 18:29:04,303 root INFO writing top-level names to cppy.egg-info/top_level.txt 2024-04-12 18:29:04,303 root INFO writing manifest file 'cppy.egg-info/SOURCES.txt' 2024-04-12 18:29:07,495 root INFO reading manifest file 'cppy.egg-info/SOURCES.txt' 2024-04-12 18:29:07,496 root INFO reading manifest template 'MANIFEST.in' 2024-04-12 18:29:07,498 root WARNING warning: no files found matching '*.png' under directory 'docs/source' 2024-04-12 18:29:07,499 root WARNING no previously-included directories found matching '.git' 2024-04-12 18:29:07,500 root WARNING no previously-included directories found matching 'dist' 2024-04-12 18:29:07,500 root WARNING no previously-included directories found matching 'build' 2024-04-12 18:29:07,500 root WARNING no previously-included directories found matching 'docs/build' 2024-04-12 18:29:07,500 root INFO adding license file 'LICENSE' 2024-04-12 18:29:07,501 root INFO writing manifest file 'cppy.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'cppy.include.cppy' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'cppy.include.cppy' 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 'cppy.include.cppy' 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 'cppy.include.cppy' to be distributed and are already explicitly excluding 'cppy.include.cppy' 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-12 18:29:07,503 root INFO creating build/lib/cppy/include 2024-04-12 18:29:07,504 root INFO creating build/lib/cppy/include/cppy 2024-04-12 18:29:07,504 root INFO copying cppy/include/cppy/cppy.h -> build/lib/cppy/include/cppy 2024-04-12 18:29:07,504 root INFO copying cppy/include/cppy/defines.h -> build/lib/cppy/include/cppy 2024-04-12 18:29:07,505 root INFO copying cppy/include/cppy/errors.h -> build/lib/cppy/include/cppy 2024-04-12 18:29:07,505 root INFO copying cppy/include/cppy/ptr.h -> build/lib/cppy/include/cppy 2024-04-12 18:29:07,511 wheel INFO installing to build/bdist.linux-i686/wheel 2024-04-12 18:29:07,511 root INFO running install 2024-04-12 18:29:07,530 root INFO running install_lib 2024-04-12 18:29:07,533 root INFO creating build/bdist.linux-i686 2024-04-12 18:29:07,533 root INFO creating build/bdist.linux-i686/wheel 2024-04-12 18:29:07,534 root INFO creating build/bdist.linux-i686/wheel/cppy 2024-04-12 18:29:07,534 root INFO creating build/bdist.linux-i686/wheel/cppy/include 2024-04-12 18:29:07,534 root INFO creating build/bdist.linux-i686/wheel/cppy/include/cppy 2024-04-12 18:29:07,535 root INFO copying build/lib/cppy/include/cppy/cppy.h -> build/bdist.linux-i686/wheel/cppy/include/cppy 2024-04-12 18:29:07,535 root INFO copying build/lib/cppy/include/cppy/errors.h -> build/bdist.linux-i686/wheel/cppy/include/cppy 2024-04-12 18:29:07,535 root INFO copying build/lib/cppy/include/cppy/ptr.h -> build/bdist.linux-i686/wheel/cppy/include/cppy 2024-04-12 18:29:07,536 root INFO copying build/lib/cppy/include/cppy/defines.h -> build/bdist.linux-i686/wheel/cppy/include/cppy 2024-04-12 18:29:07,536 root INFO copying build/lib/cppy/__init__.py -> build/bdist.linux-i686/wheel/cppy 2024-04-12 18:29:07,536 root INFO copying build/lib/cppy/version.py -> build/bdist.linux-i686/wheel/cppy 2024-04-12 18:29:07,537 root INFO running install_egg_info 2024-04-12 18:29:07,540 root INFO Copying cppy.egg-info to build/bdist.linux-i686/wheel/cppy-1.2.1-py3.12.egg-info 2024-04-12 18:29:07,541 root INFO running install_scripts 2024-04-12 18:29:07,544 wheel INFO creating build/bdist.linux-i686/wheel/cppy-1.2.1.dist-info/WHEEL 2024-04-12 18:29:07,545 wheel INFO creating '/home/buildozer/aports/community/py3-cppy/src/cppy-1.2.1/.dist/.tmp-ugw9ubu3/cppy-1.2.1-py3-none-any.whl' and adding 'build/bdist.linux-i686/wheel' to it 2024-04-12 18:29:07,545 wheel INFO adding 'cppy/__init__.py' 2024-04-12 18:29:07,546 wheel INFO adding 'cppy/version.py' 2024-04-12 18:29:07,546 wheel INFO adding 'cppy/include/cppy/cppy.h' 2024-04-12 18:29:07,547 wheel INFO adding 'cppy/include/cppy/defines.h' 2024-04-12 18:29:07,547 wheel INFO adding 'cppy/include/cppy/errors.h' 2024-04-12 18:29:07,547 wheel INFO adding 'cppy/include/cppy/ptr.h' 2024-04-12 18:29:07,548 wheel INFO adding 'cppy-1.2.1.dist-info/LICENSE' 2024-04-12 18:29:07,549 wheel INFO adding 'cppy-1.2.1.dist-info/METADATA' 2024-04-12 18:29:07,549 wheel INFO adding 'cppy-1.2.1.dist-info/WHEEL' 2024-04-12 18:29:07,549 wheel INFO adding 'cppy-1.2.1.dist-info/top_level.txt' 2024-04-12 18:29:07,550 wheel INFO adding 'cppy-1.2.1.dist-info/RECORD' 2024-04-12 18:29:07,550 wheel INFO removing build/bdist.linux-i686/wheel 2024-04-12 18:29:07,551 gpep517 INFO The backend produced .dist/cppy-1.2.1-py3-none-any.whl cppy-1.2.1-py3-none-any.whl >>> py3-cppy: Entering fakeroot... >>> py3-cppy-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-cppy/pkg/py3-cppy/usr/lib/python3.12/site-packages/cppy/__pycache__' -> '/home/buildozer/aports/community/py3-cppy/pkg/py3-cppy-pyc/usr/lib/python3.12/site-packages/cppy/__pycache__' >>> py3-cppy-pyc*: Preparing subpackage py3-cppy-pyc... >>> py3-cppy-pyc*: Running postcheck for py3-cppy-pyc >>> py3-cppy*: Running postcheck for py3-cppy >>> py3-cppy*: Preparing package py3-cppy... >>> py3-cppy-pyc*: Tracing dependencies... python3~3.12 >>> py3-cppy-pyc*: Package size: 36.0 KB >>> py3-cppy-pyc*: Compressing data... >>> py3-cppy-pyc*: Create checksum... >>> py3-cppy-pyc*: Create py3-cppy-pyc-1.2.1-r3.apk >>> py3-cppy*: Tracing dependencies... python3~3.12 >>> py3-cppy*: Package size: 84.0 KB >>> py3-cppy*: Compressing data... >>> py3-cppy*: Create checksum... >>> py3-cppy*: Create py3-cppy-1.2.1-r3.apk >>> py3-cppy: Build complete at Fri, 12 Apr 2024 18:29:08 +0000 elapsed time 0h 0m 7s >>> py3-cppy: Cleaning up srcdir >>> py3-cppy: Cleaning up pkgdir >>> py3-cppy: Uninstalling dependencies... (1/25) Purging .makedepends-py3-cppy (20240412.182902) (2/25) Purging py3-gpep517-pyc (15-r2) (3/25) Purging py3-gpep517 (15-r2) (4/25) Purging py3-installer-pyc (0.7.0-r2) (5/25) Purging py3-installer (0.7.0-r2) (6/25) Purging py3-setuptools_scm-pyc (8.0.4-r2) (7/25) Purging py3-setuptools_scm (8.0.4-r2) (8/25) Purging py3-setuptools-pyc (69.2.0-r1) (9/25) Purging py3-setuptools (69.2.0-r1) (10/25) Purging py3-wheel-pyc (0.42.0-r1) (11/25) Purging py3-wheel (0.42.0-r1) (12/25) Purging py3-packaging-pyc (24.0-r1) (13/25) Purging py3-packaging (24.0-r1) (14/25) Purging py3-parsing-pyc (3.1.2-r1) (15/25) Purging py3-parsing (3.1.2-r1) (16/25) Purging python3-pyc (3.12.2-r1) (17/25) Purging python3-pycache-pyc0 (3.12.2-r1) (18/25) Purging pyc (3.12.2-r1) (19/25) Purging python3 (3.12.2-r1) (20/25) Purging gdbm (1.23-r1) (21/25) Purging libffi (3.4.6-r0) (22/25) Purging libpanelw (6.4_p20240330-r0) (23/25) Purging mpdecimal (4.0.0-r0) (24/25) Purging readline (8.2.10-r0) (25/25) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 379 MiB in 113 packages >>> py3-cppy: Updating the community/x86 repository index... >>> py3-cppy: Signing the index...