INFO: not using any hashes in /data/userland-archives/hashes for mistune-3.2.1.tar.gz (overridden with --hash) Source /data/userland-archives/mistune-3.2.1.tar.gz... not found, skipping file copy Source https://files.pythonhosted.org/packages/source/m/mistune/mistune-3.2.1.tar.gz... downloading... length 98003 bytes (Attempt 1 of 3)... ok validating signature... checking local signature... not found signature validation failed validating hash... ok copy cloning /jenkins/jobs/oi-userland/workspace/components/python/mistune/mistune-3.2.1 to /jenkins/jobs/oi-userland/workspace/components/python/mistune/build/amd64-3.9 * Getting build dependencies for wheel... /usr/lib/python3.9/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 2027-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.9/vendor-packages/nose/plugins/manager.py:417: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources /usr/lib/python3.9/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 :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /usr/lib/python3.9/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.9/vendor-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing src/mistune.egg-info/PKG-INFO writing dependency_links to src/mistune.egg-info/dependency_links.txt writing requirements to src/mistune.egg-info/requires.txt writing top-level names to src/mistune.egg-info/top_level.txt reading manifest file 'src/mistune.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'src/mistune.egg-info/SOURCES.txt' * Building wheel... /usr/lib/python3.9/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 2027-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.9/vendor-packages/nose/plugins/manager.py:417: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources /usr/lib/python3.9/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 :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /usr/lib/python3.9/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.9/vendor-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD 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/mistune copying src/mistune/inline_parser.py -> build/lib/mistune copying src/mistune/toc.py -> build/lib/mistune copying src/mistune/core.py -> build/lib/mistune copying src/mistune/markdown.py -> build/lib/mistune copying src/mistune/__init__.py -> build/lib/mistune copying src/mistune/util.py -> build/lib/mistune copying src/mistune/block_parser.py -> build/lib/mistune copying src/mistune/helpers.py -> build/lib/mistune copying src/mistune/__main__.py -> build/lib/mistune copying src/mistune/list_parser.py -> build/lib/mistune creating build/lib/mistune/directives copying src/mistune/directives/_rst.py -> build/lib/mistune/directives copying src/mistune/directives/admonition.py -> build/lib/mistune/directives copying src/mistune/directives/__init__.py -> build/lib/mistune/directives copying src/mistune/directives/image.py -> build/lib/mistune/directives copying src/mistune/directives/include.py -> build/lib/mistune/directives copying src/mistune/directives/toc.py -> build/lib/mistune/directives copying src/mistune/directives/_base.py -> build/lib/mistune/directives copying src/mistune/directives/_fenced.py -> build/lib/mistune/directives creating build/lib/mistune/plugins copying src/mistune/plugins/table.py -> build/lib/mistune/plugins copying src/mistune/plugins/def_list.py -> build/lib/mistune/plugins copying src/mistune/plugins/ruby.py -> build/lib/mistune/plugins copying src/mistune/plugins/spoiler.py -> build/lib/mistune/plugins copying src/mistune/plugins/speedup.py -> build/lib/mistune/plugins copying src/mistune/plugins/math.py -> build/lib/mistune/plugins copying src/mistune/plugins/url.py -> build/lib/mistune/plugins copying src/mistune/plugins/__init__.py -> build/lib/mistune/plugins copying src/mistune/plugins/task_lists.py -> build/lib/mistune/plugins copying src/mistune/plugins/formatting.py -> build/lib/mistune/plugins copying src/mistune/plugins/footnotes.py -> build/lib/mistune/plugins copying src/mistune/plugins/abbr.py -> build/lib/mistune/plugins creating build/lib/mistune/renderers copying src/mistune/renderers/rst.py -> build/lib/mistune/renderers copying src/mistune/renderers/__init__.py -> build/lib/mistune/renderers copying src/mistune/renderers/markdown.py -> build/lib/mistune/renderers copying src/mistune/renderers/_list.py -> build/lib/mistune/renderers copying src/mistune/renderers/html.py -> build/lib/mistune/renderers running egg_info writing src/mistune.egg-info/PKG-INFO writing dependency_links to src/mistune.egg-info/dependency_links.txt writing requirements to src/mistune.egg-info/requires.txt writing top-level names to src/mistune.egg-info/top_level.txt reading manifest file 'src/mistune.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'src/mistune.egg-info/SOURCES.txt' copying src/mistune/py.typed -> build/lib/mistune 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/mistune creating build/bdist.solaris-2.11-i86pc.64bit/wheel/mistune/plugins copying build/lib/mistune/plugins/task_lists.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/abbr.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/spoiler.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/speedup.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/footnotes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/formatting.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/table.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/url.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/math.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/ruby.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/def_list.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune copying build/lib/mistune/markdown.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune creating build/bdist.solaris-2.11-i86pc.64bit/wheel/mistune/directives copying build/lib/mistune/directives/_base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/directives copying build/lib/mistune/directives/image.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/directives copying build/lib/mistune/directives/_rst.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/directives copying build/lib/mistune/directives/admonition.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/directives copying build/lib/mistune/directives/_fenced.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/directives copying build/lib/mistune/directives/toc.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/directives copying build/lib/mistune/directives/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/directives copying build/lib/mistune/directives/include.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/directives copying build/lib/mistune/list_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune copying build/lib/mistune/toc.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune copying build/lib/mistune/inline_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune copying build/lib/mistune/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune copying build/lib/mistune/util.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune copying build/lib/mistune/__main__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune copying build/lib/mistune/helpers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune creating build/bdist.solaris-2.11-i86pc.64bit/wheel/mistune/renderers copying build/lib/mistune/renderers/_list.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/renderers copying build/lib/mistune/renderers/markdown.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/renderers copying build/lib/mistune/renderers/html.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/renderers copying build/lib/mistune/renderers/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/renderers copying build/lib/mistune/renderers/rst.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/renderers copying build/lib/mistune/core.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune copying build/lib/mistune/block_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune running install_egg_info Copying src/mistune.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune-3.2.1-py3.9.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/mistune-3.2.1.dist-info/WHEEL creating '/jenkins/jobs/oi-userland/workspace/components/python/mistune/build/amd64-3.9/dist/.tmp-v8f9l0wz/mistune-3.2.1-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'mistune/__init__.py' adding 'mistune/__main__.py' adding 'mistune/block_parser.py' adding 'mistune/core.py' adding 'mistune/helpers.py' adding 'mistune/inline_parser.py' adding 'mistune/list_parser.py' adding 'mistune/markdown.py' adding 'mistune/py.typed' adding 'mistune/toc.py' adding 'mistune/util.py' adding 'mistune/directives/__init__.py' adding 'mistune/directives/_base.py' adding 'mistune/directives/_fenced.py' adding 'mistune/directives/_rst.py' adding 'mistune/directives/admonition.py' adding 'mistune/directives/image.py' adding 'mistune/directives/include.py' adding 'mistune/directives/toc.py' adding 'mistune/plugins/__init__.py' adding 'mistune/plugins/abbr.py' adding 'mistune/plugins/def_list.py' adding 'mistune/plugins/footnotes.py' adding 'mistune/plugins/formatting.py' adding 'mistune/plugins/math.py' adding 'mistune/plugins/ruby.py' adding 'mistune/plugins/speedup.py' adding 'mistune/plugins/spoiler.py' adding 'mistune/plugins/table.py' adding 'mistune/plugins/task_lists.py' adding 'mistune/plugins/url.py' adding 'mistune/renderers/__init__.py' adding 'mistune/renderers/_list.py' adding 'mistune/renderers/html.py' adding 'mistune/renderers/markdown.py' adding 'mistune/renderers/rst.py' adding 'mistune-3.2.1.dist-info/licenses/LICENSE' adding 'mistune-3.2.1.dist-info/METADATA' adding 'mistune-3.2.1.dist-info/WHEEL' adding 'mistune-3.2.1.dist-info/top_level.txt' adding 'mistune-3.2.1.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built mistune-3.2.1-py3-none-any.whl copy cloning /jenkins/jobs/oi-userland/workspace/components/python/mistune/mistune-3.2.1 to /jenkins/jobs/oi-userland/workspace/components/python/mistune/build/amd64-3.14 * Getting build dependencies for wheel... /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 2027-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 :: BSD 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:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing src/mistune.egg-info/PKG-INFO writing dependency_links to src/mistune.egg-info/dependency_links.txt writing requirements to src/mistune.egg-info/requires.txt writing top-level names to src/mistune.egg-info/top_level.txt reading manifest file 'src/mistune.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'src/mistune.egg-info/SOURCES.txt' * Building wheel... /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 2027-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 :: BSD 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:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD 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/mistune copying src/mistune/block_parser.py -> build/lib/mistune copying src/mistune/__init__.py -> build/lib/mistune copying src/mistune/toc.py -> build/lib/mistune copying src/mistune/markdown.py -> build/lib/mistune copying src/mistune/inline_parser.py -> build/lib/mistune copying src/mistune/__main__.py -> build/lib/mistune copying src/mistune/util.py -> build/lib/mistune copying src/mistune/list_parser.py -> build/lib/mistune copying src/mistune/helpers.py -> build/lib/mistune copying src/mistune/core.py -> build/lib/mistune creating build/lib/mistune/renderers copying src/mistune/renderers/rst.py -> build/lib/mistune/renderers copying src/mistune/renderers/_list.py -> build/lib/mistune/renderers copying src/mistune/renderers/html.py -> build/lib/mistune/renderers copying src/mistune/renderers/__init__.py -> build/lib/mistune/renderers copying src/mistune/renderers/markdown.py -> build/lib/mistune/renderers creating build/lib/mistune/plugins copying src/mistune/plugins/task_lists.py -> build/lib/mistune/plugins copying src/mistune/plugins/abbr.py -> build/lib/mistune/plugins copying src/mistune/plugins/footnotes.py -> build/lib/mistune/plugins copying src/mistune/plugins/__init__.py -> build/lib/mistune/plugins copying src/mistune/plugins/table.py -> build/lib/mistune/plugins copying src/mistune/plugins/formatting.py -> build/lib/mistune/plugins copying src/mistune/plugins/spoiler.py -> build/lib/mistune/plugins copying src/mistune/plugins/speedup.py -> build/lib/mistune/plugins copying src/mistune/plugins/def_list.py -> build/lib/mistune/plugins copying src/mistune/plugins/math.py -> build/lib/mistune/plugins copying src/mistune/plugins/url.py -> build/lib/mistune/plugins copying src/mistune/plugins/ruby.py -> build/lib/mistune/plugins creating build/lib/mistune/directives copying src/mistune/directives/_base.py -> build/lib/mistune/directives copying src/mistune/directives/admonition.py -> build/lib/mistune/directives copying src/mistune/directives/__init__.py -> build/lib/mistune/directives copying src/mistune/directives/image.py -> build/lib/mistune/directives copying src/mistune/directives/_fenced.py -> build/lib/mistune/directives copying src/mistune/directives/include.py -> build/lib/mistune/directives copying src/mistune/directives/_rst.py -> build/lib/mistune/directives copying src/mistune/directives/toc.py -> build/lib/mistune/directives running egg_info writing src/mistune.egg-info/PKG-INFO writing dependency_links to src/mistune.egg-info/dependency_links.txt writing requirements to src/mistune.egg-info/requires.txt writing top-level names to src/mistune.egg-info/top_level.txt reading manifest file 'src/mistune.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'src/mistune.egg-info/SOURCES.txt' copying src/mistune/py.typed -> build/lib/mistune 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/mistune copying build/lib/mistune/core.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune copying build/lib/mistune/toc.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune copying build/lib/mistune/block_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune creating build/bdist.solaris-2.11-i86pc.64bit/wheel/mistune/renderers copying build/lib/mistune/renderers/html.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/renderers copying build/lib/mistune/renderers/rst.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/renderers copying build/lib/mistune/renderers/markdown.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/renderers copying build/lib/mistune/renderers/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/renderers copying build/lib/mistune/renderers/_list.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/renderers copying build/lib/mistune/inline_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune copying build/lib/mistune/util.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune copying build/lib/mistune/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune copying build/lib/mistune/helpers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune copying build/lib/mistune/markdown.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune creating build/bdist.solaris-2.11-i86pc.64bit/wheel/mistune/directives copying build/lib/mistune/directives/admonition.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/directives copying build/lib/mistune/directives/image.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/directives copying build/lib/mistune/directives/_base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/directives copying build/lib/mistune/directives/_fenced.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/directives copying build/lib/mistune/directives/toc.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/directives copying build/lib/mistune/directives/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/directives copying build/lib/mistune/directives/_rst.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/directives copying build/lib/mistune/directives/include.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/directives creating build/bdist.solaris-2.11-i86pc.64bit/wheel/mistune/plugins copying build/lib/mistune/plugins/ruby.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/math.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/speedup.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/spoiler.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/formatting.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/task_lists.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/url.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/footnotes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/def_list.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/table.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/plugins/abbr.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune/plugins copying build/lib/mistune/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune copying build/lib/mistune/list_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune copying build/lib/mistune/__main__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune running install_egg_info Copying src/mistune.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./mistune-3.2.1-py3.14.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/mistune-3.2.1.dist-info/WHEEL creating '/jenkins/jobs/oi-userland/workspace/components/python/mistune/build/amd64-3.14/dist/.tmp-4os11xrt/mistune-3.2.1-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'mistune/__init__.py' adding 'mistune/__main__.py' adding 'mistune/block_parser.py' adding 'mistune/core.py' adding 'mistune/helpers.py' adding 'mistune/inline_parser.py' adding 'mistune/list_parser.py' adding 'mistune/markdown.py' adding 'mistune/py.typed' adding 'mistune/toc.py' adding 'mistune/util.py' adding 'mistune/directives/__init__.py' adding 'mistune/directives/_base.py' adding 'mistune/directives/_fenced.py' adding 'mistune/directives/_rst.py' adding 'mistune/directives/admonition.py' adding 'mistune/directives/image.py' adding 'mistune/directives/include.py' adding 'mistune/directives/toc.py' adding 'mistune/plugins/__init__.py' adding 'mistune/plugins/abbr.py' adding 'mistune/plugins/def_list.py' adding 'mistune/plugins/footnotes.py' adding 'mistune/plugins/formatting.py' adding 'mistune/plugins/math.py' adding 'mistune/plugins/ruby.py' adding 'mistune/plugins/speedup.py' adding 'mistune/plugins/spoiler.py' adding 'mistune/plugins/table.py' adding 'mistune/plugins/task_lists.py' adding 'mistune/plugins/url.py' adding 'mistune/renderers/__init__.py' adding 'mistune/renderers/_list.py' adding 'mistune/renderers/html.py' adding 'mistune/renderers/markdown.py' adding 'mistune/renderers/rst.py' adding 'mistune-3.2.1.dist-info/licenses/LICENSE' adding 'mistune-3.2.1.dist-info/METADATA' adding 'mistune-3.2.1.dist-info/WHEEL' adding 'mistune-3.2.1.dist-info/top_level.txt' adding 'mistune-3.2.1.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built mistune-3.2.1-py3-none-any.whl VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/mistune/build/manifest-i386-mistune-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/mistune/build/manifest-i386-mistune-314.depend.res /jenkins/jobs/oi-userland/workspace/components/python/mistune/build/manifest-i386-mistune.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: python/mistune pkg://openindiana.org/library/python/mistune-39@3.2.1,5.11-2026.0.0.0:20260504T081159Z PUBLISHED pkg://openindiana.org/library/python/mistune-314@3.2.1,5.11-2026.0.0.0:20260504T081159Z PUBLISHED pkg://openindiana.org/library/python/mistune@3.2.1,5.11-2026.0.0.0:20260504T081200Z PUBLISHED