>>> py3-langdetect: Building community/py3-langdetect 1.0.9-r2 (using abuild 3.16.0-r0) started Fri, 03 Apr 2026 21:01:56 +0000 >>> py3-langdetect: Validating /home/buildozer/aports/community/py3-langdetect/APKBUILD... >>> py3-langdetect: Analyzing dependencies... >>> py3-langdetect: Installing for build: build-base py3-six py3-setuptools py3-gpep517 py3-wheel py3-pytest ( 1/36) Installing libbz2 (1.0.8-r6) ( 2/36) Installing libffi (3.5.2-r0) ( 3/36) Installing gdbm (1.26-r0) ( 4/36) Installing xz-libs (5.8.2-r0) ( 5/36) Installing mpdecimal (4.0.1-r0) ( 6/36) Installing libpanelw (6.6_p20251231-r0) ( 7/36) Installing sqlite-libs (3.51.2-r1) ( 8/36) Installing python3 (3.14.3-r0) ( 9/36) Installing python3-pycache-pyc0 (3.14.3-r0) (10/36) Installing pyc (3.14.3-r0) (11/36) Installing py3-six-pyc (1.17.0-r1) (12/36) Installing python3-pyc (3.14.3-r0) (13/36) Installing py3-six (1.17.0-r1) (14/36) Installing py3-parsing (3.3.2-r1) (15/36) Installing py3-parsing-pyc (3.3.2-r1) (16/36) Installing py3-packaging (26.0-r1) (17/36) Installing py3-packaging-pyc (26.0-r1) (18/36) Installing py3-setuptools (82.0.1-r1) (19/36) Installing py3-setuptools-pyc (82.0.1-r1) (20/36) Installing py3-installer (0.7.0-r3) (21/36) Installing py3-installer-pyc (0.7.0-r3) (22/36) Installing py3-gpep517 (19-r2) (23/36) Installing py3-gpep517-pyc (19-r2) (24/36) Installing py3-wheel (0.46.3-r1) (25/36) Installing py3-wheel-pyc (0.46.3-r1) (26/36) Installing py3-iniconfig (2.3.0-r1) (27/36) Installing py3-iniconfig-pyc (2.3.0-r1) (28/36) Installing py3-pluggy (1.6.0-r1) (29/36) Installing py3-pluggy-pyc (1.6.0-r1) (30/36) Installing py3-py (1.11.0-r5) (31/36) Installing py3-py-pyc (1.11.0-r5) (32/36) Installing py3-pygments (2.20.0-r0) (33/36) Installing py3-pygments-pyc (2.20.0-r0) (34/36) Installing py3-pytest (9.0.2-r1) (35/36) Installing py3-pytest-pyc (9.0.2-r1) (36/36) Installing .makedepends-py3-langdetect (20260403.210202) Executing busybox-1.37.0-r31.trigger OK: 447.6 MiB in 141 packages >>> py3-langdetect: Cleaning up srcdir >>> py3-langdetect: Cleaning up pkgdir >>> py3-langdetect: Cleaning up tmpdir >>> py3-langdetect: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-langdetect-1.0.9.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/py3-langdetect-1.0.9.tar.gz.part' py3-langdetect-1.0.9 100% |********************************| 958k 0:00:00 ETA '/var/cache/distfiles/edge/py3-langdetect-1.0.9.tar.gz.part' saved /var/cache/distfiles/edge/py3-langdetect-1.0.9.tar.gz: OK >>> py3-langdetect: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-langdetect-1.0.9.tar.gz /var/cache/distfiles/edge/py3-langdetect-1.0.9.tar.gz: OK >>> py3-langdetect: Unpacking /var/cache/distfiles/edge/py3-langdetect-1.0.9.tar.gz... 2026-04-03 21:02:06,109 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /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 :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2026-04-03 21:02:06,208 root INFO running bdist_wheel 2026-04-03 21:02:06,280 root INFO running build 2026-04-03 21:02:06,281 root INFO running build_py 2026-04-03 21:02:06,297 root INFO creating build/lib/langdetect 2026-04-03 21:02:06,299 root INFO copying langdetect/detector.py -> build/lib/langdetect 2026-04-03 21:02:06,300 root INFO copying langdetect/__init__.py -> build/lib/langdetect 2026-04-03 21:02:06,302 root INFO copying langdetect/lang_detect_exception.py -> build/lib/langdetect 2026-04-03 21:02:06,303 root INFO copying langdetect/language.py -> build/lib/langdetect 2026-04-03 21:02:06,304 root INFO copying langdetect/detector_factory.py -> build/lib/langdetect 2026-04-03 21:02:06,306 root INFO creating build/lib/langdetect/utils 2026-04-03 21:02:06,307 root INFO copying langdetect/utils/__init__.py -> build/lib/langdetect/utils 2026-04-03 21:02:06,308 root INFO copying langdetect/utils/ngram.py -> build/lib/langdetect/utils 2026-04-03 21:02:06,310 root INFO copying langdetect/utils/unicode_block.py -> build/lib/langdetect/utils 2026-04-03 21:02:06,311 root INFO copying langdetect/utils/messages.py -> build/lib/langdetect/utils 2026-04-03 21:02:06,313 root INFO copying langdetect/utils/lang_profile.py -> build/lib/langdetect/utils 2026-04-03 21:02:06,315 root INFO creating build/lib/langdetect/tests 2026-04-03 21:02:06,315 root INFO copying langdetect/tests/__init__.py -> build/lib/langdetect/tests 2026-04-03 21:02:06,317 root INFO copying langdetect/tests/test_language.py -> build/lib/langdetect/tests 2026-04-03 21:02:06,318 root INFO copying langdetect/tests/test_detector.py -> build/lib/langdetect/tests 2026-04-03 21:02:06,319 root INFO running egg_info 2026-04-03 21:02:06,330 root INFO writing langdetect.egg-info/PKG-INFO 2026-04-03 21:02:06,333 root INFO writing dependency_links to langdetect.egg-info/dependency_links.txt 2026-04-03 21:02:06,334 root INFO writing requirements to langdetect.egg-info/requires.txt 2026-04-03 21:02:06,335 root INFO writing top-level names to langdetect.egg-info/top_level.txt 2026-04-03 21:02:06,351 root INFO reading manifest file 'langdetect.egg-info/SOURCES.txt' 2026-04-03 21:02:06,358 root INFO reading manifest template 'MANIFEST.in' 2026-04-03 21:02:06,365 root INFO adding license file 'LICENSE' 2026-04-03 21:02:06,365 root INFO adding license file 'NOTICE' 2026-04-03 21:02:06,371 root INFO writing manifest file 'langdetect.egg-info/SOURCES.txt' /usr/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'langdetect.profiles' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'langdetect.profiles' 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 'langdetect.profiles' 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 'langdetect.profiles' to be distributed and are already explicitly excluding 'langdetect.profiles' 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-04-03 21:02:06,382 root INFO creating build/lib/langdetect/profiles 2026-04-03 21:02:06,383 root INFO copying langdetect/profiles/af -> build/lib/langdetect/profiles 2026-04-03 21:02:06,385 root INFO copying langdetect/profiles/ar -> build/lib/langdetect/profiles 2026-04-03 21:02:06,387 root INFO copying langdetect/profiles/bg -> build/lib/langdetect/profiles 2026-04-03 21:02:06,389 root INFO copying langdetect/profiles/bn -> build/lib/langdetect/profiles 2026-04-03 21:02:06,391 root INFO copying langdetect/profiles/ca -> build/lib/langdetect/profiles 2026-04-03 21:02:06,393 root INFO copying langdetect/profiles/cs -> build/lib/langdetect/profiles 2026-04-03 21:02:06,395 root INFO copying langdetect/profiles/cy -> build/lib/langdetect/profiles 2026-04-03 21:02:06,397 root INFO copying langdetect/profiles/da -> build/lib/langdetect/profiles 2026-04-03 21:02:06,398 root INFO copying langdetect/profiles/de -> build/lib/langdetect/profiles 2026-04-03 21:02:06,400 root INFO copying langdetect/profiles/el -> build/lib/langdetect/profiles 2026-04-03 21:02:06,402 root INFO copying langdetect/profiles/en -> build/lib/langdetect/profiles 2026-04-03 21:02:06,404 root INFO copying langdetect/profiles/es -> build/lib/langdetect/profiles 2026-04-03 21:02:06,405 root INFO copying langdetect/profiles/et -> build/lib/langdetect/profiles 2026-04-03 21:02:06,407 root INFO copying langdetect/profiles/fa -> build/lib/langdetect/profiles 2026-04-03 21:02:06,409 root INFO copying langdetect/profiles/fi -> build/lib/langdetect/profiles 2026-04-03 21:02:06,411 root INFO copying langdetect/profiles/fr -> build/lib/langdetect/profiles 2026-04-03 21:02:06,412 root INFO copying langdetect/profiles/gu -> build/lib/langdetect/profiles 2026-04-03 21:02:06,414 root INFO copying langdetect/profiles/he -> build/lib/langdetect/profiles 2026-04-03 21:02:06,416 root INFO copying langdetect/profiles/hi -> build/lib/langdetect/profiles 2026-04-03 21:02:06,417 root INFO copying langdetect/profiles/hr -> build/lib/langdetect/profiles 2026-04-03 21:02:06,419 root INFO copying langdetect/profiles/hu -> build/lib/langdetect/profiles 2026-04-03 21:02:06,421 root INFO copying langdetect/profiles/id -> build/lib/langdetect/profiles 2026-04-03 21:02:06,422 root INFO copying langdetect/profiles/it -> build/lib/langdetect/profiles 2026-04-03 21:02:06,424 root INFO copying langdetect/profiles/ja -> build/lib/langdetect/profiles 2026-04-03 21:02:06,426 root INFO copying langdetect/profiles/kn -> build/lib/langdetect/profiles 2026-04-03 21:02:06,428 root INFO copying langdetect/profiles/ko -> build/lib/langdetect/profiles 2026-04-03 21:02:06,431 root INFO copying langdetect/profiles/lt -> build/lib/langdetect/profiles 2026-04-03 21:02:06,433 root INFO copying langdetect/profiles/lv -> build/lib/langdetect/profiles 2026-04-03 21:02:06,435 root INFO copying langdetect/profiles/mk -> build/lib/langdetect/profiles 2026-04-03 21:02:06,437 root INFO copying langdetect/profiles/ml -> build/lib/langdetect/profiles 2026-04-03 21:02:06,438 root INFO copying langdetect/profiles/mr -> build/lib/langdetect/profiles 2026-04-03 21:02:06,440 root INFO copying langdetect/profiles/ne -> build/lib/langdetect/profiles 2026-04-03 21:02:06,442 root INFO copying langdetect/profiles/nl -> build/lib/langdetect/profiles 2026-04-03 21:02:06,443 root INFO copying langdetect/profiles/no -> build/lib/langdetect/profiles 2026-04-03 21:02:06,445 root INFO copying langdetect/profiles/pa -> build/lib/langdetect/profiles 2026-04-03 21:02:06,447 root INFO copying langdetect/profiles/pl -> build/lib/langdetect/profiles 2026-04-03 21:02:06,449 root INFO copying langdetect/profiles/pt -> build/lib/langdetect/profiles 2026-04-03 21:02:06,450 root INFO copying langdetect/profiles/ro -> build/lib/langdetect/profiles 2026-04-03 21:02:06,452 root INFO copying langdetect/profiles/ru -> build/lib/langdetect/profiles 2026-04-03 21:02:06,454 root INFO copying langdetect/profiles/sk -> build/lib/langdetect/profiles 2026-04-03 21:02:06,456 root INFO copying langdetect/profiles/sl -> build/lib/langdetect/profiles 2026-04-03 21:02:06,458 root INFO copying langdetect/profiles/so -> build/lib/langdetect/profiles 2026-04-03 21:02:06,459 root INFO copying langdetect/profiles/sq -> build/lib/langdetect/profiles 2026-04-03 21:02:06,461 root INFO copying langdetect/profiles/sv -> build/lib/langdetect/profiles 2026-04-03 21:02:06,463 root INFO copying langdetect/profiles/sw -> build/lib/langdetect/profiles 2026-04-03 21:02:06,464 root INFO copying langdetect/profiles/ta -> build/lib/langdetect/profiles 2026-04-03 21:02:06,466 root INFO copying langdetect/profiles/te -> build/lib/langdetect/profiles 2026-04-03 21:02:06,468 root INFO copying langdetect/profiles/th -> build/lib/langdetect/profiles 2026-04-03 21:02:06,470 root INFO copying langdetect/profiles/tl -> build/lib/langdetect/profiles 2026-04-03 21:02:06,471 root INFO copying langdetect/profiles/tr -> build/lib/langdetect/profiles 2026-04-03 21:02:06,473 root INFO copying langdetect/profiles/uk -> build/lib/langdetect/profiles 2026-04-03 21:02:06,475 root INFO copying langdetect/profiles/ur -> build/lib/langdetect/profiles 2026-04-03 21:02:06,476 root INFO copying langdetect/profiles/vi -> build/lib/langdetect/profiles 2026-04-03 21:02:06,478 root INFO copying langdetect/profiles/zh-cn -> build/lib/langdetect/profiles 2026-04-03 21:02:06,480 root INFO copying langdetect/profiles/zh-tw -> build/lib/langdetect/profiles 2026-04-03 21:02:06,482 root INFO copying langdetect/utils/messages.properties -> build/lib/langdetect/utils 2026-04-03 21:02:06,514 root INFO installing to build/bdist.linux-riscv64/wheel 2026-04-03 21:02:06,514 root INFO running install 2026-04-03 21:02:06,549 root INFO running install_lib 2026-04-03 21:02:06,563 root INFO creating build/bdist.linux-riscv64/wheel 2026-04-03 21:02:06,565 root INFO creating build/bdist.linux-riscv64/wheel/langdetect 2026-04-03 21:02:06,566 root INFO copying build/lib/langdetect/detector.py -> build/bdist.linux-riscv64/wheel/./langdetect 2026-04-03 21:02:06,567 root INFO copying build/lib/langdetect/__init__.py -> build/bdist.linux-riscv64/wheel/./langdetect 2026-04-03 21:02:06,568 root INFO creating build/bdist.linux-riscv64/wheel/langdetect/profiles 2026-04-03 21:02:06,569 root INFO copying build/lib/langdetect/profiles/el -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,570 root INFO copying build/lib/langdetect/profiles/kn -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,572 root INFO copying build/lib/langdetect/profiles/lv -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,574 root INFO copying build/lib/langdetect/profiles/gu -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,575 root INFO copying build/lib/langdetect/profiles/uk -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,576 root INFO copying build/lib/langdetect/profiles/ru -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,578 root INFO copying build/lib/langdetect/profiles/sv -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,579 root INFO copying build/lib/langdetect/profiles/es -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,580 root INFO copying build/lib/langdetect/profiles/bg -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,582 root INFO copying build/lib/langdetect/profiles/lt -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,584 root INFO copying build/lib/langdetect/profiles/nl -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,585 root INFO copying build/lib/langdetect/profiles/tr -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,586 root INFO copying build/lib/langdetect/profiles/th -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,588 root INFO copying build/lib/langdetect/profiles/so -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,589 root INFO copying build/lib/langdetect/profiles/tl -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,590 root INFO copying build/lib/langdetect/profiles/ne -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,592 root INFO copying build/lib/langdetect/profiles/sw -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,593 root INFO copying build/lib/langdetect/profiles/et -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,595 root INFO copying build/lib/langdetect/profiles/fi -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,596 root INFO copying build/lib/langdetect/profiles/zh-tw -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,598 root INFO copying build/lib/langdetect/profiles/hi -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,599 root INFO copying build/lib/langdetect/profiles/ro -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,601 root INFO copying build/lib/langdetect/profiles/no -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,602 root INFO copying build/lib/langdetect/profiles/ta -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,603 root INFO copying build/lib/langdetect/profiles/it -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,605 root INFO copying build/lib/langdetect/profiles/cy -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,606 root INFO copying build/lib/langdetect/profiles/da -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,608 root INFO copying build/lib/langdetect/profiles/ml -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,609 root INFO copying build/lib/langdetect/profiles/ko -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,612 root INFO copying build/lib/langdetect/profiles/hr -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,614 root INFO copying build/lib/langdetect/profiles/sl -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,615 root INFO copying build/lib/langdetect/profiles/he -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,617 root INFO copying build/lib/langdetect/profiles/cs -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,618 root INFO copying build/lib/langdetect/profiles/id -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,619 root INFO copying build/lib/langdetect/profiles/fa -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,621 root INFO copying build/lib/langdetect/profiles/pt -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,622 root INFO copying build/lib/langdetect/profiles/ar -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,624 root INFO copying build/lib/langdetect/profiles/en -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,625 root INFO copying build/lib/langdetect/profiles/ca -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,627 root INFO copying build/lib/langdetect/profiles/pl -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,628 root INFO copying build/lib/langdetect/profiles/pa -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,630 root INFO copying build/lib/langdetect/profiles/fr -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,631 root INFO copying build/lib/langdetect/profiles/te -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,632 root INFO copying build/lib/langdetect/profiles/mk -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,634 root INFO copying build/lib/langdetect/profiles/ur -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,635 root INFO copying build/lib/langdetect/profiles/mr -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,637 root INFO copying build/lib/langdetect/profiles/ja -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,638 root INFO copying build/lib/langdetect/profiles/af -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,639 root INFO copying build/lib/langdetect/profiles/bn -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,641 root INFO copying build/lib/langdetect/profiles/zh-cn -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,642 root INFO copying build/lib/langdetect/profiles/hu -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,644 root INFO copying build/lib/langdetect/profiles/sk -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,645 root INFO copying build/lib/langdetect/profiles/de -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,647 root INFO copying build/lib/langdetect/profiles/vi -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,648 root INFO copying build/lib/langdetect/profiles/sq -> build/bdist.linux-riscv64/wheel/./langdetect/profiles 2026-04-03 21:02:06,650 root INFO creating build/bdist.linux-riscv64/wheel/langdetect/tests 2026-04-03 21:02:06,651 root INFO copying build/lib/langdetect/tests/__init__.py -> build/bdist.linux-riscv64/wheel/./langdetect/tests 2026-04-03 21:02:06,652 root INFO copying build/lib/langdetect/tests/test_language.py -> build/bdist.linux-riscv64/wheel/./langdetect/tests 2026-04-03 21:02:06,653 root INFO copying build/lib/langdetect/tests/test_detector.py -> build/bdist.linux-riscv64/wheel/./langdetect/tests 2026-04-03 21:02:06,654 root INFO copying build/lib/langdetect/lang_detect_exception.py -> build/bdist.linux-riscv64/wheel/./langdetect 2026-04-03 21:02:06,655 root INFO creating build/bdist.linux-riscv64/wheel/langdetect/utils 2026-04-03 21:02:06,656 root INFO copying build/lib/langdetect/utils/messages.properties -> build/bdist.linux-riscv64/wheel/./langdetect/utils 2026-04-03 21:02:06,658 root INFO copying build/lib/langdetect/utils/__init__.py -> build/bdist.linux-riscv64/wheel/./langdetect/utils 2026-04-03 21:02:06,659 root INFO copying build/lib/langdetect/utils/ngram.py -> build/bdist.linux-riscv64/wheel/./langdetect/utils 2026-04-03 21:02:06,660 root INFO copying build/lib/langdetect/utils/unicode_block.py -> build/bdist.linux-riscv64/wheel/./langdetect/utils 2026-04-03 21:02:06,661 root INFO copying build/lib/langdetect/utils/messages.py -> build/bdist.linux-riscv64/wheel/./langdetect/utils 2026-04-03 21:02:06,662 root INFO copying build/lib/langdetect/utils/lang_profile.py -> build/bdist.linux-riscv64/wheel/./langdetect/utils 2026-04-03 21:02:06,663 root INFO copying build/lib/langdetect/language.py -> build/bdist.linux-riscv64/wheel/./langdetect 2026-04-03 21:02:06,664 root INFO copying build/lib/langdetect/detector_factory.py -> build/bdist.linux-riscv64/wheel/./langdetect 2026-04-03 21:02:06,665 root INFO running install_egg_info 2026-04-03 21:02:06,682 root INFO Copying langdetect.egg-info to build/bdist.linux-riscv64/wheel/./langdetect-1.0.9-py3.14.egg-info 2026-04-03 21:02:06,687 root INFO running install_scripts 2026-04-03 21:02:06,694 root INFO creating build/bdist.linux-riscv64/wheel/langdetect-1.0.9.dist-info/WHEEL 2026-04-03 21:02:06,697 wheel INFO creating '/home/buildozer/aports/community/py3-langdetect/src/langdetect-1.0.9/.dist/.tmp-p7513q1_/langdetect-1.0.9-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2026-04-03 21:02:06,698 wheel INFO adding 'langdetect/__init__.py' 2026-04-03 21:02:06,700 wheel INFO adding 'langdetect/detector.py' 2026-04-03 21:02:06,701 wheel INFO adding 'langdetect/detector_factory.py' 2026-04-03 21:02:06,702 wheel INFO adding 'langdetect/lang_detect_exception.py' 2026-04-03 21:02:06,703 wheel INFO adding 'langdetect/language.py' 2026-04-03 21:02:06,705 wheel INFO adding 'langdetect/profiles/af' 2026-04-03 21:02:06,707 wheel INFO adding 'langdetect/profiles/ar' 2026-04-03 21:02:06,709 wheel INFO adding 'langdetect/profiles/bg' 2026-04-03 21:02:06,711 wheel INFO adding 'langdetect/profiles/bn' 2026-04-03 21:02:06,714 wheel INFO adding 'langdetect/profiles/ca' 2026-04-03 21:02:06,717 wheel INFO adding 'langdetect/profiles/cs' 2026-04-03 21:02:06,719 wheel INFO adding 'langdetect/profiles/cy' 2026-04-03 21:02:06,722 wheel INFO adding 'langdetect/profiles/da' 2026-04-03 21:02:06,724 wheel INFO adding 'langdetect/profiles/de' 2026-04-03 21:02:06,725 wheel INFO adding 'langdetect/profiles/el' 2026-04-03 21:02:06,728 wheel INFO adding 'langdetect/profiles/en' 2026-04-03 21:02:06,730 wheel INFO adding 'langdetect/profiles/es' 2026-04-03 21:02:06,732 wheel INFO adding 'langdetect/profiles/et' 2026-04-03 21:02:06,734 wheel INFO adding 'langdetect/profiles/fa' 2026-04-03 21:02:06,736 wheel INFO adding 'langdetect/profiles/fi' 2026-04-03 21:02:06,738 wheel INFO adding 'langdetect/profiles/fr' 2026-04-03 21:02:06,740 wheel INFO adding 'langdetect/profiles/gu' 2026-04-03 21:02:06,742 wheel INFO adding 'langdetect/profiles/he' 2026-04-03 21:02:06,744 wheel INFO adding 'langdetect/profiles/hi' 2026-04-03 21:02:06,746 wheel INFO adding 'langdetect/profiles/hr' 2026-04-03 21:02:06,748 wheel INFO adding 'langdetect/profiles/hu' 2026-04-03 21:02:06,750 wheel INFO adding 'langdetect/profiles/id' 2026-04-03 21:02:06,752 wheel INFO adding 'langdetect/profiles/it' 2026-04-03 21:02:06,753 wheel INFO adding 'langdetect/profiles/ja' 2026-04-03 21:02:06,755 wheel INFO adding 'langdetect/profiles/kn' 2026-04-03 21:02:06,759 wheel INFO adding 'langdetect/profiles/ko' 2026-04-03 21:02:06,767 wheel INFO adding 'langdetect/profiles/lt' 2026-04-03 21:02:06,770 wheel INFO adding 'langdetect/profiles/lv' 2026-04-03 21:02:06,772 wheel INFO adding 'langdetect/profiles/mk' 2026-04-03 21:02:06,774 wheel INFO adding 'langdetect/profiles/ml' 2026-04-03 21:02:06,776 wheel INFO adding 'langdetect/profiles/mr' 2026-04-03 21:02:06,778 wheel INFO adding 'langdetect/profiles/ne' 2026-04-03 21:02:06,780 wheel INFO adding 'langdetect/profiles/nl' 2026-04-03 21:02:06,782 wheel INFO adding 'langdetect/profiles/no' 2026-04-03 21:02:06,784 wheel INFO adding 'langdetect/profiles/pa' 2026-04-03 21:02:06,786 wheel INFO adding 'langdetect/profiles/pl' 2026-04-03 21:02:06,788 wheel INFO adding 'langdetect/profiles/pt' 2026-04-03 21:02:06,790 wheel INFO adding 'langdetect/profiles/ro' 2026-04-03 21:02:06,792 wheel INFO adding 'langdetect/profiles/ru' 2026-04-03 21:02:06,795 wheel INFO adding 'langdetect/profiles/sk' 2026-04-03 21:02:06,797 wheel INFO adding 'langdetect/profiles/sl' 2026-04-03 21:02:06,800 wheel INFO adding 'langdetect/profiles/so' 2026-04-03 21:02:06,801 wheel INFO adding 'langdetect/profiles/sq' 2026-04-03 21:02:06,803 wheel INFO adding 'langdetect/profiles/sv' 2026-04-03 21:02:06,805 wheel INFO adding 'langdetect/profiles/sw' 2026-04-03 21:02:06,807 wheel INFO adding 'langdetect/profiles/ta' 2026-04-03 21:02:06,809 wheel INFO adding 'langdetect/profiles/te' 2026-04-03 21:02:06,811 wheel INFO adding 'langdetect/profiles/th' 2026-04-03 21:02:06,813 wheel INFO adding 'langdetect/profiles/tl' 2026-04-03 21:02:06,815 wheel INFO adding 'langdetect/profiles/tr' 2026-04-03 21:02:06,817 wheel INFO adding 'langdetect/profiles/uk' 2026-04-03 21:02:06,819 wheel INFO adding 'langdetect/profiles/ur' 2026-04-03 21:02:06,822 wheel INFO adding 'langdetect/profiles/vi' 2026-04-03 21:02:06,824 wheel INFO adding 'langdetect/profiles/zh-cn' 2026-04-03 21:02:06,826 wheel INFO adding 'langdetect/profiles/zh-tw' 2026-04-03 21:02:06,828 wheel INFO adding 'langdetect/tests/__init__.py' 2026-04-03 21:02:06,829 wheel INFO adding 'langdetect/tests/test_detector.py' 2026-04-03 21:02:06,830 wheel INFO adding 'langdetect/tests/test_language.py' 2026-04-03 21:02:06,832 wheel INFO adding 'langdetect/utils/__init__.py' 2026-04-03 21:02:06,833 wheel INFO adding 'langdetect/utils/lang_profile.py' 2026-04-03 21:02:06,834 wheel INFO adding 'langdetect/utils/messages.properties' 2026-04-03 21:02:06,836 wheel INFO adding 'langdetect/utils/messages.py' 2026-04-03 21:02:06,837 wheel INFO adding 'langdetect/utils/ngram.py' 2026-04-03 21:02:06,839 wheel INFO adding 'langdetect/utils/unicode_block.py' 2026-04-03 21:02:06,841 wheel INFO adding 'langdetect-1.0.9.dist-info/licenses/LICENSE' 2026-04-03 21:02:06,842 wheel INFO adding 'langdetect-1.0.9.dist-info/licenses/NOTICE' 2026-04-03 21:02:06,843 wheel INFO adding 'langdetect-1.0.9.dist-info/METADATA' 2026-04-03 21:02:06,844 wheel INFO adding 'langdetect-1.0.9.dist-info/WHEEL' 2026-04-03 21:02:06,845 wheel INFO adding 'langdetect-1.0.9.dist-info/top_level.txt' 2026-04-03 21:02:06,846 wheel INFO adding 'langdetect-1.0.9.dist-info/RECORD' 2026-04-03 21:02:06,848 root INFO removing build/bdist.linux-riscv64/wheel 2026-04-03 21:02:06,858 gpep517 INFO The backend produced .dist/langdetect-1.0.9-py3-none-any.whl langdetect-1.0.9-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.14.3, pytest-9.0.2, pluggy-1.6.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-langdetect/src/langdetect-1.0.9 collecting ... collected 8 items langdetect/tests/test_detector.py::DetectorTest::test_detector1 PASSED [ 12%] langdetect/tests/test_detector.py::DetectorTest::test_detector2 PASSED [ 25%] langdetect/tests/test_detector.py::DetectorTest::test_detector3 PASSED [ 37%] langdetect/tests/test_detector.py::DetectorTest::test_detector4 PASSED [ 50%] langdetect/tests/test_detector.py::DetectorTest::test_factory_from_json_string PASSED [ 62%] langdetect/tests/test_detector.py::DetectorTest::test_lang_list PASSED [ 75%] langdetect/tests/test_language.py::LanguageTest::test_cmp PASSED [ 87%] langdetect/tests/test_language.py::LanguageTest::test_language PASSED [100%] ============================== 8 passed in 0.24s =============================== >>> py3-langdetect: Entering fakeroot... >>> py3-langdetect-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/langdetect/tests/__pycache__' -> '/home/buildozer/aports/community/py3-langdetect/pkg/py3-langdetect-pyc/usr/lib/python3.14/site-packages/langdetect/tests/__pycache__' 'usr/lib/python3.14/site-packages/langdetect/__pycache__' -> '/home/buildozer/aports/community/py3-langdetect/pkg/py3-langdetect-pyc/usr/lib/python3.14/site-packages/langdetect/__pycache__' 'usr/lib/python3.14/site-packages/langdetect/utils/__pycache__' -> '/home/buildozer/aports/community/py3-langdetect/pkg/py3-langdetect-pyc/usr/lib/python3.14/site-packages/langdetect/utils/__pycache__' >>> py3-langdetect-pyc*: Preparing subpackage py3-langdetect-pyc... >>> py3-langdetect-pyc*: Running postcheck for py3-langdetect-pyc >>> py3-langdetect*: Running postcheck for py3-langdetect >>> py3-langdetect*: Preparing package py3-langdetect... >>> py3-langdetect-pyc*: Tracing dependencies... python3~3.14 >>> py3-langdetect-pyc*: Package size: 68.1 KB >>> py3-langdetect-pyc*: Compressing data... >>> py3-langdetect-pyc*: Create checksum... >>> py3-langdetect-pyc*: Create py3-langdetect-pyc-1.0.9-r2.apk >>> py3-langdetect*: Tracing dependencies... py3-six python3~3.14 >>> py3-langdetect*: Package size: 2.2 MB >>> py3-langdetect*: Compressing data... >>> py3-langdetect*: Create checksum... >>> py3-langdetect*: Create py3-langdetect-1.0.9-r2.apk >>> py3-langdetect: Build complete at Fri, 03 Apr 2026 21:02:10 +0000 elapsed time 0h 0m 14s >>> py3-langdetect: Cleaning up srcdir >>> py3-langdetect: Cleaning up pkgdir >>> py3-langdetect: Cleaning up tmpdir >>> py3-langdetect: Uninstalling dependencies... ( 1/36) Purging .makedepends-py3-langdetect (20260403.210202) ( 2/36) Purging py3-six-pyc (1.17.0-r1) ( 3/36) Purging py3-six (1.17.0-r1) ( 4/36) Purging py3-setuptools-pyc (82.0.1-r1) ( 5/36) Purging py3-setuptools (82.0.1-r1) ( 6/36) Purging py3-gpep517-pyc (19-r2) ( 7/36) Purging py3-gpep517 (19-r2) ( 8/36) Purging py3-installer-pyc (0.7.0-r3) ( 9/36) Purging py3-installer (0.7.0-r3) (10/36) Purging py3-wheel-pyc (0.46.3-r1) (11/36) Purging py3-wheel (0.46.3-r1) (12/36) Purging py3-pytest-pyc (9.0.2-r1) (13/36) Purging py3-pytest (9.0.2-r1) (14/36) Purging py3-iniconfig-pyc (2.3.0-r1) (15/36) Purging py3-iniconfig (2.3.0-r1) (16/36) Purging py3-packaging-pyc (26.0-r1) (17/36) Purging py3-packaging (26.0-r1) (18/36) Purging py3-parsing-pyc (3.3.2-r1) (19/36) Purging py3-parsing (3.3.2-r1) (20/36) Purging py3-pluggy-pyc (1.6.0-r1) (21/36) Purging py3-pluggy (1.6.0-r1) (22/36) Purging py3-py-pyc (1.11.0-r5) (23/36) Purging py3-py (1.11.0-r5) (24/36) Purging py3-pygments-pyc (2.20.0-r0) (25/36) Purging py3-pygments (2.20.0-r0) (26/36) Purging python3-pyc (3.14.3-r0) (27/36) Purging python3-pycache-pyc0 (3.14.3-r0) (28/36) Purging pyc (3.14.3-r0) (29/36) Purging python3 (3.14.3-r0) (30/36) Purging gdbm (1.26-r0) (31/36) Purging libbz2 (1.0.8-r6) (32/36) Purging libffi (3.5.2-r0) (33/36) Purging libpanelw (6.6_p20251231-r0) (34/36) Purging mpdecimal (4.0.1-r0) (35/36) Purging sqlite-libs (3.51.2-r1) (36/36) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 390.8 MiB in 105 packages >>> py3-langdetect: Updating the community/riscv64 repository index... >>> py3-langdetect: Signing the index...