>>> py3-translationstring: Building testing/py3-translationstring 1.4-r3 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 15:28:44 +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 (1/17) Installing libffi (3.4.6-r0) (2/17) Installing gdbm (1.23-r1) (3/17) Installing mpdecimal (4.0.0-r0) (4/17) Installing libpanelw (6.4_p20240330-r0) (5/17) Installing readline (8.2.10-r0) (6/17) Installing sqlite-libs (3.45.2-r0) (7/17) Installing python3 (3.12.3-r0) (8/17) Installing python3-pycache-pyc0 (3.12.3-r0) (9/17) Installing pyc (3.12.3-r0) (10/17) Installing python3-pyc (3.12.3-r0) (11/17) Installing py3-parsing (3.1.2-r1) (12/17) Installing py3-parsing-pyc (3.1.2-r1) (13/17) Installing py3-packaging (24.0-r1) (14/17) Installing py3-packaging-pyc (24.0-r1) (15/17) Installing py3-setuptools (69.2.0-r2) (16/17) Installing py3-setuptools-pyc (69.2.0-r2) (17/17) Installing .makedepends-py3-translationstring (20240415.152845) Executing busybox-1.36.1-r25.trigger OK: 315 MiB in 127 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... running build running build_py creating build creating build/lib creating build/lib/translationstring copying translationstring/__init__.py -> build/lib/translationstring copying translationstring/compat.py -> build/lib/translationstring creating build/lib/translationstring/tests copying translationstring/tests/translations.py -> build/lib/translationstring/tests copying translationstring/tests/test__init__.py -> build/lib/translationstring/tests copying translationstring/tests/test_integration.py -> build/lib/translationstring/tests copying translationstring/tests/__init__.py -> build/lib/translationstring/tests running egg_info writing translationstring.egg-info/PKG-INFO writing dependency_links to translationstring.egg-info/dependency_links.txt writing requirements to translationstring.egg-info/requires.txt writing top-level names to translationstring.egg-info/top_level.txt reading manifest file 'translationstring.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE.txt' writing manifest file 'translationstring.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) creating build/lib/translationstring/tests/fixtures creating build/lib/translationstring/tests/fixtures/locales creating build/lib/translationstring/tests/fixtures/locales/de creating build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES copying translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.mo -> build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES copying translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.po -> build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.12/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info writing translationstring.egg-info/PKG-INFO writing dependency_links to translationstring.egg-info/dependency_links.txt writing requirements to translationstring.egg-info/requires.txt writing top-level names to translationstring.egg-info/top_level.txt reading manifest file 'translationstring.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE.txt' writing manifest file 'translationstring.egg-info/SOURCES.txt' running build_ext test_chameleon_default_marker_returned (translationstring.tests.test__init__.TestChameleonTranslate.test_chameleon_default_marker_returned) ... ok test_msgid_nonstring (translationstring.tests.test__init__.TestChameleonTranslate.test_msgid_nonstring) ... ok test_msgid_not_none_not_string (translationstring.tests.test__init__.TestChameleonTranslate.test_msgid_not_none_not_string) ... ok test_msgid_text_type_translator_is_None (translationstring.tests.test__init__.TestChameleonTranslate.test_msgid_text_type_translator_is_None) ... ok test_msgid_text_type_translator_is_not_None (translationstring.tests.test__init__.TestChameleonTranslate.test_msgid_text_type_translator_is_not_None) ... ok test_msgid_translationstring_translator_is_None (translationstring.tests.test__init__.TestChameleonTranslate.test_msgid_translationstring_translator_is_None) ... ok test_msgid_translationstring_translator_is_not_None (translationstring.tests.test__init__.TestChameleonTranslate.test_msgid_translationstring_translator_is_not_None) ... ok test_policy_returns_translated (translationstring.tests.test__init__.TestPluralizer.test_policy_returns_translated) ... ok test_translations_None_interpolation_not_required (translationstring.tests.test__init__.TestPluralizer.test_translations_None_interpolation_not_required) ... ok test_translations_None_interpolation_required (translationstring.tests.test__init__.TestPluralizer.test_translations_None_interpolation_required) ... ok test___getstate__ (translationstring.tests.test__init__.TestTranslationString.test___getstate__) ... ok test___reduce__ (translationstring.tests.test__init__.TestTranslationString.test___reduce__) ... ok test_allargs (translationstring.tests.test__init__.TestTranslationString.test_allargs) ... ok test_default_None (translationstring.tests.test__init__.TestTranslationString.test_default_None) ... ok test_default_not_None (translationstring.tests.test__init__.TestTranslationString.test_default_not_None) ... ok test_format_extend_existing_mapping (translationstring.tests.test__init__.TestTranslationString.test_format_extend_existing_mapping) ... ok test_format_no_exising_mapping (translationstring.tests.test__init__.TestTranslationString.test_format_no_exising_mapping) ... ok test_format_required_dict_argument (translationstring.tests.test__init__.TestTranslationString.test_format_required_dict_argument) ... ok test_interpolate_double_dollar_escape (translationstring.tests.test__init__.TestTranslationString.test_interpolate_double_dollar_escape) ... ok test_interpolate_missing_mapping (translationstring.tests.test__init__.TestTranslationString.test_interpolate_missing_mapping) ... ok test_interpolate_missing_not_interpolated (translationstring.tests.test__init__.TestTranslationString.test_interpolate_missing_not_interpolated) ... ok test_interpolate_passed_translated (translationstring.tests.test__init__.TestTranslationString.test_interpolate_passed_translated) ... ok test_interpolate_subsitution_more_than_once (translationstring.tests.test__init__.TestTranslationString.test_interpolate_subsitution_more_than_once) ... ok test_interpolate_substitution (translationstring.tests.test__init__.TestTranslationString.test_interpolate_substitution) ... ok test_is_text_type_subclass (translationstring.tests.test__init__.TestTranslationString.test_is_text_type_subclass) ... ok test_msgid_is_translation_string (translationstring.tests.test__init__.TestTranslationString.test_msgid_is_translation_string) ... ok test_allargs (translationstring.tests.test__init__.TestTranslationStringFactory.test_allargs) ... ok test_msgid_is_translation_string_override_domain (translationstring.tests.test__init__.TestTranslationStringFactory.test_msgid_is_translation_string_override_domain) ... ok test_msgid_is_translation_string_override_kwarg (translationstring.tests.test__init__.TestTranslationStringFactory.test_msgid_is_translation_string_override_kwarg) ... ok test_msgid_is_translation_string_update_mapping (translationstring.tests.test__init__.TestTranslationStringFactory.test_msgid_is_translation_string_update_mapping) ... ok test_policy_returns_msgid (translationstring.tests.test__init__.TestTranslator.test_policy_returns_msgid) ... ok test_policy_returns_translation (translationstring.tests.test__init__.TestTranslator.test_policy_returns_translation) ... ok test_translate_normal_string_with_domain (translationstring.tests.test__init__.TestTranslator.test_translate_normal_string_with_domain) ... ok test_translate_normal_string_with_mapping (translationstring.tests.test__init__.TestTranslator.test_translate_normal_string_with_mapping) ... ok test_translate_normal_string_with_no_domain (translationstring.tests.test__init__.TestTranslator.test_translate_normal_string_with_no_domain) ... ok test_translations_None_interpolation_not_required (translationstring.tests.test__init__.TestTranslator.test_translations_None_interpolation_not_required) ... ok test_translations_None_interpolation_required (translationstring.tests.test__init__.TestTranslator.test_translations_None_interpolation_required) ... ok test_it_translations_has_no_dugettext (translationstring.tests.test__init__.Test_dugettext_policy.test_it_translations_has_no_dugettext) ... ok test_it_use_default_domain (translationstring.tests.test__init__.Test_dugettext_policy.test_it_use_default_domain) ... ok test_it_use_explicit_domain (translationstring.tests.test__init__.Test_dugettext_policy.test_it_use_explicit_domain) ... ok test_it_use_translations_domain (translationstring.tests.test__init__.Test_dugettext_policy.test_it_use_translations_domain) ... ok test_it_use_tstring_domain (translationstring.tests.test__init__.Test_dugettext_policy.test_it_use_tstring_domain) ... ok test_msgctxt_from_tstring (translationstring.tests.test__init__.Test_dugettext_policy.test_msgctxt_from_tstring) ... ok test_msgctxt_no_translation_found (translationstring.tests.test__init__.Test_dugettext_policy.test_msgctxt_no_translation_found) ... ok test_msgctxt_override (translationstring.tests.test__init__.Test_dugettext_policy.test_msgctxt_override) ... ok test_it_translations_has_no_dungettext (translationstring.tests.test__init__.Test_dungettext_policy.test_it_translations_has_no_dungettext) ... ok test_it_use_default_domain (translationstring.tests.test__init__.Test_dungettext_policy.test_it_use_default_domain) ... ok test_it_use_passed_domain (translationstring.tests.test__init__.Test_dungettext_policy.test_it_use_passed_domain) ... ok test_it_use_translation_domain (translationstring.tests.test__init__.Test_dungettext_policy.test_it_use_translation_domain) ... ok test_it (translationstring.tests.test__init__.Test_ugettext_policy.test_it) ... ok test_msgctxt (translationstring.tests.test__init__.Test_ugettext_policy.test_msgctxt) ... ok test_msgctxt_no_translation_found (translationstring.tests.test__init__.Test_ugettext_policy.test_msgctxt_no_translation_found) ... ok test_it (translationstring.tests.test__init__.Test_ungettext_policy.test_it) ... ok test_msgctxt (translationstring.tests.test__init__.Test_ungettext_policy.test_msgctxt) ... ok test_msgctxt_no_translation (translationstring.tests.test__init__.Test_ungettext_policy.test_msgctxt_no_translation) ... ok test_pluralizer_dungettext_policy (translationstring.tests.test_integration.PluralizerIntegrationTests.test_pluralizer_dungettext_policy) ... ok test_pluralizer_ungettext_policy (translationstring.tests.test_integration.PluralizerIntegrationTests.test_pluralizer_ungettext_policy) ... ok test_translator_dugettext_policy (translationstring.tests.test_integration.TranslatorIntegrationTests.test_translator_dugettext_policy) ... ok test_translator_ugettext_policy (translationstring.tests.test_integration.TranslatorIntegrationTests.test_translator_ugettext_policy) ... ok test_translator_with_interpolation (translationstring.tests.test_integration.TranslatorIntegrationTests.test_translator_with_interpolation) ... ok test_translator_with_interpolation_in_translate (translationstring.tests.test_integration.TranslatorIntegrationTests.test_translator_with_interpolation_in_translate) ... ok test_translator_with_interpolation_overridden_in_translate (translationstring.tests.test_integration.TranslatorIntegrationTests.test_translator_with_interpolation_overridden_in_translate) ... ok test_translator_with_interpolation_partially_overridden_in_translate (translationstring.tests.test_integration.TranslatorIntegrationTests.test_translator_with_interpolation_partially_overridden_in_translate) ... ok ---------------------------------------------------------------------- Ran 63 tests in 0.005s OK >>> py3-translationstring: 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/testing/py3-translationstring/pkg creating /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring creating /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr creating /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib creating /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12 creating /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring creating /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/tests copying build/lib/translationstring/tests/translations.py -> /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/tests copying build/lib/translationstring/tests/test__init__.py -> /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/tests creating /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/tests/fixtures creating /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/tests/fixtures/locales creating /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/tests/fixtures/locales/de creating /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/tests/fixtures/locales/de/LC_MESSAGES copying build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.po -> /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/tests/fixtures/locales/de/LC_MESSAGES copying build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.mo -> /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/tests/fixtures/locales/de/LC_MESSAGES copying build/lib/translationstring/tests/test_integration.py -> /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/tests copying build/lib/translationstring/tests/__init__.py -> /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/tests copying build/lib/translationstring/__init__.py -> /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring copying build/lib/translationstring/compat.py -> /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring byte-compiling /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/tests/translations.py to translations.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/tests/test__init__.py to test__init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/tests/test_integration.py to test_integration.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/tests/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring/compat.py to compat.cpython-312.pyc running install_egg_info running egg_info writing translationstring.egg-info/PKG-INFO writing dependency_links to translationstring.egg-info/dependency_links.txt writing requirements to translationstring.egg-info/requires.txt writing top-level names to translationstring.egg-info/top_level.txt reading manifest file 'translationstring.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE.txt' writing manifest file 'translationstring.egg-info/SOURCES.txt' Copying translationstring.egg-info to /home/buildozer/aports/testing/py3-translationstring/pkg/py3-translationstring/usr/lib/python3.12/site-packages/translationstring-1.4-py3.12.egg-info running install_scripts >>> 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-r3.apk >>> py3-translationstring*: Tracing dependencies... python3 python3~3.12 >>> py3-translationstring*: Package size: 76.0 KB >>> py3-translationstring*: Compressing data... >>> py3-translationstring*: Create checksum... >>> py3-translationstring*: Create py3-translationstring-1.4-r3.apk >>> py3-translationstring: Build complete at Mon, 15 Apr 2024 15:28:47 +0000 elapsed time 0h 0m 3s >>> py3-translationstring: Cleaning up srcdir >>> py3-translationstring: Cleaning up pkgdir >>> py3-translationstring: Uninstalling dependencies... (1/17) Purging .makedepends-py3-translationstring (20240415.152845) (2/17) Purging py3-setuptools-pyc (69.2.0-r2) (3/17) Purging py3-setuptools (69.2.0-r2) (4/17) Purging py3-packaging-pyc (24.0-r1) (5/17) Purging py3-packaging (24.0-r1) (6/17) Purging py3-parsing-pyc (3.1.2-r1) (7/17) Purging py3-parsing (3.1.2-r1) (8/17) Purging python3-pyc (3.12.3-r0) (9/17) Purging python3-pycache-pyc0 (3.12.3-r0) (10/17) Purging pyc (3.12.3-r0) (11/17) Purging python3 (3.12.3-r0) (12/17) Purging gdbm (1.23-r1) (13/17) Purging libffi (3.4.6-r0) (14/17) Purging libpanelw (6.4_p20240330-r0) (15/17) Purging mpdecimal (4.0.0-r0) (16/17) Purging readline (8.2.10-r0) (17/17) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 263 MiB in 110 packages >>> py3-translationstring: Updating the testing/ppc64le repository index... >>> py3-translationstring: Signing the index...