>>> py3-phoneme-guesser: Building community/py3-phoneme-guesser 0.1.1-r2 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 23:13:11 +0000 >>> py3-phoneme-guesser: Checking sanity of /home/buildozer/aports/community/py3-phoneme-guesser/APKBUILD... >>> py3-phoneme-guesser: Analyzing dependencies... >>> py3-phoneme-guesser: Installing for build: build-base py3-unidecode python3 py3-setuptools (1/21) Installing libbz2 (1.0.8-r6) (2/21) Installing libffi (3.4.6-r0) (3/21) Installing gdbm (1.23-r1) (4/21) Installing xz-libs (5.6.1-r3) (5/21) Installing mpdecimal (4.0.0-r0) (6/21) Installing libpanelw (6.4_p20240330-r0) (7/21) Installing readline (8.2.10-r0) (8/21) Installing sqlite-libs (3.45.2-r0) (9/21) Installing python3 (3.12.3-r0) (10/21) Installing python3-pycache-pyc0 (3.12.3-r0) (11/21) Installing pyc (3.12.3-r0) (12/21) Installing py3-unidecode-pyc (1.3.8-r1) (13/21) Installing python3-pyc (3.12.3-r0) (14/21) Installing py3-unidecode (1.3.8-r1) (15/21) Installing py3-parsing (3.1.2-r1) (16/21) Installing py3-parsing-pyc (3.1.2-r1) (17/21) Installing py3-packaging (24.0-r1) (18/21) Installing py3-packaging-pyc (24.0-r1) (19/21) Installing py3-setuptools (69.2.0-r2) (20/21) Installing py3-setuptools-pyc (69.2.0-r2) (21/21) Installing .makedepends-py3-phoneme-guesser (20240413.231313) Executing busybox-1.36.1-r25.trigger OK: 427 MiB in 128 packages >>> py3-phoneme-guesser: Cleaning up srcdir >>> py3-phoneme-guesser: Cleaning up pkgdir >>> py3-phoneme-guesser: Cleaning up tmpdir >>> py3-phoneme-guesser: Fetching https://distfiles.alpinelinux.org/distfiles/edge/phoneme_guesser-0.1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15.5M 100 15.5M 0 0 25.1M 0 --:--:-- --:--:-- --:--:-- 25.1M >>> py3-phoneme-guesser: Fetching https://distfiles.alpinelinux.org/distfiles/edge/phoneme_guesser-0.1.1.tar.gz >>> py3-phoneme-guesser: Checking sha512sums... phoneme_guesser-0.1.1.tar.gz: OK >>> py3-phoneme-guesser: Unpacking /var/cache/distfiles/edge/phoneme_guesser-0.1.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/phoneme_guesser copying phoneme_guesser/utils.py -> build/lib/phoneme_guesser copying phoneme_guesser/exceptions.py -> build/lib/phoneme_guesser copying phoneme_guesser/__init__.py -> build/lib/phoneme_guesser running egg_info writing phoneme_guesser.egg-info/PKG-INFO writing dependency_links to phoneme_guesser.egg-info/dependency_links.txt writing top-level names to phoneme_guesser.egg-info/top_level.txt reading manifest file 'phoneme_guesser.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.md' writing manifest file 'phoneme_guesser.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'phoneme_guesser.res' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'phoneme_guesser.res' 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 'phoneme_guesser.res' 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 'phoneme_guesser.res' to be distributed and are already explicitly excluding 'phoneme_guesser.res' 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) creating build/lib/phoneme_guesser/res copying phoneme_guesser/res/ca-es.dict -> build/lib/phoneme_guesser/res copying phoneme_guesser/res/de.dict -> build/lib/phoneme_guesser/res copying phoneme_guesser/res/en-us.dict -> build/lib/phoneme_guesser/res copying phoneme_guesser/res/es-mx.dict -> build/lib/phoneme_guesser/res copying phoneme_guesser/res/es.dict -> build/lib/phoneme_guesser/res copying phoneme_guesser/res/fr.dict -> build/lib/phoneme_guesser/res copying phoneme_guesser/res/it.dict -> build/lib/phoneme_guesser/res copying phoneme_guesser/res/nl.dict -> build/lib/phoneme_guesser/res copying phoneme_guesser/res/pt-br.dict -> build/lib/phoneme_guesser/res >>> py3-phoneme-guesser: Entering fakeroot... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-phoneme-guesser/pkg creating /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser creating /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr creating /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib creating /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser copying build/lib/phoneme_guesser/utils.py -> /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser copying build/lib/phoneme_guesser/exceptions.py -> /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser copying build/lib/phoneme_guesser/__init__.py -> /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser creating /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser/res copying build/lib/phoneme_guesser/res/en-us.dict -> /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser/res copying build/lib/phoneme_guesser/res/es-mx.dict -> /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser/res copying build/lib/phoneme_guesser/res/es.dict -> /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser/res copying build/lib/phoneme_guesser/res/ca-es.dict -> /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser/res copying build/lib/phoneme_guesser/res/de.dict -> /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser/res copying build/lib/phoneme_guesser/res/nl.dict -> /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser/res copying build/lib/phoneme_guesser/res/pt-br.dict -> /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser/res copying build/lib/phoneme_guesser/res/fr.dict -> /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser/res copying build/lib/phoneme_guesser/res/it.dict -> /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser/res byte-compiling /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser/utils.py to utils.cpython-312.pyc /usr/lib/python3.12/site-packages/phoneme_guesser/utils.py:6: SyntaxWarning: invalid escape sequence '\.' byte-compiling /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser/exceptions.py to exceptions.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser/__init__.py to __init__.cpython-312.pyc running install_egg_info running egg_info writing phoneme_guesser.egg-info/PKG-INFO writing dependency_links to phoneme_guesser.egg-info/dependency_links.txt writing top-level names to phoneme_guesser.egg-info/top_level.txt reading manifest file 'phoneme_guesser.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.md' writing manifest file 'phoneme_guesser.egg-info/SOURCES.txt' Copying phoneme_guesser.egg-info to /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser-0.1.1-py3.12.egg-info running install_scripts >>> py3-phoneme-guesser-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.12/site-packages/phoneme_guesser/__pycache__' -> '/home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser-pyc/usr/lib/python3.12/site-packages/phoneme_guesser/__pycache__' >>> py3-phoneme-guesser-pyc*: Preparing subpackage py3-phoneme-guesser-pyc... >>> py3-phoneme-guesser-pyc*: Running postcheck for py3-phoneme-guesser-pyc >>> py3-phoneme-guesser*: Running postcheck for py3-phoneme-guesser >>> py3-phoneme-guesser*: Preparing package py3-phoneme-guesser... >>> py3-phoneme-guesser-pyc*: Tracing dependencies... py3-unidecode python3 python3~3.12 >>> py3-phoneme-guesser-pyc*: Package size: 44.0 KB >>> py3-phoneme-guesser-pyc*: Compressing data... >>> py3-phoneme-guesser-pyc*: Create checksum... >>> py3-phoneme-guesser-pyc*: Create py3-phoneme-guesser-pyc-0.1.1-r2.apk >>> py3-phoneme-guesser*: Tracing dependencies... py3-unidecode python3 python3~3.12 >>> py3-phoneme-guesser*: Package size: 68.1 MB >>> py3-phoneme-guesser*: Compressing data... >>> py3-phoneme-guesser*: Create checksum... >>> py3-phoneme-guesser*: Create py3-phoneme-guesser-0.1.1-r2.apk >>> py3-phoneme-guesser: Build complete at Sat, 13 Apr 2024 23:13:18 +0000 elapsed time 0h 0m 7s >>> py3-phoneme-guesser: Cleaning up srcdir >>> py3-phoneme-guesser: Cleaning up pkgdir >>> py3-phoneme-guesser: Uninstalling dependencies... (1/21) Purging .makedepends-py3-phoneme-guesser (20240413.231313) (2/21) Purging py3-unidecode-pyc (1.3.8-r1) (3/21) Purging py3-unidecode (1.3.8-r1) (4/21) Purging py3-setuptools-pyc (69.2.0-r2) (5/21) Purging py3-setuptools (69.2.0-r2) (6/21) Purging py3-packaging-pyc (24.0-r1) (7/21) Purging py3-packaging (24.0-r1) (8/21) Purging py3-parsing-pyc (3.1.2-r1) (9/21) Purging py3-parsing (3.1.2-r1) (10/21) Purging python3-pyc (3.12.3-r0) (11/21) Purging python3-pycache-pyc0 (3.12.3-r0) (12/21) Purging pyc (3.12.3-r0) (13/21) Purging python3 (3.12.3-r0) (14/21) Purging gdbm (1.23-r1) (15/21) Purging libbz2 (1.0.8-r6) (16/21) Purging libffi (3.4.6-r0) (17/21) Purging libpanelw (6.4_p20240330-r0) (18/21) Purging mpdecimal (4.0.0-r0) (19/21) Purging readline (8.2.10-r0) (20/21) Purging sqlite-libs (3.45.2-r0) (21/21) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 377 MiB in 107 packages >>> py3-phoneme-guesser: Updating the community/x86_64 repository index... >>> py3-phoneme-guesser: Signing the index...