>>> py3-grapheme: Building community/py3-grapheme 0.6.0-r4 (using abuild 3.15.0_rc3-r1) started Sat, 26 Apr 2025 08:25:42 +0000 >>> py3-grapheme: Validating /home/buildozer/aports/community/py3-grapheme/APKBUILD... >>> py3-grapheme: Analyzing dependencies... >>> py3-grapheme: Installing for build: build-base python3 py3-gpep517 py3-setuptools py3-wheel (1/22) Installing libbz2 (1.0.8-r6) (2/22) Installing gdbm (1.24-r0) (3/22) Installing mpdecimal (4.0.0-r0) (4/22) Installing libpanelw (6.5_p20250412-r0) (5/22) Installing sqlite-libs (3.49.1-r0) (6/22) Installing python3 (3.12.10-r0) (7/22) Installing python3-pycache-pyc0 (3.12.10-r0) (8/22) Installing pyc (3.12.10-r0) (9/22) Installing python3-pyc (3.12.10-r0) (10/22) Installing py3-installer (0.7.0-r2) (11/22) Installing py3-installer-pyc (0.7.0-r2) (12/22) Installing py3-gpep517 (16-r0) (13/22) Installing py3-gpep517-pyc (16-r0) (14/22) Installing py3-parsing (3.2.0-r0) (15/22) Installing py3-parsing-pyc (3.2.0-r0) (16/22) Installing py3-packaging (24.2-r0) (17/22) Installing py3-packaging-pyc (24.2-r0) (18/22) Installing py3-setuptools (77.0.3-r0) (19/22) Installing py3-setuptools-pyc (77.0.3-r0) (20/22) Installing py3-wheel (0.43.0-r0) (21/22) Installing py3-wheel-pyc (0.43.0-r0) (22/22) Installing .makedepends-py3-grapheme (20250426.082603) Executing busybox-1.37.0-r16.trigger OK: 644 MiB in 131 packages >>> py3-grapheme: Cleaning up srcdir >>> py3-grapheme: Cleaning up pkgdir >>> py3-grapheme: Cleaning up tmpdir >>> py3-grapheme: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-grapheme-0.6.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.22/py3-grapheme-0.6.0.tar.gz.part' py3-grapheme-0.6.0.t 100% |********************************| 202k 0:00:00 ETA '/var/cache/distfiles/v3.22/py3-grapheme-0.6.0.tar.gz.part' saved >>> py3-grapheme: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-grapheme-0.6.0.tar.gz >>> py3-grapheme: Checking sha512sums... py3-grapheme-0.6.0.tar.gz: OK >>> py3-grapheme: Unpacking /var/cache/distfiles/v3.22/py3-grapheme-0.6.0.tar.gz... 2025-04-26 08:26:03,855 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2025-04-26 08:26:03,877 root INFO running bdist_wheel 2025-04-26 08:26:03,891 root INFO running build 2025-04-26 08:26:03,891 root INFO running build_py 2025-04-26 08:26:03,894 root INFO creating build/lib/grapheme 2025-04-26 08:26:03,894 root INFO copying grapheme/__init__.py -> build/lib/grapheme 2025-04-26 08:26:03,894 root INFO copying grapheme/finder.py -> build/lib/grapheme 2025-04-26 08:26:03,895 root INFO copying grapheme/grapheme_property_group.py -> build/lib/grapheme 2025-04-26 08:26:03,895 root INFO copying grapheme/api.py -> build/lib/grapheme 2025-04-26 08:26:03,895 root INFO running egg_info 2025-04-26 08:26:03,898 root INFO writing grapheme.egg-info/PKG-INFO 2025-04-26 08:26:03,899 root INFO writing dependency_links to grapheme.egg-info/dependency_links.txt 2025-04-26 08:26:03,900 root INFO writing requirements to grapheme.egg-info/requires.txt 2025-04-26 08:26:03,900 root INFO writing top-level names to grapheme.egg-info/top_level.txt 2025-04-26 08:26:03,903 root INFO reading manifest file 'grapheme.egg-info/SOURCES.txt' 2025-04-26 08:26:03,903 root INFO reading manifest template 'MANIFEST.in' 2025-04-26 08:26:03,905 root INFO writing manifest file 'grapheme.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'grapheme.cython' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'grapheme.cython' 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 'grapheme.cython' 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 'grapheme.cython' to be distributed and are already explicitly excluding 'grapheme.cython' 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:212: _Warning: Package 'grapheme.data' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'grapheme.data' 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 'grapheme.data' 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 'grapheme.data' to be distributed and are already explicitly excluding 'grapheme.data' 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) 2025-04-26 08:26:03,906 root INFO creating build/lib/grapheme/cython 2025-04-26 08:26:03,906 root INFO copying grapheme/cython/api.c -> build/lib/grapheme/cython 2025-04-26 08:26:03,907 root INFO copying grapheme/cython/finder.c -> build/lib/grapheme/cython 2025-04-26 08:26:03,908 root INFO copying grapheme/cython/grapheme_property_group.c -> build/lib/grapheme/cython 2025-04-26 08:26:03,910 root INFO creating build/lib/grapheme/data 2025-04-26 08:26:03,910 root INFO copying grapheme/data/grapheme_break_property.json -> build/lib/grapheme/data 2025-04-26 08:26:03,915 root INFO installing to build/bdist.linux-armv8l/wheel 2025-04-26 08:26:03,915 root INFO running install 2025-04-26 08:26:03,926 root INFO running install_lib 2025-04-26 08:26:03,929 root INFO creating build/bdist.linux-armv8l/wheel 2025-04-26 08:26:03,929 root INFO creating build/bdist.linux-armv8l/wheel/grapheme 2025-04-26 08:26:03,929 root INFO copying build/lib/grapheme/__init__.py -> build/bdist.linux-armv8l/wheel/./grapheme 2025-04-26 08:26:03,929 root INFO copying build/lib/grapheme/finder.py -> build/bdist.linux-armv8l/wheel/./grapheme 2025-04-26 08:26:03,930 root INFO creating build/bdist.linux-armv8l/wheel/grapheme/cython 2025-04-26 08:26:03,930 root INFO copying build/lib/grapheme/cython/grapheme_property_group.c -> build/bdist.linux-armv8l/wheel/./grapheme/cython 2025-04-26 08:26:03,931 root INFO copying build/lib/grapheme/cython/api.c -> build/bdist.linux-armv8l/wheel/./grapheme/cython 2025-04-26 08:26:03,931 root INFO copying build/lib/grapheme/cython/finder.c -> build/bdist.linux-armv8l/wheel/./grapheme/cython 2025-04-26 08:26:03,932 root INFO creating build/bdist.linux-armv8l/wheel/grapheme/data 2025-04-26 08:26:03,933 root INFO copying build/lib/grapheme/data/grapheme_break_property.json -> build/bdist.linux-armv8l/wheel/./grapheme/data 2025-04-26 08:26:03,933 root INFO copying build/lib/grapheme/grapheme_property_group.py -> build/bdist.linux-armv8l/wheel/./grapheme 2025-04-26 08:26:03,933 root INFO copying build/lib/grapheme/api.py -> build/bdist.linux-armv8l/wheel/./grapheme 2025-04-26 08:26:03,933 root INFO running install_egg_info 2025-04-26 08:26:03,937 root INFO Copying grapheme.egg-info to build/bdist.linux-armv8l/wheel/./grapheme-0.6.0-py3.12.egg-info 2025-04-26 08:26:03,938 root INFO running install_scripts 2025-04-26 08:26:03,938 root INFO creating build/bdist.linux-armv8l/wheel/grapheme-0.6.0.dist-info/WHEEL 2025-04-26 08:26:03,939 wheel INFO creating '/home/buildozer/aports/community/py3-grapheme/src/grapheme-0.6.0/.dist/.tmp-74yjg1pw/grapheme-0.6.0-py3-none-any.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2025-04-26 08:26:03,939 wheel INFO adding 'grapheme/__init__.py' 2025-04-26 08:26:03,940 wheel INFO adding 'grapheme/api.py' 2025-04-26 08:26:03,940 wheel INFO adding 'grapheme/finder.py' 2025-04-26 08:26:03,940 wheel INFO adding 'grapheme/grapheme_property_group.py' 2025-04-26 08:26:03,941 wheel INFO adding 'grapheme/cython/api.c' 2025-04-26 08:26:03,944 wheel INFO adding 'grapheme/cython/finder.c' 2025-04-26 08:26:03,947 wheel INFO adding 'grapheme/cython/grapheme_property_group.c' 2025-04-26 08:26:03,949 wheel INFO adding 'grapheme/data/grapheme_break_property.json' 2025-04-26 08:26:03,950 wheel INFO adding 'grapheme-0.6.0.dist-info/METADATA' 2025-04-26 08:26:03,950 wheel INFO adding 'grapheme-0.6.0.dist-info/WHEEL' 2025-04-26 08:26:03,950 wheel INFO adding 'grapheme-0.6.0.dist-info/top_level.txt' 2025-04-26 08:26:03,951 wheel INFO adding 'grapheme-0.6.0.dist-info/RECORD' 2025-04-26 08:26:03,951 root INFO removing build/bdist.linux-armv8l/wheel 2025-04-26 08:26:03,952 gpep517 INFO The backend produced .dist/grapheme-0.6.0-py3-none-any.whl grapheme-0.6.0-py3-none-any.whl >>> py3-grapheme: Entering fakeroot... >>> py3-grapheme-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/grapheme/__pycache__' -> '/home/buildozer/aports/community/py3-grapheme/pkg/py3-grapheme-pyc/usr/lib/python3.12/site-packages/grapheme/__pycache__' >>> py3-grapheme-pyc*: Preparing subpackage py3-grapheme-pyc... >>> py3-grapheme-pyc*: Running postcheck for py3-grapheme-pyc >>> py3-grapheme*: Running postcheck for py3-grapheme >>> py3-grapheme*: Preparing package py3-grapheme... >>> py3-grapheme-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-grapheme-pyc*: Package size: 24.1 KB >>> py3-grapheme-pyc*: Compressing data... >>> py3-grapheme-pyc*: Create checksum... >>> py3-grapheme-pyc*: Create py3-grapheme-pyc-0.6.0-r4.apk >>> py3-grapheme*: Tracing dependencies... python3 python3~3.12 >>> py3-grapheme*: Package size: 1.4 MB >>> py3-grapheme*: Compressing data... >>> py3-grapheme*: Create checksum... >>> py3-grapheme*: Create py3-grapheme-0.6.0-r4.apk >>> py3-grapheme: Build complete at Sat, 26 Apr 2025 08:26:04 +0000 elapsed time 0h 0m 22s >>> py3-grapheme: Cleaning up srcdir >>> py3-grapheme: Cleaning up pkgdir >>> py3-grapheme: Uninstalling dependencies... (1/22) Purging .makedepends-py3-grapheme (20250426.082603) (2/22) Purging py3-gpep517-pyc (16-r0) (3/22) Purging py3-gpep517 (16-r0) (4/22) Purging py3-installer-pyc (0.7.0-r2) (5/22) Purging py3-installer (0.7.0-r2) (6/22) Purging py3-setuptools-pyc (77.0.3-r0) (7/22) Purging py3-setuptools (77.0.3-r0) (8/22) Purging py3-wheel-pyc (0.43.0-r0) (9/22) Purging py3-wheel (0.43.0-r0) (10/22) Purging py3-packaging-pyc (24.2-r0) (11/22) Purging py3-packaging (24.2-r0) (12/22) Purging py3-parsing-pyc (3.2.0-r0) (13/22) Purging py3-parsing (3.2.0-r0) (14/22) Purging python3-pyc (3.12.10-r0) (15/22) Purging python3-pycache-pyc0 (3.12.10-r0) (16/22) Purging pyc (3.12.10-r0) (17/22) Purging python3 (3.12.10-r0) (18/22) Purging gdbm (1.24-r0) (19/22) Purging libbz2 (1.0.8-r6) (20/22) Purging libpanelw (6.5_p20250412-r0) (21/22) Purging mpdecimal (4.0.0-r0) (22/22) Purging sqlite-libs (3.49.1-r0) Executing busybox-1.37.0-r16.trigger OK: 601 MiB in 109 packages >>> py3-grapheme: Updating the community/armhf repository index... >>> py3-grapheme: Signing the index...