>>> py3-translationstring: Building testing/py3-translationstring 1.4-r4 (using abuild 3.13.0-r5) started Tue, 06 Aug 2024 12:09:24 +0000 >>> py3-translationstring: Checking sanity of /home/buildozer/aports/testing/py3-translationstring/APKBUILD... >>> py3-translationstring: Analyzing dependencies... >>> py3-translationstring: Installing for build: build-base python3 py3-setuptools py3-gpep517 (1/20) Installing libffi (3.4.6-r0) (2/20) Installing gdbm (1.24-r0) (3/20) Installing mpdecimal (4.0.0-r0) (4/20) Installing libpanelw (6.5_p20240601-r0) (5/20) Installing sqlite-libs (3.46.0-r0) (6/20) Installing python3 (3.12.4-r0) (7/20) Installing python3-pycache-pyc0 (3.12.4-r0) (8/20) Installing pyc (3.12.4-r0) (9/20) Installing python3-pyc (3.12.4-r0) (10/20) Installing py3-parsing (3.1.2-r1) (11/20) Installing py3-parsing-pyc (3.1.2-r1) (12/20) Installing py3-packaging (24.1-r0) (13/20) Installing py3-packaging-pyc (24.1-r0) (14/20) Installing py3-setuptools (70.3.0-r0) (15/20) Installing py3-setuptools-pyc (70.3.0-r0) (16/20) Installing py3-installer (0.7.0-r2) (17/20) Installing py3-installer-pyc (0.7.0-r2) (18/20) Installing py3-gpep517 (16-r0) (19/20) Installing py3-gpep517-pyc (16-r0) (20/20) Installing .makedepends-py3-translationstring (20240806.120925) Executing busybox-1.36.1-r31.trigger OK: 336 MiB in 130 packages >>> py3-translationstring: Cleaning up srcdir >>> py3-translationstring: Cleaning up pkgdir >>> py3-translationstring: Cleaning up tmpdir >>> py3-translationstring: Fetching https://distfiles.alpinelinux.org/distfiles/edge/translationstring-1.4.tar.gz >>> py3-translationstring: Fetching https://distfiles.alpinelinux.org/distfiles/edge/translationstring-1.4.tar.gz >>> py3-translationstring: Checking sha512sums... translationstring-1.4.tar.gz: OK >>> py3-translationstring: Unpacking /var/cache/distfiles/translationstring-1.4.tar.gz... 2024-08-06 12:09:26,708 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-08-06 12:09:26,739 root INFO running bdist_wheel 2024-08-06 12:09:26,763 root INFO running build 2024-08-06 12:09:26,763 root INFO running build_py 2024-08-06 12:09:26,766 root INFO creating build 2024-08-06 12:09:26,767 root INFO creating build/lib 2024-08-06 12:09:26,767 root INFO creating build/lib/translationstring 2024-08-06 12:09:26,767 root INFO copying translationstring/__init__.py -> build/lib/translationstring 2024-08-06 12:09:26,767 root INFO copying translationstring/compat.py -> build/lib/translationstring 2024-08-06 12:09:26,768 root INFO creating build/lib/translationstring/tests 2024-08-06 12:09:26,768 root INFO copying translationstring/tests/translations.py -> build/lib/translationstring/tests 2024-08-06 12:09:26,768 root INFO copying translationstring/tests/test__init__.py -> build/lib/translationstring/tests 2024-08-06 12:09:26,768 root INFO copying translationstring/tests/test_integration.py -> build/lib/translationstring/tests 2024-08-06 12:09:26,768 root INFO copying translationstring/tests/__init__.py -> build/lib/translationstring/tests 2024-08-06 12:09:26,769 root INFO running egg_info 2024-08-06 12:09:26,771 root INFO writing translationstring.egg-info/PKG-INFO 2024-08-06 12:09:26,772 root INFO writing dependency_links to translationstring.egg-info/dependency_links.txt 2024-08-06 12:09:26,773 root INFO writing requirements to translationstring.egg-info/requires.txt 2024-08-06 12:09:26,773 root INFO writing top-level names to translationstring.egg-info/top_level.txt 2024-08-06 12:09:26,777 root INFO reading manifest file 'translationstring.egg-info/SOURCES.txt' 2024-08-06 12:09:26,777 root INFO reading manifest template 'MANIFEST.in' 2024-08-06 12:09:26,779 root WARNING no previously-included directories found matching 'docs/_build' 2024-08-06 12:09:26,779 root INFO adding license file 'LICENSE.txt' 2024-08-06 12:09:26,781 root INFO writing manifest file 'translationstring.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'translationstring.tests.fixtures.locales.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'translationstring.tests.fixtures.locales.de.LC_MESSAGES' 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 'translationstring.tests.fixtures.locales.de.LC_MESSAGES' 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 'translationstring.tests.fixtures.locales.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'translationstring.tests.fixtures.locales.de.LC_MESSAGES' 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-08-06 12:09:26,783 root INFO creating build/lib/translationstring/tests/fixtures 2024-08-06 12:09:26,783 root INFO creating build/lib/translationstring/tests/fixtures/locales 2024-08-06 12:09:26,783 root INFO creating build/lib/translationstring/tests/fixtures/locales/de 2024-08-06 12:09:26,783 root INFO creating build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES 2024-08-06 12:09:26,783 root INFO copying translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.mo -> build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES 2024-08-06 12:09:26,784 root INFO copying translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.po -> build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES 2024-08-06 12:09:26,791 root INFO installing to build/bdist.linux-ppc64le/wheel 2024-08-06 12:09:26,791 root INFO running install 2024-08-06 12:09:26,818 root INFO running install_lib 2024-08-06 12:09:26,821 root INFO creating build/bdist.linux-ppc64le 2024-08-06 12:09:26,821 root INFO creating build/bdist.linux-ppc64le/wheel 2024-08-06 12:09:26,821 root INFO creating build/bdist.linux-ppc64le/wheel/translationstring 2024-08-06 12:09:26,822 root INFO creating build/bdist.linux-ppc64le/wheel/translationstring/tests 2024-08-06 12:09:26,822 root INFO copying build/lib/translationstring/tests/translations.py -> build/bdist.linux-ppc64le/wheel/translationstring/tests 2024-08-06 12:09:26,822 root INFO copying build/lib/translationstring/tests/test__init__.py -> build/bdist.linux-ppc64le/wheel/translationstring/tests 2024-08-06 12:09:26,822 root INFO creating build/bdist.linux-ppc64le/wheel/translationstring/tests/fixtures 2024-08-06 12:09:26,822 root INFO creating build/bdist.linux-ppc64le/wheel/translationstring/tests/fixtures/locales 2024-08-06 12:09:26,823 root INFO creating build/bdist.linux-ppc64le/wheel/translationstring/tests/fixtures/locales/de 2024-08-06 12:09:26,823 root INFO creating build/bdist.linux-ppc64le/wheel/translationstring/tests/fixtures/locales/de/LC_MESSAGES 2024-08-06 12:09:26,823 root INFO copying build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.po -> build/bdist.linux-ppc64le/wheel/translationstring/tests/fixtures/locales/de/LC_MESSAGES 2024-08-06 12:09:26,823 root INFO copying build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.mo -> build/bdist.linux-ppc64le/wheel/translationstring/tests/fixtures/locales/de/LC_MESSAGES 2024-08-06 12:09:26,823 root INFO copying build/lib/translationstring/tests/test_integration.py -> build/bdist.linux-ppc64le/wheel/translationstring/tests 2024-08-06 12:09:26,824 root INFO copying build/lib/translationstring/tests/__init__.py -> build/bdist.linux-ppc64le/wheel/translationstring/tests 2024-08-06 12:09:26,824 root INFO copying build/lib/translationstring/__init__.py -> build/bdist.linux-ppc64le/wheel/translationstring 2024-08-06 12:09:26,824 root INFO copying build/lib/translationstring/compat.py -> build/bdist.linux-ppc64le/wheel/translationstring 2024-08-06 12:09:26,824 root INFO running install_egg_info 2024-08-06 12:09:26,828 root INFO Copying translationstring.egg-info to build/bdist.linux-ppc64le/wheel/translationstring-1.4-py3.12.egg-info 2024-08-06 12:09:26,829 root INFO running install_scripts 2024-08-06 12:09:26,832 root INFO creating build/bdist.linux-ppc64le/wheel/translationstring-1.4.dist-info/WHEEL 2024-08-06 12:09:26,833 wheel INFO creating '/home/buildozer/aports/testing/py3-translationstring/src/translationstring-1.4/.dist/.tmp-nrg_evzw/translationstring-1.4-py2.py3-none-any.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2024-08-06 12:09:26,833 wheel INFO adding 'translationstring/__init__.py' 2024-08-06 12:09:26,834 wheel INFO adding 'translationstring/compat.py' 2024-08-06 12:09:26,834 wheel INFO adding 'translationstring/tests/__init__.py' 2024-08-06 12:09:26,834 wheel INFO adding 'translationstring/tests/test__init__.py' 2024-08-06 12:09:26,834 wheel INFO adding 'translationstring/tests/test_integration.py' 2024-08-06 12:09:26,835 wheel INFO adding 'translationstring/tests/translations.py' 2024-08-06 12:09:26,835 wheel INFO adding 'translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.mo' 2024-08-06 12:09:26,835 wheel INFO adding 'translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.po' 2024-08-06 12:09:26,836 wheel INFO adding 'translationstring-1.4.dist-info/LICENSE.txt' 2024-08-06 12:09:26,836 wheel INFO adding 'translationstring-1.4.dist-info/METADATA' 2024-08-06 12:09:26,836 wheel INFO adding 'translationstring-1.4.dist-info/WHEEL' 2024-08-06 12:09:26,836 wheel INFO adding 'translationstring-1.4.dist-info/top_level.txt' 2024-08-06 12:09:26,837 wheel INFO adding 'translationstring-1.4.dist-info/RECORD' 2024-08-06 12:09:26,837 root INFO removing build/bdist.linux-ppc64le/wheel 2024-08-06 12:09:26,838 gpep517 INFO The backend produced .dist/translationstring-1.4-py2.py3-none-any.whl translationstring-1.4-py2.py3-none-any.whl 2024-08-06 12:09:27,096 gpep517 INFO Installing .dist/translationstring-1.4-py2.py3-none-any.whl into .testenv 2024-08-06 12:09:27,124 gpep517 INFO Installation complete ............................................................... ---------------------------------------------------------------------- Ran 63 tests in 0.007s OK >>> py3-translationstring: Entering fakeroot... 2024-08-06 12:09:27,457 gpep517 INFO Installing .dist/translationstring-1.4-py2.py3-none-any.whl into /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring 2024-08-06 12:09:27,488 gpep517 INFO Installation complete >>> py3-translationstring-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/__pycache__' -> '/home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring-pyc/usr/lib/python3.12/site-packages/translationstring/__pycache__' >>> py3-translationstring-pyc*: Preparing subpackage py3-translationstring-pyc... >>> py3-translationstring-pyc*: Running postcheck for py3-translationstring-pyc >>> py3-translationstring*: Running postcheck for py3-translationstring >>> py3-translationstring*: Preparing package py3-translationstring... >>> py3-translationstring-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-translationstring-pyc*: Package size: 52.0 KB >>> py3-translationstring-pyc*: Compressing data... >>> py3-translationstring-pyc*: Create checksum... >>> py3-translationstring-pyc*: Create py3-translationstring-pyc-1.4-r4.apk >>> py3-translationstring*: Tracing dependencies... python3 python3~3.12 >>> py3-translationstring*: Package size: 72.0 KB >>> py3-translationstring*: Compressing data... >>> py3-translationstring*: Create checksum... >>> py3-translationstring*: Create py3-translationstring-1.4-r4.apk >>> py3-translationstring: Build complete at Tue, 06 Aug 2024 12:09:27 +0000 elapsed time 0h 0m 3s >>> py3-translationstring: Cleaning up srcdir >>> py3-translationstring: Cleaning up pkgdir >>> py3-translationstring: Uninstalling dependencies... (1/20) Purging .makedepends-py3-translationstring (20240806.120925) (2/20) Purging py3-setuptools-pyc (70.3.0-r0) (3/20) Purging py3-setuptools (70.3.0-r0) (4/20) Purging py3-packaging-pyc (24.1-r0) (5/20) Purging py3-packaging (24.1-r0) (6/20) Purging py3-parsing-pyc (3.1.2-r1) (7/20) Purging py3-parsing (3.1.2-r1) (8/20) Purging py3-gpep517-pyc (16-r0) (9/20) Purging py3-gpep517 (16-r0) (10/20) Purging py3-installer-pyc (0.7.0-r2) (11/20) Purging py3-installer (0.7.0-r2) (12/20) Purging python3-pyc (3.12.4-r0) (13/20) Purging python3-pycache-pyc0 (3.12.4-r0) (14/20) Purging pyc (3.12.4-r0) (15/20) Purging python3 (3.12.4-r0) (16/20) Purging gdbm (1.24-r0) (17/20) Purging libffi (3.4.6-r0) (18/20) Purging libpanelw (6.5_p20240601-r0) (19/20) Purging mpdecimal (4.0.0-r0) (20/20) Purging sqlite-libs (3.46.0-r0) Executing busybox-1.36.1-r31.trigger OK: 282 MiB in 110 packages >>> py3-translationstring: Updating the testing/ppc64le repository index... >>> py3-translationstring: Signing the index...