8477 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /tmp/instance-0/output-1/host/include/python3.8/Python.h:97, from ext/_yaml.c:4: /tmp/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 *'} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8720:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8720 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /tmp/instance-0/output-1/host/include/python3.8/Python.h:97, from ext/_yaml.c:4: /tmp/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 *'} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8824:66: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8824 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /tmp/instance-0/output-1/host/include/python3.8/Python.h:97, from ext/_yaml.c:4: /tmp/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 *'} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8865:66: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8865 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /tmp/instance-0/output-1/host/include/python3.8/Python.h:97, from ext/_yaml.c:4: /tmp/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 *'} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8886:64: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] 8886 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /tmp/instance-0/output-1/host/include/python3.8/Python.h:97, from ext/_yaml.c:4: /tmp/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 *'} 462 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9227:74: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 9227 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /tmp/instance-0/output-1/host/include/python3.8/Python.h:97, from ext/_yaml.c:4: /tmp/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 *'} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9268:74: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 9268 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /tmp/instance-0/output-1/host/include/python3.8/Python.h:97, from ext/_yaml.c:4: /tmp/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 *'} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9500:73: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 9500 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /tmp/instance-0/output-1/host/include/python3.8/Python.h:97, from ext/_yaml.c:4: /tmp/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 *'} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9541:73: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 9541 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /tmp/instance-0/output-1/host/include/python3.8/Python.h:97, from ext/_yaml.c:4: /tmp/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 *'} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_node': ext/_yaml.c:11214:75: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11214 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /tmp/instance-0/output-1/host/include/python3.8/Python.h:97, from ext/_yaml.c:4: /tmp/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 *'} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:11534:76: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11534 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /tmp/instance-0/output-1/host/include/python3.8/Python.h:97, from ext/_yaml.c:4: /tmp/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 *'} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:11590:84: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11590 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /tmp/instance-0/output-1/host/include/python3.8/Python.h:97, from ext/_yaml.c:4: /tmp/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 *'} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:11646:83: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11646 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /tmp/instance-0/output-1/host/include/python3.8/Python.h:97, from ext/_yaml.c:4: /tmp/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 *'} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_scalar_node': ext/_yaml.c:12304:74: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] 12304 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /tmp/instance-0/output-1/host/include/python3.8/Python.h:97, from ext/_yaml.c:4: /tmp/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 *'} 462 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:12527:76: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 12527 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /tmp/instance-0/output-1/host/include/python3.8/Python.h:97, from ext/_yaml.c:4: /tmp/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 *'} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_sequence_node': ext/_yaml.c:13065:84: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 13065 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /tmp/instance-0/output-1/host/include/python3.8/Python.h:97, from ext/_yaml.c:4: /tmp/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 *'} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_mapping_node': ext/_yaml.c:13690:83: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 13690 | __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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /tmp/instance-0/output-1/host/include/python3.8/Python.h:97, from ext/_yaml.c:4: /tmp/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 *'} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_input_handler': ext/_yaml.c:14502:87: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 14502 | __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] 15021 | yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *, size_t) {aka int (*)(void *, char *, long unsigned int)} In file included from ext/_yaml.h:2, from ext/_yaml.c:596: /tmp/instance-0/output-1/host/include/yaml.h:1844:31: 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)'} 1844 | yaml_write_handler_t *handler, void *data); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__object_to_event': ext/_yaml.c:16373:44: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 16373 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ ext/_yaml.c:16488:44: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 16488 | __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] 16825 | __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:596: /tmp/instance-0/output-1/host/include/yaml.h:555:69: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 555 | 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] 17540 | __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 ext/_yaml.h:2, from ext/_yaml.c:596: /tmp/instance-0/output-1/host/include/yaml.h:581:28: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:17540:79: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 17540 | __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 ext/_yaml.h:2, from ext/_yaml.c:596: /tmp/instance-0/output-1/host/include/yaml.h:581:55: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c:17540:92: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 17540 | __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 ext/_yaml.h:2, from ext/_yaml.c:596: /tmp/instance-0/output-1/host/include/yaml.h:582:28: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 582 | const yaml_char_t *value, int length, | ~~~~~~~~~~~~~~~~~~~^~~~~ ext/_yaml.c:17974:71: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 17974 | __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 ext/_yaml.h:2, from ext/_yaml.c:596: /tmp/instance-0/output-1/host/include/yaml.h:604:28: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:17974:87: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 17974 | __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 ext/_yaml.h:2, from ext/_yaml.c:596: /tmp/instance-0/output-1/host/include/yaml.h:604:55: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c:18408:70: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 18408 | __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 ext/_yaml.h:2, from ext/_yaml.c:596: /tmp/instance-0/output-1/host/include/yaml.h:636:28: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:18408:86: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 18408 | __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 ext/_yaml.h:2, from ext/_yaml.c:596: /tmp/instance-0/output-1/host/include/yaml.h:636:55: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter_12serialize': ext/_yaml.c:19978:42: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 19978 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ ext/_yaml.c:20093:42: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 20093 | __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] 20950 | __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:596: /tmp/instance-0/output-1/host/include/yaml.h:555:69: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 555 | 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] 21761 | __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 ext/_yaml.h:2, from ext/_yaml.c:596: /tmp/instance-0/output-1/host/include/yaml.h:581:28: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:21761:84: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 21761 | __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 ext/_yaml.h:2, from ext/_yaml.c:596: /tmp/instance-0/output-1/host/include/yaml.h:581:55: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c:21761:97: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 21761 | __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 ext/_yaml.h:2, from ext/_yaml.c:596: /tmp/instance-0/output-1/host/include/yaml.h:582:28: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 582 | const yaml_char_t *value, int length, | ~~~~~~~~~~~~~~~~~~~^~~~~ ext/_yaml.c:22148:76: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 22148 | __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 ext/_yaml.h:2, from ext/_yaml.c:596: /tmp/instance-0/output-1/host/include/yaml.h:604:28: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:22148:92: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 22148 | __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 ext/_yaml.h:2, from ext/_yaml.c:596: /tmp/instance-0/output-1/host/include/yaml.h:604:55: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c:22678:75: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 22678 | __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 ext/_yaml.h:2, from ext/_yaml.c:596: /tmp/instance-0/output-1/host/include/yaml.h:636:28: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:22678:91: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 22678 | __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 ext/_yaml.h:2, from ext/_yaml.c:596: /tmp/instance-0/output-1/host/include/yaml.h:636:55: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ /usr/bin/gcc -pthread -shared -L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib -Wl,--enable-new-dtags -L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib -O2 -I/tmp/instance-0/output-1/host/include -I/tmp/instance-0/output-1/host/include build/temp.linux-x86_64-3.8/ext/_yaml.o -L/tmp/instance-0/output-1/host/lib -lyaml -o build/lib.linux-x86_64-3.8/_yaml.cpython-38-x86_64-linux-gnu.so /tmp/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 /tmp/instance-0/output-1/build/host-python3-pyyaml-5.3.1//; PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=1 PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/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="/tmp/instance-0/output-1/host/lib/pkgconfig:/tmp/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/tmp/instance-0/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-0/output-1/host/include" LDFLAGS="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /tmp/instance-0/output-1/host/bin/python3 setup.py install --prefix=/tmp/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 -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages creating /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/__init__.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/composer.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/constructor.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/cyaml.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/dumper.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/emitter.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/error.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/events.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/loader.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/nodes.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/parser.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/reader.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/representer.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/resolver.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/scanner.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/serializer.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/tokens.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml/__init__.py to __init__.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml/composer.py to composer.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml/constructor.py to constructor.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml/cyaml.py to cyaml.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml/dumper.py to dumper.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml/emitter.py to emitter.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml/error.py to error.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml/events.py to events.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml/loader.py to loader.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml/nodes.py to nodes.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml/parser.py to parser.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml/reader.py to reader.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml/representer.py to representer.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml/resolver.py to resolver.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml/scanner.py to scanner.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml/serializer.py to serializer.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/yaml/tokens.py to tokens.pyc running install_egg_info Writing /tmp/instance-0/output-1/host/lib/python3.8/site-packages/PyYAML-5.3.1-py3.8.egg-info /tmp/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 /tmp/instance-0/dl/python-regex/regex-2020.2.20.tar.gz | /tmp/instance-0/output-1/host/bin/tar --strip-components=1 -C /tmp/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 /tmp/instance-0/output-1/build/host-python3-regex-2020.2.20//; PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=1 PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/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="/tmp/instance-0/output-1/host/lib/pkgconfig:/tmp/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/tmp/instance-0/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-0/output-1/host/include" LDFLAGS="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /tmp/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/tmp/instance-0/output-1/host/include -O2 -I/tmp/instance-0/output-1/host/include -I/tmp/instance-0/output-1/host/include -fPIC -I/tmp/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] 10625 | 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] 11508 | if (!record_fuzzy(state, data.fuzzy_type, data.fuzzy_type == RE_FUZZY_DEL ? | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11509 | 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] 11273 | if (!record_fuzzy(state, data.fuzzy_type, data.fuzzy_type == RE_FUZZY_DEL ? | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11274 | 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] 11614 | if (!record_fuzzy(state, data.fuzzy_type, data.fuzzy_type == RE_FUZZY_DEL ? | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11615 | data.new_text_pos : data.new_text_pos - data.step)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex_3/_regex.c:11528:18: note: 'data.new_text_pos' was declared here 11528 | RE_FuzzyData data; | ^~~~ regex_3/_regex.c:11373:10: warning: 'data.new_text_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] 11373 | if (!record_fuzzy(state, data.fuzzy_type, data.fuzzy_type == RE_FUZZY_DEL ? | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11374 | data.new_text_pos : data.new_text_pos - data.step)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex_3/_regex.c:11292:18: note: 'data.new_text_pos' was declared here 11292 | RE_FuzzyData data; | ^~~~ /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/tmp/instance-0/output-1/host/include -O2 -I/tmp/instance-0/output-1/host/include -I/tmp/instance-0/output-1/host/include -fPIC -I/tmp/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/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib -Wl,--enable-new-dtags -L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib -O2 -I/tmp/instance-0/output-1/host/include -I/tmp/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/tmp/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 /tmp/instance-0/output-1/build/host-python3-regex-2020.2.20//; PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=1 PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/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="/tmp/instance-0/output-1/host/lib/pkgconfig:/tmp/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/tmp/instance-0/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-0/output-1/host/include" LDFLAGS="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /tmp/instance-0/output-1/host/bin/python3 setup.py install --prefix=/tmp/instance-0/output-1/host --root=/ --single-version-externally-managed ) running install running build running build_py running build_ext running install_lib creating /tmp/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 -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/regex copying build/lib.linux-x86_64-3.8/regex/test_regex.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/regex copying build/lib.linux-x86_64-3.8/regex/_regex_core.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/regex copying build/lib.linux-x86_64-3.8/regex/regex.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/regex copying build/lib.linux-x86_64-3.8/regex/__init__.py -> /tmp/instance-0/output-1/host/lib/python3.8/site-packages/regex byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/regex/test_regex.py to test_regex.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/regex/_regex_core.py to _regex_core.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/regex/regex.py to regex.pyc byte-compiling /tmp/instance-0/output-1/host/lib/python3.8/site-packages/regex/__init__.py to __init__.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 /tmp/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 make: *** [package/pkg-generic.mk:148: /tmp/instance-0/output-1/build/host-python3-requests-2.23.0/.stamp_downloaded] Error 1 make: Leaving directory '/tmp/instance-0/buildroot'