>>> py3-yara: Building testing/py3-yara 4.5.8-r0 (using abuild 3.18.0_rc5-r0) started Fri, 07 Aug 2026 12:31:10 +0000 >>> py3-yara: Validating /home/buildozer/aports/testing/py3-yara/APKBUILD... >>> py3-yara: Analyzing dependencies... >>> py3-yara: Installing for build: build-base python3 python3-dev yara-dev py3-setuptools ( 1/22) Installing libbz2 (1.0.8-r6) ( 2/22) Installing libffi (3.5.2-r1) ( 3/22) Installing xz-libs (5.8.3-r0) ( 4/22) Installing mpdecimal (4.0.1-r0) ( 5/22) Installing libpanelw (6.6_p20260516-r0) ( 6/22) Installing readline (8.3.3-r1) ( 7/22) Installing sqlite-libs (3.53.4-r0) ( 8/22) Installing python3 (3.14.5-r2) ( 9/22) Installing python3-pycache-pyc0 (3.14.5-r2) (10/22) Installing pyc (3.14.5-r2) (11/22) Installing python3-pyc (3.14.5-r2) (12/22) Installing python3-dev (3.14.5-r2) (13/22) Installing yara (4.5.8-r0) (14/22) Installing openssl-dev (3.5.7-r0) (15/22) Installing yara-dev (4.5.8-r0) (16/22) Installing py3-parsing (3.3.2-r1) (17/22) Installing py3-parsing-pyc (3.3.2-r1) (18/22) Installing py3-packaging (26.2-r0) (19/22) Installing py3-packaging-pyc (26.2-r0) (20/22) Installing py3-setuptools (83.0.0-r0) (21/22) Installing py3-setuptools-pyc (83.0.0-r0) (22/22) Installing .makedepends-py3-yara (20260807.123111) Executing busybox-1.38.0-r4.trigger OK: 605.8 MiB in 125 packages >>> py3-yara: Cleaning up srcdir >>> py3-yara: Cleaning up pkgdir >>> py3-yara: Cleaning up tmpdir >>> py3-yara: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-yara-4.5.8.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-yara: Fetching py3-yara-4.5.8.tar.gz::https://github.com/VirusTotal/yara-python/archive/v4.5.8.tar.gz Connecting to github.com (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/py3-yara-4.5.8.tar.gz.part' py3-yara-4.5.8.tar.g 100% |********************************| 39578 0:00:00 ETA '/var/cache/distfiles/py3-yara-4.5.8.tar.gz.part' saved /var/cache/distfiles/py3-yara-4.5.8.tar.gz: OK /home/buildozer/aports/testing/py3-yara/use-system-yara.patch: OK >>> py3-yara: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-yara-4.5.8.tar.gz /var/cache/distfiles/py3-yara-4.5.8.tar.gz: OK /home/buildozer/aports/testing/py3-yara/use-system-yara.patch: OK >>> py3-yara: Unpacking /var/cache/distfiles/py3-yara-4.5.8.tar.gz... >>> py3-yara: use-system-yara.patch patching file setup.py Hunk #1 succeeded at 414 (offset 22 lines). /home/buildozer/aports/testing/py3-yara/src/yara-python-4.5.8/setup.py:391: DeprecationWarning: codecs.open() is deprecated. Use open() instead. with open('README.rst', 'r', 'utf-8') as f: /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() running build running build_ext /home/buildozer/aports/testing/py3-yara/src/yara-python-4.5.8/setup.py:69: DeprecationWarning: codecs.open() is deprecated. Use open() instead. devnull = open(os.devnull, 'w') building 'yara' extension creating build/temp.linux-loongarch64-cpython-314 cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DBUCKETS_128=1 -DCHECKSUM_1B=1 -D_GNU_SOURCE=1 -DUSE_LINUX_PROC=1 -DHAVE_STDBOOL_H=1 -DHAVE_MEMMEM=1 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -I/usr/include/python3.14 -c yara-python.c -o build/temp.linux-loongarch64-cpython-314/yara-python.o -std=c99 yara-python.c: In function 'process_compile_externals': yara-python.c:1547:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1547 | identifier = PY_STRING_TO_C(key); | ^ yara-python.c:52:27: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 52 | #define PY_STRING_TO_C(x) PyUnicode_AsUTF8(x) | ^~~~~~~~~~~~~~~~ yara-python.c:1576:19: note: in expansion of macro 'PY_STRING_TO_C' 1576 | char* str = PY_STRING_TO_C(value); | ^~~~~~~~~~~~~~ yara-python.c: In function 'process_match_externals': yara-python.c:1624:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1624 | identifier = PY_STRING_TO_C(key); | ^ yara-python.c:52:27: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 52 | #define PY_STRING_TO_C(x) PyUnicode_AsUTF8(x) | ^~~~~~~~~~~~~~~~ yara-python.c:1653:19: note: in expansion of macro 'PY_STRING_TO_C' 1653 | char* str = PY_STRING_TO_C(value); | ^~~~~~~~~~~~~~ yara-python.c: In function 'Rules_match': yara-python.c:2218:48: warning: comparison between pointer and integer 2218 | if (callback_data.allow_duplicate_metadata == NULL) | ^~ yara-python.c: In function 'yara_compile': yara-python.c:2871:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2871 | source = PY_STRING_TO_C(value); | ^ yara-python.c:2872:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2872 | ns = PY_STRING_TO_C(key); | ^ yara-python.c:2906:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2906 | filepath = PY_STRING_TO_C(value); | ^ yara-python.c:2907:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2907 | ns = PY_STRING_TO_C(key); | ^ creating build/lib.linux-loongarch64-cpython-314 cc -shared -Wl,-z,stack-size=1048576 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-loongarch64-cpython-314/yara-python.o -L/usr/lib -lyara -lyara -o build/lib.linux-loongarch64-cpython-314/yara.cpython-314-loongarch64-linux-musl.so /home/buildozer/aports/testing/py3-yara/src/yara-python-4.5.8/setup.py:391: DeprecationWarning: codecs.open() is deprecated. Use open() instead. with open('README.rst', 'r', 'utf-8') as f: /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() running check >>> py3-yara: Entering fakeroot... /home/buildozer/aports/testing/py3-yara/src/yara-python-4.5.8/setup.py:391: DeprecationWarning: codecs.open() is deprecated. Use open() instead. with open('README.rst', 'r', 'utf-8') as f: /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() running install /usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. 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-yara/pkg/py3-yara/usr/lib/python3.14/site-packages copying build/lib.linux-loongarch64-cpython-314/yara.cpython-314-loongarch64-linux-musl.so -> /home/buildozer/aports/testing/py3-yara/pkg/py3-yara/usr/lib/python3.14/site-packages running install_egg_info running egg_info creating yara_python.egg-info writing yara_python.egg-info/PKG-INFO writing dependency_links to yara_python.egg-info/dependency_links.txt writing top-level names to yara_python.egg-info/top_level.txt writing manifest file 'yara_python.egg-info/SOURCES.txt' reading manifest file 'yara_python.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'yara/libyara/modules/module_list' warning: no files found matching '*.c' under directory 'yara' warning: no files found matching '*.h' under directory 'yara' adding license file 'LICENSE' writing manifest file 'yara_python.egg-info/SOURCES.txt' Copying yara_python.egg-info to /home/buildozer/aports/testing/py3-yara/pkg/py3-yara/usr/lib/python3.14/site-packages/yara_python-4.5.5-py3.14.egg-info running install_scripts >>> py3-yara*: Running postcheck for py3-yara >>> py3-yara*: Preparing package py3-yara... >>> py3-yara*: Stripping binaries >>> py3-yara*: Scanning shared objects >>> py3-yara*: Tracing dependencies... python3 python3~3.14 so:libc.musl-loongarch64.so.1 so:libyara.so.10 >>> py3-yara*: Package size: 72.4 KB >>> py3-yara*: Compressing data... >>> py3-yara*: Create checksum... >>> py3-yara*: Create py3-yara-4.5.8-r0.apk >>> py3-yara: Build complete at Fri, 07 Aug 2026 12:31:17 +0000 elapsed time 0h 0m 7s >>> py3-yara: Cleaning up srcdir >>> py3-yara: Cleaning up pkgdir >>> py3-yara: Cleaning up tmpdir >>> py3-yara: Uninstalling dependencies... ( 1/22) Purging .makedepends-py3-yara (20260807.123111) ( 2/22) Purging python3-dev (3.14.5-r2) ( 3/22) Purging yara-dev (4.5.8-r0) ( 4/22) Purging yara (4.5.8-r0) ( 5/22) Purging py3-setuptools-pyc (83.0.0-r0) ( 6/22) Purging py3-setuptools (83.0.0-r0) ( 7/22) Purging py3-packaging-pyc (26.2-r0) ( 8/22) Purging py3-packaging (26.2-r0) ( 9/22) Purging py3-parsing-pyc (3.3.2-r1) (10/22) Purging py3-parsing (3.3.2-r1) (11/22) Purging python3-pyc (3.14.5-r2) (12/22) Purging python3-pycache-pyc0 (3.14.5-r2) (13/22) Purging pyc (3.14.5-r2) (14/22) Purging python3 (3.14.5-r2) (15/22) Purging libbz2 (1.0.8-r6) (16/22) Purging libffi (3.5.2-r1) (17/22) Purging libpanelw (6.6_p20260516-r0) (18/22) Purging mpdecimal (4.0.1-r0) (19/22) Purging openssl-dev (3.5.7-r0) (20/22) Purging readline (8.3.3-r1) (21/22) Purging sqlite-libs (3.53.4-r0) (22/22) Purging xz-libs (5.8.3-r0) Executing busybox-1.38.0-r4.trigger OK: 270.1 MiB in 103 packages >>> py3-yara: Updating the testing/loongarch64 repository index... >>> py3-yara: Signing the index...