INFO: not using any hashes in /data/userland-archives/hashes for zope_proxy-6.1.tar.gz (overridden with --hash)
Source /data/userland-archives/zope_proxy-6.1.tar.gz... cached
    validating signature... checking local signature... not found
    signature validation failed

    validating hash... ok
patching file pyproject.toml
copy cloning /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/zope_proxy-6.1 to /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/amd64-3.9
* Getting build dependencies for wheel...
/usr/lib/python3.9/vendor-packages/setuptools/dist.py:655: 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 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'
adding license file 'LICENSE.txt'
writing manifest file 'src/zope.proxy.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.9/vendor-packages/setuptools/dist.py:655: 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 bdist_wheel
running build
running build_py
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope
copying src/zope/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy
copying src/zope/proxy/decorator.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy
copying src/zope/proxy/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy
copying src/zope/proxy/interfaces.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy
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'
adding license file 'LICENSE.txt'
writing manifest file 'src/zope.proxy.egg-info/SOURCES.txt'
/usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:218: _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.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy
copying src/zope/proxy/proxy.h -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy/tests
copying src/zope/proxy/tests/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy/tests
copying src/zope/proxy/tests/test_compile_flags.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy/tests
copying src/zope/proxy/tests/test_decorator.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy/tests
copying src/zope/proxy/tests/test_proxy.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy/tests
running build_ext
building 'zope.proxy._zope_proxy_proxy' extension
creating build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/zope/proxy
/usr/gcc/13/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -fPIC -I/usr/include/python3.9 -c src/zope/proxy/_zope_proxy_proxy.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/zope/proxy/_zope_proxy_proxy.o
/usr/gcc/13/bin/gcc -shared -m64 -fPIC -DPIC -m64 -fPIC -DPIC -m64 -m64 -O3 build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/zope/proxy/_zope_proxy_proxy.o -L/usr/lib/amd64 -o build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy/_zope_proxy_proxy.cpython-39.so
installing to build/bdist.solaris-2.11-i86pc.64bit/wheel
running install
running install_lib
Skipping installation of build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/__init__.py (namespace package)
copying zope/proxy/_zope_proxy_proxy.cpython-39.so -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/proxy
copying zope/proxy/interfaces.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/proxy
copying zope/proxy/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/proxy
copying zope/proxy/decorator.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/proxy
copying zope/proxy/proxy.h -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/proxy
copying zope/proxy/_zope_proxy_proxy.c -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/proxy
copying zope/proxy/tests/test_decorator.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/proxy/tests
copying zope/proxy/tests/test_compile_flags.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/proxy/tests
copying zope/proxy/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/proxy/tests
copying zope/proxy/tests/test_proxy.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/proxy/tests
running install_headers
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/zope.proxy-6.1.data/headers
copying src/zope/proxy/proxy.h -> build/bdist.solaris-2.11-i86pc.64bit/wheel/zope.proxy-6.1.data/headers
running install_egg_info
Copying src/zope.proxy.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope.proxy-6.1-py3.9.egg-info
Installing build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope.proxy-6.1-py3.9-nspkg.pth
running install_scripts
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/zope.proxy-6.1.dist-info/WHEEL
creating '/jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/amd64-3.9/dist/.tmp-6ramanp4/zope.proxy-6.1-cp39-cp39-solaris_2_11_i86pc_64bit.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it
adding 'zope.proxy-6.1-py3.9-nspkg.pth'
adding 'zope/proxy/__init__.py'
adding 'zope/proxy/_zope_proxy_proxy.c'
adding 'zope/proxy/_zope_proxy_proxy.cpython-39.so'
adding 'zope/proxy/decorator.py'
adding 'zope/proxy/interfaces.py'
adding 'zope/proxy/proxy.h'
adding 'zope/proxy/tests/__init__.py'
adding 'zope/proxy/tests/test_compile_flags.py'
adding 'zope/proxy/tests/test_decorator.py'
adding 'zope/proxy/tests/test_proxy.py'
adding 'zope.proxy-6.1.data/headers/proxy.h'
adding 'zope.proxy-6.1.dist-info/LICENSE.txt'
adding 'zope.proxy-6.1.dist-info/METADATA'
adding 'zope.proxy-6.1.dist-info/WHEEL'
adding 'zope.proxy-6.1.dist-info/namespace_packages.txt'
adding 'zope.proxy-6.1.dist-info/top_level.txt'
adding 'zope.proxy-6.1.dist-info/RECORD'
removing build/bdist.solaris-2.11-i86pc.64bit/wheel
Successfully built zope.proxy-6.1-cp39-cp39-solaris_2_11_i86pc_64bit.whl
Testing dependencies:
tox>=4.0
setuptools  <74
Testing extras:
test
docs
VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/manifest-i386-zope.proxy-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/manifest-i386-zope.proxy.depend.res
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
generating metadata: python/zope.proxy
pkg://openindiana.org/library/python/zope-proxy-39@6.1,5.11-2024.0.0.1:20241004T191148Z
PUBLISHED
pkg://openindiana.org/library/python/zope-proxy@6.1,5.11-2024.0.0.1:20241004T191204Z
PUBLISHED