INFO: not using any hashes in /data/userland-archives/hashes for stevedore-5.6.0.tar.gz (overridden with --hash) Source /data/userland-archives/stevedore-5.6.0.tar.gz... not found, skipping file copy Source https://files.pythonhosted.org/packages/source/s/stevedore/stevedore-5.6.0.tar.gz... downloading... ok validating signature... checking local signature... not found signature validation failed validating hash... ok copy cloning /jenkins/jobs/oi-userland/workspace/components/python/stevedore/stevedore-5.6.0 to /jenkins/jobs/oi-userland/workspace/components/python/stevedore/build/amd64-3.14 * Getting build dependencies for wheel... * Building wheel... /usr/lib/python3.14/vendor-packages/pbr/setupcfg.py:833: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.14/vendor-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/lib/python3.14/vendor-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /usr/lib/python3.14/vendor-packages/coherent/licensed/setuptools.py:13: UserWarning: Avoid installing this plugin for projects that don't depend on it. enabled or warnings.warn( /usr/lib/python3.14/vendor-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib/stevedore copying stevedore/extension.py -> build/lib/stevedore copying stevedore/driver.py -> build/lib/stevedore copying stevedore/sphinxext.py -> build/lib/stevedore copying stevedore/enabled.py -> build/lib/stevedore copying stevedore/hook.py -> build/lib/stevedore copying stevedore/__init__.py -> build/lib/stevedore copying stevedore/named.py -> build/lib/stevedore copying stevedore/_cache.py -> build/lib/stevedore copying stevedore/exception.py -> build/lib/stevedore copying stevedore/dispatch.py -> build/lib/stevedore running egg_info writing stevedore.egg-info/PKG-INFO writing dependency_links to stevedore.egg-info/dependency_links.txt writing entry points to stevedore.egg-info/entry_points.txt writing top-level names to stevedore.egg-info/top_level.txt writing pbr to stevedore.egg-info/pbr.json [pbr] Reusing existing SOURCES.txt /usr/lib/python3.14/vendor-packages/setuptools/command/build_py.py:212: _Warning: Package 'stevedore.example' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'stevedore.example' 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 'stevedore.example' 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 'stevedore.example' to be distributed and are already explicitly excluding 'stevedore.example' 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) /usr/lib/python3.14/vendor-packages/setuptools/command/build_py.py:212: _Warning: Package 'stevedore.example2' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'stevedore.example2' 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 'stevedore.example2' 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 'stevedore.example2' to be distributed and are already explicitly excluding 'stevedore.example2' 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) /usr/lib/python3.14/vendor-packages/setuptools/command/build_py.py:212: _Warning: Package 'stevedore.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'stevedore.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 'stevedore.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 'stevedore.tests' to be distributed and are already explicitly excluding 'stevedore.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 stevedore/py.typed -> build/lib/stevedore creating build/lib/stevedore/example copying stevedore/example/__init__.py -> build/lib/stevedore/example copying stevedore/example/base.py -> build/lib/stevedore/example copying stevedore/example/load_as_driver.py -> build/lib/stevedore/example copying stevedore/example/load_as_extension.py -> build/lib/stevedore/example copying stevedore/example/pyproject.toml -> build/lib/stevedore/example copying stevedore/example/setup.py -> build/lib/stevedore/example copying stevedore/example/simple.py -> build/lib/stevedore/example creating build/lib/stevedore/example2 copying stevedore/example2/__init__.py -> build/lib/stevedore/example2 copying stevedore/example2/fields.py -> build/lib/stevedore/example2 copying stevedore/example2/pyproject.toml -> build/lib/stevedore/example2 copying stevedore/example2/setup.py -> build/lib/stevedore/example2 creating build/lib/stevedore/tests copying stevedore/tests/__init__.py -> build/lib/stevedore/tests copying stevedore/tests/extension_unimportable.py -> build/lib/stevedore/tests copying stevedore/tests/manager.py -> build/lib/stevedore/tests copying stevedore/tests/test_cache.py -> build/lib/stevedore/tests copying stevedore/tests/test_callback.py -> build/lib/stevedore/tests copying stevedore/tests/test_dispatch.py -> build/lib/stevedore/tests copying stevedore/tests/test_driver.py -> build/lib/stevedore/tests copying stevedore/tests/test_enabled.py -> build/lib/stevedore/tests copying stevedore/tests/test_example_fields.py -> build/lib/stevedore/tests copying stevedore/tests/test_example_simple.py -> build/lib/stevedore/tests copying stevedore/tests/test_extension.py -> build/lib/stevedore/tests copying stevedore/tests/test_hook.py -> build/lib/stevedore/tests copying stevedore/tests/test_named.py -> build/lib/stevedore/tests copying stevedore/tests/test_sphinxext.py -> build/lib/stevedore/tests copying stevedore/tests/test_test_manager.py -> build/lib/stevedore/tests copying stevedore/tests/utils.py -> build/lib/stevedore/tests installing to build/bdist.solaris-2.11-i86pc.64bit/wheel running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.9s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (1.5s) running install_lib creating build/bdist.solaris-2.11-i86pc.64bit/wheel creating build/bdist.solaris-2.11-i86pc.64bit/wheel/stevedore copying build/lib/stevedore/exception.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore copying build/lib/stevedore/dispatch.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore copying build/lib/stevedore/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore copying build/lib/stevedore/_cache.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore copying build/lib/stevedore/enabled.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore creating build/bdist.solaris-2.11-i86pc.64bit/wheel/stevedore/tests copying build/lib/stevedore/tests/test_named.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/tests copying build/lib/stevedore/tests/test_cache.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/tests copying build/lib/stevedore/tests/test_example_simple.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/tests copying build/lib/stevedore/tests/test_callback.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/tests copying build/lib/stevedore/tests/test_extension.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/tests copying build/lib/stevedore/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/tests copying build/lib/stevedore/tests/manager.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/tests copying build/lib/stevedore/tests/test_sphinxext.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/tests copying build/lib/stevedore/tests/test_test_manager.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/tests copying build/lib/stevedore/tests/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/tests copying build/lib/stevedore/tests/test_dispatch.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/tests copying build/lib/stevedore/tests/test_enabled.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/tests copying build/lib/stevedore/tests/test_example_fields.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/tests copying build/lib/stevedore/tests/extension_unimportable.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/tests copying build/lib/stevedore/tests/test_hook.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/tests copying build/lib/stevedore/tests/test_driver.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/tests creating build/bdist.solaris-2.11-i86pc.64bit/wheel/stevedore/example copying build/lib/stevedore/example/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/example copying build/lib/stevedore/example/simple.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/example copying build/lib/stevedore/example/pyproject.toml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/example copying build/lib/stevedore/example/load_as_extension.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/example copying build/lib/stevedore/example/setup.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/example copying build/lib/stevedore/example/base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/example copying build/lib/stevedore/example/load_as_driver.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/example copying build/lib/stevedore/named.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore copying build/lib/stevedore/driver.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore copying build/lib/stevedore/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore copying build/lib/stevedore/hook.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore copying build/lib/stevedore/extension.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore copying build/lib/stevedore/sphinxext.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore creating build/bdist.solaris-2.11-i86pc.64bit/wheel/stevedore/example2 copying build/lib/stevedore/example2/fields.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/example2 copying build/lib/stevedore/example2/setup.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/example2 copying build/lib/stevedore/example2/pyproject.toml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/example2 copying build/lib/stevedore/example2/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore/example2 running install_egg_info Copying stevedore.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./stevedore-5.6.0-py3.14.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/stevedore-5.6.0.dist-info/WHEEL creating '/jenkins/jobs/oi-userland/workspace/components/python/stevedore/build/amd64-3.14/dist/.tmp-awjsbpmg/stevedore-5.6.0-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'stevedore/__init__.py' adding 'stevedore/_cache.py' adding 'stevedore/dispatch.py' adding 'stevedore/driver.py' adding 'stevedore/enabled.py' adding 'stevedore/exception.py' adding 'stevedore/extension.py' adding 'stevedore/hook.py' adding 'stevedore/named.py' adding 'stevedore/py.typed' adding 'stevedore/sphinxext.py' adding 'stevedore/example/__init__.py' adding 'stevedore/example/base.py' adding 'stevedore/example/load_as_driver.py' adding 'stevedore/example/load_as_extension.py' adding 'stevedore/example/pyproject.toml' adding 'stevedore/example/setup.py' adding 'stevedore/example/simple.py' adding 'stevedore/example2/__init__.py' adding 'stevedore/example2/fields.py' adding 'stevedore/example2/pyproject.toml' adding 'stevedore/example2/setup.py' adding 'stevedore/tests/__init__.py' adding 'stevedore/tests/extension_unimportable.py' adding 'stevedore/tests/manager.py' adding 'stevedore/tests/test_cache.py' adding 'stevedore/tests/test_callback.py' adding 'stevedore/tests/test_dispatch.py' adding 'stevedore/tests/test_driver.py' adding 'stevedore/tests/test_enabled.py' adding 'stevedore/tests/test_example_fields.py' adding 'stevedore/tests/test_example_simple.py' adding 'stevedore/tests/test_extension.py' adding 'stevedore/tests/test_hook.py' adding 'stevedore/tests/test_named.py' adding 'stevedore/tests/test_sphinxext.py' adding 'stevedore/tests/test_test_manager.py' adding 'stevedore/tests/utils.py' adding 'stevedore-5.6.0.dist-info/licenses/AUTHORS' adding 'stevedore-5.6.0.dist-info/licenses/LICENSE' adding 'stevedore-5.6.0.dist-info/METADATA' adding 'stevedore-5.6.0.dist-info/WHEEL' adding 'stevedore-5.6.0.dist-info/entry_points.txt' adding 'stevedore-5.6.0.dist-info/pbr.json' adding 'stevedore-5.6.0.dist-info/top_level.txt' adding 'stevedore-5.6.0.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built stevedore-5.6.0-py3-none-any.whl VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/stevedore/build/manifest-i386-stevedore-314.depend.res /jenkins/jobs/oi-userland/workspace/components/python/stevedore/build/manifest-i386-stevedore.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/stevedore pkg://openindiana.org/library/python/stevedore-314@5.6.0,5.11-2025.0.0.0:20251211T055635Z PUBLISHED pkg://openindiana.org/library/python/stevedore@5.6.0,5.11-2025.0.0.0:20251211T055636Z PUBLISHED pkg://openindiana.org/library/python/stevedore-37@4.1.1,5.11-2023.0.0.2:20251211T055637Z PUBLISHED