>>> py3-yara: Building testing/py3-yara 4.5.4-r0 (using abuild 3.15.0-r2) started Wed, 13 Aug 2025 15:32:30 +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.1-r0) ( 5/22) Installing mpdecimal (4.0.1-r0) ( 6/22) Installing libpanelw (6.5_p20250705-r0) ( 7/22) Installing sqlite-libs (3.50.4-r0) ( 8/22) Installing python3 (3.12.11-r0) ( 9/22) Installing python3-pycache-pyc0 (3.12.11-r0) (10/22) Installing pyc (3.12.11-r0) (11/22) Installing python3-pyc (3.12.11-r0) (12/22) Installing python3-dev (3.12.11-r0) (13/22) Installing openssl-dev (3.5.2-r0) (14/22) Installing yara (4.5.4-r0) (15/22) Installing yara-dev (4.5.4-r0) (16/22) Installing py3-parsing (3.2.3-r0) (17/22) Installing py3-parsing-pyc (3.2.3-r0) (18/22) Installing py3-packaging (25.0-r0) (19/22) Installing py3-packaging-pyc (25.0-r0) (20/22) Installing py3-setuptools (80.9.0-r1) (21/22) Installing py3-setuptools-pyc (80.9.0-r1) (22/22) Installing .makedepends-py3-yara (20250813.153231) busybox-1.37.0-r22.trigger: Executing script... OK: 501 MiB in 126 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 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.4.tar.gz::https://github.com/VirusTotal/yara-python/archive/v4.5.4.tar.gz Connecting to github.com (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/edge/py3-yara-4.5.4.tar.gz.part' py3-yara-4.5.4.tar.g 100% |********************************| 39313 0:00:00 ETA '/var/cache/distfiles/edge/py3-yara-4.5.4.tar.gz.part' saved >>> py3-yara: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-yara-4.5.4.tar.gz >>> py3-yara: Checking sha512sums... py3-yara-4.5.4.tar.gz: OK 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). /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 :: 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 building 'yara' extension creating build/temp.linux-i686-cpython-312 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.12 -c yara-python.c -o build/temp.linux-i686-cpython-312/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-i686-cpython-312 cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-i686-cpython-312/yara-python.o -L/usr/lib -lyara -lyara -o build/lib.linux-i686-cpython-312/yara.cpython-312-i386-linux-musl.so /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 :: 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... /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 :: 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.12/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. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. 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.12/site-packages copying build/lib.linux-i686-cpython-312/yara.cpython-312-i386-linux-musl.so -> /home/buildozer/aports/testing/py3-yara/pkg/py3-yara/usr/lib/python3.12/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.12/site-packages/yara_python-4.5.4-py3.12.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.12 so:libc.musl-x86.so.1 so:libyara.so.10 >>> py3-yara*: Package size: 38.4 KB >>> py3-yara*: Compressing data... >>> py3-yara*: Create checksum... >>> py3-yara*: Create py3-yara-4.5.4-r0.apk >>> py3-yara: Build complete at Wed, 13 Aug 2025 15:32:35 +0000 elapsed time 0h 0m 5s >>> py3-yara: Cleaning up srcdir >>> py3-yara: Cleaning up pkgdir >>> py3-yara: Uninstalling dependencies... ( 1/22) Purging .makedepends-py3-yara (20250813.153231) ( 2/22) Purging python3-dev (3.12.11-r0) ( 3/22) Purging yara-dev (4.5.4-r0) ( 4/22) Purging yara (4.5.4-r0) ( 5/22) Purging py3-setuptools-pyc (80.9.0-r1) ( 6/22) Purging py3-setuptools (80.9.0-r1) ( 7/22) Purging py3-packaging-pyc (25.0-r0) ( 8/22) Purging py3-packaging (25.0-r0) ( 9/22) Purging py3-parsing-pyc (3.2.3-r0) (10/22) Purging py3-parsing (3.2.3-r0) (11/22) Purging python3-pyc (3.12.11-r0) (12/22) Purging python3-pycache-pyc0 (3.12.11-r0) (13/22) Purging pyc (3.12.11-r0) (14/22) Purging python3 (3.12.11-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.5_p20250705-r0) (19/22) Purging mpdecimal (4.0.1-r0) (20/22) Purging openssl-dev (3.5.2-r0) (21/22) Purging sqlite-libs (3.50.4-r0) (22/22) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r22.trigger: Executing script... OK: 426 MiB in 104 packages >>> py3-yara: Updating the testing/x86 repository index... >>> py3-yara: Signing the index...