>>> py3-translationstring: Building testing/py3-translationstring 1.4-r5 (using abuild 3.16.0-r0) started Mon, 30 Mar 2026 12:57:57 +0000 >>> py3-translationstring: Validating /home/buildozer/aports/testing/py3-translationstring/APKBUILD... >>> py3-translationstring: Analyzing dependencies... >>> py3-translationstring: Installing for build: build-base python3 py3-setuptools py3-gpep517 ( 1/22) Installing libbz2 (1.0.8-r6) ( 2/22) Installing libffi (3.5.2-r0) ( 3/22) Installing gdbm (1.26-r0) ( 4/22) Installing xz-libs (5.8.2-r0) ( 5/22) Installing mpdecimal (4.0.1-r0) ( 6/22) Installing libpanelw (6.6_p20251231-r0) ( 7/22) Installing sqlite-libs (3.51.2-r1) ( 8/22) Installing python3 (3.14.3-r0) ( 9/22) Installing python3-pycache-pyc0 (3.14.3-r0) (10/22) Installing pyc (3.14.3-r0) (11/22) Installing python3-pyc (3.14.3-r0) (12/22) Installing py3-parsing (3.3.2-r1) (13/22) Installing py3-parsing-pyc (3.3.2-r1) (14/22) Installing py3-packaging (26.0-r1) (15/22) Installing py3-packaging-pyc (26.0-r1) (16/22) Installing py3-setuptools (82.0.1-r1) (17/22) Installing py3-setuptools-pyc (82.0.1-r1) (18/22) Installing py3-installer (0.7.0-r3) (19/22) Installing py3-installer-pyc (0.7.0-r3) (20/22) Installing py3-gpep517 (19-r2) (21/22) Installing py3-gpep517-pyc (19-r2) (22/22) Installing .makedepends-py3-translationstring (20260330.125758) Executing busybox-1.37.0-r31.trigger OK: 480.4 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 /var/cache/distfiles/edge/translationstring-1.4.tar.gz: OK >>> py3-translationstring: Fetching https://distfiles.alpinelinux.org/distfiles/edge/translationstring-1.4.tar.gz /var/cache/distfiles/edge/translationstring-1.4.tar.gz: OK >>> py3-translationstring: Unpacking /var/cache/distfiles/edge/translationstring-1.4.tar.gz... 2026-03-30 12:57:59,525 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:287: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: Repoze Public License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2026-03-30 12:57:59,544 root INFO running bdist_wheel /usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:119: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() 2026-03-30 12:57:59,555 root INFO running build 2026-03-30 12:57:59,555 root INFO running build_py 2026-03-30 12:57:59,557 root INFO creating build/lib/translationstring 2026-03-30 12:57:59,557 root INFO copying translationstring/__init__.py -> build/lib/translationstring 2026-03-30 12:57:59,558 root INFO copying translationstring/compat.py -> build/lib/translationstring 2026-03-30 12:57:59,558 root INFO creating build/lib/translationstring/tests 2026-03-30 12:57:59,558 root INFO copying translationstring/tests/__init__.py -> build/lib/translationstring/tests 2026-03-30 12:57:59,558 root INFO copying translationstring/tests/translations.py -> build/lib/translationstring/tests 2026-03-30 12:57:59,559 root INFO copying translationstring/tests/test_integration.py -> build/lib/translationstring/tests 2026-03-30 12:57:59,559 root INFO copying translationstring/tests/test__init__.py -> build/lib/translationstring/tests 2026-03-30 12:57:59,559 root INFO running egg_info 2026-03-30 12:57:59,561 root INFO writing translationstring.egg-info/PKG-INFO 2026-03-30 12:57:59,561 root INFO writing dependency_links to translationstring.egg-info/dependency_links.txt 2026-03-30 12:57:59,562 root INFO writing requirements to translationstring.egg-info/requires.txt 2026-03-30 12:57:59,562 root INFO writing top-level names to translationstring.egg-info/top_level.txt 2026-03-30 12:57:59,564 root INFO reading manifest file 'translationstring.egg-info/SOURCES.txt' 2026-03-30 12:57:59,565 root INFO reading manifest template 'MANIFEST.in' 2026-03-30 12:57:59,566 root WARNING no previously-included directories found matching 'docs/_build' 2026-03-30 12:57:59,566 root INFO adding license file 'LICENSE.txt' 2026-03-30 12:57:59,567 root INFO writing manifest file 'translationstring.egg-info/SOURCES.txt' /usr/lib/python3.14/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) 2026-03-30 12:57:59,568 root INFO creating build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES 2026-03-30 12:57:59,568 root INFO copying translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.mo -> build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES 2026-03-30 12:57:59,568 root INFO copying translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.po -> build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES 2026-03-30 12:57:59,572 root INFO installing to build/bdist.linux-aarch64/wheel 2026-03-30 12:57:59,573 root INFO running install 2026-03-30 12:57:59,579 root INFO running install_lib 2026-03-30 12:57:59,582 root INFO creating build/bdist.linux-aarch64/wheel 2026-03-30 12:57:59,582 root INFO creating build/bdist.linux-aarch64/wheel/translationstring 2026-03-30 12:57:59,582 root INFO copying build/lib/translationstring/__init__.py -> build/bdist.linux-aarch64/wheel/./translationstring 2026-03-30 12:57:59,582 root INFO creating build/bdist.linux-aarch64/wheel/translationstring/tests 2026-03-30 12:57:59,582 root INFO copying build/lib/translationstring/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./translationstring/tests 2026-03-30 12:57:59,583 root INFO creating build/bdist.linux-aarch64/wheel/translationstring/tests/fixtures 2026-03-30 12:57:59,583 root INFO creating build/bdist.linux-aarch64/wheel/translationstring/tests/fixtures/locales 2026-03-30 12:57:59,583 root INFO creating build/bdist.linux-aarch64/wheel/translationstring/tests/fixtures/locales/de 2026-03-30 12:57:59,583 root INFO creating build/bdist.linux-aarch64/wheel/translationstring/tests/fixtures/locales/de/LC_MESSAGES 2026-03-30 12:57:59,583 root INFO copying build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.po -> build/bdist.linux-aarch64/wheel/./translationstring/tests/fixtures/locales/de/LC_MESSAGES 2026-03-30 12:57:59,583 root INFO copying build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.mo -> build/bdist.linux-aarch64/wheel/./translationstring/tests/fixtures/locales/de/LC_MESSAGES 2026-03-30 12:57:59,583 root INFO copying build/lib/translationstring/tests/translations.py -> build/bdist.linux-aarch64/wheel/./translationstring/tests 2026-03-30 12:57:59,584 root INFO copying build/lib/translationstring/tests/test_integration.py -> build/bdist.linux-aarch64/wheel/./translationstring/tests 2026-03-30 12:57:59,584 root INFO copying build/lib/translationstring/tests/test__init__.py -> build/bdist.linux-aarch64/wheel/./translationstring/tests 2026-03-30 12:57:59,584 root INFO copying build/lib/translationstring/compat.py -> build/bdist.linux-aarch64/wheel/./translationstring 2026-03-30 12:57:59,584 root INFO running install_egg_info 2026-03-30 12:57:59,587 root INFO Copying translationstring.egg-info to build/bdist.linux-aarch64/wheel/./translationstring-1.4-py3.14.egg-info 2026-03-30 12:57:59,588 root INFO running install_scripts 2026-03-30 12:57:59,589 root INFO creating build/bdist.linux-aarch64/wheel/translationstring-1.4.dist-info/WHEEL 2026-03-30 12:57:59,589 wheel INFO creating '/home/buildozer/aports/testing/py3-translationstring/src/translationstring-1.4/.dist/.tmp-_f1j9mpm/translationstring-1.4-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2026-03-30 12:57:59,589 wheel INFO adding 'translationstring/__init__.py' 2026-03-30 12:57:59,590 wheel INFO adding 'translationstring/compat.py' 2026-03-30 12:57:59,590 wheel INFO adding 'translationstring/tests/__init__.py' 2026-03-30 12:57:59,590 wheel INFO adding 'translationstring/tests/test__init__.py' 2026-03-30 12:57:59,590 wheel INFO adding 'translationstring/tests/test_integration.py' 2026-03-30 12:57:59,590 wheel INFO adding 'translationstring/tests/translations.py' 2026-03-30 12:57:59,591 wheel INFO adding 'translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.mo' 2026-03-30 12:57:59,591 wheel INFO adding 'translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.po' 2026-03-30 12:57:59,591 wheel INFO adding 'translationstring-1.4.dist-info/licenses/LICENSE.txt' 2026-03-30 12:57:59,591 wheel INFO adding 'translationstring-1.4.dist-info/METADATA' 2026-03-30 12:57:59,591 wheel INFO adding 'translationstring-1.4.dist-info/WHEEL' 2026-03-30 12:57:59,591 wheel INFO adding 'translationstring-1.4.dist-info/top_level.txt' 2026-03-30 12:57:59,591 wheel INFO adding 'translationstring-1.4.dist-info/RECORD' 2026-03-30 12:57:59,592 root INFO removing build/bdist.linux-aarch64/wheel 2026-03-30 12:57:59,592 gpep517 INFO The backend produced .dist/translationstring-1.4-py2.py3-none-any.whl translationstring-1.4-py2.py3-none-any.whl 2026-03-30 12:57:59,815 gpep517 INFO Installing .dist/translationstring-1.4-py2.py3-none-any.whl into .testenv 2026-03-30 12:57:59,833 gpep517 INFO Installation complete ............................................................... ---------------------------------------------------------------------- Ran 63 tests in 0.003s OK >>> py3-translationstring: Entering fakeroot... 2026-03-30 12:58:00,088 gpep517 INFO Installing .dist/translationstring-1.4-py2.py3-none-any.whl into /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring 2026-03-30 12:58:00,107 gpep517 INFO Installation complete >>> py3-translationstring-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/translationstring/__pycache__' -> '/home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring-pyc/usr/lib/python3.14/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~3.14 >>> py3-translationstring-pyc*: Package size: 17.1 KB >>> py3-translationstring-pyc*: Compressing data... >>> py3-translationstring-pyc*: Create checksum... >>> py3-translationstring-pyc*: Create py3-translationstring-pyc-1.4-r5.apk >>> py3-translationstring*: Tracing dependencies... python3 python3~3.14 >>> py3-translationstring*: Package size: 22.5 KB >>> py3-translationstring*: Compressing data... >>> py3-translationstring*: Create checksum... >>> py3-translationstring*: Create py3-translationstring-1.4-r5.apk >>> py3-translationstring: Build complete at Mon, 30 Mar 2026 12:58:00 +0000 elapsed time 0h 0m 3s >>> py3-translationstring: Cleaning up srcdir >>> py3-translationstring: Cleaning up pkgdir >>> py3-translationstring: Cleaning up tmpdir >>> py3-translationstring: Uninstalling dependencies... ( 1/22) Purging .makedepends-py3-translationstring (20260330.125758) ( 2/22) Purging py3-setuptools-pyc (82.0.1-r1) ( 3/22) Purging py3-setuptools (82.0.1-r1) ( 4/22) Purging py3-packaging-pyc (26.0-r1) ( 5/22) Purging py3-packaging (26.0-r1) ( 6/22) Purging py3-parsing-pyc (3.3.2-r1) ( 7/22) Purging py3-parsing (3.3.2-r1) ( 8/22) Purging py3-gpep517-pyc (19-r2) ( 9/22) Purging py3-gpep517 (19-r2) (10/22) Purging py3-installer-pyc (0.7.0-r3) (11/22) Purging py3-installer (0.7.0-r3) (12/22) Purging python3-pyc (3.14.3-r0) (13/22) Purging python3-pycache-pyc0 (3.14.3-r0) (14/22) Purging pyc (3.14.3-r0) (15/22) Purging python3 (3.14.3-r0) (16/22) Purging gdbm (1.26-r0) (17/22) Purging libbz2 (1.0.8-r6) (18/22) Purging libffi (3.5.2-r0) (19/22) Purging libpanelw (6.6_p20251231-r0) (20/22) Purging mpdecimal (4.0.1-r0) (21/22) Purging sqlite-libs (3.51.2-r1) (22/22) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 432.7 MiB in 108 packages >>> py3-translationstring: Updating the testing/aarch64 repository index... >>> py3-translationstring: Signing the index...