>>> py3-ssdeep: Building community/py3-ssdeep 3.4-r2 (using abuild 3.10.0_rc1-r2) started Wed, 26 Oct 2022 21:39:51 +0000 >>> py3-ssdeep: Checking sanity of /home/buildozer/aports/community/py3-ssdeep/APKBUILD... >>> py3-ssdeep: Analyzing dependencies... >>> py3-ssdeep: Installing for build: build-base python3 py3-cffi py3-six python3-dev py3-setuptools libfuzzy2-dev py3-wheel py3-pytest py3-pytest-runner (1/26) Installing libbz2 (1.0.8-r3) (2/26) Installing libffi (3.4.3-r0) (3/26) Installing gdbm (1.23-r0) (4/26) Installing xz-libs (5.2.7-r0) (5/26) Installing mpdecimal (2.5.1-r1) (6/26) Installing readline (8.2.0-r0) (7/26) Installing sqlite-libs (3.39.4-r0) (8/26) Installing python3 (3.10.8-r3) (9/26) Installing py3-cparser (2.21-r0) (10/26) Installing py3-cffi (1.15.1-r0) (11/26) Installing py3-six (1.16.0-r3) (12/26) Installing python3-dev (3.10.8-r3) (13/26) Installing py3-parsing (3.0.9-r0) (14/26) Installing py3-packaging (21.3-r2) (15/26) Installing py3-setuptools (65.5.0-r0) (16/26) Installing libfuzzy2 (2.14.1-r1) (17/26) Installing libfuzzy2-dev (2.14.1-r1) (18/26) Installing py3-wheel (0.37.1-r1) (19/26) Installing py3-attrs (22.1.0-r0) (20/26) Installing py3-iniconfig (1.1.1-r3) (21/26) Installing py3-pluggy (1.0.0-r1) (22/26) Installing py3-py (1.11.0-r0) (23/26) Installing py3-tomli (2.0.1-r1) (24/26) Installing py3-pytest (7.1.3-r1) (25/26) Installing py3-pytest-runner (5.3.2-r1) (26/26) Installing .makedepends-py3-ssdeep (20221026.214004) Executing busybox-1.35.0-r27.trigger OK: 293 MiB in 119 packages >>> py3-ssdeep: Cleaning up srcdir >>> py3-ssdeep: Cleaning up pkgdir >>> py3-ssdeep: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-ssdeep-3.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-ssdeep: Fetching py3-ssdeep-3.4.tar.gz::https://github.com/DinoTools/python-ssdeep/archive/3.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 104k 0 104k 0 0 69355 0 --:--:-- 0:00:01 --:--:-- 132k >>> py3-ssdeep: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-ssdeep-3.4.tar.gz >>> py3-ssdeep: Checking sha512sums... py3-ssdeep-3.4.tar.gz: OK pytest-runner.patch: OK >>> py3-ssdeep: Unpacking /var/cache/distfiles/v3.17/py3-ssdeep-3.4.tar.gz... >>> py3-ssdeep: pytest-runner.patch patching file setup.py running build running build_py creating build creating build/lib.linux-armv8l-cpython-310 creating build/lib.linux-armv8l-cpython-310/ssdeep copying src/ssdeep/binding.py -> build/lib.linux-armv8l-cpython-310/ssdeep copying src/ssdeep/__init__.py -> build/lib.linux-armv8l-cpython-310/ssdeep copying src/ssdeep/__about__.py -> build/lib.linux-armv8l-cpython-310/ssdeep running egg_info creating src/ssdeep.egg-info writing src/ssdeep.egg-info/PKG-INFO writing dependency_links to src/ssdeep.egg-info/dependency_links.txt writing requirements to src/ssdeep.egg-info/requires.txt writing top-level names to src/ssdeep.egg-info/top_level.txt writing manifest file 'src/ssdeep.egg-info/SOURCES.txt' reading manifest file 'src/ssdeep.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/build' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'src/ssdeep.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ssdeep.__pycache__' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ssdeep.__pycache__' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ssdeep.__pycache__' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ssdeep.__pycache__' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build/lib.linux-armv8l-cpython-310/ssdeep/__pycache__ copying src/ssdeep/__pycache__/_ssdeep_cffi_a28e5628x27adcb8d.c -> build/lib.linux-armv8l-cpython-310/ssdeep/__pycache__ running build_ext building '_ssdeep_cffi_a28e5628x27adcb8d' extension creating build/temp.linux-armv8l-cpython-310 creating build/temp.linux-armv8l-cpython-310/src creating build/temp.linux-armv8l-cpython-310/src/ssdeep creating build/temp.linux-armv8l-cpython-310/src/ssdeep/__pycache__ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c src/ssdeep/__pycache__/_ssdeep_cffi_a28e5628x27adcb8d.c -o build/temp.linux-armv8l-cpython-310/src/ssdeep/__pycache__/_ssdeep_cffi_a28e5628x27adcb8d.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-cpython-310/src/ssdeep/__pycache__/_ssdeep_cffi_a28e5628x27adcb8d.o -L/usr/lib -lfuzzy -o build/lib.linux-armv8l-cpython-310/ssdeep/_ssdeep_cffi_a28e5628x27adcb8d.cpython-310-arm-linux-gnueabihf.so running pytest running egg_info writing src/ssdeep.egg-info/PKG-INFO writing dependency_links to src/ssdeep.egg-info/dependency_links.txt writing requirements to src/ssdeep.egg-info/requires.txt writing top-level names to src/ssdeep.egg-info/top_level.txt reading manifest file 'src/ssdeep.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/build' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'src/ssdeep.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-armv8l-cpython-310/ssdeep/_ssdeep_cffi_a28e5628x27adcb8d.cpython-310-arm-linux-gnueabihf.so -> src/ssdeep ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-ssdeep/src/python-ssdeep-3.4 collected 17 items tests/test_lib.py ................. [100%] =============================== warnings summary =============================== tests/test_lib.py::TestFunctionsFail::test_compare /usr/lib/python3.10/site-packages/cffi/vengine_cpy.py:191: UserWarning: reimporting '_ssdeep_cffi_a28e5628x27adcb8d' might overwrite older definitions warnings.warn("reimporting %r might overwrite older definitions" -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 17 passed, 1 warning in 0.05s ========================= >>> py3-ssdeep: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3.10/site-packages/cffi/vengine_cpy.py:191: UserWarning: reimporting '_ssdeep_cffi_a28e5628x27adcb8d' might overwrite older definitions warnings.warn("reimporting %r might overwrite older definitions" running build running build_py running egg_info writing src/ssdeep.egg-info/PKG-INFO writing dependency_links to src/ssdeep.egg-info/dependency_links.txt writing requirements to src/ssdeep.egg-info/requires.txt writing top-level names to src/ssdeep.egg-info/top_level.txt reading manifest file 'src/ssdeep.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/build' warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'src/ssdeep.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ssdeep.__pycache__' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ssdeep.__pycache__' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ssdeep.__pycache__' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ssdeep.__pycache__' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) running build_ext running install_lib creating /home/buildozer/aports/community/py3-ssdeep/pkg creating /home/buildozer/aports/community/py3-ssdeep/pkg/py3-ssdeep creating /home/buildozer/aports/community/py3-ssdeep/pkg/py3-ssdeep/usr creating /home/buildozer/aports/community/py3-ssdeep/pkg/py3-ssdeep/usr/lib creating /home/buildozer/aports/community/py3-ssdeep/pkg/py3-ssdeep/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-ssdeep/pkg/py3-ssdeep/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-ssdeep/pkg/py3-ssdeep/usr/lib/python3.10/site-packages/ssdeep copying build/lib.linux-armv8l-cpython-310/ssdeep/binding.py -> /home/buildozer/aports/community/py3-ssdeep/pkg/py3-ssdeep/usr/lib/python3.10/site-packages/ssdeep creating /home/buildozer/aports/community/py3-ssdeep/pkg/py3-ssdeep/usr/lib/python3.10/site-packages/ssdeep/__pycache__ copying build/lib.linux-armv8l-cpython-310/ssdeep/__pycache__/_ssdeep_cffi_a28e5628x27adcb8d.c -> /home/buildozer/aports/community/py3-ssdeep/pkg/py3-ssdeep/usr/lib/python3.10/site-packages/ssdeep/__pycache__ copying build/lib.linux-armv8l-cpython-310/ssdeep/__init__.py -> /home/buildozer/aports/community/py3-ssdeep/pkg/py3-ssdeep/usr/lib/python3.10/site-packages/ssdeep copying build/lib.linux-armv8l-cpython-310/ssdeep/__about__.py -> /home/buildozer/aports/community/py3-ssdeep/pkg/py3-ssdeep/usr/lib/python3.10/site-packages/ssdeep copying build/lib.linux-armv8l-cpython-310/ssdeep/_ssdeep_cffi_a28e5628x27adcb8d.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-ssdeep/pkg/py3-ssdeep/usr/lib/python3.10/site-packages/ssdeep byte-compiling /home/buildozer/aports/community/py3-ssdeep/pkg/py3-ssdeep/usr/lib/python3.10/site-packages/ssdeep/binding.py to binding.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-ssdeep/pkg/py3-ssdeep/usr/lib/python3.10/site-packages/ssdeep/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-ssdeep/pkg/py3-ssdeep/usr/lib/python3.10/site-packages/ssdeep/__about__.py to __about__.cpython-310.pyc running install_egg_info Copying src/ssdeep.egg-info to /home/buildozer/aports/community/py3-ssdeep/pkg/py3-ssdeep/usr/lib/python3.10/site-packages/ssdeep-3.4-py3.10.egg-info running install_scripts >>> py3-ssdeep-dev*: Running split function dev... >>> py3-ssdeep-dev*: Preparing subpackage py3-ssdeep-dev... >>> py3-ssdeep-dev*: Stripping binaries >>> py3-ssdeep-dev*: Running postcheck for py3-ssdeep-dev >>> py3-ssdeep*: Running postcheck for py3-ssdeep >>> py3-ssdeep*: Preparing package py3-ssdeep... >>> py3-ssdeep*: Stripping binaries >>> py3-ssdeep-dev*: Scanning shared objects >>> py3-ssdeep*: Scanning shared objects >>> py3-ssdeep-dev*: Tracing dependencies... >>> py3-ssdeep-dev*: Package size: 56.0 KB >>> py3-ssdeep-dev*: Compressing data... >>> py3-ssdeep-dev*: Create checksum... >>> py3-ssdeep-dev*: Create py3-ssdeep-dev-3.4-r2.apk >>> py3-ssdeep*: Tracing dependencies... python3 py3-cffi py3-six so:libc.musl-armv7.so.1 so:libfuzzy.so.2 >>> py3-ssdeep*: Package size: 168.0 KB >>> py3-ssdeep*: Compressing data... >>> py3-ssdeep*: Create checksum... >>> py3-ssdeep*: Create py3-ssdeep-3.4-r2.apk >>> py3-ssdeep: Build complete at Wed, 26 Oct 2022 21:40:09 +0000 elapsed time 0h 0m 18s >>> py3-ssdeep: Cleaning up srcdir >>> py3-ssdeep: Cleaning up pkgdir >>> py3-ssdeep: Uninstalling dependencies... (1/26) Purging .makedepends-py3-ssdeep (20221026.214004) (2/26) Purging py3-cffi (1.15.1-r0) (3/26) Purging py3-cparser (2.21-r0) (4/26) Purging py3-six (1.16.0-r3) (5/26) Purging python3-dev (3.10.8-r3) (6/26) Purging libfuzzy2-dev (2.14.1-r1) (7/26) Purging libfuzzy2 (2.14.1-r1) (8/26) Purging py3-wheel (0.37.1-r1) (9/26) Purging py3-pytest (7.1.3-r1) (10/26) Purging py3-attrs (22.1.0-r0) (11/26) Purging py3-iniconfig (1.1.1-r3) (12/26) Purging py3-pluggy (1.0.0-r1) (13/26) Purging py3-py (1.11.0-r0) (14/26) Purging py3-tomli (2.0.1-r1) (15/26) Purging py3-pytest-runner (5.3.2-r1) (16/26) Purging py3-setuptools (65.5.0-r0) (17/26) Purging py3-packaging (21.3-r2) (18/26) Purging py3-parsing (3.0.9-r0) (19/26) Purging python3 (3.10.8-r3) (20/26) Purging libbz2 (1.0.8-r3) (21/26) Purging libffi (3.4.3-r0) (22/26) Purging gdbm (1.23-r0) (23/26) Purging xz-libs (5.2.7-r0) (24/26) Purging mpdecimal (2.5.1-r1) (25/26) Purging readline (8.2.0-r0) (26/26) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-ssdeep: Updating the community/armv7 repository index... >>> py3-ssdeep: Signing the index...