INFO: not using any hashes in /data/userland-archives/hashes for ruamel.yaml.clib-0.2.14.tar.gz (overridden with --hash) Source /data/userland-archives/ruamel.yaml.clib-0.2.14.tar.gz... not found, skipping file copy Source https://files.pythonhosted.org/packages/source/r/ruamel.yaml.clib/ruamel.yaml.clib-0.2.14.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/ruamel.yaml.clib/ruamel.yaml.clib-0.2.14 to /jenkins/jobs/oi-userland/workspace/components/python/ruamel.yaml.clib/build/amd64-3.9 * Getting build dependencies for wheel... :258: DeprecationWarning: The 'wheel.bdist_wheel' module has been removed. Please update your setuptools to v70.1 or later. If you're explicitly importing 'wheel.bdist_wheel', please update your import to point to 'setuptools.command.bdist_wheel' instead. /usr/lib/python3.9/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 :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._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( running egg_info writing ruamel.yaml.clib.egg-info/PKG-INFO writing dependency_links to ruamel.yaml.clib.egg-info/dependency_links.txt writing top-level names to ruamel.yaml.clib.egg-info/top_level.txt reading manifest file 'ruamel.yaml.clib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'ruamel.yaml.clib.egg-info/SOURCES.txt' exiting tmpfile {'full_package_name': 'ruamel.yaml.clib', 'version_info': (0, 2, 14), '__version__': '0.2.14', 'version_timestamp': '2025-09-22 18:47:49', 'author': 'Anthon van der Neut', 'author_email': 'a.van.der.neut@ruamel.eu', 'description': 'C version of reader, parser and emitter for ruamel.yaml derived from libyaml', 'license': 'MIT', 'entry_points': None, 'nested': True, 'binary_only': True, 'since': 2019, 'ext_modules': [{'name': '_ruamel_yaml', 'src': ['_ruamel_yaml.c', 'api.c', 'writer.c', 'dumper.c', 'loader.c', 'reader.c', 'scanner.c', 'parser.c', 'emitter.c'], 'lib': [], 'test': '\n int main(int argc, char* argv[])\n {\n /* prevent warning */\n return 0;\n }\n '}], 'classifiers': ['Programming Language :: Python :: Implementation :: CPython', 'Topic :: Software Development :: Libraries :: Python Modules'], 'keywords': 'yaml 1.2 parser c-library config', 'wheels': {'windows': 'appveyor', 'linux': 'libyaml-devel', 'macos': 'builder@macos'}, 'url_doc': 'https://yaml.dev/doc/{full_package_name}/', 'supported': [(3, 9)], 'python_requires': '>=3.9', 'tox': {'env': '*'}, 'manifest': 'include README.md LICENSE setup.py *.c *.h *.pxd *.pyx'} * Building wheel... :258: DeprecationWarning: The 'wheel.bdist_wheel' module has been removed. Please update your setuptools to v70.1 or later. If you're explicitly importing 'wheel.bdist_wheel', please update your import to point to 'setuptools.command.bdist_wheel' instead. /usr/lib/python3.9/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 :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._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( running bdist_wheel running build running build_py creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/ruamel/yaml/clib copying ./__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/ruamel/yaml/clib copying ./setup.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/ruamel/yaml/clib copying ./LICENSE -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/ruamel/yaml/clib running build_ext building '_ruamel_yaml' extension creating build/temp.solaris-2.11-i86pc.64bit-cpython-39 /usr/gcc/14/bin/gcc -m64 -O3 -fPIC -I/usr/include/python3.9 -c _ruamel_yaml.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/_ruamel_yaml.o In file included from _ruamel_yaml.c:1222: _ruamel_yaml.h:10:9: warning: "PyString_CheckExact" redefined 10 | #define PyString_CheckExact PyBytes_CheckExact | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:1062:11: note: this is the location of the previous definition 1062 | #define PyString_CheckExact PyUnicode_CheckExact | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c: In function '__pyx_pf_6ruamel_4yaml_4clib_12_ruamel_yaml_get_version_string': _ruamel_yaml.c:4089:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 4089 | __pyx_v_value = yaml_get_version_string(); | ^ /usr/gcc/14/bin/gcc -m64 -O3 -fPIC -I/usr/include/python3.9 -c api.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/api.o /usr/gcc/14/bin/gcc -m64 -O3 -fPIC -I/usr/include/python3.9 -c dumper.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/dumper.o /usr/gcc/14/bin/gcc -m64 -O3 -fPIC -I/usr/include/python3.9 -c emitter.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/emitter.o /usr/gcc/14/bin/gcc -m64 -O3 -fPIC -I/usr/include/python3.9 -c loader.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/loader.o /usr/gcc/14/bin/gcc -m64 -O3 -fPIC -I/usr/include/python3.9 -c parser.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/parser.o /usr/gcc/14/bin/gcc -m64 -O3 -fPIC -I/usr/include/python3.9 -c reader.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/reader.o /usr/gcc/14/bin/gcc -m64 -O3 -fPIC -I/usr/include/python3.9 -c scanner.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/scanner.o /usr/gcc/14/bin/gcc -m64 -O3 -fPIC -I/usr/include/python3.9 -c writer.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/writer.o /usr/gcc/14/bin/gcc -shared -m64 -fPIC -DPIC -m64 -fPIC -DPIC -m64 -m64 -O3 build/temp.solaris-2.11-i86pc.64bit-cpython-39/_ruamel_yaml.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/api.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/dumper.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/emitter.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/loader.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/parser.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/reader.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/scanner.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/writer.o -L/usr/lib/amd64 -o build/lib.solaris-2.11-i86pc.64bit-cpython-39/_ruamel_yaml.cpython-39.so installing to build/bdist.solaris-2.11-i86pc.64bit/wheel running install running install_lib creating build/bdist.solaris-2.11-i86pc.64bit/wheel copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/_ruamel_yaml.cpython-39.so -> build/bdist.solaris-2.11-i86pc.64bit/wheel/. creating build/bdist.solaris-2.11-i86pc.64bit/wheel/ruamel creating build/bdist.solaris-2.11-i86pc.64bit/wheel/ruamel/yaml creating build/bdist.solaris-2.11-i86pc.64bit/wheel/ruamel/yaml/clib copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/ruamel/yaml/clib/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./ruamel/yaml/clib copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/ruamel/yaml/clib/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./ruamel/yaml/clib copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/ruamel/yaml/clib/setup.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./ruamel/yaml/clib running install_egg_info running egg_info writing ruamel.yaml.clib.egg-info/PKG-INFO writing dependency_links to ruamel.yaml.clib.egg-info/dependency_links.txt writing top-level names to ruamel.yaml.clib.egg-info/top_level.txt reading manifest file 'ruamel.yaml.clib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'ruamel.yaml.clib.egg-info/SOURCES.txt' Copying ruamel.yaml.clib.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./ruamel.yaml.clib-0.2.14-py3.9.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/ruamel_yaml_clib-0.2.14.dist-info/WHEEL creating '/jenkins/jobs/oi-userland/workspace/components/python/ruamel.yaml.clib/build/amd64-3.9/dist/.tmp-n_g2eps_/ruamel_yaml_clib-0.2.14-cp39-cp39-solaris_2_11_i86pc_64bit.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding '_ruamel_yaml.cpython-39.so' adding 'ruamel_yaml_clib-0.2.14.dist-info/licenses/LICENSE' adding 'ruamel_yaml_clib-0.2.14.dist-info/METADATA' adding 'ruamel_yaml_clib-0.2.14.dist-info/WHEEL' adding 'ruamel_yaml_clib-0.2.14.dist-info/top_level.txt' adding 'ruamel_yaml_clib-0.2.14.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel exiting tmpfile {'full_package_name': 'ruamel.yaml.clib', 'version_info': (0, 2, 14), '__version__': '0.2.14', 'version_timestamp': '2025-09-22 18:47:49', 'author': 'Anthon van der Neut', 'author_email': 'a.van.der.neut@ruamel.eu', 'description': 'C version of reader, parser and emitter for ruamel.yaml derived from libyaml', 'license': 'MIT', 'entry_points': None, 'nested': True, 'binary_only': True, 'since': 2019, 'ext_modules': [{'name': '_ruamel_yaml', 'src': ['_ruamel_yaml.c', 'api.c', 'writer.c', 'dumper.c', 'loader.c', 'reader.c', 'scanner.c', 'parser.c', 'emitter.c'], 'lib': [], 'test': '\n int main(int argc, char* argv[])\n {\n /* prevent warning */\n return 0;\n }\n '}], 'classifiers': ['Programming Language :: Python :: Implementation :: CPython', 'Topic :: Software Development :: Libraries :: Python Modules'], 'keywords': 'yaml 1.2 parser c-library config', 'wheels': {'windows': 'appveyor', 'linux': 'libyaml-devel', 'macos': 'builder@macos'}, 'url_doc': 'https://yaml.dev/doc/{full_package_name}/', 'supported': [(3, 9)], 'python_requires': '>=3.9', 'tox': {'env': '*'}, 'manifest': 'include README.md LICENSE setup.py *.c *.h *.pxd *.pyx'} Successfully built ruamel_yaml_clib-0.2.14-cp39-cp39-solaris_2_11_i86pc_64bit.whl VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/ruamel.yaml.clib/build/manifest-i386-ruamel.yaml.clib-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/ruamel.yaml.clib/build/manifest-i386-ruamel.yaml.clib.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/ruamel.yaml.clib pkg://openindiana.org/library/python/ruamel-yaml-clib-39@0.2.14,5.11-2025.0.0.0:20250923T162152Z PUBLISHED pkg://openindiana.org/library/python/ruamel-yaml-clib@0.2.14,5.11-2025.0.0.0:20250923T162152Z PUBLISHED pkg://openindiana.org/library/python/ruamel-yaml-clib-37@0.2.7,5.11-2023.0.0.2:20250923T162154Z PUBLISHED