>>> py3-zope-proxy: Building community/py3-zope-proxy 4.3.5-r2 (using abuild 3.10.0_rc1-r2) started Thu, 27 Oct 2022 00:37:10 +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/14) Installing libbz2 (1.0.8-r3) (2/14) Installing libffi (3.4.3-r0) (3/14) Installing gdbm (1.23-r0) (4/14) Installing xz-libs (5.2.7-r0) (5/14) Installing mpdecimal (2.5.1-r1) (6/14) Installing readline (8.2.0-r0) (7/14) Installing sqlite-libs (3.39.4-r0) (8/14) Installing python3 (3.10.8-r3) (9/14) Installing py3-parsing (3.0.9-r0) (10/14) Installing py3-packaging (21.3-r2) (11/14) Installing py3-setuptools (65.5.0-r0) (12/14) Installing py3-zope-interface (5.4.0-r1) (13/14) Installing python3-dev (3.10.8-r3) (14/14) Installing .makedepends-py3-zope-proxy (20221027.003723) Executing busybox-1.35.0-r27.trigger OK: 289 MiB in 107 packages >>> py3-zope-proxy: Cleaning up srcdir >>> py3-zope-proxy: Cleaning up pkgdir >>> py3-zope-proxy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/zope.proxy-4.3.5.tar.gz >>> py3-zope-proxy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/zope.proxy-4.3.5.tar.gz >>> py3-zope-proxy: Checking sha512sums... zope.proxy-4.3.5.tar.gz: OK >>> py3-zope-proxy: Unpacking /var/cache/distfiles/v3.17/zope.proxy-4.3.5.tar.gz... /usr/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) running build running build_py creating build creating build/lib.linux-armv8l-cpython-310 creating build/lib.linux-armv8l-cpython-310/zope copying src/zope/__init__.py -> build/lib.linux-armv8l-cpython-310/zope creating build/lib.linux-armv8l-cpython-310/zope/proxy copying src/zope/proxy/interfaces.py -> build/lib.linux-armv8l-cpython-310/zope/proxy copying src/zope/proxy/decorator.py -> build/lib.linux-armv8l-cpython-310/zope/proxy copying src/zope/proxy/__init__.py -> build/lib.linux-armv8l-cpython-310/zope/proxy copying src/zope/proxy/_compat.py -> build/lib.linux-armv8l-cpython-310/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 previously-included files matching '*.dll' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'src/zope.proxy.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zope.proxy.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zope.proxy.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zope.proxy.tests' 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 'zope.proxy.tests' 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) copying src/zope/proxy/_zope_proxy_proxy.c -> build/lib.linux-armv8l-cpython-310/zope/proxy copying src/zope/proxy/proxy.h -> build/lib.linux-armv8l-cpython-310/zope/proxy creating build/lib.linux-armv8l-cpython-310/zope/proxy/tests copying src/zope/proxy/tests/__init__.py -> build/lib.linux-armv8l-cpython-310/zope/proxy/tests copying src/zope/proxy/tests/test_decorator.py -> build/lib.linux-armv8l-cpython-310/zope/proxy/tests copying src/zope/proxy/tests/test_proxy.py -> build/lib.linux-armv8l-cpython-310/zope/proxy/tests running build_ext building 'zope.proxy._zope_proxy_proxy' extension creating build/temp.linux-armv8l-cpython-310 creating build/temp.linux-armv8l-cpython-310/src creating build/temp.linux-armv8l-cpython-310/src/zope creating build/temp.linux-armv8l-cpython-310/src/zope/proxy 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/zope/proxy/_zope_proxy_proxy.c -o build/temp.linux-armv8l-cpython-310/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:381:9: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 381 | return PyEval_CallObjectWithKeywords(Proxy_GET_OBJECT(self), | ^~~~~~ In file included from /usr/include/python3.10/Python.h:130, from src/zope/proxy/_zope_proxy_proxy.c:27: /usr/include/python3.10/ceval.h:17:43: note: declared here 17 | 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:887: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] 887 | wrap_hash, /* tp_hash */ | ^~~~~~~~~ src/zope/proxy/_zope_proxy_proxy.c:887:5: note: (near initialization for 'ProxyType.tp_hash') 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/zope/proxy/_zope_proxy_proxy.o -L/usr/lib -o build/lib.linux-armv8l-cpython-310/zope/proxy/_zope_proxy_proxy.cpython-310-arm-linux-gnueabihf.so >>> py3-zope-proxy: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) 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( running build running build_py 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 previously-included files matching '*.dll' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'src/zope.proxy.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zope.proxy.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zope.proxy.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zope.proxy.tests' 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 'zope.proxy.tests' 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 Skipping installation of /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/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.10/site-packages/zope/proxy copying zope/proxy/_zope_proxy_proxy.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/site-packages/zope/proxy copying zope/proxy/interfaces.py -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/site-packages/zope/proxy copying zope/proxy/decorator.py -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/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.10/site-packages/zope/proxy copying zope/proxy/__init__.py -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/site-packages/zope/proxy copying zope/proxy/_compat.py -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/site-packages/zope/proxy copying zope/proxy/tests/test_decorator.py -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/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.10/site-packages/zope/proxy/tests copying zope/proxy/tests/test_proxy.py -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/site-packages/zope/proxy/tests byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/site-packages/zope/proxy/interfaces.py to interfaces.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/site-packages/zope/proxy/decorator.py to decorator.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/site-packages/zope/proxy/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/site-packages/zope/proxy/_compat.py to _compat.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/site-packages/zope/proxy/tests/test_decorator.py to test_decorator.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/site-packages/zope/proxy/tests/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/site-packages/zope/proxy/tests/test_proxy.py to test_proxy.cpython-310.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.10 creating /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/include/python3.10/zope.proxy copying src/zope/proxy/proxy.h -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/include/python3.10/zope.proxy running install_egg_info Copying src/zope.proxy.egg-info to /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/site-packages/zope.proxy-4.3.5-py3.10.egg-info Installing /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/site-packages/zope.proxy-4.3.5-py3.10-nspkg.pth running install_scripts >>> 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*: Scanning shared objects >>> py3-zope-proxy*: Tracing dependencies... py3-setuptools py3-zope-interface so:libc.musl-armv7.so.1 >>> py3-zope-proxy*: Package size: 416.0 KB >>> py3-zope-proxy*: Compressing data... >>> py3-zope-proxy*: Create checksum... >>> py3-zope-proxy*: Create py3-zope-proxy-4.3.5-r2.apk >>> py3-zope-proxy: Build complete at Thu, 27 Oct 2022 00:37:25 +0000 elapsed time 0h 0m 15s >>> py3-zope-proxy: Cleaning up srcdir >>> py3-zope-proxy: Cleaning up pkgdir >>> py3-zope-proxy: Uninstalling dependencies... (1/14) Purging .makedepends-py3-zope-proxy (20221027.003723) (2/14) Purging py3-setuptools (65.5.0-r0) (3/14) Purging py3-packaging (21.3-r2) (4/14) Purging py3-parsing (3.0.9-r0) (5/14) Purging py3-zope-interface (5.4.0-r1) (6/14) Purging python3-dev (3.10.8-r3) (7/14) Purging python3 (3.10.8-r3) (8/14) Purging libbz2 (1.0.8-r3) (9/14) Purging libffi (3.4.3-r0) (10/14) Purging gdbm (1.23-r0) (11/14) Purging xz-libs (5.2.7-r0) (12/14) Purging mpdecimal (2.5.1-r1) (13/14) Purging readline (8.2.0-r0) (14/14) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-zope-proxy: Updating the community/armv7 repository index... >>> py3-zope-proxy: Signing the index...