>>> py3-ruamel.yaml.clib: Building community/py3-ruamel.yaml.clib 0.2.2-r0 (using abuild 3.7.0_rc1-r2) started Tue, 22 Dec 2020 03:22:45 +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 py3-pip python3-dev (1/34) Installing libbz2 (1.0.8-r1) (2/34) Installing libffi (3.3-r2) (3/34) Installing gdbm (1.18.1-r0) (4/34) Installing xz-libs (5.2.5-r0) (5/34) Installing readline (8.0.4-r0) (6/34) Installing sqlite-libs (3.34.0-r0) (7/34) Installing python3 (3.8.6-r0) (8/34) Installing py3-ordered-set (4.0.2-r0) (9/34) Installing py3-appdirs (1.4.4-r1) (10/34) Installing py3-parsing (2.4.7-r1) (11/34) Installing py3-six (1.15.0-r0) (12/34) Installing py3-packaging (20.8-r0) (13/34) Installing py3-setuptools (51.0.0-r0) (14/34) Installing py3-chardet (4.0.0-r0) (15/34) Installing py3-idna (2.10-r0) (16/34) Installing py3-urllib3 (1.26.2-r1) (17/34) Installing py3-requests (2.25.1-r0) (18/34) Installing py3-msgpack (1.0.1-r0) (19/34) Installing py3-lockfile (0.12.2-r3) (20/34) Installing py3-cachecontrol (0.12.6-r0) (21/34) Installing py3-colorama (0.4.4-r0) (22/34) Installing py3-distlib (0.3.1-r1) (23/34) Installing py3-distro (1.5.0-r1) (24/34) Installing py3-webencodings (0.5.1-r3) (25/34) Installing py3-html5lib (1.1-r0) (26/34) Installing py3-pytoml (0.1.21-r0) (27/34) Installing py3-pep517 (0.9.1-r0) (28/34) Installing py3-progress (1.5-r0) (29/34) Installing py3-toml (0.10.2-r0) (30/34) Installing py3-retrying (1.3.3-r0) (31/34) Installing py3-contextlib2 (0.6.0-r0) (32/34) Installing py3-pip (20.1.1-r0) (33/34) Installing python3-dev (3.8.6-r0) (34/34) Installing .makedepends-py3-ruamel.yaml.clib (20201222.032249) Executing busybox-1.32.0-r8.trigger OK: 401 MiB in 120 packages >>> py3-ruamel.yaml.clib: Cleaning up srcdir >>> py3-ruamel.yaml.clib: Cleaning up pkgdir >>> py3-ruamel.yaml.clib: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/ruamel.yaml.clib-0.2.2.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 175k 100 175k 0 0 2440k 0 --:--:-- --:--:-- --:--:-- 2440k >>> py3-ruamel.yaml.clib: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/ruamel.yaml.clib-0.2.2.tar.gz >>> py3-ruamel.yaml.clib: Checking sha512sums... ruamel.yaml.clib-0.2.2.tar.gz: OK >>> py3-ruamel.yaml.clib: Unpacking /var/cache/distfiles/v3.13/ruamel.yaml.clib-0.2.2.tar.gz... sys.argv ['setup.py', 'build'] test compiling test_ruamel_yaml running build running build_py creating build creating build/lib.linux-i686-3.8 creating build/lib.linux-i686-3.8/ruamel copying .ruamel/__init__.py -> build/lib.linux-i686-3.8/ruamel creating build/lib.linux-i686-3.8/ruamel/yaml copying .ruamel/yaml/__init__.py -> build/lib.linux-i686-3.8/ruamel/yaml creating build/lib.linux-i686-3.8/ruamel/yaml/clib copying ./__init__.py -> build/lib.linux-i686-3.8/ruamel/yaml/clib copying ./LICENSE -> build/lib.linux-i686-3.8/ruamel/yaml/clib running build_ext building '_ruamel_yaml' extension creating build/temp.linux-i686-3.8 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.8 -c _ruamel_yaml.c -o build/temp.linux-i686-3.8/_ruamel_yaml.o In file included from _ruamel_yaml.c:596: _ruamel_yaml.h:10: warning: "PyString_CheckExact" redefined 10 | #define PyString_CheckExact PyBytes_CheckExact | _ruamel_yaml.c:486: note: this is the location of the previous definition 486 | #define PyString_CheckExact PyUnicode_CheckExact | _ruamel_yaml.c: In function '__pyx_pf_12_ruamel_yaml_get_version_string': _ruamel_yaml.c:1889:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1889 | __pyx_v_value = yaml_get_version_string(); | ^ _ruamel_yaml.c: In function '__pyx_pf_12_ruamel_yaml_7CParser___init__': _ruamel_yaml.c:3389:52: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [-Wincompatible-pointer-types] 3389 | yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_12_ruamel_yaml_input_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *, int, int *) In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: yaml.h:1370:30: note: expected 'int (*)(void *, unsigned char *, size_t, size_t *)' {aka 'int (*)(void *, unsigned char *, unsigned int, unsigned int *)'} but argument is of type 'int (*)(void *, char *, int, int *)' 1370 | yaml_read_handler_t *handler, void *data); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ In file included from /usr/include/python3.8/Python.h:96, from _ruamel_yaml.c:4: /usr/include/python3.8/bytesobject.h:87:57: warning: pointer targets in passing argument 2 of 'yaml_parser_set_input_string' differ in signedness [-Wpointer-sign] 87 | #define PyBytes_AS_STRING(op) (assert(PyBytes_Check(op)), \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ | | | char * 88 | (((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:3630:59: note: in expansion of macro 'PyString_AS_STRING' 3630 | 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, from _ruamel_yaml.c:596: 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_12_ruamel_yaml_7CParser__token_to_object': _ruamel_yaml.c:5464:71: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 5464 | __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.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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:5476:71: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 5476 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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:6478:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 6478 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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:6562:64: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 6562 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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:6646:61: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 6646 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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:6658:61: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 6658 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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:6782:64: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] 6782 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/unicodeobject.h:463:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 463 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ _ruamel_yaml.c: In function '__pyx_f_12_ruamel_yaml_7CParser__event_to_object': _ruamel_yaml.c:8463:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8463 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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:8475:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8475 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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:8718:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8718 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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:8822:66: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8822 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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:8863:66: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8863 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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:8884:64: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] 8884 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/unicodeobject.h:463:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 463 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ _ruamel_yaml.c:9225:74: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 9225 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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:9266:74: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 9266 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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:9498:73: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 9498 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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:9539:73: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 9539 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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_12_ruamel_yaml_7CParser__compose_node': _ruamel_yaml.c:11212:75: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11212 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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:11532:76: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11532 | __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 749, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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:11588:84: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11588 | __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 752, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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:11644:83: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11644 | __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 755, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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_12_ruamel_yaml_7CParser__compose_scalar_node': _ruamel_yaml.c:12302:74: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] 12302 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/unicodeobject.h:463:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 463 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ _ruamel_yaml.c:12525:76: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 12525 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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_12_ruamel_yaml_7CParser__compose_sequence_node': _ruamel_yaml.c:13063:84: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 13063 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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_12_ruamel_yaml_7CParser__compose_mapping_node': _ruamel_yaml.c:13688:83: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 13688 | __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 *} In file included from /usr/include/python3.8/Python.h:97, from _ruamel_yaml.c:4: /usr/include/python3.8/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_pf_12_ruamel_yaml_8CEmitter___init__': _ruamel_yaml.c:15019:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] 15019 | yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_12_ruamel_yaml_output_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *, int) In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: yaml.h:1837:31: note: expected 'int (*)(void *, unsigned char *, size_t)' {aka 'int (*)(void *, unsigned char *, unsigned int)'} but argument is of type 'int (*)(void *, char *, int)' 1837 | yaml_write_handler_t *handler, void *data); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ _ruamel_yaml.c: In function '__pyx_f_12_ruamel_yaml_8CEmitter__object_to_event': _ruamel_yaml.c:16371:44: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 16371 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ _ruamel_yaml.c:16486:44: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 16486 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | ^ _ruamel_yaml.c:16823:62: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] 16823 | __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: 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:17538:63: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 17538 | __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) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: 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:17538:79: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 17538 | __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) != 0); | ^~~~~~~~~~~ | | | char * In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: 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:17538:92: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 17538 | __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) != 0); | ^~~~~~~~~~~~~ | | | char * In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: 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:17972:71: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 17972 | __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: 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:17972:87: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 17972 | __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: 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:18406:70: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 18406 | __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) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: 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:18406:86: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 18406 | __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) != 0); | ^~~~~~~~~~~ | | | char * In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: 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_12_ruamel_yaml_8CEmitter_12serialize': _ruamel_yaml.c:19976:42: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 19976 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ _ruamel_yaml.c:20091:42: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 20091 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | ^ _ruamel_yaml.c: In function '__pyx_f_12_ruamel_yaml_8CEmitter__serialize_node': _ruamel_yaml.c:20948:65: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] 20948 | __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: 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:21759:68: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 21759 | __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) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: 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:21759:84: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 21759 | __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) != 0); | ^~~~~~~~~~~ | | | char * In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: 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:21759:97: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 21759 | __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) != 0); | ^~~~~~~~~~~~~ | | | char * In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: 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:22146:76: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 22146 | __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) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: 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:22146:92: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 22146 | __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) != 0); | ^~~~~~~~~~~ | | | char * In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: 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:22676:75: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 22676 | __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) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: 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:22676:91: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 22676 | __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) != 0); | ^~~~~~~~~~~ | | | char * In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: 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, | ~~~~~~~~~~~~~^~~ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.8 -c api.c -o build/temp.linux-i686-3.8/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 -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.8 -c writer.c -o build/temp.linux-i686-3.8/writer.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.8 -c dumper.c -o build/temp.linux-i686-3.8/dumper.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.8 -c loader.c -o build/temp.linux-i686-3.8/loader.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.8 -c reader.c -o build/temp.linux-i686-3.8/reader.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.8 -c scanner.c -o build/temp.linux-i686-3.8/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 -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.8 -c parser.c -o build/temp.linux-i686-3.8/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 -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.8 -c emitter.c -o build/temp.linux-i686-3.8/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 -shared -Wl,--as-needed -Wl,--as-needed -Wl,--as-needed -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-i686-3.8/_ruamel_yaml.o build/temp.linux-i686-3.8/api.o build/temp.linux-i686-3.8/writer.o build/temp.linux-i686-3.8/dumper.o build/temp.linux-i686-3.8/loader.o build/temp.linux-i686-3.8/reader.o build/temp.linux-i686-3.8/scanner.o build/temp.linux-i686-3.8/parser.o build/temp.linux-i686-3.8/emitter.o -L/usr/lib -o build/lib.linux-i686-3.8/_ruamel_yaml.cpython-38-i386-linux-gnu.so >>> py3-ruamel.yaml.clib: Entering fakeroot... Processing /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.2 Using legacy setup.py install for ruamel.yaml.clib, since package 'wheel' is not installed. Installing collected packages: ruamel.yaml.clib Running setup.py install for ruamel.yaml.clib: started Running setup.py install for ruamel.yaml.clib: finished with status 'done' Successfully installed ruamel.yaml.clib-0.2.2 >>> 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 so:libc.musl-x86.so.1 >>> py3-ruamel.yaml.clib*: Package size: 340.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.2-r0.apk >>> py3-ruamel.yaml.clib: Build complete at Tue, 22 Dec 2020 03:23:10 +0000 elapsed time 0h 0m 25s >>> py3-ruamel.yaml.clib: Cleaning up srcdir >>> py3-ruamel.yaml.clib: Cleaning up pkgdir >>> py3-ruamel.yaml.clib: Uninstalling dependencies... (1/34) Purging .makedepends-py3-ruamel.yaml.clib (20201222.032249) (2/34) Purging py3-pip (20.1.1-r0) (3/34) Purging py3-cachecontrol (0.12.6-r0) (4/34) Purging py3-lockfile (0.12.2-r3) (5/34) Purging py3-colorama (0.4.4-r0) (6/34) Purging py3-distlib (0.3.1-r1) (7/34) Purging py3-distro (1.5.0-r1) (8/34) Purging py3-html5lib (1.1-r0) (9/34) Purging py3-msgpack (1.0.1-r0) (10/34) Purging py3-pep517 (0.9.1-r0) (11/34) Purging py3-pytoml (0.1.21-r0) (12/34) Purging py3-progress (1.5-r0) (13/34) Purging py3-toml (0.10.2-r0) (14/34) Purging py3-requests (2.25.1-r0) (15/34) Purging py3-chardet (4.0.0-r0) (16/34) Purging py3-idna (2.10-r0) (17/34) Purging py3-urllib3 (1.26.2-r1) (18/34) Purging py3-retrying (1.3.3-r0) (19/34) Purging py3-setuptools (51.0.0-r0) (20/34) Purging py3-ordered-set (4.0.2-r0) (21/34) Purging py3-appdirs (1.4.4-r1) (22/34) Purging py3-packaging (20.8-r0) (23/34) Purging py3-parsing (2.4.7-r1) (24/34) Purging py3-six (1.15.0-r0) (25/34) Purging py3-webencodings (0.5.1-r3) (26/34) Purging py3-contextlib2 (0.6.0-r0) (27/34) Purging python3-dev (3.8.6-r0) (28/34) Purging python3 (3.8.6-r0) (29/34) Purging libbz2 (1.0.8-r1) (30/34) Purging libffi (3.3-r2) (31/34) Purging gdbm (1.18.1-r0) (32/34) Purging xz-libs (5.2.5-r0) (33/34) Purging readline (8.0.4-r0) (34/34) Purging sqlite-libs (3.34.0-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> py3-ruamel.yaml.clib: Updating the community/x86 repository index... >>> py3-ruamel.yaml.clib: Signing the index...