>>> py3-zope-proxy: Building community/py3-zope-proxy 4.3.5-r2 (using abuild 3.9.0-r0) started Fri, 15 Apr 2022 21:24:27 +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/16) Installing libbz2 (1.0.8-r1) (2/16) Installing gdbm (1.23-r0) (3/16) Installing mpdecimal (2.5.1-r1) (4/16) Installing readline (8.1.2-r0) (5/16) Installing sqlite-libs (3.38.0-r0) (6/16) Installing python3 (3.10.3-r0) (7/16) Installing py3-appdirs (1.4.4-r3) (8/16) Installing py3-more-itertools (8.12.0-r2) (9/16) Installing py3-ordered-set (4.0.2-r3) (10/16) Installing py3-parsing (2.4.7-r3) (11/16) Installing py3-six (1.16.0-r1) (12/16) Installing py3-packaging (21.3-r0) (13/16) Installing py3-setuptools (59.4.0-r0) (14/16) Installing py3-zope-interface (5.4.0-r1) (15/16) Installing python3-dev (3.10.3-r0) (16/16) Installing .makedepends-py3-zope-proxy (20220415.212434) Executing busybox-1.35.0-r8.trigger OK: 1189 MiB in 113 packages >>> py3-zope-proxy: Cleaning up srcdir >>> py3-zope-proxy: Cleaning up pkgdir >>> py3-zope-proxy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/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 580k 0 --:--:-- --:--:-- --:--:-- 585k >>> py3-zope-proxy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/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.16/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-x86_64-3.10 creating build/lib.linux-x86_64-3.10/zope copying src/zope/__init__.py -> build/lib.linux-x86_64-3.10/zope creating build/lib.linux-x86_64-3.10/zope/proxy copying src/zope/proxy/_compat.py -> build/lib.linux-x86_64-3.10/zope/proxy copying src/zope/proxy/__init__.py -> build/lib.linux-x86_64-3.10/zope/proxy copying src/zope/proxy/interfaces.py -> build/lib.linux-x86_64-3.10/zope/proxy copying src/zope/proxy/decorator.py -> build/lib.linux-x86_64-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 adding license file 'LICENSE.txt' writing manifest file 'src/zope.proxy.egg-info/SOURCES.txt' copying src/zope/proxy/_zope_proxy_proxy.c -> build/lib.linux-x86_64-3.10/zope/proxy copying src/zope/proxy/proxy.h -> build/lib.linux-x86_64-3.10/zope/proxy creating build/lib.linux-x86_64-3.10/zope/proxy/tests copying src/zope/proxy/tests/__init__.py -> build/lib.linux-x86_64-3.10/zope/proxy/tests copying src/zope/proxy/tests/test_decorator.py -> build/lib.linux-x86_64-3.10/zope/proxy/tests copying src/zope/proxy/tests/test_proxy.py -> build/lib.linux-x86_64-3.10/zope/proxy/tests running build_ext building 'zope.proxy._zope_proxy_proxy' extension creating build/temp.linux-x86_64-3.10 creating build/temp.linux-x86_64-3.10/src creating build/temp.linux-x86_64-3.10/src/zope creating build/temp.linux-x86_64-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-x86_64-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( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.10/src/zope/proxy/_zope_proxy_proxy.o -L/usr/lib -o build/lib.linux-x86_64-3.10/zope/proxy/_zope_proxy_proxy.cpython-310-x86_64-linux-gnu.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 /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' 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/_compat.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.cpython-310-x86_64-linux-gnu.so -> /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/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/proxy.h -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.10/site-packages/zope/proxy 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 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 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/__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/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/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 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 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-x86_64.so.1 >>> py3-zope-proxy*: Package size: 384.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 Fri, 15 Apr 2022 21:24:37 +0000 elapsed time 0h 0m 10s >>> py3-zope-proxy: Cleaning up srcdir >>> py3-zope-proxy: Cleaning up pkgdir >>> py3-zope-proxy: Uninstalling dependencies... (1/16) Purging .makedepends-py3-zope-proxy (20220415.212434) (2/16) Purging py3-setuptools (59.4.0-r0) (3/16) Purging py3-appdirs (1.4.4-r3) (4/16) Purging py3-more-itertools (8.12.0-r2) (5/16) Purging py3-ordered-set (4.0.2-r3) (6/16) Purging py3-packaging (21.3-r0) (7/16) Purging py3-six (1.16.0-r1) (8/16) Purging py3-parsing (2.4.7-r3) (9/16) Purging py3-zope-interface (5.4.0-r1) (10/16) Purging python3-dev (3.10.3-r0) (11/16) Purging python3 (3.10.3-r0) (12/16) Purging libbz2 (1.0.8-r1) (13/16) Purging gdbm (1.23-r0) (14/16) Purging mpdecimal (2.5.1-r1) (15/16) Purging readline (8.1.2-r0) (16/16) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 1091 MiB in 97 packages >>> py3-zope-proxy: Updating the community/x86_64 repository index... >>> py3-zope-proxy: Signing the index...