ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__token_to_object': ext/_yaml.c:5466:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:5478:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6480:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6564:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6648:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6660:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6784:38: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-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, 460, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:462:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__event_to_object': ext/_yaml.c:8465:42: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8477:42: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8720:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8824:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8865:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8886:38: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-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, 595, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:462:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9227:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9268:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9500:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9541:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_node': ext/_yaml.c:11214:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:11534:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:11590:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:11646:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_scalar_node': ext/_yaml.c:12304:36: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-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, 791, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:462:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:12527:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_sequence_node': ext/_yaml.c:13065:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_mapping_node': ext/_yaml.c:13690:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/Python.h:97:0, from ext/_yaml.c:4: /home/buildroot/autobuild/instance-0/output-1/host/include/python3.8/unicodeobject.h:137:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_input_handler': ext/_yaml.c:14502:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] __pyx_t_3 = (((__pyx_v_parser->stream_cache_len - __pyx_v_parser->stream_cache_pos) < __pyx_v_size) != 0); ^ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter___init__': ext/_yaml.c:15021:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /home/buildroot/autobuild/instance-0/output-1/host/include/yaml.h:1843:1: note: expected 'int (*)(void *, unsigned char *, size_t) {aka int (*)(void *, unsigned char *, long unsigned int)}' but argument is of type 'int (*)(void *, char *, size_t) {aka int (*)(void *, char *, long unsigned int)}' yaml_emitter_set_output(yaml_emitter_t *emitter, ^~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__object_to_event': ext/_yaml.c:16373:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:16488:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c:16825:62: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /home/buildroot/autobuild/instance-0/output-1/host/include/yaml.h:555:1: note: expected 'const yaml_char_t * {aka const unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17540:63: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-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) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /home/buildroot/autobuild/instance-0/output-1/host/include/yaml.h:580:1: note: expected 'const yaml_char_t * {aka const unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17540:79: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-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) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /home/buildroot/autobuild/instance-0/output-1/host/include/yaml.h:580:1: note: expected 'const yaml_char_t * {aka const unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17540:92: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-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) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /home/buildroot/autobuild/instance-0/output-1/host/include/yaml.h:580:1: note: expected 'const yaml_char_t * {aka const unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17974:71: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __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); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /home/buildroot/autobuild/instance-0/output-1/host/include/yaml.h:603:1: note: expected 'const yaml_char_t * {aka const unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17974:87: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __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); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /home/buildroot/autobuild/instance-0/output-1/host/include/yaml.h:603:1: note: expected 'const yaml_char_t * {aka const unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18408:70: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-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) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /home/buildroot/autobuild/instance-0/output-1/host/include/yaml.h:635:1: note: expected 'const yaml_char_t * {aka const unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18408:86: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-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) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /home/buildroot/autobuild/instance-0/output-1/host/include/yaml.h:635:1: note: expected 'const yaml_char_t * {aka const unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter_12serialize': ext/_yaml.c:19978:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:20093:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__serialize_node': ext/_yaml.c:20950:65: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /home/buildroot/autobuild/instance-0/output-1/host/include/yaml.h:555:1: note: expected 'const yaml_char_t * {aka const unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:21761:68: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-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) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /home/buildroot/autobuild/instance-0/output-1/host/include/yaml.h:580:1: note: expected 'const yaml_char_t * {aka const unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:21761:84: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-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) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /home/buildroot/autobuild/instance-0/output-1/host/include/yaml.h:580:1: note: expected 'const yaml_char_t * {aka const unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:21761:97: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-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) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /home/buildroot/autobuild/instance-0/output-1/host/include/yaml.h:580:1: note: expected 'const yaml_char_t * {aka const unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22148:76: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-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) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /home/buildroot/autobuild/instance-0/output-1/host/include/yaml.h:603:1: note: expected 'const yaml_char_t * {aka const unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22148:92: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-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) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /home/buildroot/autobuild/instance-0/output-1/host/include/yaml.h:603:1: note: expected 'const yaml_char_t * {aka const unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22678:75: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-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) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /home/buildroot/autobuild/instance-0/output-1/host/include/yaml.h:635:1: note: expected 'const yaml_char_t * {aka const unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22678:91: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-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) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /home/buildroot/autobuild/instance-0/output-1/host/include/yaml.h:635:1: note: expected 'const yaml_char_t * {aka const unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -pthread -shared -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,--enable-new-dtags -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -I/home/buildroot/autobuild/instance-0/output-1/host/include build/temp.linux-x86_64-3.8/ext/_yaml.o -L/home/buildroot/autobuild/instance-0/output-1/host/lib -lyaml -o build/lib.linux-x86_64-3.8/_yaml.cpython-38-x86_64-linux-gnu.so /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) >>> host-python3-pyyaml 5.3.1 Installing to host directory (cd /home/buildroot/autobuild/instance-0/output-1/build/host-python3-pyyaml-5.3.1//; PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-0/output-1/host/bin/python3 setup.py install --prefix=/home/buildroot/autobuild/instance-0/output-1/host ) running install running build running build_py running build_ext running install_lib copying build/lib.linux-x86_64-3.8/_yaml.cpython-38-x86_64-linux-gnu.so -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages creating /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/nodes.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/resolver.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/loader.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/constructor.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/representer.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/parser.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/events.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/tokens.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/__init__.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/error.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/reader.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/serializer.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/scanner.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/cyaml.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/composer.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/dumper.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/emitter.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml/nodes.py to nodes.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml/resolver.py to resolver.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml/loader.py to loader.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml/constructor.py to constructor.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml/representer.py to representer.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml/parser.py to parser.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml/events.py to events.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml/tokens.py to tokens.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml/__init__.py to __init__.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml/error.py to error.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml/reader.py to reader.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml/serializer.py to serializer.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml/scanner.py to scanner.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml/cyaml.py to cyaml.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml/composer.py to composer.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml/dumper.py to dumper.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/yaml/emitter.py to emitter.pyc running install_egg_info Writing /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/PyYAML-5.3.1-py3.8.egg-info /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) regex-2020.2.20.tar.gz: OK (md5: ac88a9c036e626ae4d436e69f35f50cf) regex-2020.2.20.tar.gz: OK (sha256: 9e9624440d754733eddbcd4614378c18713d2d9d0dc647cf9c72f64e39671be5) >>> host-python3-regex 2020.2.20 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/python-regex/regex-2020.2.20.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/host-python3-regex-2020.2.20 -xf - >>> host-python3-regex 2020.2.20 Patching >>> host-python3-regex 2020.2.20 Configuring >>> host-python3-regex 2020.2.20 Building (cd /home/buildroot/autobuild/instance-0/output-1/build/host-python3-regex-2020.2.20//; PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-0/output-1/host/bin/python3 setup.py build ) running build running build_py creating build creating build/lib.linux-x86_64-3.8 creating build/lib.linux-x86_64-3.8/regex copying regex_3/__init__.py -> build/lib.linux-x86_64-3.8/regex copying regex_3/regex.py -> build/lib.linux-x86_64-3.8/regex copying regex_3/_regex_core.py -> build/lib.linux-x86_64-3.8/regex copying regex_3/test_regex.py -> build/lib.linux-x86_64-3.8/regex running build_ext building 'regex._regex' extension creating build/temp.linux-x86_64-3.8 creating build/temp.linux-x86_64-3.8/regex_3 /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -I/home/buildroot/autobuild/instance-0/output-1/host/include -fPIC -I/home/buildroot/autobuild/instance-0/output-1/host/include/python3.8 -c regex_3/_regex.c -o build/temp.linux-x86_64-3.8/regex_3/_regex.o regex_3/_regex.c: In function 'folded_char_at': regex_3/_regex.c:10625:9: warning: variable 'folded_len' set but not used [-Wunused-but-set-variable] int folded_len; ^~~~~~~~~~ regex_3/_regex.c: In function 'fuzzy_match_group_fld': regex_3/_regex.c:11508:10: warning: 'data.new_text_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!record_fuzzy(state, data.fuzzy_type, data.fuzzy_type == RE_FUZZY_DEL ? ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ data.new_text_pos : data.new_text_pos - data.step)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex_3/_regex.c: In function 'fuzzy_match_string_fld': regex_3/_regex.c:11273:10: warning: 'data.new_text_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!record_fuzzy(state, data.fuzzy_type, data.fuzzy_type == RE_FUZZY_DEL ? ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ data.new_text_pos : data.new_text_pos - data.step)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex_3/_regex.c: In function 'basic_match': regex_3/_regex.c:11614:10: warning: 'data.new_text_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!record_fuzzy(state, data.fuzzy_type, data.fuzzy_type == RE_FUZZY_DEL ? ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ data.new_text_pos : data.new_text_pos - data.step)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex_3/_regex.c:11528:18: note: 'data.new_text_pos' was declared here RE_FuzzyData data; ^~~~ regex_3/_regex.c:11373:10: warning: 'data.new_text_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!record_fuzzy(state, data.fuzzy_type, data.fuzzy_type == RE_FUZZY_DEL ? ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ data.new_text_pos : data.new_text_pos - data.step)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex_3/_regex.c:11292:18: note: 'data.new_text_pos' was declared here RE_FuzzyData data; ^~~~ /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -I/home/buildroot/autobuild/instance-0/output-1/host/include -fPIC -I/home/buildroot/autobuild/instance-0/output-1/host/include/python3.8 -c regex_3/_regex_unicode.c -o build/temp.linux-x86_64-3.8/regex_3/_regex_unicode.o /usr/bin/gcc -pthread -shared -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,--enable-new-dtags -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -I/home/buildroot/autobuild/instance-0/output-1/host/include build/temp.linux-x86_64-3.8/regex_3/_regex.o build/temp.linux-x86_64-3.8/regex_3/_regex_unicode.o -L/home/buildroot/autobuild/instance-0/output-1/host/lib -o build/lib.linux-x86_64-3.8/regex/_regex.cpython-38-x86_64-linux-gnu.so >>> host-python3-regex 2020.2.20 Installing to host directory (cd /home/buildroot/autobuild/instance-0/output-1/build/host-python3-regex-2020.2.20//; PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-0/output-1/host/bin/python3 setup.py install --prefix=/home/buildroot/autobuild/instance-0/output-1/host --root=/ --single-version-externally-managed ) running install running build running build_py running build_ext running install_lib creating /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/regex copying build/lib.linux-x86_64-3.8/regex/test_regex.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/regex copying build/lib.linux-x86_64-3.8/regex/__init__.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/regex copying build/lib.linux-x86_64-3.8/regex/_regex.cpython-38-x86_64-linux-gnu.so -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/regex copying build/lib.linux-x86_64-3.8/regex/_regex_core.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/regex copying build/lib.linux-x86_64-3.8/regex/regex.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/regex byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/regex/test_regex.py to test_regex.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/regex/__init__.py to __init__.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/regex/_regex_core.py to _regex_core.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/regex/regex.py to regex.pyc running install_egg_info running egg_info writing regex.egg-info/PKG-INFO writing dependency_links to regex.egg-info/dependency_links.txt writing top-level names to regex.egg-info/top_level.txt reading manifest file 'regex.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'regex.egg-info/SOURCES.txt' Copying regex.egg-info to /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.8/site-packages/regex-2020.2.20-py3.8.egg-info running install_scripts ERROR: No hash found for requests-2.23.0.tar.gz package/pkg-generic.mk:144: recipe for target '/home/buildroot/autobuild/instance-0/output-1/build/host-python3-requests-2.23.0/.stamp_downloaded' failed make: *** [/home/buildroot/autobuild/instance-0/output-1/build/host-python3-requests-2.23.0/.stamp_downloaded] Error 1 make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'