>>> py3-lunr: Building testing/py3-lunr 0.6.2-r7 (using abuild 3.16.0-r0) started Mon, 30 Mar 2026 15:21:08 +0000 >>> py3-lunr: Validating /home/buildozer/aports/testing/py3-lunr/APKBUILD... >>> py3-lunr: Analyzing dependencies... >>> py3-lunr: 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-lunr (20260330.152110) Executing busybox-1.37.0-r31.trigger OK: 318.0 MiB in 124 packages >>> py3-lunr: Cleaning up srcdir >>> py3-lunr: Cleaning up pkgdir >>> py3-lunr: Cleaning up tmpdir >>> py3-lunr: Fetching https://distfiles.alpinelinux.org/distfiles/edge/lunr-0.6.2.tar.gz /var/cache/distfiles/lunr-0.6.2.tar.gz: OK >>> py3-lunr: Fetching https://distfiles.alpinelinux.org/distfiles/edge/lunr-0.6.2.tar.gz /var/cache/distfiles/lunr-0.6.2.tar.gz: OK >>> py3-lunr: Unpacking /var/cache/distfiles/lunr-0.6.2.tar.gz... 2026-03-30 15:21:11,466 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 :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2026-03-30 15:21:11,496 root INFO running bdist_wheel 2026-03-30 15:21:11,507 root WARNING The [wheel] section is deprecated. Use [bdist_wheel] instead. /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 15:21:11,517 root INFO running build 2026-03-30 15:21:11,517 root INFO running build_py 2026-03-30 15:21:11,522 root INFO creating build/lib/lunr 2026-03-30 15:21:11,522 root INFO copying lunr/query.py -> build/lib/lunr 2026-03-30 15:21:11,523 root INFO copying lunr/token_set.py -> build/lib/lunr 2026-03-30 15:21:11,523 root INFO copying lunr/pipeline.py -> build/lib/lunr 2026-03-30 15:21:11,524 root INFO copying lunr/field_ref.py -> build/lib/lunr 2026-03-30 15:21:11,524 root INFO copying lunr/token_set_builder.py -> build/lib/lunr 2026-03-30 15:21:11,525 root INFO copying lunr/utils.py -> build/lib/lunr 2026-03-30 15:21:11,525 root INFO copying lunr/builder.py -> build/lib/lunr 2026-03-30 15:21:11,526 root INFO copying lunr/exceptions.py -> build/lib/lunr 2026-03-30 15:21:11,526 root INFO copying lunr/__main__.py -> build/lib/lunr 2026-03-30 15:21:11,526 root INFO copying lunr/stemmer.py -> build/lib/lunr 2026-03-30 15:21:11,527 root INFO copying lunr/query_parser.py -> build/lib/lunr 2026-03-30 15:21:11,527 root INFO copying lunr/query_lexer.py -> build/lib/lunr 2026-03-30 15:21:11,528 root INFO copying lunr/tokenizer.py -> build/lib/lunr 2026-03-30 15:21:11,528 root INFO copying lunr/vector.py -> build/lib/lunr 2026-03-30 15:21:11,528 root INFO copying lunr/stop_word_filter.py -> build/lib/lunr 2026-03-30 15:21:11,529 root INFO copying lunr/__init__.py -> build/lib/lunr 2026-03-30 15:21:11,529 root INFO copying lunr/trimmer.py -> build/lib/lunr 2026-03-30 15:21:11,530 root INFO copying lunr/idf.py -> build/lib/lunr 2026-03-30 15:21:11,530 root INFO copying lunr/index.py -> build/lib/lunr 2026-03-30 15:21:11,530 root INFO copying lunr/token.py -> build/lib/lunr 2026-03-30 15:21:11,531 root INFO copying lunr/match_data.py -> build/lib/lunr 2026-03-30 15:21:11,531 root INFO creating build/lib/lunr/languages 2026-03-30 15:21:11,532 root INFO copying lunr/languages/stemmer.py -> build/lib/lunr/languages 2026-03-30 15:21:11,532 root INFO copying lunr/languages/__init__.py -> build/lib/lunr/languages 2026-03-30 15:21:11,532 root INFO copying lunr/languages/trimmer.py -> build/lib/lunr/languages 2026-03-30 15:21:11,533 root INFO running egg_info 2026-03-30 15:21:11,536 root INFO writing lunr.egg-info/PKG-INFO 2026-03-30 15:21:11,537 root INFO writing dependency_links to lunr.egg-info/dependency_links.txt 2026-03-30 15:21:11,538 root INFO writing requirements to lunr.egg-info/requires.txt 2026-03-30 15:21:11,538 root INFO writing top-level names to lunr.egg-info/top_level.txt 2026-03-30 15:21:11,543 root INFO reading manifest file 'lunr.egg-info/SOURCES.txt' 2026-03-30 15:21:11,545 root INFO reading manifest template 'MANIFEST.in' 2026-03-30 15:21:11,545 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2026-03-30 15:21:11,546 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2026-03-30 15:21:11,546 root INFO adding license file 'LICENSE' 2026-03-30 15:21:11,548 root INFO writing manifest file 'lunr.egg-info/SOURCES.txt' 2026-03-30 15:21:11,557 root INFO installing to build/bdist.linux-loongarch64/wheel 2026-03-30 15:21:11,557 root INFO running install 2026-03-30 15:21:11,570 root INFO running install_lib 2026-03-30 15:21:11,574 root INFO creating build/bdist.linux-loongarch64/wheel 2026-03-30 15:21:11,574 root INFO creating build/bdist.linux-loongarch64/wheel/lunr 2026-03-30 15:21:11,575 root INFO copying build/lib/lunr/query.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,575 root INFO copying build/lib/lunr/token_set.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,575 root INFO copying build/lib/lunr/pipeline.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,576 root INFO copying build/lib/lunr/field_ref.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,576 root INFO copying build/lib/lunr/token_set_builder.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,576 root INFO copying build/lib/lunr/utils.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,577 root INFO copying build/lib/lunr/builder.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,577 root INFO copying build/lib/lunr/exceptions.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,577 root INFO copying build/lib/lunr/__main__.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,578 root INFO copying build/lib/lunr/stemmer.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,578 root INFO copying build/lib/lunr/query_parser.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,578 root INFO copying build/lib/lunr/query_lexer.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,579 root INFO copying build/lib/lunr/tokenizer.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,579 root INFO copying build/lib/lunr/vector.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,579 root INFO copying build/lib/lunr/stop_word_filter.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,580 root INFO copying build/lib/lunr/__init__.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,580 root INFO creating build/bdist.linux-loongarch64/wheel/lunr/languages 2026-03-30 15:21:11,580 root INFO copying build/lib/lunr/languages/stemmer.py -> build/bdist.linux-loongarch64/wheel/./lunr/languages 2026-03-30 15:21:11,581 root INFO copying build/lib/lunr/languages/__init__.py -> build/bdist.linux-loongarch64/wheel/./lunr/languages 2026-03-30 15:21:11,581 root INFO copying build/lib/lunr/languages/trimmer.py -> build/bdist.linux-loongarch64/wheel/./lunr/languages 2026-03-30 15:21:11,581 root INFO copying build/lib/lunr/trimmer.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,582 root INFO copying build/lib/lunr/idf.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,582 root INFO copying build/lib/lunr/index.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,582 root INFO copying build/lib/lunr/token.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,583 root INFO copying build/lib/lunr/match_data.py -> build/bdist.linux-loongarch64/wheel/./lunr 2026-03-30 15:21:11,583 root INFO running install_egg_info 2026-03-30 15:21:11,588 root INFO Copying lunr.egg-info to build/bdist.linux-loongarch64/wheel/./lunr-0.6.2-py3.14.egg-info 2026-03-30 15:21:11,590 root INFO running install_scripts 2026-03-30 15:21:11,592 root INFO creating build/bdist.linux-loongarch64/wheel/lunr-0.6.2.dist-info/WHEEL 2026-03-30 15:21:11,592 wheel INFO creating '/home/buildozer/aports/testing/py3-lunr/src/lunr-0.6.2/.dist/.tmp-_lqfsgqz/lunr-0.6.2-py2.py3-none-any.whl' and adding 'build/bdist.linux-loongarch64/wheel' to it 2026-03-30 15:21:11,593 wheel INFO adding 'lunr/__init__.py' 2026-03-30 15:21:11,593 wheel INFO adding 'lunr/__main__.py' 2026-03-30 15:21:11,594 wheel INFO adding 'lunr/builder.py' 2026-03-30 15:21:11,594 wheel INFO adding 'lunr/exceptions.py' 2026-03-30 15:21:11,594 wheel INFO adding 'lunr/field_ref.py' 2026-03-30 15:21:11,595 wheel INFO adding 'lunr/idf.py' 2026-03-30 15:21:11,595 wheel INFO adding 'lunr/index.py' 2026-03-30 15:21:11,596 wheel INFO adding 'lunr/match_data.py' 2026-03-30 15:21:11,596 wheel INFO adding 'lunr/pipeline.py' 2026-03-30 15:21:11,596 wheel INFO adding 'lunr/query.py' 2026-03-30 15:21:11,597 wheel INFO adding 'lunr/query_lexer.py' 2026-03-30 15:21:11,597 wheel INFO adding 'lunr/query_parser.py' 2026-03-30 15:21:11,598 wheel INFO adding 'lunr/stemmer.py' 2026-03-30 15:21:11,598 wheel INFO adding 'lunr/stop_word_filter.py' 2026-03-30 15:21:11,598 wheel INFO adding 'lunr/token.py' 2026-03-30 15:21:11,599 wheel INFO adding 'lunr/token_set.py' 2026-03-30 15:21:11,599 wheel INFO adding 'lunr/token_set_builder.py' 2026-03-30 15:21:11,599 wheel INFO adding 'lunr/tokenizer.py' 2026-03-30 15:21:11,600 wheel INFO adding 'lunr/trimmer.py' 2026-03-30 15:21:11,600 wheel INFO adding 'lunr/utils.py' 2026-03-30 15:21:11,600 wheel INFO adding 'lunr/vector.py' 2026-03-30 15:21:11,601 wheel INFO adding 'lunr/languages/__init__.py' 2026-03-30 15:21:11,601 wheel INFO adding 'lunr/languages/stemmer.py' 2026-03-30 15:21:11,601 wheel INFO adding 'lunr/languages/trimmer.py' 2026-03-30 15:21:11,602 wheel INFO adding 'lunr-0.6.2.dist-info/licenses/LICENSE' 2026-03-30 15:21:11,602 wheel INFO adding 'lunr-0.6.2.dist-info/METADATA' 2026-03-30 15:21:11,602 wheel INFO adding 'lunr-0.6.2.dist-info/WHEEL' 2026-03-30 15:21:11,603 wheel INFO adding 'lunr-0.6.2.dist-info/top_level.txt' 2026-03-30 15:21:11,603 wheel INFO adding 'lunr-0.6.2.dist-info/RECORD' 2026-03-30 15:21:11,603 root INFO removing build/bdist.linux-loongarch64/wheel 2026-03-30 15:21:11,605 gpep517 INFO The backend produced .dist/lunr-0.6.2-py2.py3-none-any.whl lunr-0.6.2-py2.py3-none-any.whl >>> py3-lunr: Entering fakeroot... 2026-03-30 15:21:11,869 gpep517 INFO Installing .dist/lunr-0.6.2-py2.py3-none-any.whl into /home/buildozer/aports/testing/py3-lunr/pkg/py3-lunr 2026-03-30 15:21:11,936 gpep517 INFO Installation complete >>> py3-lunr-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/lunr/__pycache__' -> '/home/buildozer/aports/testing/py3-lunr/pkg/py3-lunr-pyc/usr/lib/python3.14/site-packages/lunr/__pycache__' 'usr/lib/python3.14/site-packages/lunr/languages/__pycache__' -> '/home/buildozer/aports/testing/py3-lunr/pkg/py3-lunr-pyc/usr/lib/python3.14/site-packages/lunr/languages/__pycache__' >>> py3-lunr-pyc*: Preparing subpackage py3-lunr-pyc... >>> py3-lunr-pyc*: Running postcheck for py3-lunr-pyc >>> py3-lunr*: Running postcheck for py3-lunr >>> py3-lunr*: Preparing package py3-lunr... >>> py3-lunr-pyc*: Tracing dependencies... python3~3.14 >>> py3-lunr-pyc*: Package size: 121.2 KB >>> py3-lunr-pyc*: Compressing data... >>> py3-lunr-pyc*: Create checksum... >>> py3-lunr-pyc*: Create py3-lunr-pyc-0.6.2-r7.apk >>> py3-lunr*: Tracing dependencies... python3 python3~3.14 >>> py3-lunr*: Package size: 100.4 KB >>> py3-lunr*: Compressing data... >>> py3-lunr*: Create checksum... >>> py3-lunr*: Create py3-lunr-0.6.2-r7.apk >>> py3-lunr: Build complete at Mon, 30 Mar 2026 15:21:12 +0000 elapsed time 0h 0m 4s >>> py3-lunr: Cleaning up srcdir >>> py3-lunr: Cleaning up pkgdir >>> py3-lunr: Cleaning up tmpdir >>> py3-lunr: Uninstalling dependencies... ( 1/22) Purging .makedepends-py3-lunr (20260330.152110) ( 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: 269.6 MiB in 102 packages >>> py3-lunr: Updating the testing/loongarch64 repository index... >>> py3-lunr: Signing the index...