>>> py3-phoneme-guesser: Building community/py3-phoneme-guesser 0.1.1-r1 (using abuild 3.11.0_rc13-r0) started Tue, 25 Apr 2023 09:05:32 +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-r5) (2/21) Installing libffi (3.4.4-r2) (3/21) Installing gdbm (1.23-r1) (4/21) Installing xz-libs (5.4.2-r1) (5/21) Installing mpdecimal (2.5.1-r2) (6/21) Installing libpanelw (6.4_p20230401-r6) (7/21) Installing readline (8.2.1-r1) (8/21) Installing sqlite-libs (3.41.2-r2) (9/21) Installing python3 (3.11.3-r10) (10/21) Installing python3-pycache-pyc0 (3.11.3-r10) (11/21) Installing pyc (0.1-r0) (12/21) Installing py3-unidecode-pyc (1.3.6-r3) (13/21) Installing python3-pyc (3.11.3-r10) (14/21) Installing py3-unidecode (1.3.6-r3) (15/21) Installing py3-parsing (3.0.9-r2) (16/21) Installing py3-parsing-pyc (3.0.9-r2) (17/21) Installing py3-packaging (23.1-r1) (18/21) Installing py3-packaging-pyc (23.1-r1) (19/21) Installing py3-setuptools (67.7.2-r0) (20/21) Installing py3-setuptools-pyc (67.7.2-r0) (21/21) Installing .makedepends-py3-phoneme-guesser (20230425.090532) Executing busybox-1.36.0-r8.trigger OK: 376 MiB in 119 packages >>> py3-phoneme-guesser: Cleaning up srcdir >>> py3-phoneme-guesser: Cleaning up pkgdir >>> py3-phoneme-guesser: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/phoneme_guesser-0.1.1.tar.gz >>> py3-phoneme-guesser: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/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/v3.18/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/__init__.py -> build/lib/phoneme_guesser copying phoneme_guesser/exceptions.py -> build/lib/phoneme_guesser copying phoneme_guesser/utils.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.11/site-packages/setuptools/command/build_py.py:201: _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.11/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, pypa/build 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.11 creating /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.11/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.11/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.11/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.11/site-packages/phoneme_guesser creating /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.11/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.11/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.11/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.11/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.11/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.11/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.11/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.11/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.11/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.11/site-packages/phoneme_guesser/res byte-compiling /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.11/site-packages/phoneme_guesser/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.11/site-packages/phoneme_guesser/exceptions.py to exceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser/usr/lib/python3.11/site-packages/phoneme_guesser/utils.py to utils.cpython-311.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.11/site-packages/phoneme_guesser-0.1.1-py3.11.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.11/site-packages/phoneme_guesser/__pycache__' -> '/home/buildozer/aports/community/py3-phoneme-guesser/pkg/py3-phoneme-guesser-pyc/usr/lib/python3.11/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.11 >>> py3-phoneme-guesser-pyc*: Package size: 48.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-r1.apk >>> py3-phoneme-guesser*: Tracing dependencies... py3-unidecode python3 python3~3.11 >>> 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-r1.apk >>> py3-phoneme-guesser: Build complete at Tue, 25 Apr 2023 09:05:37 +0000 elapsed time 0h 0m 5s >>> py3-phoneme-guesser: Cleaning up srcdir >>> py3-phoneme-guesser: Cleaning up pkgdir >>> py3-phoneme-guesser: Uninstalling dependencies... (1/21) Purging .makedepends-py3-phoneme-guesser (20230425.090532) (2/21) Purging py3-unidecode-pyc (1.3.6-r3) (3/21) Purging py3-unidecode (1.3.6-r3) (4/21) Purging py3-setuptools-pyc (67.7.2-r0) (5/21) Purging py3-setuptools (67.7.2-r0) (6/21) Purging py3-packaging-pyc (23.1-r1) (7/21) Purging py3-packaging (23.1-r1) (8/21) Purging py3-parsing-pyc (3.0.9-r2) (9/21) Purging py3-parsing (3.0.9-r2) (10/21) Purging python3-pyc (3.11.3-r10) (11/21) Purging python3-pycache-pyc0 (3.11.3-r10) (12/21) Purging pyc (0.1-r0) (13/21) Purging python3 (3.11.3-r10) (14/21) Purging gdbm (1.23-r1) (15/21) Purging libbz2 (1.0.8-r5) (16/21) Purging libffi (3.4.4-r2) (17/21) Purging libpanelw (6.4_p20230401-r6) (18/21) Purging mpdecimal (2.5.1-r2) (19/21) Purging readline (8.2.1-r1) (20/21) Purging sqlite-libs (3.41.2-r2) (21/21) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 326 MiB in 98 packages >>> py3-phoneme-guesser: Updating the community/armhf repository index... >>> py3-phoneme-guesser: Signing the index...