>>> py3-zope-proxy: Building community/py3-zope-proxy 4.3.5-r2 (using abuild 3.9.0-r0) started Thu, 16 Dec 2021 00:23:22 +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/15) Installing libffi (3.4.2-r1) (2/15) Installing gdbm (1.22-r0) (3/15) Installing mpdecimal (2.5.1-r1) (4/15) Installing readline (8.1.1-r0) (5/15) Installing sqlite-libs (3.37.0-r0) (6/15) Installing python3 (3.10.1-r0) (7/15) Installing py3-ordered-set (4.0.2-r3) (8/15) Installing py3-appdirs (1.4.4-r3) (9/15) Installing py3-parsing (2.4.7-r3) (10/15) Installing py3-six (1.16.0-r1) (11/15) Installing py3-packaging (21.3-r0) (12/15) Installing py3-setuptools (52.0.0-r5) (13/15) Installing py3-zope-interface (5.4.0-r1) (14/15) Installing python3-dev (3.10.1-r0) (15/15) Installing .makedepends-py3-zope-proxy (20211216.002323) Executing busybox-1.34.1-r5.trigger OK: 353 MiB in 116 packages >>> py3-zope-proxy: Cleaning up srcdir >>> py3-zope-proxy: Cleaning up pkgdir >>> py3-zope-proxy: Fetching https://distfiles.alpinelinux.org/distfiles/edge//zope.proxy-4.3.5.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 40752 100 40752 0 0 67383 0 --:--:-- --:--:-- --:--:-- 67470 >>> py3-zope-proxy: Fetching https://distfiles.alpinelinux.org/distfiles/edge//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/edge//zope.proxy-4.3.5.tar.gz... /home/buildozer/aports/community/py3-zope-proxy/src/zope.proxy-4.3.5/setup.py:26: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.errors import CCompilerError running build running build_py creating build creating build/lib.linux-armv8l-3.10 creating build/lib.linux-armv8l-3.10/zope copying src/zope/__init__.py -> build/lib.linux-armv8l-3.10/zope creating build/lib.linux-armv8l-3.10/zope/proxy copying src/zope/proxy/interfaces.py -> build/lib.linux-armv8l-3.10/zope/proxy copying src/zope/proxy/decorator.py -> build/lib.linux-armv8l-3.10/zope/proxy copying src/zope/proxy/__init__.py -> build/lib.linux-armv8l-3.10/zope/proxy copying src/zope/proxy/_compat.py -> build/lib.linux-armv8l-3.10/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 writing manifest file 'src/zope.proxy.egg-info/SOURCES.txt' copying src/zope/proxy/_zope_proxy_proxy.c -> build/lib.linux-armv8l-3.10/zope/proxy copying src/zope/proxy/proxy.h -> build/lib.linux-armv8l-3.10/zope/proxy creating build/lib.linux-armv8l-3.10/zope/proxy/tests copying src/zope/proxy/tests/__init__.py -> build/lib.linux-armv8l-3.10/zope/proxy/tests copying src/zope/proxy/tests/test_decorator.py -> build/lib.linux-armv8l-3.10/zope/proxy/tests copying src/zope/proxy/tests/test_proxy.py -> build/lib.linux-armv8l-3.10/zope/proxy/tests running build_ext building 'zope.proxy._zope_proxy_proxy' extension creating build/temp.linux-armv8l-3.10 creating build/temp.linux-armv8l-3.10/src creating build/temp.linux-armv8l-3.10/src/zope creating build/temp.linux-armv8l-3.10/src/zope/proxy gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -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-3.10/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-3.10/src/zope/proxy/_zope_proxy_proxy.o -L/usr/lib -o build/lib.linux-armv8l-3.10/zope/proxy/_zope_proxy_proxy.cpython-310-arm-linux-gnueabihf.so >>> py3-zope-proxy: Entering fakeroot... /home/buildozer/aports/community/py3-zope-proxy/src/zope.proxy-4.3.5/setup.py:26: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.errors import CCompilerError running install 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 writing manifest file 'src/zope.proxy.egg-info/SOURCES.txt' 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: 364.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, 16 Dec 2021 00:23:25 +0000 elapsed time 0h 0m 3s >>> py3-zope-proxy: Cleaning up srcdir >>> py3-zope-proxy: Cleaning up pkgdir >>> py3-zope-proxy: Uninstalling dependencies... (1/15) Purging .makedepends-py3-zope-proxy (20211216.002323) (2/15) Purging py3-setuptools (52.0.0-r5) (3/15) Purging py3-ordered-set (4.0.2-r3) (4/15) Purging py3-appdirs (1.4.4-r3) (5/15) Purging py3-packaging (21.3-r0) (6/15) Purging py3-parsing (2.4.7-r3) (7/15) Purging py3-six (1.16.0-r1) (8/15) Purging py3-zope-interface (5.4.0-r1) (9/15) Purging python3-dev (3.10.1-r0) (10/15) Purging python3 (3.10.1-r0) (11/15) Purging libffi (3.4.2-r1) (12/15) Purging gdbm (1.22-r0) (13/15) Purging mpdecimal (2.5.1-r1) (14/15) Purging readline (8.1.1-r0) (15/15) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 264 MiB in 101 packages >>> py3-zope-proxy: Updating the community/armv7 repository index... >>> py3-zope-proxy: Signing the index...