>>> py3-zope-hookable: Building community/py3-zope-hookable 5.4-r2 (using abuild 3.15.0_rc3-r1) started Tue, 29 Apr 2025 17:51:36 +0000 >>> py3-zope-hookable: Validating /home/buildozer/aports/community/py3-zope-hookable/APKBUILD... >>> py3-zope-hookable: Analyzing dependencies... >>> py3-zope-hookable: Installing for build: build-base py3-setuptools python3-dev (1/17) Installing libbz2 (1.0.8-r6) (2/17) Installing gdbm (1.24-r0) (3/17) Installing mpdecimal (4.0.0-r0) (4/17) Installing libpanelw (6.5_p20250412-r0) (5/17) Installing sqlite-libs (3.49.1-r1) (6/17) Installing python3 (3.12.10-r0) (7/17) Installing python3-pycache-pyc0 (3.12.10-r0) (8/17) Installing pyc (3.12.10-r0) (9/17) Installing py3-setuptools-pyc (77.0.3-r0) (10/17) Installing py3-parsing (3.2.0-r0) (11/17) Installing py3-parsing-pyc (3.2.0-r0) (12/17) Installing py3-packaging-pyc (25.0-r0) (13/17) Installing python3-pyc (3.12.10-r0) (14/17) Installing py3-packaging (25.0-r0) (15/17) Installing py3-setuptools (77.0.3-r0) (16/17) Installing python3-dev (3.12.10-r0) (17/17) Installing .makedepends-py3-zope-hookable (20250429.175201) Executing busybox-1.37.0-r16.trigger OK: 681 MiB in 126 packages >>> py3-zope-hookable: Cleaning up srcdir >>> py3-zope-hookable: Cleaning up pkgdir >>> py3-zope-hookable: Cleaning up tmpdir >>> py3-zope-hookable: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/zope.hookable-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-zope-hookable: Fetching zope.hookable-5.4.tar.gz::https://github.com/zopefoundation/zope.hookable/archive/5.4.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/v3.22/zope.hookable-5.4.tar.gz.part' zope.hookable-5.4.ta 100% |********************************| 25574 0:00:00 ETA '/var/cache/distfiles/v3.22/zope.hookable-5.4.tar.gz.part' saved >>> py3-zope-hookable: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/zope.hookable-5.4.tar.gz >>> py3-zope-hookable: Checking sha512sums... zope.hookable-5.4.tar.gz: OK >>> py3-zope-hookable: Unpacking /var/cache/distfiles/v3.22/zope.hookable-5.4.tar.gz... /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/dist.py:807: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated. !! ******************************************************************************** Please replace its usage with implicit namespaces (PEP 420). See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details. ******************************************************************************** !! ep.load()(self, ep.name, value) /usr/lib/python3.12/site-packages/setuptools/dist.py:760: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Zope Public License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib.linux-armv8l-cpython-312/zope copying src/zope/__init__.py -> build/lib.linux-armv8l-cpython-312/zope creating build/lib.linux-armv8l-cpython-312/zope/hookable copying src/zope/hookable/__init__.py -> build/lib.linux-armv8l-cpython-312/zope/hookable creating build/lib.linux-armv8l-cpython-312/zope/hookable/tests copying src/zope/hookable/tests/__init__.py -> build/lib.linux-armv8l-cpython-312/zope/hookable/tests copying src/zope/hookable/tests/test_hookable.py -> build/lib.linux-armv8l-cpython-312/zope/hookable/tests copying src/zope/hookable/tests/test_compile_flags.py -> build/lib.linux-armv8l-cpython-312/zope/hookable/tests running egg_info creating src/zope.hookable.egg-info writing src/zope.hookable.egg-info/PKG-INFO writing dependency_links to src/zope.hookable.egg-info/dependency_links.txt writing namespace_packages to src/zope.hookable.egg-info/namespace_packages.txt writing requirements to src/zope.hookable.egg-info/requires.txt writing top-level names to src/zope.hookable.egg-info/top_level.txt writing manifest file 'src/zope.hookable.egg-info/SOURCES.txt' reading manifest file 'src/zope.hookable.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' under directory 'docs' adding license file 'LICENSE.txt' writing manifest file 'src/zope.hookable.egg-info/SOURCES.txt' copying src/zope/hookable/_zope_hookable.c -> build/lib.linux-armv8l-cpython-312/zope/hookable running build_ext building 'zope.hookable._zope_hookable' extension creating build/temp.linux-armv8l-cpython-312/src/zope/hookable cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c src/zope/hookable/_zope_hookable.c -o build/temp.linux-armv8l-cpython-312/src/zope/hookable/_zope_hookable.o cc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-312/src/zope/hookable/_zope_hookable.o -L/usr/lib -o build/lib.linux-armv8l-cpython-312/zope/hookable/_zope_hookable.cpython-312-arm-linux-musleabihf.so /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/dist.py:807: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated. !! ******************************************************************************** Please replace its usage with implicit namespaces (PEP 420). See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details. ******************************************************************************** !! ep.load()(self, ep.name, value) /usr/lib/python3.12/site-packages/setuptools/dist.py:760: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Zope Public License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: invalid command 'test' >>> ERROR: py3-zope-hookable: check failed >>> py3-zope-hookable: Uninstalling dependencies... (1/17) Purging .makedepends-py3-zope-hookable (20250429.175201) (2/17) Purging py3-setuptools-pyc (77.0.3-r0) (3/17) Purging py3-setuptools (77.0.3-r0) (4/17) Purging py3-packaging-pyc (25.0-r0) (5/17) Purging py3-packaging (25.0-r0) (6/17) Purging py3-parsing-pyc (3.2.0-r0) (7/17) Purging py3-parsing (3.2.0-r0) (8/17) Purging python3-dev (3.12.10-r0) (9/17) Purging python3-pyc (3.12.10-r0) (10/17) Purging python3-pycache-pyc0 (3.12.10-r0) (11/17) Purging pyc (3.12.10-r0) (12/17) Purging python3 (3.12.10-r0) (13/17) Purging gdbm (1.24-r0) (14/17) Purging libbz2 (1.0.8-r6) (15/17) Purging libpanelw (6.5_p20250412-r0) (16/17) Purging mpdecimal (4.0.0-r0) (17/17) Purging sqlite-libs (3.49.1-r1) Executing busybox-1.37.0-r16.trigger OK: 601 MiB in 109 packages