>>> py3-ruamel.yaml.clib: Building community/py3-ruamel.yaml.clib 0.2.8-r2 (using abuild 3.13.0-r5) started Tue, 27 Aug 2024 19:39:36 +0000 >>> py3-ruamel.yaml.clib: Checking sanity of /home/buildozer/aports/community/py3-ruamel.yaml.clib/APKBUILD... >>> py3-ruamel.yaml.clib: Analyzing dependencies... >>> py3-ruamel.yaml.clib: Installing for build: build-base python3 py3-setuptools python3-dev (1/19) Installing libbz2 (1.0.8-r6) (2/19) Installing libffi (3.4.6-r0) (3/19) Installing gdbm (1.24-r0) (4/19) Installing xz-libs (5.6.2-r0) (5/19) Installing mpdecimal (4.0.0-r0) (6/19) Installing libpanelw (6.5_p20240601-r0) (7/19) Installing sqlite-libs (3.46.1-r0) (8/19) Installing python3 (3.12.5-r1) (9/19) Installing python3-pycache-pyc0 (3.12.5-r1) (10/19) Installing pyc (3.12.5-r1) (11/19) Installing python3-pyc (3.12.5-r1) (12/19) Installing py3-parsing (3.1.2-r1) (13/19) Installing py3-parsing-pyc (3.1.2-r1) (14/19) Installing py3-packaging (24.1-r0) (15/19) Installing py3-packaging-pyc (24.1-r0) (16/19) Installing py3-setuptools (70.3.0-r0) (17/19) Installing py3-setuptools-pyc (70.3.0-r0) (18/19) Installing python3-dev (3.12.5-r1) (19/19) Installing .makedepends-py3-ruamel.yaml.clib (20240827.193937) Executing busybox-1.36.1-r31.trigger OK: 548 MiB in 126 packages >>> py3-ruamel.yaml.clib: Cleaning up srcdir >>> py3-ruamel.yaml.clib: Cleaning up pkgdir >>> py3-ruamel.yaml.clib: Cleaning up tmpdir >>> py3-ruamel.yaml.clib: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ruamel.yaml.clib-0.2.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 208k 100 208k 0 0 1015k 0 --:--:-- --:--:-- --:--:-- 1018k >>> py3-ruamel.yaml.clib: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ruamel.yaml.clib-0.2.8.tar.gz >>> py3-ruamel.yaml.clib: Checking sha512sums... ruamel.yaml.clib-0.2.8.tar.gz: OK pointer-types.patch: OK >>> py3-ruamel.yaml.clib: Unpacking /var/cache/distfiles/edge/ruamel.yaml.clib-0.2.8.tar.gz... >>> py3-ruamel.yaml.clib: pointer-types.patch patching file _ruamel_yaml.c patching file _ruamel_yaml.c /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:79: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead from ast import Str, Num, Bytes, NameConstant # NOQA /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:79: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead from ast import Str, Num, Bytes, NameConstant # NOQA /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:79: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead from ast import Str, Num, Bytes, NameConstant # NOQA /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:79: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead from ast import Str, Num, Bytes, NameConstant # NOQA /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:101: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead if isinstance(node, Str): /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:105: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead elif isinstance(node, Bytes): /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:107: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead elif isinstance(node, Num): /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:117: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead elif isinstance(node, NameConstant): /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:104: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead return node.s /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:108: DeprecationWarning: Attribute n is deprecated and will be removed in Python 3.14; use value instead return node.n running build running build_py creating build creating build/lib.linux-x86_64-cpython-312 creating build/lib.linux-x86_64-cpython-312/ruamel creating build/lib.linux-x86_64-cpython-312/ruamel/yaml creating build/lib.linux-x86_64-cpython-312/ruamel/yaml/clib copying ./__init__.py -> build/lib.linux-x86_64-cpython-312/ruamel/yaml/clib copying ./LICENSE -> build/lib.linux-x86_64-cpython-312/ruamel/yaml/clib running build_ext building '_ruamel_yaml' extension creating build/temp.linux-x86_64-cpython-312 gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c _ruamel_yaml.c -o build/temp.linux-x86_64-cpython-312/_ruamel_yaml.o In file included from _ruamel_yaml.c:1149: _ruamel_yaml.h:10:9: warning: "PyString_CheckExact" redefined 10 | #define PyString_CheckExact PyBytes_CheckExact | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:998:11: note: this is the location of the previous definition 998 | #define PyString_CheckExact PyUnicode_CheckExact | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c: In function '__pyx_pf_6ruamel_4yaml_4clib_12_ruamel_yaml_get_version_string': _ruamel_yaml.c:4156:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 4156 | __pyx_v_value = yaml_get_version_string(); | ^ In file included from /usr/include/python3.12/bytesobject.h:62, from /usr/include/python3.12/Python.h:50, from _ruamel_yaml.c:16: _ruamel_yaml.c: In function '__pyx_pf_6ruamel_4yaml_4clib_12_ruamel_yaml_7CParser___init__': /usr/include/python3.12/cpython/bytesobject.h:39:31: warning: pointer targets in passing argument 2 of 'yaml_parser_set_input_string' differ in signedness [-Wpointer-sign] 39 | #define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * _ruamel_yaml.h:11:29: note: in expansion of macro 'PyBytes_AS_STRING' 11 | #define PyString_AS_STRING PyBytes_AS_STRING | ^~~~~~~~~~~~~~~~~ _ruamel_yaml.c:6170:59: note: in expansion of macro 'PyString_AS_STRING' 6170 | 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:7887:71: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 7887 | __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.12/Python.h:51: /usr/include/python3.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:7899:71: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 7899 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:8572:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8572 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:8630:64: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8630 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:8688:61: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8688 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:8700:61: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8700 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:8797:64: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] 8797 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.12/unicodeobject.h:438:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 438 | 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:10545:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 10545 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:10557:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 10557 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:10740:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 10740 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:10818:66: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 10818 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:10859:66: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 10859 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:10880:64: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] 10880 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.12/unicodeobject.h:438:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 438 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ _ruamel_yaml.c:11182:74: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11182 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:11223:74: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11223 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:11419:73: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11419 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:11460:73: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11460 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | 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:13221:75: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 13221 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:13482:76: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 13482 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:13538:84: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 13538 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ _ruamel_yaml.c:13594:83: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 13594 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | 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:14176:74: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] 14176 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} /usr/include/python3.12/unicodeobject.h:438:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 438 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ _ruamel_yaml.c:14371:76: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 14371 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | 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:14850:84: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 14850 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | 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:15415:83: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 15415 | __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.12/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | 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:16323:86: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 16323 | __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:18282:44: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 18282 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ _ruamel_yaml.c:18397:44: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 18397 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | ^ _ruamel_yaml.c:18732:61: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] 18732 | __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:19443:62: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 19443 | __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:19443:78: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 19443 | __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:19443:91: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 19443 | __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:19874:70: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 19874 | __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:19874:86: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 19874 | __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:20305:69: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 20305 | __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:20305:85: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 20305 | __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:22198:42: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 22198 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ _ruamel_yaml.c:22313:42: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 22313 | __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:23168:64: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] 23168 | __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:23898:67: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 23898 | __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:23898:83: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 23898 | __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:23898:96: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 23898 | __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:24255:75: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 24255 | __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:24255:91: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 24255 | __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:24755:74: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 24755 | __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:24755:90: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 24755 | __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_f_6ruamel_4yaml_4clib_12_ruamel_yaml_output_handler': _ruamel_yaml.c:25368:44: warning: pointer targets in passing argument 1 of 'PyBytes_FromStringAndSize' differ in signedness [-Wpointer-sign] 25368 | __pyx_t_1 = PyString_FromStringAndSize(__pyx_v_buffer, __pyx_v_size); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1521, __pyx_L1_error) | ^~~~~~~~~~~~~~ | | | unsigned char * /usr/include/python3.12/bytesobject.h:34:50: note: expected 'const char *' but argument is of type 'unsigned char *' 34 | PyAPI_FUNC(PyObject *) PyBytes_FromStringAndSize(const char *, Py_ssize_t); | ^~~~~~~~~~~~ _ruamel_yaml.c:25391:38: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] 25391 | __pyx_t_1 = PyUnicode_DecodeUTF8(__pyx_v_buffer, __pyx_v_size, ((char *)"strict")); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1523, __pyx_L1_error) | ^~~~~~~~~~~~~~ | | | unsigned char * /usr/include/python3.12/unicodeobject.h:438:17: note: expected 'const char *' but argument is of type 'unsigned char *' 438 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c api.c -o build/temp.linux-x86_64-cpython-312/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; | ^~~~~~~ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c dumper.c -o build/temp.linux-x86_64-cpython-312/dumper.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c emitter.c -o build/temp.linux-x86_64-cpython-312/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; | ^~~~~~~~~~~ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c loader.c -o build/temp.linux-x86_64-cpython-312/loader.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c parser.c -o build/temp.linux-x86_64-cpython-312/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. */ | ^~~~~~~~~~ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c reader.c -o build/temp.linux-x86_64-cpython-312/reader.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c scanner.c -o build/temp.linux-x86_64-cpython-312/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. */ | ^~~~~~~~~ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c writer.c -o build/temp.linux-x86_64-cpython-312/writer.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt build/temp.linux-x86_64-cpython-312/_ruamel_yaml.o build/temp.linux-x86_64-cpython-312/api.o build/temp.linux-x86_64-cpython-312/dumper.o build/temp.linux-x86_64-cpython-312/emitter.o build/temp.linux-x86_64-cpython-312/loader.o build/temp.linux-x86_64-cpython-312/parser.o build/temp.linux-x86_64-cpython-312/reader.o build/temp.linux-x86_64-cpython-312/scanner.o build/temp.linux-x86_64-cpython-312/writer.o -L/usr/lib -o build/lib.linux-x86_64-cpython-312/_ruamel_yaml.cpython-312-x86_64-linux-musl.so >>> py3-ruamel.yaml.clib: Entering fakeroot... /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:79: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead from ast import Str, Num, Bytes, NameConstant # NOQA /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:79: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead from ast import Str, Num, Bytes, NameConstant # NOQA /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:79: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead from ast import Str, Num, Bytes, NameConstant # NOQA /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:79: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead from ast import Str, Num, Bytes, NameConstant # NOQA /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:101: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead if isinstance(node, Str): /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:105: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead elif isinstance(node, Bytes): /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:107: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead elif isinstance(node, Num): /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:117: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead elif isinstance(node, NameConstant): /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:104: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead return node.s /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:108: DeprecationWarning: Attribute n is deprecated and will be removed in Python 3.14; use value instead return node.n running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg creating /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib creating /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr creating /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib creating /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.12/site-packages/ruamel creating /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.12/site-packages/ruamel/yaml creating /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.12/site-packages/ruamel/yaml/clib copying build/lib.linux-x86_64-cpython-312/ruamel/yaml/clib/__init__.py -> /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.12/site-packages/ruamel/yaml/clib copying build/lib.linux-x86_64-cpython-312/ruamel/yaml/clib/LICENSE -> /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.12/site-packages/ruamel/yaml/clib copying build/lib.linux-x86_64-cpython-312/_ruamel_yaml.cpython-312-x86_64-linux-musl.so -> /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.12/site-packages 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 /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.12/site-packages/ruamel.yaml.clib-0.2.8-py3.12.egg-info running install_scripts >>> py3-ruamel.yaml.clib*: Running postcheck for py3-ruamel.yaml.clib >>> py3-ruamel.yaml.clib*: Preparing package py3-ruamel.yaml.clib... >>> py3-ruamel.yaml.clib*: Stripping binaries >>> py3-ruamel.yaml.clib*: Scanning shared objects >>> py3-ruamel.yaml.clib*: Tracing dependencies... python3 python3~3.12 so:libc.musl-x86_64.so.1 >>> py3-ruamel.yaml.clib*: Package size: 332.0 KB >>> py3-ruamel.yaml.clib*: Compressing data... >>> py3-ruamel.yaml.clib*: Create checksum... >>> py3-ruamel.yaml.clib*: Create py3-ruamel.yaml.clib-0.2.8-r2.apk >>> py3-ruamel.yaml.clib: Build complete at Tue, 27 Aug 2024 19:39:55 +0000 elapsed time 0h 0m 19s >>> py3-ruamel.yaml.clib: Cleaning up srcdir >>> py3-ruamel.yaml.clib: Cleaning up pkgdir >>> py3-ruamel.yaml.clib: Uninstalling dependencies... (1/19) Purging .makedepends-py3-ruamel.yaml.clib (20240827.193937) (2/19) Purging py3-setuptools-pyc (70.3.0-r0) (3/19) Purging py3-setuptools (70.3.0-r0) (4/19) Purging py3-packaging-pyc (24.1-r0) (5/19) Purging py3-packaging (24.1-r0) (6/19) Purging py3-parsing-pyc (3.1.2-r1) (7/19) Purging py3-parsing (3.1.2-r1) (8/19) Purging python3-dev (3.12.5-r1) (9/19) Purging python3-pyc (3.12.5-r1) (10/19) Purging python3-pycache-pyc0 (3.12.5-r1) (11/19) Purging pyc (3.12.5-r1) (12/19) Purging python3 (3.12.5-r1) (13/19) Purging gdbm (1.24-r0) (14/19) Purging libbz2 (1.0.8-r6) (15/19) Purging libffi (3.4.6-r0) (16/19) Purging libpanelw (6.5_p20240601-r0) (17/19) Purging mpdecimal (4.0.0-r0) (18/19) Purging sqlite-libs (3.46.1-r0) (19/19) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r31.trigger OK: 408 MiB in 107 packages >>> py3-ruamel.yaml.clib: Updating the community/x86_64 repository index... >>> py3-ruamel.yaml.clib: Signing the index...