INFO: not using any hashes in /data/userland-archives/hashes for importlib_resources-6.5.2.tar.gz (overridden with --hash)
Source /data/userland-archives/importlib_resources-6.5.2.tar.gz... not found, skipping file copy
Source https://files.pythonhosted.org/packages/source/i/importlib_resources/importlib_resources-6.5.2.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/importlib_resources/importlib_resources-6.5.2 to /jenkins/jobs/oi-userland/workspace/components/python/importlib_resources/build/amd64-3.9
* Getting build dependencies for wheel...
running egg_info
writing importlib_resources.egg-info/PKG-INFO
writing dependency_links to importlib_resources.egg-info/dependency_links.txt
writing requirements to importlib_resources.egg-info/requires.txt
writing top-level names to importlib_resources.egg-info/top_level.txt
reading manifest file 'importlib_resources.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'importlib_resources.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib/importlib_resources
copying importlib_resources/abc.py -> build/lib/importlib_resources
copying importlib_resources/_common.py -> build/lib/importlib_resources
copying importlib_resources/readers.py -> build/lib/importlib_resources
copying importlib_resources/_functional.py -> build/lib/importlib_resources
copying importlib_resources/simple.py -> build/lib/importlib_resources
copying importlib_resources/_adapters.py -> build/lib/importlib_resources
copying importlib_resources/_itertools.py -> build/lib/importlib_resources
copying importlib_resources/__init__.py -> build/lib/importlib_resources
creating build/lib/importlib_resources/tests
copying importlib_resources/tests/test_util.py -> build/lib/importlib_resources/tests
copying importlib_resources/tests/_path.py -> build/lib/importlib_resources/tests
copying importlib_resources/tests/test_reader.py -> build/lib/importlib_resources/tests
copying importlib_resources/tests/test_contents.py -> build/lib/importlib_resources/tests
copying importlib_resources/tests/util.py -> build/lib/importlib_resources/tests
copying importlib_resources/tests/test_read.py -> build/lib/importlib_resources/tests
copying importlib_resources/tests/test_custom.py -> build/lib/importlib_resources/tests
copying importlib_resources/tests/test_compatibilty_files.py -> build/lib/importlib_resources/tests
copying importlib_resources/tests/test_path.py -> build/lib/importlib_resources/tests
copying importlib_resources/tests/test_resource.py -> build/lib/importlib_resources/tests
copying importlib_resources/tests/__init__.py -> build/lib/importlib_resources/tests
copying importlib_resources/tests/test_open.py -> build/lib/importlib_resources/tests
copying importlib_resources/tests/zip.py -> build/lib/importlib_resources/tests
copying importlib_resources/tests/test_files.py -> build/lib/importlib_resources/tests
copying importlib_resources/tests/test_functional.py -> build/lib/importlib_resources/tests
creating build/lib/importlib_resources/compat
copying importlib_resources/compat/__init__.py -> build/lib/importlib_resources/compat
copying importlib_resources/compat/py39.py -> build/lib/importlib_resources/compat
creating build/lib/importlib_resources/future
copying importlib_resources/future/adapters.py -> build/lib/importlib_resources/future
copying importlib_resources/future/__init__.py -> build/lib/importlib_resources/future
creating build/lib/importlib_resources/tests/compat
copying importlib_resources/tests/compat/py39.py -> build/lib/importlib_resources/tests/compat
copying importlib_resources/tests/compat/__init__.py -> build/lib/importlib_resources/tests/compat
copying importlib_resources/tests/compat/py312.py -> build/lib/importlib_resources/tests/compat
running egg_info
writing importlib_resources.egg-info/PKG-INFO
writing dependency_links to importlib_resources.egg-info/dependency_links.txt
writing requirements to importlib_resources.egg-info/requires.txt
writing top-level names to importlib_resources.egg-info/top_level.txt
reading manifest file 'importlib_resources.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'importlib_resources.egg-info/SOURCES.txt'
copying importlib_resources/py.typed -> build/lib/importlib_resources
installing to build/bdist.solaris-2.11-i86pc.64bit/wheel
running install
running install_lib
creating build/bdist.solaris-2.11-i86pc.64bit/wheel
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/importlib_resources
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/importlib_resources/compat
copying build/lib/importlib_resources/compat/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/compat
copying build/lib/importlib_resources/compat/py39.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/compat
copying build/lib/importlib_resources/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources
copying build/lib/importlib_resources/_common.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/importlib_resources/future
copying build/lib/importlib_resources/future/adapters.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/future
copying build/lib/importlib_resources/future/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/future
copying build/lib/importlib_resources/simple.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources
copying build/lib/importlib_resources/readers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources
copying build/lib/importlib_resources/_adapters.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources
copying build/lib/importlib_resources/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources
copying build/lib/importlib_resources/abc.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources
copying build/lib/importlib_resources/_functional.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources
copying build/lib/importlib_resources/_itertools.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/importlib_resources/tests
copying build/lib/importlib_resources/tests/util.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/importlib_resources/tests/compat
copying build/lib/importlib_resources/tests/compat/py312.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests/compat
copying build/lib/importlib_resources/tests/compat/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests/compat
copying build/lib/importlib_resources/tests/compat/py39.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests/compat
copying build/lib/importlib_resources/tests/test_contents.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests
copying build/lib/importlib_resources/tests/test_read.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests
copying build/lib/importlib_resources/tests/_path.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests
copying build/lib/importlib_resources/tests/test_util.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests
copying build/lib/importlib_resources/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests
copying build/lib/importlib_resources/tests/test_open.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests
copying build/lib/importlib_resources/tests/zip.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests
copying build/lib/importlib_resources/tests/test_compatibilty_files.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests
copying build/lib/importlib_resources/tests/test_reader.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests
copying build/lib/importlib_resources/tests/test_functional.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests
copying build/lib/importlib_resources/tests/test_resource.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests
copying build/lib/importlib_resources/tests/test_custom.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests
copying build/lib/importlib_resources/tests/test_files.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests
copying build/lib/importlib_resources/tests/test_path.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources/tests
running install_egg_info
Copying importlib_resources.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./importlib_resources-6.5.2-py3.9.egg-info
running install_scripts
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/importlib_resources-6.5.2.dist-info/WHEEL
creating '/jenkins/jobs/oi-userland/workspace/components/python/importlib_resources/build/amd64-3.9/dist/.tmp-4976vzg2/importlib_resources-6.5.2-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it
adding 'importlib_resources/__init__.py'
adding 'importlib_resources/_adapters.py'
adding 'importlib_resources/_common.py'
adding 'importlib_resources/_functional.py'
adding 'importlib_resources/_itertools.py'
adding 'importlib_resources/abc.py'
adding 'importlib_resources/py.typed'
adding 'importlib_resources/readers.py'
adding 'importlib_resources/simple.py'
adding 'importlib_resources/compat/__init__.py'
adding 'importlib_resources/compat/py39.py'
adding 'importlib_resources/future/__init__.py'
adding 'importlib_resources/future/adapters.py'
adding 'importlib_resources/tests/__init__.py'
adding 'importlib_resources/tests/_path.py'
adding 'importlib_resources/tests/test_compatibilty_files.py'
adding 'importlib_resources/tests/test_contents.py'
adding 'importlib_resources/tests/test_custom.py'
adding 'importlib_resources/tests/test_files.py'
adding 'importlib_resources/tests/test_functional.py'
adding 'importlib_resources/tests/test_open.py'
adding 'importlib_resources/tests/test_path.py'
adding 'importlib_resources/tests/test_read.py'
adding 'importlib_resources/tests/test_reader.py'
adding 'importlib_resources/tests/test_resource.py'
adding 'importlib_resources/tests/test_util.py'
adding 'importlib_resources/tests/util.py'
adding 'importlib_resources/tests/zip.py'
adding 'importlib_resources/tests/compat/__init__.py'
adding 'importlib_resources/tests/compat/py312.py'
adding 'importlib_resources/tests/compat/py39.py'
adding 'importlib_resources-6.5.2.dist-info/LICENSE'
adding 'importlib_resources-6.5.2.dist-info/METADATA'
adding 'importlib_resources-6.5.2.dist-info/WHEEL'
adding 'importlib_resources-6.5.2.dist-info/top_level.txt'
adding 'importlib_resources-6.5.2.dist-info/RECORD'
removing build/bdist.solaris-2.11-i86pc.64bit/wheel
Successfully built importlib_resources-6.5.2-py3-none-any.whl
Testing dependencies:
tox
Testing extras:
type
check
test
enabler
cover
Testing dependency groups:

VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/importlib_resources/build/manifest-i386-importlib_resources-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/importlib_resources/build/manifest-i386-importlib_resources.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/importlib_resources
pkg://openindiana.org/library/python/importlib-resources-39@6.5.2,5.11-2025.0.0.0:20250106T132428Z
PUBLISHED
pkg://openindiana.org/library/python/importlib-resources@6.5.2,5.11-2025.0.0.0:20250106T132438Z
PUBLISHED
pkg://openindiana.org/library/python/importlib-resources-37@5.12.0,5.11-2023.0.0.2:20250106T132446Z
PUBLISHED