>>> py3-cppy: Building community/py3-cppy 1.2.1-r3 (using abuild 3.14.1-r1) started Sat, 02 Nov 2024 02:52:33 +0000 >>> py3-cppy: Validating /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/26) Installing libbz2 (1.0.8-r6) (2/26) Installing libffi (3.4.6-r0) (3/26) Installing gdbm (1.24-r0) (4/26) Installing xz-libs (5.6.3-r0) (5/26) Installing mpdecimal (4.0.0-r0) (6/26) Installing libpanelw (6.5_p20241006-r2) (7/26) Installing sqlite-libs (3.47.0-r0) (8/26) Installing python3 (3.12.7-r1) (9/26) Installing python3-pycache-pyc0 (3.12.7-r1) (10/26) Installing pyc (3.12.7-r1) (11/26) Installing py3-installer-pyc (0.7.0-r2) (12/26) Installing py3-gpep517-pyc (16-r0) (13/26) Installing python3-pyc (3.12.7-r1) (14/26) Installing py3-installer (0.7.0-r2) (15/26) Installing py3-gpep517 (16-r0) (16/26) Installing py3-parsing (3.1.4-r0) (17/26) Installing py3-parsing-pyc (3.1.4-r0) (18/26) Installing py3-packaging (24.1-r0) (19/26) Installing py3-packaging-pyc (24.1-r0) (20/26) Installing py3-setuptools (70.3.0-r0) (21/26) Installing py3-setuptools-pyc (70.3.0-r0) (22/26) Installing py3-setuptools_scm (8.1.0-r0) (23/26) Installing py3-setuptools_scm-pyc (8.1.0-r0) (24/26) Installing py3-wheel (0.43.0-r0) (25/26) Installing py3-wheel-pyc (0.43.0-r0) (26/26) Installing .makedepends-py3-cppy (20241102.025306) Executing busybox-1.37.0-r5.trigger OK: 377 MiB in 124 packages >>> py3-cppy: Cleaning up srcdir >>> py3-cppy: Cleaning up pkgdir >>> py3-cppy: Cleaning up tmpdir >>> py3-cppy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/py3-cppy-1.2.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.21/py3-cppy-1.2.1.tar.gz.part' py3-cppy-1.2.1.tar.g 100% |********************************| 14781 0:00:00 ETA '/var/cache/distfiles/v3.21/py3-cppy-1.2.1.tar.gz.part' saved >>> py3-cppy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/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/v3.21/py3-cppy-1.2.1.tar.gz... 2024-11-02 02:53:09,557 gpep517 INFO Building wheel via backend setuptools.build_meta 2024-11-02 02:53:10,019 root INFO running bdist_wheel 2024-11-02 02:53:10,057 root INFO running build 2024-11-02 02:53:10,057 root INFO running build_py 2024-11-02 02:53:10,065 root INFO creating build 2024-11-02 02:53:10,066 root INFO creating build/lib 2024-11-02 02:53:10,066 root INFO creating build/lib/cppy 2024-11-02 02:53:10,067 root INFO copying cppy/__init__.py -> build/lib/cppy 2024-11-02 02:53:10,068 root INFO copying cppy/version.py -> build/lib/cppy 2024-11-02 02:53:10,068 root INFO running egg_info 2024-11-02 02:53:10,069 root INFO creating cppy.egg-info 2024-11-02 02:53:10,076 root INFO writing cppy.egg-info/PKG-INFO 2024-11-02 02:53:10,077 root INFO writing dependency_links to cppy.egg-info/dependency_links.txt 2024-11-02 02:53:10,079 root INFO writing top-level names to cppy.egg-info/top_level.txt 2024-11-02 02:53:10,079 root INFO writing manifest file 'cppy.egg-info/SOURCES.txt' 2024-11-02 02:53:18,632 root INFO reading manifest file 'cppy.egg-info/SOURCES.txt' 2024-11-02 02:53:18,633 root INFO reading manifest template 'MANIFEST.in' 2024-11-02 02:53:18,639 root WARNING warning: no files found matching '*.png' under directory 'docs/source' 2024-11-02 02:53:18,641 root WARNING no previously-included directories found matching '.git' 2024-11-02 02:53:18,642 root WARNING no previously-included directories found matching 'dist' 2024-11-02 02:53:18,642 root WARNING no previously-included directories found matching 'build' 2024-11-02 02:53:18,643 root WARNING no previously-included directories found matching 'docs/build' 2024-11-02 02:53:18,643 root INFO adding license file 'LICENSE' 2024-11-02 02:53:18,645 root INFO writing manifest file 'cppy.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _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-11-02 02:53:18,650 root INFO creating build/lib/cppy/include 2024-11-02 02:53:18,650 root INFO creating build/lib/cppy/include/cppy 2024-11-02 02:53:18,651 root INFO copying cppy/include/cppy/cppy.h -> build/lib/cppy/include/cppy 2024-11-02 02:53:18,652 root INFO copying cppy/include/cppy/defines.h -> build/lib/cppy/include/cppy 2024-11-02 02:53:18,653 root INFO copying cppy/include/cppy/errors.h -> build/lib/cppy/include/cppy 2024-11-02 02:53:18,654 root INFO copying cppy/include/cppy/ptr.h -> build/lib/cppy/include/cppy 2024-11-02 02:53:18,669 root INFO installing to build/bdist.linux-riscv64/wheel 2024-11-02 02:53:18,669 root INFO running install 2024-11-02 02:53:18,713 root INFO running install_lib 2024-11-02 02:53:18,720 root INFO creating build/bdist.linux-riscv64 2024-11-02 02:53:18,721 root INFO creating build/bdist.linux-riscv64/wheel 2024-11-02 02:53:18,721 root INFO creating build/bdist.linux-riscv64/wheel/cppy 2024-11-02 02:53:18,722 root INFO copying build/lib/cppy/__init__.py -> build/bdist.linux-riscv64/wheel/cppy 2024-11-02 02:53:18,723 root INFO creating build/bdist.linux-riscv64/wheel/cppy/include 2024-11-02 02:53:18,724 root INFO creating build/bdist.linux-riscv64/wheel/cppy/include/cppy 2024-11-02 02:53:18,724 root INFO copying build/lib/cppy/include/cppy/errors.h -> build/bdist.linux-riscv64/wheel/cppy/include/cppy 2024-11-02 02:53:18,725 root INFO copying build/lib/cppy/include/cppy/cppy.h -> build/bdist.linux-riscv64/wheel/cppy/include/cppy 2024-11-02 02:53:18,726 root INFO copying build/lib/cppy/include/cppy/defines.h -> build/bdist.linux-riscv64/wheel/cppy/include/cppy 2024-11-02 02:53:18,727 root INFO copying build/lib/cppy/include/cppy/ptr.h -> build/bdist.linux-riscv64/wheel/cppy/include/cppy 2024-11-02 02:53:18,728 root INFO copying build/lib/cppy/version.py -> build/bdist.linux-riscv64/wheel/cppy 2024-11-02 02:53:18,729 root INFO running install_egg_info 2024-11-02 02:53:18,735 root INFO Copying cppy.egg-info to build/bdist.linux-riscv64/wheel/cppy-1.2.1-py3.12.egg-info 2024-11-02 02:53:18,739 root INFO running install_scripts 2024-11-02 02:53:18,745 root INFO creating build/bdist.linux-riscv64/wheel/cppy-1.2.1.dist-info/WHEEL 2024-11-02 02:53:18,747 wheel INFO creating '/home/buildozer/aports/community/py3-cppy/src/cppy-1.2.1/.dist/.tmp-296uyfac/cppy-1.2.1-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2024-11-02 02:53:18,749 wheel INFO adding 'cppy/__init__.py' 2024-11-02 02:53:18,750 wheel INFO adding 'cppy/version.py' 2024-11-02 02:53:18,751 wheel INFO adding 'cppy/include/cppy/cppy.h' 2024-11-02 02:53:18,752 wheel INFO adding 'cppy/include/cppy/defines.h' 2024-11-02 02:53:18,753 wheel INFO adding 'cppy/include/cppy/errors.h' 2024-11-02 02:53:18,754 wheel INFO adding 'cppy/include/cppy/ptr.h' 2024-11-02 02:53:18,755 wheel INFO adding 'cppy-1.2.1.dist-info/LICENSE' 2024-11-02 02:53:18,756 wheel INFO adding 'cppy-1.2.1.dist-info/METADATA' 2024-11-02 02:53:18,757 wheel INFO adding 'cppy-1.2.1.dist-info/WHEEL' 2024-11-02 02:53:18,757 wheel INFO adding 'cppy-1.2.1.dist-info/top_level.txt' 2024-11-02 02:53:18,758 wheel INFO adding 'cppy-1.2.1.dist-info/RECORD' 2024-11-02 02:53:18,759 root INFO removing build/bdist.linux-riscv64/wheel 2024-11-02 02:53:18,762 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... '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: 3.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: 19.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 Sat, 02 Nov 2024 02:53:20 +0000 elapsed time 0h 0m 47s >>> py3-cppy: Cleaning up srcdir >>> py3-cppy: Cleaning up pkgdir >>> py3-cppy: Uninstalling dependencies... (1/26) Purging .makedepends-py3-cppy (20241102.025306) (2/26) Purging py3-gpep517-pyc (16-r0) (3/26) Purging py3-gpep517 (16-r0) (4/26) Purging py3-installer-pyc (0.7.0-r2) (5/26) Purging py3-installer (0.7.0-r2) (6/26) Purging py3-setuptools_scm-pyc (8.1.0-r0) (7/26) Purging py3-setuptools_scm (8.1.0-r0) (8/26) Purging py3-setuptools-pyc (70.3.0-r0) (9/26) Purging py3-setuptools (70.3.0-r0) (10/26) Purging py3-wheel-pyc (0.43.0-r0) (11/26) Purging py3-wheel (0.43.0-r0) (12/26) Purging py3-packaging-pyc (24.1-r0) (13/26) Purging py3-packaging (24.1-r0) (14/26) Purging py3-parsing-pyc (3.1.4-r0) (15/26) Purging py3-parsing (3.1.4-r0) (16/26) Purging python3-pyc (3.12.7-r1) (17/26) Purging python3-pycache-pyc0 (3.12.7-r1) (18/26) Purging pyc (3.12.7-r1) (19/26) Purging python3 (3.12.7-r1) (20/26) Purging gdbm (1.24-r0) (21/26) Purging libbz2 (1.0.8-r6) (22/26) Purging libffi (3.4.6-r0) (23/26) Purging libpanelw (6.5_p20241006-r2) (24/26) Purging mpdecimal (4.0.0-r0) (25/26) Purging sqlite-libs (3.47.0-r0) (26/26) Purging xz-libs (5.6.3-r0) Executing busybox-1.37.0-r5.trigger OK: 333 MiB in 98 packages >>> py3-cppy: Updating the community/riscv64 repository index... >>> py3-cppy: Signing the index...