>>> py3-yara: Building testing/py3-yara 4.5.4-r1 (using abuild 3.16.0-r0) started Mon, 30 Mar 2026 15:23:35 +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-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 python3-dev (3.14.3-r0) (13/22) Installing yara (4.5.5-r1) (14/22) Installing openssl-dev (3.5.5-r1) (15/22) Installing yara-dev (4.5.5-r1) (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.0-r1) (19/22) Installing py3-packaging-pyc (26.0-r1) (20/22) Installing py3-setuptools (82.0.1-r1) (21/22) Installing py3-setuptools-pyc (82.0.1-r1) (22/22) Installing .makedepends-py3-yara (20260330.152336) Executing busybox-1.37.0-r31.trigger OK: 559.8 MiB in 128 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.4.tar.gz /var/cache/distfiles/edge/py3-yara-4.5.4.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.4.tar.gz /var/cache/distfiles/edge/py3-yara-4.5.4.tar.gz: OK /home/buildozer/aports/testing/py3-yara/use-system-yara.patch: OK >>> py3-yara: Unpacking /var/cache/distfiles/edge/py3-yara-4.5.4.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.4/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.4/setup.py:69: DeprecationWarning: codecs.open() is deprecated. Use open() instead. devnull = open(os.devnull, 'w') building 'yara' extension creating build/temp.linux-s390x-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-s390x-cpython-314/yara-python.o -std=c99 yara-python.c: In function 'process_compile_externals': yara-python.c:1532:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1532 | 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:1561:19: note: in expansion of macro 'PY_STRING_TO_C' 1561 | char* str = PY_STRING_TO_C(value); | ^~~~~~~~~~~~~~ yara-python.c: In function 'process_match_externals': yara-python.c:1609:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1609 | 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:1638:19: note: in expansion of macro 'PY_STRING_TO_C' 1638 | char* str = PY_STRING_TO_C(value); | ^~~~~~~~~~~~~~ yara-python.c: In function 'Rules_match': yara-python.c:2203:48: warning: comparison between pointer and integer 2203 | if (callback_data.allow_duplicate_metadata == NULL) | ^~ yara-python.c: In function 'yara_compile': yara-python.c:2856:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2856 | source = PY_STRING_TO_C(value); | ^ yara-python.c:2857:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2857 | ns = PY_STRING_TO_C(key); | ^ yara-python.c:2891:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2891 | filepath = PY_STRING_TO_C(value); | ^ yara-python.c:2892:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2892 | ns = PY_STRING_TO_C(key); | ^ creating build/lib.linux-s390x-cpython-314 cc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-s390x-cpython-314/yara-python.o -L/usr/lib -lyara -lyara -o build/lib.linux-s390x-cpython-314/yara.cpython-314-s390x-linux-musl.so /home/buildozer/aports/testing/py3-yara/src/yara-python-4.5.4/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... libfakeroot internal error: payload not recognized! /home/buildozer/aports/testing/py3-yara/src/yara-python-4.5.4/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-s390x-cpython-314/yara.cpython-314-s390x-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.4-py3.14.egg-info running install_scripts >>> py3-yara*: Running postcheck for py3-yara >>> py3-yara*: Preparing package py3-yara... >>> py3-yara*: Stripping binaries libfakeroot internal error: payload not recognized! >>> py3-yara*: Scanning shared objects >>> py3-yara*: Tracing dependencies... python3 python3~3.14 so:libc.musl-s390x.so.1 so:libyara.so.10 >>> py3-yara*: Package size: 48.4 KB >>> py3-yara*: Compressing data... >>> py3-yara*: Create checksum... >>> py3-yara*: Create py3-yara-4.5.4-r1.apk >>> py3-yara: Build complete at Mon, 30 Mar 2026 15:23:41 +0000 elapsed time 0h 0m 6s >>> py3-yara: Cleaning up srcdir >>> py3-yara: Cleaning up pkgdir >>> py3-yara: Uninstalling dependencies... ( 1/22) Purging .makedepends-py3-yara (20260330.152336) ( 2/22) Purging python3-dev (3.14.3-r0) ( 3/22) Purging yara-dev (4.5.5-r1) ( 4/22) Purging yara (4.5.5-r1) ( 5/22) Purging py3-setuptools-pyc (82.0.1-r1) ( 6/22) Purging py3-setuptools (82.0.1-r1) ( 7/22) Purging py3-packaging-pyc (26.0-r1) ( 8/22) Purging py3-packaging (26.0-r1) ( 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.3-r0) (12/22) Purging python3-pycache-pyc0 (3.14.3-r0) (13/22) Purging pyc (3.14.3-r0) (14/22) Purging python3 (3.14.3-r0) (15/22) Purging gdbm (1.26-r0) (16/22) Purging libbz2 (1.0.8-r6) (17/22) Purging libffi (3.5.2-r0) (18/22) Purging libpanelw (6.6_p20251231-r0) (19/22) Purging mpdecimal (4.0.1-r0) (20/22) Purging openssl-dev (3.5.5-r1) (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: 386.9 MiB in 106 packages >>> py3-yara: Updating the testing/s390x repository index... >>> py3-yara: Signing the index...