>>> py3-zope-proxy: Building community/py3-zope-proxy 5.0.0-r2 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 19:39:18 +0000 >>> py3-zope-proxy: Checking sanity of /home/buildozer/aports/community/py3-zope-proxy/APKBUILD... >>> py3-zope-proxy: Analyzing dependencies... >>> py3-zope-proxy: Installing for build: build-base py3-setuptools py3-zope-interface python3-dev (1/20) Installing libffi (3.4.6-r0) (2/20) Installing gdbm (1.23-r1) (3/20) Installing mpdecimal (4.0.0-r0) (4/20) Installing libpanelw (6.4_p20240330-r0) (5/20) Installing readline (8.2.10-r0) (6/20) Installing sqlite-libs (3.45.2-r0) (7/20) Installing python3 (3.12.3-r0) (8/20) Installing python3-pycache-pyc0 (3.12.3-r0) (9/20) Installing pyc (3.12.3-r0) (10/20) Installing py3-setuptools-pyc (69.2.0-r2) (11/20) Installing py3-parsing (3.1.2-r1) (12/20) Installing py3-parsing-pyc (3.1.2-r1) (13/20) Installing py3-packaging-pyc (24.0-r1) (14/20) Installing python3-pyc (3.12.3-r0) (15/20) Installing py3-packaging (24.0-r1) (16/20) Installing py3-setuptools (69.2.0-r2) (17/20) Installing py3-zope-interface (6.0-r1) (18/20) Installing py3-zope-interface-pyc (6.0-r1) (19/20) Installing python3-dev (3.12.3-r0) (20/20) Installing .makedepends-py3-zope-proxy (20240413.193920) Executing busybox-1.36.1-r25.trigger OK: 494 MiB in 133 packages >>> py3-zope-proxy: Cleaning up srcdir >>> py3-zope-proxy: Cleaning up pkgdir >>> py3-zope-proxy: Cleaning up tmpdir >>> py3-zope-proxy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/zope.proxy-5.0.0.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 100 42460 100 42460 0 0 238k 0 --:--:-- --:--:-- --:--:-- 239k >>> py3-zope-proxy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/zope.proxy-5.0.0.tar.gz >>> py3-zope-proxy: Checking sha512sums... zope.proxy-5.0.0.tar.gz: OK >>> py3-zope-proxy: Unpacking /var/cache/distfiles/edge/zope.proxy-5.0.0.tar.gz... /usr/lib/python3.12/site-packages/setuptools/dist.py:678: 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) running build running build_py creating build creating build/lib.linux-i686-cpython-312 creating build/lib.linux-i686-cpython-312/zope copying src/zope/__init__.py -> build/lib.linux-i686-cpython-312/zope creating build/lib.linux-i686-cpython-312/zope/proxy copying src/zope/proxy/__init__.py -> build/lib.linux-i686-cpython-312/zope/proxy copying src/zope/proxy/decorator.py -> build/lib.linux-i686-cpython-312/zope/proxy copying src/zope/proxy/interfaces.py -> build/lib.linux-i686-cpython-312/zope/proxy running egg_info creating src/zope.proxy.egg-info writing src/zope.proxy.egg-info/PKG-INFO writing dependency_links to src/zope.proxy.egg-info/dependency_links.txt writing namespace_packages to src/zope.proxy.egg-info/namespace_packages.txt writing requirements to src/zope.proxy.egg-info/requires.txt writing top-level names to src/zope.proxy.egg-info/top_level.txt writing manifest file 'src/zope.proxy.egg-info/SOURCES.txt' reading manifest file 'src/zope.proxy.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.proxy.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'zope.proxy.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zope.proxy.tests' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zope.proxy.tests' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zope.proxy.tests' to be distributed and are already explicitly excluding 'zope.proxy.tests' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying src/zope/proxy/_zope_proxy_proxy.c -> build/lib.linux-i686-cpython-312/zope/proxy copying src/zope/proxy/proxy.h -> build/lib.linux-i686-cpython-312/zope/proxy creating build/lib.linux-i686-cpython-312/zope/proxy/tests copying src/zope/proxy/tests/__init__.py -> build/lib.linux-i686-cpython-312/zope/proxy/tests copying src/zope/proxy/tests/test_compile_flags.py -> build/lib.linux-i686-cpython-312/zope/proxy/tests copying src/zope/proxy/tests/test_decorator.py -> build/lib.linux-i686-cpython-312/zope/proxy/tests copying src/zope/proxy/tests/test_proxy.py -> build/lib.linux-i686-cpython-312/zope/proxy/tests running build_ext building 'zope.proxy._zope_proxy_proxy' extension creating build/temp.linux-i686-cpython-312 creating build/temp.linux-i686-cpython-312/src creating build/temp.linux-i686-cpython-312/src/zope creating build/temp.linux-i686-cpython-312/src/zope/proxy gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c src/zope/proxy/_zope_proxy_proxy.c -o build/temp.linux-i686-cpython-312/src/zope/proxy/_zope_proxy_proxy.o src/zope/proxy/_zope_proxy_proxy.c: In function 'wrap_call': src/zope/proxy/_zope_proxy_proxy.c:324:9: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 324 | return PyEval_CallObjectWithKeywords(Proxy_GET_OBJECT(self), | ^~~~~~ In file included from /usr/include/python3.12/Python.h:95, from src/zope/proxy/_zope_proxy_proxy.c:27: /usr/include/python3.12/ceval.h:27:43: note: declared here 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/zope/proxy/_zope_proxy_proxy.c: At top level: src/zope/proxy/_zope_proxy_proxy.c:670:5: warning: initialization of 'Py_hash_t (*)(PyObject *)' {aka 'int (*)(struct _object *)'} from incompatible pointer type 'long int (*)(PyObject *)' {aka 'long int (*)(struct _object *)'} [-Wincompatible-pointer-types] 670 | wrap_hash, /* tp_hash */ | ^~~~~~~~~ src/zope/proxy/_zope_proxy_proxy.c:670:5: note: (near initialization for 'ProxyType.tp_hash') gcc -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/src/zope/proxy/_zope_proxy_proxy.o -L/usr/lib -o build/lib.linux-i686-cpython-312/zope/proxy/_zope_proxy_proxy.cpython-312-i386-linux-musl.so >>> py3-zope-proxy: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/dist.py:678: 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) running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib Skipping installation of /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/__init__.py (namespace package) copying zope/proxy/proxy.h -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy copying zope/proxy/_zope_proxy_proxy.c -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy copying zope/proxy/_zope_proxy_proxy.cpython-312-i386-linux-musl.so -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy copying zope/proxy/__init__.py -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy copying zope/proxy/decorator.py -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy copying zope/proxy/interfaces.py -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy copying zope/proxy/tests/test_proxy.py -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy/tests copying zope/proxy/tests/__init__.py -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy/tests copying zope/proxy/tests/test_compile_flags.py -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy/tests copying zope/proxy/tests/test_decorator.py -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy/tests byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy/decorator.py to decorator.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy/interfaces.py to interfaces.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy/tests/test_proxy.py to test_proxy.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy/tests/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy/tests/test_compile_flags.py to test_compile_flags.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy/tests/test_decorator.py to test_decorator.cpython-312.pyc running install_headers creating /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/include creating /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/include/python3.12 creating /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/include/python3.12/zope.proxy copying src/zope/proxy/proxy.h -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/include/python3.12/zope.proxy running install_egg_info running egg_info writing src/zope.proxy.egg-info/PKG-INFO writing dependency_links to src/zope.proxy.egg-info/dependency_links.txt writing namespace_packages to src/zope.proxy.egg-info/namespace_packages.txt writing requirements to src/zope.proxy.egg-info/requires.txt writing top-level names to src/zope.proxy.egg-info/top_level.txt reading manifest file 'src/zope.proxy.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.proxy.egg-info/SOURCES.txt' Copying src/zope.proxy.egg-info to /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope.proxy-5.0.0-py3.12.egg-info Installing /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope.proxy-5.0.0-py3.12-nspkg.pth running install_scripts >>> py3-zope-proxy-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy/tests/__pycache__' -> '/home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy-pyc/usr/lib/python3.12/site-packages/zope/proxy/tests/__pycache__' '/home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.12/site-packages/zope/proxy/__pycache__' -> '/home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy-pyc/usr/lib/python3.12/site-packages/zope/proxy/__pycache__' >>> py3-zope-proxy-pyc*: Preparing subpackage py3-zope-proxy-pyc... >>> py3-zope-proxy-pyc*: Running postcheck for py3-zope-proxy-pyc >>> py3-zope-proxy*: Running postcheck for py3-zope-proxy >>> py3-zope-proxy*: Preparing package py3-zope-proxy... >>> py3-zope-proxy*: Stripping binaries >>> py3-zope-proxy-pyc*: Scanning shared objects >>> py3-zope-proxy*: Scanning shared objects >>> py3-zope-proxy-pyc*: Tracing dependencies... py3-setuptools py3-zope-interface python3~3.12 >>> py3-zope-proxy-pyc*: Package size: 184.0 KB >>> py3-zope-proxy-pyc*: Compressing data... >>> py3-zope-proxy-pyc*: Create checksum... >>> py3-zope-proxy-pyc*: Create py3-zope-proxy-pyc-5.0.0-r2.apk >>> py3-zope-proxy*: Tracing dependencies... py3-setuptools py3-zope-interface python3~3.12 so:libc.musl-x86.so.1 >>> py3-zope-proxy*: Package size: 236.0 KB >>> py3-zope-proxy*: Compressing data... >>> py3-zope-proxy*: Create checksum... >>> py3-zope-proxy*: Create py3-zope-proxy-5.0.0-r2.apk >>> py3-zope-proxy: Build complete at Sat, 13 Apr 2024 19:39:25 +0000 elapsed time 0h 0m 7s >>> py3-zope-proxy: Cleaning up srcdir >>> py3-zope-proxy: Cleaning up pkgdir >>> py3-zope-proxy: Uninstalling dependencies... (1/20) Purging .makedepends-py3-zope-proxy (20240413.193920) (2/20) Purging py3-setuptools-pyc (69.2.0-r2) (3/20) Purging py3-setuptools (69.2.0-r2) (4/20) Purging py3-packaging-pyc (24.0-r1) (5/20) Purging py3-packaging (24.0-r1) (6/20) Purging py3-parsing-pyc (3.1.2-r1) (7/20) Purging py3-parsing (3.1.2-r1) (8/20) Purging py3-zope-interface-pyc (6.0-r1) (9/20) Purging py3-zope-interface (6.0-r1) (10/20) Purging python3-dev (3.12.3-r0) (11/20) Purging python3-pyc (3.12.3-r0) (12/20) Purging python3-pycache-pyc0 (3.12.3-r0) (13/20) Purging pyc (3.12.3-r0) (14/20) Purging python3 (3.12.3-r0) (15/20) Purging gdbm (1.23-r1) (16/20) Purging libffi (3.4.6-r0) (17/20) Purging libpanelw (6.4_p20240330-r0) (18/20) Purging mpdecimal (4.0.0-r0) (19/20) Purging readline (8.2.10-r0) (20/20) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 379 MiB in 113 packages >>> py3-zope-proxy: Updating the community/x86 repository index... >>> py3-zope-proxy: Signing the index...