INFO: not using any hashes in /data/userland-archives/hashes for zope_deprecation-5.1.tar.gz (overridden with --hash)
Source /data/userland-archives/zope_deprecation-5.1.tar.gz... not found, skipping file copy
Source https://files.pythonhosted.org/packages/source/z/zope_deprecation/zope_deprecation-5.1.tar.gz... 
    downloading... ok
    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.deprecation/zope_deprecation-5.1 to /jenkins/jobs/oi-userland/workspace/components/python/zope.deprecation/build/amd64-3.9
* Getting build dependencies for wheel...
/usr/lib/python3.9/vendor-packages/setuptools/dist.py:701: 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.deprecation.egg-info/PKG-INFO
writing dependency_links to src/zope.deprecation.egg-info/dependency_links.txt
writing namespace_packages to src/zope.deprecation.egg-info/namespace_packages.txt
writing requirements to src/zope.deprecation.egg-info/requires.txt
writing top-level names to src/zope.deprecation.egg-info/top_level.txt
reading manifest file 'src/zope.deprecation.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'src/zope.deprecation.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.9/vendor-packages/setuptools/dist.py:701: 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/zope
copying src/zope/__init__.py -> build/lib/zope
creating build/lib/zope/deprecation
copying src/zope/deprecation/deprecation.py -> build/lib/zope/deprecation
copying src/zope/deprecation/__init__.py -> build/lib/zope/deprecation
copying src/zope/deprecation/tests.py -> build/lib/zope/deprecation
copying src/zope/deprecation/fixture.py -> build/lib/zope/deprecation
running egg_info
writing src/zope.deprecation.egg-info/PKG-INFO
writing dependency_links to src/zope.deprecation.egg-info/dependency_links.txt
writing namespace_packages to src/zope.deprecation.egg-info/namespace_packages.txt
writing requirements to src/zope.deprecation.egg-info/requires.txt
writing top-level names to src/zope.deprecation.egg-info/top_level.txt
reading manifest file 'src/zope.deprecation.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'src/zope.deprecation.egg-info/SOURCES.txt'
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/deprecation/tests.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/deprecation
copying zope/deprecation/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/deprecation
copying zope/deprecation/deprecation.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/deprecation
copying zope/deprecation/fixture.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/deprecation
running install_egg_info
Copying src/zope.deprecation.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope.deprecation-5.1-py3.9.egg-info
Installing build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope.deprecation-5.1-py3.9-nspkg.pth
running install_scripts
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/zope.deprecation-5.1.dist-info/WHEEL
creating '/jenkins/jobs/oi-userland/workspace/components/python/zope.deprecation/build/amd64-3.9/dist/.tmp-kbv7jn75/zope.deprecation-5.1-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it
adding 'zope.deprecation-5.1-py3.9-nspkg.pth'
adding 'zope/deprecation/__init__.py'
adding 'zope/deprecation/deprecation.py'
adding 'zope/deprecation/fixture.py'
adding 'zope/deprecation/tests.py'
adding 'zope.deprecation-5.1.dist-info/LICENSE.txt'
adding 'zope.deprecation-5.1.dist-info/METADATA'
adding 'zope.deprecation-5.1.dist-info/WHEEL'
adding 'zope.deprecation-5.1.dist-info/namespace_packages.txt'
adding 'zope.deprecation-5.1.dist-info/top_level.txt'
adding 'zope.deprecation-5.1.dist-info/RECORD'
removing build/bdist.solaris-2.11-i86pc.64bit/wheel
Successfully built zope.deprecation-5.1-py3-none-any.whl
Testing dependencies:
tox>=3.18
setuptools <= 75.6.0
Testing extras:
docs
test
Testing dependency groups:

Traceback (most recent call last):
  File "/jenkins/jobs/oi-userland/workspace/tools/python-requires", line 40, in <module>
    reqs = requires(sys.argv[1]) if sys.argv[1] != "-" else sys.stdin.readlines()
  File "/usr/lib/python3.9/importlib/metadata.py", line 604, in requires
    return distribution(distribution_name).requires
  File "/usr/lib/python3.9/importlib/metadata.py", line 542, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.9/importlib/metadata.py", line 196, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: zope_deprecation
Traceback (most recent call last):
  File "/jenkins/jobs/oi-userland/workspace/tools/python-requires", line 40, in <module>
    reqs = requires(sys.argv[1]) if sys.argv[1] != "-" else sys.stdin.readlines()
  File "/usr/lib/python3.9/importlib/metadata.py", line 604, in requires
    return distribution(distribution_name).requires
  File "/usr/lib/python3.9/importlib/metadata.py", line 542, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.9/importlib/metadata.py", line 196, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: zope_deprecation
Traceback (most recent call last):
  File "/jenkins/jobs/oi-userland/workspace/tools/python-requires", line 40, in <module>
    reqs = requires(sys.argv[1]) if sys.argv[1] != "-" else sys.stdin.readlines()
  File "/usr/lib/python3.9/importlib/metadata.py", line 604, in requires
    return distribution(distribution_name).requires
  File "/usr/lib/python3.9/importlib/metadata.py", line 542, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.9/importlib/metadata.py", line 196, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: zope_deprecation
VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/zope.deprecation/build/manifest-i386-zope_deprecation-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/zope.deprecation/build/manifest-i386-zope_deprecation.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.deprecation
pkg://openindiana.org/library/python/zope-deprecation-39@5.1,5.11-2025.0.0.0:20250117T151754Z
PUBLISHED
pkg://openindiana.org/library/python/zope-deprecation@5.1,5.11-2025.0.0.0:20250117T151810Z
PUBLISHED
pkg://openindiana.org/library/python/zope-deprecation-37@5.0,5.11-2023.0.0.2:20250117T151825Z
PUBLISHED