>>> py3-enchant: Building community/py3-enchant 3.2.2-r4 (using abuild 3.15.0-r0) started Sun, 12 Oct 2025 18:19:22 +0000 >>> py3-enchant: Validating /home/udu/aports/community/py3-enchant/APKBUILD... >>> py3-enchant: Analyzing dependencies... >>> py3-enchant: Installing for build: build-base enchant2 python3 py3-setuptools py3-pytest aspell-en WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/31) Installing enchant2-data (2.8.10-r0) (2/31) Installing aspell-libs (0.60.8.1-r0) (3/31) Installing libeconf (0.6.3-r0) (4/31) Installing libblkid (2.41-r9) (5/31) Installing libmount (2.41-r9) (6/31) Installing glib (2.84.4-r0) (7/31) Installing enchant2-libs (2.8.10-r0) (8/31) Installing enchant2-aspell (2.8.10-r0) (9/31) Installing libhunspell (1.7.2-r4) (10/31) Installing enchant2-hunspell (2.8.10-r0) (11/31) Installing icu-data-en (76.1-r1) Executing icu-data-en-76.1-r1.post-install * * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. * (12/31) Installing icu-libs (76.1-r1) (13/31) Installing nuspell-libs (5.1.6-r2) (14/31) Installing enchant2-nuspell (2.8.10-r0) (15/31) Installing enchant2 (2.8.10-r0) (16/31) Installing py3-parsing (3.2.3-r0) (17/31) Installing py3-parsing-pyc (3.2.3-r0) (18/31) Installing py3-packaging (25.0-r0) (19/31) Installing py3-packaging-pyc (25.0-r0) (20/31) Installing py3-setuptools (80.9.0-r0) (21/31) Installing py3-setuptools-pyc (80.9.0-r0) (22/31) Installing py3-iniconfig (2.1.0-r0) (23/31) Installing py3-iniconfig-pyc (2.1.0-r0) (24/31) Installing py3-pluggy (1.5.0-r0) (25/31) Installing py3-pluggy-pyc (1.5.0-r0) (26/31) Installing py3-py (1.11.0-r4) (27/31) Installing py3-py-pyc (1.11.0-r4) (28/31) Installing py3-pytest (8.3.5-r0) (29/31) Installing py3-pytest-pyc (8.3.5-r0) (30/31) Installing aspell-en (2020.12.07-r0) (31/31) Installing .makedepends-py3-enchant (20251012.181925) Executing busybox-1.37.0-r19.trigger Executing glib-2.84.4-r0.trigger OK: 329 MiB in 120 packages >>> py3-enchant: Cleaning up srcdir >>> py3-enchant: Cleaning up pkgdir >>> py3-enchant: Cleaning up tmpdir >>> py3-enchant: Fetching py3-enchant-3.2.2.tar.gz::https://github.com/pyenchant/pyenchant/archive/v3.2.2.tar.gz >>> py3-enchant: Fetching py3-enchant-3.2.2.tar.gz::https://github.com/pyenchant/pyenchant/archive/v3.2.2.tar.gz >>> py3-enchant: Checking sha512sums... py3-enchant-3.2.2.tar.gz: OK remove-first.patch: OK >>> py3-enchant: Unpacking /var/cache/distfiles/py3-enchant-3.2.2.tar.gz... >>> py3-enchant: remove-first.patch patching file tests/test_dict.py /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/enchant copying enchant/pypwl.py -> build/lib/enchant copying enchant/_enchant.py -> build/lib/enchant copying enchant/utils.py -> build/lib/enchant copying enchant/errors.py -> build/lib/enchant copying enchant/__init__.py -> build/lib/enchant creating build/lib/enchant/checker copying enchant/checker/wxSpellCheckerDialog.py -> build/lib/enchant/checker copying enchant/checker/CmdLineChecker.py -> build/lib/enchant/checker copying enchant/checker/__init__.py -> build/lib/enchant/checker copying enchant/checker/GtkSpellCheckerDialog.py -> build/lib/enchant/checker creating build/lib/enchant/tokenize copying enchant/tokenize/__init__.py -> build/lib/enchant/tokenize copying enchant/tokenize/en.py -> build/lib/enchant/tokenize running egg_info creating pyenchant.egg-info writing pyenchant.egg-info/PKG-INFO writing dependency_links to pyenchant.egg-info/dependency_links.txt writing top-level names to pyenchant.egg-info/top_level.txt writing manifest file 'pyenchant.egg-info/SOURCES.txt' reading manifest file 'pyenchant.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no directories found matching 'enchant/data' adding license file 'LICENSE.txt' writing manifest file 'pyenchant.egg-info/SOURCES.txt' ============================================================================================================================================ test session starts ============================================================================================================================================= platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/udu/aports/community/py3-enchant/src/pyenchant-3.2.2 collected 46 items tests/test_broker.py ..... [ 10%] tests/test_checker.py ........... [ 34%] tests/test_dict.py ........... [ 58%] tests/test_docstrings.py . [ 60%] tests/test_misc.py .. [ 65%] tests/test_multiprocessing.py F [ 67%] tests/test_tokenize.py .............. [ 97%] tests/test_utils.py . [100%] ================================================================================================================================================== FAILURES ================================================================================================================================================== ________________________________________________________________________________________________________________________________________ test_can_use_multiprocessing ________________________________________________________________________________________________________________________________________ def test_can_use_multiprocessing(): words = ["hello" for i in range(1000)] input = [words for i in range(1000)] print("Starting") > pool = Pool(10) tests/test_multiprocessing.py:16: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib/python3.12/multiprocessing/context.py:119: in Pool return Pool(processes, initializer, initargs, maxtasksperchild, /usr/lib/python3.12/multiprocessing/pool.py:191: in __init__ self._setup_queues() /usr/lib/python3.12/multiprocessing/pool.py:346: in _setup_queues self._inqueue = self._ctx.SimpleQueue() /usr/lib/python3.12/multiprocessing/context.py:113: in SimpleQueue return SimpleQueue(ctx=self.get_context()) /usr/lib/python3.12/multiprocessing/queues.py:363: in __init__ self._rlock = ctx.Lock() /usr/lib/python3.12/multiprocessing/context.py:68: in Lock return Lock(ctx=self.get_context()) /usr/lib/python3.12/multiprocessing/synchronize.py:169: in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , kind = 1, value = 1, maxvalue = 1 def __init__(self, kind, value, maxvalue, *, ctx): if ctx is None: ctx = context._default_context.get_context() self._is_fork_ctx = ctx.get_start_method() == 'fork' unlink_now = sys.platform == 'win32' or self._is_fork_ctx for i in range(100): try: > sl = self._semlock = _multiprocessing.SemLock( kind, value, maxvalue, self._make_name(), unlink_now) E PermissionError: [Errno 13] Permission denied /usr/lib/python3.12/multiprocessing/synchronize.py:57: PermissionError -------------------------------------------------------------------------------------------------------------------------------------------- Captured stdout call -------------------------------------------------------------------------------------------------------------------------------------------- Starting ========================================================================================================================================== short test summary info =========================================================================================================================================== FAILED tests/test_multiprocessing.py::test_can_use_multiprocessing - PermissionError: [Errno 13] Permission denied ======================================================================================================================================== 1 failed, 45 passed in 0.87s ======================================================================================================================================== >>> ERROR: py3-enchant: check failed >>> py3-enchant: Uninstalling dependencies... (1/31) Purging .makedepends-py3-enchant (20251012.181925) (2/31) Purging enchant2 (2.8.10-r0) (3/31) Purging enchant2-aspell (2.8.10-r0) (4/31) Purging enchant2-hunspell (2.8.10-r0) (5/31) Purging enchant2-nuspell (2.8.10-r0) (6/31) Purging enchant2-data (2.8.10-r0) (7/31) Purging py3-setuptools-pyc (80.9.0-r0) (8/31) Purging py3-setuptools (80.9.0-r0) (9/31) Purging py3-pytest-pyc (8.3.5-r0) (10/31) Purging py3-pytest (8.3.5-r0) (11/31) Purging py3-iniconfig-pyc (2.1.0-r0) (12/31) Purging py3-iniconfig (2.1.0-r0) (13/31) Purging py3-packaging-pyc (25.0-r0) (14/31) Purging py3-packaging (25.0-r0) (15/31) Purging py3-parsing-pyc (3.2.3-r0) (16/31) Purging py3-parsing (3.2.3-r0) (17/31) Purging py3-pluggy-pyc (1.5.0-r0) (18/31) Purging py3-pluggy (1.5.0-r0) (19/31) Purging py3-py-pyc (1.11.0-r4) (20/31) Purging py3-py (1.11.0-r4) (21/31) Purging aspell-en (2020.12.07-r0) (22/31) Purging aspell-libs (0.60.8.1-r0) (23/31) Purging enchant2-libs (2.8.10-r0) (24/31) Purging glib (2.84.4-r0) (25/31) Purging libhunspell (1.7.2-r4) (26/31) Purging libmount (2.41-r9) (27/31) Purging nuspell-libs (5.1.6-r2) (28/31) Purging icu-libs (76.1-r1) (29/31) Purging icu-data-en (76.1-r1) (30/31) Purging libblkid (2.41-r9) (31/31) Purging libeconf (0.6.3-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages