===> Building for py313-ruamel-yaml-clib-0.2.8 * Building wheel... :79: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead :79: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead :79: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead :79: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead :101: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead :105: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead :107: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead :117: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead :104: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead :108: DeprecationWarning: Attribute n is deprecated and will be removed in Python 3.14; use value instead /opt/pkg/lib/python3.13/site-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.macosx-12.3-arm64-cpython-313/ruamel/yaml/clib copying ./__init__.py -> build/lib.macosx-12.3-arm64-cpython-313/ruamel/yaml/clib copying ./setup.py -> build/lib.macosx-12.3-arm64-cpython-313/ruamel/yaml/clib copying ./LICENSE -> build/lib.macosx-12.3-arm64-cpython-313/ruamel/yaml/clib running build_ext building '_ruamel_yaml' extension creating build/temp.macosx-12.3-arm64-cpython-313 clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wno-error=incompatible-pointer-types -pipe -Os -I/opt/pkg/include/python3.13 -I/opt/pkg/include/python3.13 -I/opt/pkg/include/python3.13 -c _ruamel_yaml.c -o build/temp.macosx-12.3-arm64-cpython-313/_ruamel_yaml.o In file included from _ruamel_yaml.c:1149: ./_ruamel_yaml.h:10:9: warning: 'PyString_CheckExact' macro redefined [-Wmacro-redefined] #define PyString_CheckExact PyBytes_CheckExact ^ _ruamel_yaml.c:998:11: note: previous definition is here #define PyString_CheckExact PyUnicode_CheckExact ^ _ruamel_yaml.c:1236:59: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) ^ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:1: note: 'Py_UNICODE' has been explicitly marked deprecated here Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE; ^ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ _ruamel_yaml.c:1238:11: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] const Py_UNICODE *u_end = u; ^ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:1: note: 'Py_UNICODE' has been explicitly marked deprecated here Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE; ^ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ _ruamel_yaml.c:4156:17: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] __pyx_v_value = yaml_get_version_string(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:4462:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:4619:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:5069:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:5410:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:5536:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:5929:52: warning: incompatible function pointer types passing 'int (void *, char *, int, int *)' to parameter of type 'yaml_read_handler_t *' (aka 'int (*)(void *, unsigned char *, unsigned long, unsigned long *)') [-Wincompatible-function-pointer-types] yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_input_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./yaml.h:1370:30: note: passing argument to parameter 'handler' here yaml_read_handler_t *handler, void *data); ^ _ruamel_yaml.c:6170:59: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./_ruamel_yaml.h:11:29: note: expanded from macro 'PyString_AS_STRING' #define PyString_AS_STRING PyBytes_AS_STRING ^ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/cpython/bytesobject.h:27:31: note: expanded from macro 'PyBytes_AS_STRING' #define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./yaml.h:1344:30: note: passing argument to parameter 'input' here const unsigned char *input, size_t size); ^ _ruamel_yaml.c:6341:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:7105:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:7887:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 416, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:7899:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:8572:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 447, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:8630:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 450, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:8688:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 453, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:8700:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:8797:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 459, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:430:17: note: passing argument to parameter 'string' here const char *string, /* UTF-8 encoded string */ ^ _ruamel_yaml.c:9125:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:9288:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:9408:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:9689:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:10545:42: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 573, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:10557:42: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:10740:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 585, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:10818:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 590, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:10859:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 593, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:10880:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:430:17: note: passing argument to parameter 'string' here const char *string, /* UTF-8 encoded string */ ^ _ruamel_yaml.c:11182:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 619, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:11223:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 622, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:11419:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 636, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:11460:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 639, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:11852:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:12015:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:12135:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:12416:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:12593:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:12727:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:13221:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:13482:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:13538:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:13594:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:14176:36: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 790, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:430:17: note: passing argument to parameter 'string' here const char *string, /* UTF-8 encoded string */ ^ _ruamel_yaml.c:14371:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:14850:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:15415:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/unicodeobject.h:130:17: note: passing argument to parameter 'u' here const char *u /* UTF-8 encoded string */ ^ _ruamel_yaml.c:15907:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:16030:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:16686:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:16882:53: warning: incompatible function pointer types passing 'int (void *, char *, int)' to parameter of type 'yaml_write_handler_t *' (aka 'int (*)(void *, unsigned char *, unsigned long)') [-Wincompatible-function-pointer-types] yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_output_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./yaml.h:1837:31: note: passing argument to parameter 'handler' here yaml_write_handler_t *handler, void *data); ^ _ruamel_yaml.c:17365:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:18282:44: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:18397:44: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:18732:61: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_2 = (yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0); ^~~~~~~~~~~~~~ ./yaml.h:555:63: note: passing argument to parameter 'anchor' here yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^ _ruamel_yaml.c:19443:62: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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); ^~~~~~~~~~~~~~ ./yaml.h:581:22: note: passing argument to parameter 'anchor' here yaml_char_t *anchor, yaml_char_t *tag, ^ _ruamel_yaml.c:19443:78: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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); ^~~~~~~~~~~ ./yaml.h:581:43: note: passing argument to parameter 'tag' here yaml_char_t *anchor, yaml_char_t *tag, ^ _ruamel_yaml.c:19443:91: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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); ^~~~~~~~~~~~~ ./yaml.h:582:22: note: passing argument to parameter 'value' here yaml_char_t *value, int length, ^ _ruamel_yaml.c:19874:70: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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); ^~~~~~~~~~~~~~ ./yaml.h:604:22: note: passing argument to parameter 'anchor' here yaml_char_t *anchor, yaml_char_t *tag, int implicit, ^ _ruamel_yaml.c:19874:86: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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); ^~~~~~~~~~~ ./yaml.h:604:43: note: passing argument to parameter 'tag' here yaml_char_t *anchor, yaml_char_t *tag, int implicit, ^ _ruamel_yaml.c:20305:69: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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); ^~~~~~~~~~~~~~ ./yaml.h:636:22: note: passing argument to parameter 'anchor' here yaml_char_t *anchor, yaml_char_t *tag, int implicit, ^ _ruamel_yaml.c:20305:85: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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); ^~~~~~~~~~~ ./yaml.h:636:43: note: passing argument to parameter 'tag' here yaml_char_t *anchor, yaml_char_t *tag, int implicit, ^ _ruamel_yaml.c:20581:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:20739:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:21256:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:21569:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:22198:42: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:22313:42: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:23168:64: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __pyx_t_2 = (yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0); ^~~~~~~~~~~~~~ ./yaml.h:555:63: note: passing argument to parameter 'anchor' here yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^ _ruamel_yaml.c:23898:67: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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); ^~~~~~~~~~~~~~ ./yaml.h:581:22: note: passing argument to parameter 'anchor' here yaml_char_t *anchor, yaml_char_t *tag, ^ _ruamel_yaml.c:23898:83: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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); ^~~~~~~~~~~ ./yaml.h:581:43: note: passing argument to parameter 'tag' here yaml_char_t *anchor, yaml_char_t *tag, ^ _ruamel_yaml.c:23898:96: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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); ^~~~~~~~~~~~~ ./yaml.h:582:22: note: passing argument to parameter 'value' here yaml_char_t *value, int length, ^ _ruamel_yaml.c:24255:75: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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); ^~~~~~~~~~~~~~ ./yaml.h:604:22: note: passing argument to parameter 'anchor' here yaml_char_t *anchor, yaml_char_t *tag, int implicit, ^ _ruamel_yaml.c:24255:91: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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); ^~~~~~~~~~~ ./yaml.h:604:43: note: passing argument to parameter 'tag' here yaml_char_t *anchor, yaml_char_t *tag, int implicit, ^ _ruamel_yaml.c:24755:74: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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); ^~~~~~~~~~~~~~ ./yaml.h:636:22: note: passing argument to parameter 'anchor' here yaml_char_t *anchor, yaml_char_t *tag, int implicit, ^ _ruamel_yaml.c:24755:90: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] __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); ^~~~~~~~~~~ ./yaml.h:636:43: note: passing argument to parameter 'tag' here yaml_char_t *anchor, yaml_char_t *tag, int implicit, ^ _ruamel_yaml.c:25136:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:25259:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:25569:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:30505:76: warning: code will never be executed [-Wunreachable-code] if (__Pyx_PyTuple_SET_ITEM(argstuple, (Py_ssize_t)i, args[i]) < 0) goto bad; ^~~~~~~~ _ruamel_yaml.c:30505:73: note: silence by adding parentheses to mark code as explicitly dead if (__Pyx_PyTuple_SET_ITEM(argstuple, (Py_ssize_t)i, args[i]) < 0) goto bad; ^ /* DISABLES CODE */ ( ) _ruamel_yaml.c:33210:67: error: too few arguments to function call, expected 6, have 5 is_little, !is_unsigned); ^ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/cpython/longobject.h:111:17: note: '_PyLong_AsByteArray' declared here PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, ^ _ruamel_yaml.c:33483:67: error: too few arguments to function call, expected 6, have 5 is_little, !is_unsigned); ^ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/cpython/longobject.h:111:17: note: '_PyLong_AsByteArray' declared here PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, ^ _ruamel_yaml.c:33818:67: error: too few arguments to function call, expected 6, have 5 is_little, !is_unsigned); ^ /Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/cpython/longobject.h:111:17: note: '_PyLong_AsByteArray' declared here PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, ^ 81 warnings and 3 errors generated. error: command '/Users/pbulk/build/devel/py-ruamel-yaml-clib/work/.cwrapper/bin/clang' failed with exit code 1 ERROR Backend subprocess exited when trying to invoke build_wheel *** Error code 1 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/devel/py-ruamel-yaml-clib *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/devel/py-ruamel-yaml-clib