>>> py3-zope-proxy: Building community/py3-zope-proxy 5.0.0-r1 (using abuild 3.12.0-r0) started Sat, 04 Nov 2023 15:38:08 +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/22) Installing libbz2 (1.0.8-r6)
(2/22) Installing libffi (3.4.4-r3)
(3/22) Installing gdbm (1.23-r1)
(4/22) Installing xz-libs (5.4.5-r0)
(5/22) Installing mpdecimal (2.5.1-r2)
(6/22) Installing libpanelw (6.4_p20231007-r0)
(7/22) Installing readline (8.2.1-r2)
(8/22) Installing sqlite-libs (3.43.2-r0)
(9/22) Installing python3 (3.11.6-r1)
(10/22) Installing python3-pycache-pyc0 (3.11.6-r1)
(11/22) Installing pyc (3.11.6-r1)
(12/22) Installing py3-setuptools-pyc (68.2.2-r0)
(13/22) Installing py3-parsing (3.1.1-r0)
(14/22) Installing py3-parsing-pyc (3.1.1-r0)
(15/22) Installing py3-packaging-pyc (23.2-r0)
(16/22) Installing python3-pyc (3.11.6-r1)
(17/22) Installing py3-packaging (23.2-r0)
(18/22) Installing py3-setuptools (68.2.2-r0)
(19/22) Installing py3-zope-interface (6.0-r0)
(20/22) Installing py3-zope-interface-pyc (6.0-r0)
(21/22) Installing python3-dev (3.11.6-r1)
(22/22) Installing .makedepends-py3-zope-proxy (20231104.153824)
Executing busybox-1.36.1-r14.trigger
OK: 590 MiB in 129 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/v3.19/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
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0   146    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
>>> py3-zope-proxy: Fetching zope.proxy-5.0.0.tar.gz::https://github.com/zopefoundation/zope.proxy/archive/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
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

100 42460    0 42460    0     0  80635      0 --:--:-- --:--:-- --:--:-- 80635
>>> py3-zope-proxy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/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/v3.19/zope.proxy-5.0.0.tar.gz...
/usr/lib/python3.11/site-packages/setuptools/dist.py:700: 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-x86_64-cpython-311
creating build/lib.linux-x86_64-cpython-311/zope
copying src/zope/__init__.py -> build/lib.linux-x86_64-cpython-311/zope
creating build/lib.linux-x86_64-cpython-311/zope/proxy
copying src/zope/proxy/__init__.py -> build/lib.linux-x86_64-cpython-311/zope/proxy
copying src/zope/proxy/interfaces.py -> build/lib.linux-x86_64-cpython-311/zope/proxy
copying src/zope/proxy/decorator.py -> build/lib.linux-x86_64-cpython-311/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.11/site-packages/setuptools/command/build_py.py:204: _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-x86_64-cpython-311/zope/proxy
copying src/zope/proxy/proxy.h -> build/lib.linux-x86_64-cpython-311/zope/proxy
creating build/lib.linux-x86_64-cpython-311/zope/proxy/tests
copying src/zope/proxy/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/zope/proxy/tests
copying src/zope/proxy/tests/test_compile_flags.py -> build/lib.linux-x86_64-cpython-311/zope/proxy/tests
copying src/zope/proxy/tests/test_decorator.py -> build/lib.linux-x86_64-cpython-311/zope/proxy/tests
copying src/zope/proxy/tests/test_proxy.py -> build/lib.linux-x86_64-cpython-311/zope/proxy/tests
running build_ext
building 'zope.proxy._zope_proxy_proxy' extension
creating build/temp.linux-x86_64-cpython-311
creating build/temp.linux-x86_64-cpython-311/src
creating build/temp.linux-x86_64-cpython-311/src/zope
creating build/temp.linux-x86_64-cpython-311/src/zope/proxy
gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.11 -c src/zope/proxy/_zope_proxy_proxy.c -o build/temp.linux-x86_64-cpython-311/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.11/Python.h:95,
                 from src/zope/proxy/_zope_proxy_proxy.c:27:
/usr/include/python3.11/ceval.h:27:43: note: declared here
   27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt build/temp.linux-x86_64-cpython-311/src/zope/proxy/_zope_proxy_proxy.o -L/usr/lib -o build/lib.linux-x86_64-cpython-311/zope/proxy/_zope_proxy_proxy.cpython-311-x86_64-linux-musl.so
>>> py3-zope-proxy: Entering fakeroot...
/usr/lib/python3.11/site-packages/setuptools/dist.py:700: 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.11/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.11/site-packages/zope/__init__.py (namespace package)
copying zope/proxy/_zope_proxy_proxy.cpython-311-x86_64-linux-musl.so -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.11/site-packages/zope/proxy
copying zope/proxy/__init__.py -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.11/site-packages/zope/proxy
copying zope/proxy/interfaces.py -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.11/site-packages/zope/proxy
copying zope/proxy/decorator.py -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.11/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.11/site-packages/zope/proxy
copying zope/proxy/proxy.h -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.11/site-packages/zope/proxy
copying zope/proxy/tests/test_compile_flags.py -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.11/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.11/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.11/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.11/site-packages/zope/proxy/tests
byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.11/site-packages/zope/proxy/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.11/site-packages/zope/proxy/interfaces.py to interfaces.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.11/site-packages/zope/proxy/decorator.py to decorator.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.11/site-packages/zope/proxy/tests/test_compile_flags.py to test_compile_flags.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.11/site-packages/zope/proxy/tests/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.11/site-packages/zope/proxy/tests/test_proxy.py to test_proxy.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.11/site-packages/zope/proxy/tests/test_decorator.py to test_decorator.cpython-311.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.11
creating /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/include/python3.11/zope.proxy
copying src/zope/proxy/proxy.h -> /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/include/python3.11/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.11/site-packages/zope.proxy-5.0.0-py3.11.egg-info
Installing /home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.11/site-packages/zope.proxy-5.0.0-py3.11-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.11/site-packages/zope/proxy/tests/__pycache__' -> '/home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy-pyc/usr/lib/python3.11/site-packages/zope/proxy/tests/__pycache__'
'/home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy/usr/lib/python3.11/site-packages/zope/proxy/__pycache__' -> '/home/buildozer/aports/community/py3-zope-proxy/pkg/py3-zope-proxy-pyc/usr/lib/python3.11/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.11
>>> py3-zope-proxy-pyc*: Package size: 204.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-r1.apk
>>> py3-zope-proxy*: Tracing dependencies...
	py3-setuptools
	py3-zope-interface
	python3~3.11
	so:libc.musl-x86_64.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-r1.apk
>>> py3-zope-proxy: Build complete at Sat, 04 Nov 2023 15:38:28 +0000 elapsed time 0h 0m 20s
>>> py3-zope-proxy: Cleaning up srcdir
>>> py3-zope-proxy: Cleaning up pkgdir
>>> py3-zope-proxy: Uninstalling dependencies...
(1/22) Purging .makedepends-py3-zope-proxy (20231104.153824)
(2/22) Purging py3-setuptools-pyc (68.2.2-r0)
(3/22) Purging py3-setuptools (68.2.2-r0)
(4/22) Purging py3-packaging-pyc (23.2-r0)
(5/22) Purging py3-packaging (23.2-r0)
(6/22) Purging py3-parsing-pyc (3.1.1-r0)
(7/22) Purging py3-parsing (3.1.1-r0)
(8/22) Purging py3-zope-interface-pyc (6.0-r0)
(9/22) Purging py3-zope-interface (6.0-r0)
(10/22) Purging python3-dev (3.11.6-r1)
(11/22) Purging python3-pyc (3.11.6-r1)
(12/22) Purging python3-pycache-pyc0 (3.11.6-r1)
(13/22) Purging pyc (3.11.6-r1)
(14/22) Purging python3 (3.11.6-r1)
(15/22) Purging gdbm (1.23-r1)
(16/22) Purging libbz2 (1.0.8-r6)
(17/22) Purging libffi (3.4.4-r3)
(18/22) Purging libpanelw (6.4_p20231007-r0)
(19/22) Purging mpdecimal (2.5.1-r2)
(20/22) Purging readline (8.2.1-r2)
(21/22) Purging sqlite-libs (3.43.2-r0)
(22/22) Purging xz-libs (5.4.5-r0)
Executing busybox-1.36.1-r14.trigger
OK: 472 MiB in 107 packages
>>> py3-zope-proxy: Updating the community/x86_64 repository index...
>>> py3-zope-proxy: Signing the index...