INFO: not using any hashes in /data/userland-archives/hashes for ruamel.yaml.clib-0.2.12.tar.gz (overridden with --hash) Source /data/userland-archives/ruamel.yaml.clib-0.2.12.tar.gz... not found, skipping file copy Source https://files.pythonhosted.org/packages/source/r/ruamel.yaml.clib/ruamel.yaml.clib-0.2.12.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.12 to /jenkins/jobs/oi-userland/workspace/components/python/ruamel.yaml.clib/build/amd64-3.9 * Getting build dependencies for wheel... /usr/lib/python3.9/vendor-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) 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' * Building wheel... /usr/lib/python3.9/vendor-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) running bdist_wheel running build running build_py creating 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 ./__init__.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/13/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -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: warning: "PyString_CheckExact" redefined 10 | #define PyString_CheckExact PyBytes_CheckExact | _ruamel_yaml.c:1062: 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(); | ^ In file included from /usr/include/python3.9/bytesobject.h:75, from /usr/include/python3.9/Python.h:92, from _ruamel_yaml.c:16: _ruamel_yaml.c: In function '__pyx_pf_6ruamel_4yaml_4clib_12_ruamel_yaml_7CParser___init__': /usr/include/python3.9/cpython/bytesobject.h:32:57: warning: pointer targets in passing argument 2 of 'yaml_parser_set_input_string' differ in signedness [-Wpointer-sign] 32 | #define PyBytes_AS_STRING(op) (assert(PyBytes_Check(op)), \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ | | | char * 33 | (((PyBytesObject *)(op))->ob_sval)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.h:11:29: note: in expansion of macro 'PyBytes_AS_STRING' 11 | #define PyString_AS_STRING PyBytes_AS_STRING | ^~~~~~~~~~~~~~~~~ _ruamel_yaml.c:6117:59: note: in expansion of macro 'PyString_AS_STRING' 6117 | yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); | ^~~~~~~~~~~~~~~~~~ In file included from _ruamel_yaml.h:2: yaml.h:1344:30: note: expected 'const unsigned char *' but argument is of type 'char *' 1344 | const unsigned char *input, size_t size); | ~~~~~~~~~~~~~~~~~~~~~^~~~~ _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_7CParser__token_to_object': _ruamel_yaml.c:7809:71: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 7809 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 416, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.9/Python.h:93: /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:7821:71: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 7821 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:8494:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8494 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 447, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:8552:64: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8552 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 450, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:8610:61: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8610 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 453, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:8622:61: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8622 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:8719:64: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] 8719 | __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, ((char const *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 459, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:457:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 457 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_7CParser__event_to_object': _ruamel_yaml.c:10429:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 10429 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 573, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:10441:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 10441 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:10624:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 10624 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 585, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:10702:66: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 10702 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 590, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:10743:66: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 10743 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 593, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:10764:64: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] 10764 | __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char const *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:457:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 457 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ _ruamel_yaml.c:11066:74: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11066 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 619, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:11107:74: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11107 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 622, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:11303:73: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11303 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 636, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:11344:73: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11344 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 639, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_7CParser__compose_node': _ruamel_yaml.c:13047:75: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 13047 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 733, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:13308:76: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 13308 | __pyx_t_5 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 749, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:13364:84: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 13364 | __pyx_t_5 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 752, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:13420:83: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 13420 | __pyx_t_5 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 755, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_7CParser__compose_scalar_node': _ruamel_yaml.c:14002:74: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] 14002 | __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char const *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 790, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:457:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 457 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ _ruamel_yaml.c:14197:76: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 14197 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 803, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_7CParser__compose_sequence_node': _ruamel_yaml.c:14677:84: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 14677 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 836, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_7CParser__compose_mapping_node': _ruamel_yaml.c:15243:83: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 15243 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 875, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.9/unicodeobject.h:143:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 143 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_input_handler': _ruamel_yaml.c:16140:86: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 16140 | __pyx_t_2 = ((__pyx_v_parser->stream_cache_len - __pyx_v_parser->stream_cache_pos) < __pyx_v_size); | ^ _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_8CEmitter__object_to_event': _ruamel_yaml.c:18098:44: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 18098 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ _ruamel_yaml.c:18213:44: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 18213 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | ^ _ruamel_yaml.c:18548:61: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] 18548 | __pyx_t_2 = (yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0); | ^~~~~~~~~~~~~~ | | | char * yaml.h:555:63: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' 555 | yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); | ~~~~~~~~~~~~~^~~~~~ _ruamel_yaml.c:19259:62: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 19259 | __pyx_t_2 = (yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0); | ^~~~~~~~~~~~~~ | | | char * yaml.h:581:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' 581 | yaml_char_t *anchor, yaml_char_t *tag, | ~~~~~~~~~~~~~^~~~~~ _ruamel_yaml.c:19259:78: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 19259 | __pyx_t_2 = (yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0); | ^~~~~~~~~~~ | | | char * yaml.h:581:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' 581 | yaml_char_t *anchor, yaml_char_t *tag, | ~~~~~~~~~~~~~^~~ _ruamel_yaml.c:19259:91: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 19259 | __pyx_t_2 = (yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0); | ^~~~~~~~~~~~~ | | | char * yaml.h:582:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' 582 | yaml_char_t *value, int length, | ~~~~~~~~~~~~~^~~~~ _ruamel_yaml.c:19690:70: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 19690 | __pyx_t_2 = (yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0); | ^~~~~~~~~~~~~~ | | | char * yaml.h:604:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' 604 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~^~~~~~ _ruamel_yaml.c:19690:86: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 19690 | __pyx_t_2 = (yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0); | ^~~~~~~~~~~ | | | char * yaml.h:604:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' 604 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~^~~ _ruamel_yaml.c:20121:69: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 20121 | __pyx_t_2 = (yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0); | ^~~~~~~~~~~~~~ | | | char * yaml.h:636:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' 636 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~^~~~~~ _ruamel_yaml.c:20121:85: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 20121 | __pyx_t_2 = (yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0); | ^~~~~~~~~~~ | | | char * yaml.h:636:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' 636 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~^~~ _ruamel_yaml.c: In function '__pyx_pf_6ruamel_4yaml_4clib_12_ruamel_yaml_8CEmitter_12serialize': _ruamel_yaml.c:22008:42: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 22008 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ _ruamel_yaml.c:22123:42: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 22123 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | ^ _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_8CEmitter__serialize_node': _ruamel_yaml.c:23005:64: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] 23005 | __pyx_t_2 = (yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0); | ^~~~~~~~~~~~~~ | | | char * yaml.h:555:63: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' 555 | yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); | ~~~~~~~~~~~~~^~~~~~ _ruamel_yaml.c:23735:67: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 23735 | __pyx_t_2 = (yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0); | ^~~~~~~~~~~~~~ | | | char * yaml.h:581:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' 581 | yaml_char_t *anchor, yaml_char_t *tag, | ~~~~~~~~~~~~~^~~~~~ _ruamel_yaml.c:23735:83: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 23735 | __pyx_t_2 = (yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0); | ^~~~~~~~~~~ | | | char * yaml.h:581:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' 581 | yaml_char_t *anchor, yaml_char_t *tag, | ~~~~~~~~~~~~~^~~ _ruamel_yaml.c:23735:96: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 23735 | __pyx_t_2 = (yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0); | ^~~~~~~~~~~~~ | | | char * yaml.h:582:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' 582 | yaml_char_t *value, int length, | ~~~~~~~~~~~~~^~~~~ _ruamel_yaml.c:24092:75: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 24092 | __pyx_t_2 = (yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0); | ^~~~~~~~~~~~~~ | | | char * yaml.h:604:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' 604 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~^~~~~~ _ruamel_yaml.c:24092:91: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 24092 | __pyx_t_2 = (yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0); | ^~~~~~~~~~~ | | | char * yaml.h:604:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' 604 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~^~~ _ruamel_yaml.c:24605:74: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 24605 | __pyx_t_2 = (yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0); | ^~~~~~~~~~~~~~ | | | char * yaml.h:636:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' 636 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~^~~~~~ _ruamel_yaml.c:24605:90: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 24605 | __pyx_t_2 = (yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0); | ^~~~~~~~~~~ | | | char * yaml.h:636:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' 636 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~^~~ /usr/gcc/13/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -fPIC -I/usr/include/python3.9 -c api.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/api.o api.c: In function 'yaml_document_delete': api.c:1127:7: warning: variable 'context' set but not used [-Wunused-but-set-variable] 1127 | } context; | ^~~~~~~ /usr/gcc/13/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -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/13/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -fPIC -I/usr/include/python3.9 -c emitter.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/emitter.o emitter.c: In function 'yaml_emitter_write_plain_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ | ^~ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' 56 | (PUT_BREAK(emitter), \ | ^~~~~~~~~ emitter.c:1941:18: note: in expansion of macro 'WRITE_BREAK' 1941 | if (!WRITE_BREAK(emitter, string)) return 0; | ^~~~~~~~~~~ emitter.c: In function 'yaml_emitter_write_single_quoted_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ | ^~ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' 56 | (PUT_BREAK(emitter), \ | ^~~~~~~~~ emitter.c:2002:18: note: in expansion of macro 'WRITE_BREAK' 2002 | if (!WRITE_BREAK(emitter, string)) return 0; | ^~~~~~~~~~~ emitter.c: In function 'yaml_emitter_write_literal_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ | ^~ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' 56 | (PUT_BREAK(emitter), \ | ^~~~~~~~~ emitter.c:2268:18: note: in expansion of macro 'WRITE_BREAK' 2268 | if (!WRITE_BREAK(emitter, string)) return 0; | ^~~~~~~~~~~ emitter.c: In function 'yaml_emitter_write_folded_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ | ^~ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' 56 | (PUT_BREAK(emitter), \ | ^~~~~~~~~ emitter.c:2317:18: note: in expansion of macro 'WRITE_BREAK' 2317 | if (!WRITE_BREAK(emitter, string)) return 0; | ^~~~~~~~~~~ /usr/gcc/13/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -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/13/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -fPIC -I/usr/include/python3.9 -c parser.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/parser.o parser.c: In function 'yaml_parser_parse_block_sequence_entry': parser.c:762:21: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] 762 | yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ | ^~~~~~~~~~ parser.c: In function 'yaml_parser_parse_block_mapping_key': parser.c:872:21: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] 872 | yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ | ^~~~~~~~~~ parser.c: In function 'yaml_parser_parse_flow_sequence_entry': parser.c:955:17: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] 955 | yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ | ^~~~~~~~~~ parser.c: In function 'yaml_parser_parse_flow_mapping_key': parser.c:1107:17: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] 1107 | yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ | ^~~~~~~~~~ /usr/gcc/13/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -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/13/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -fPIC -I/usr/include/python3.9 -c scanner.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/scanner.o scanner.c: In function 'yaml_parser_decrease_flow_level': scanner.c:1189:23: warning: variable 'dummy_key' set but not used [-Wunused-but-set-variable] 1189 | yaml_simple_key_t dummy_key; /* Used to eliminate a compiler warning. */ | ^~~~~~~~~ /usr/gcc/13/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -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/13/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 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/setup.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/__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.cpython-39.so -> build/bdist.solaris-2.11-i86pc.64bit/wheel/. 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.12-py3.9.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/ruamel.yaml.clib-0.2.12.dist-info/WHEEL creating '/jenkins/jobs/oi-userland/workspace/components/python/ruamel.yaml.clib/build/amd64-3.9/dist/.tmp-xfjliu72/ruamel.yaml.clib-0.2.12-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.12.dist-info/LICENSE' adding 'ruamel.yaml.clib-0.2.12.dist-info/METADATA' adding 'ruamel.yaml.clib-0.2.12.dist-info/WHEEL' adding 'ruamel.yaml.clib-0.2.12.dist-info/top_level.txt' adding 'ruamel.yaml.clib-0.2.12.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built ruamel.yaml.clib-0.2.12-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.12,5.11-2024.0.0.0:20241021T134543Z PUBLISHED pkg://openindiana.org/library/python/ruamel-yaml-clib@0.2.12,5.11-2024.0.0.0:20241021T134809Z PUBLISHED pkg://openindiana.org/library/python/ruamel-yaml-clib-37@0.2.7,5.11-2023.0.0.2:20241021T134827Z PUBLISHED