In file included from ext/_yaml.c:343:0:
ext/_yaml.h:10:0: warning: "PyString_CheckExact" redefined
 #define PyString_CheckExact PyBytes_CheckExact
 ^
ext/_yaml.c:184:0: note: this is the location of the previous definition
   #define PyString_CheckExact          PyUnicode_CheckExact
 ^
ext/_yaml.c: In function ‘__pyx_pf_5_yaml_get_version_string’:
ext/_yaml.c:1346:17: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
   __pyx_v_value = yaml_get_version_string();
                 ^
ext/_yaml.c: In function ‘__pyx_pf_5_yaml_7CParser___init__’:
ext/_yaml.c:2471:52: warning: passing argument 2 of ‘yaml_parser_set_input’ from incompatible pointer type [-Wincompatible-pointer-types]
     yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self));
                                                    ^
In file included from ext/_yaml.h:2:0,
                 from ext/_yaml.c:343:
/usr/include/yaml.h:1367:1: note: expected ‘int (*)(void *, unsigned char *, size_t,  size_t *) {aka int (*)(void *, unsigned char *, long unsigned int,  long unsigned int *)}’ but argument is of type ‘int (*)(void *, char *, int,  int *)’
 yaml_parser_set_input(yaml_parser_t *parser,
 ^
In file included from /usr/include/python3.5m/Python.h:76:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/bytesobject.h:73:31: warning: pointer targets in passing argument 2 of ‘yaml_parser_set_input_string’ differ in signedness [-Wpointer-sign]
 #define PyBytes_AS_STRING(op) (assert(PyBytes_Check(op)), \
                               ^
ext/_yaml.h:11:29: note: in expansion of macro ‘PyBytes_AS_STRING’
 #define PyString_AS_STRING  PyBytes_AS_STRING
                             ^
ext/_yaml.c:2664:59: note: in expansion of macro ‘PyString_AS_STRING’
     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 ext/_yaml.h:2:0,
                 from ext/_yaml.c:343:
/usr/include/yaml.h:1341:1: note: expected ‘const unsigned char *’ but argument is of type ‘char *’
 yaml_parser_set_input_string(yaml_parser_t *parser,
 ^
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__token_to_object’:
ext/_yaml.c:4183:38: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign]
     __pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 417; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                      ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
                       ^
ext/_yaml.c:4195:38: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign]
     __pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 418; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                      ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
                       ^
ext/_yaml.c:4741:38: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign]
     __pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 448; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                      ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
                       ^
ext/_yaml.c:4792:38: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign]
     __pyx_t_4 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 451; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                      ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
                       ^
ext/_yaml.c:4843:38: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign]
     __pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 454; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                      ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
                       ^
ext/_yaml.c:4855:38: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign]
     __pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 455; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                      ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
                       ^
ext/_yaml.c:4938: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, __pyx_k_strict); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 460; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                      ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:1276: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:6435: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_filename = __pyx_f[0]; __pyx_lineno = 574; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                          ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
                       ^
ext/_yaml.c:6447: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_filename = __pyx_f[0]; __pyx_lineno = 575; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                          ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
                       ^
ext/_yaml.c:6616:38: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign]
     __pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 586; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                      ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
                       ^
ext/_yaml.c:6687:40: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign]
       __pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 591; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                        ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
                       ^
ext/_yaml.c:6722:40: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign]
       __pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 594; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                        ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
                       ^
ext/_yaml.c:6737:38: warning: pointer targets in passing argument 1 of ‘PyUnicode_DecodeUTF8’ differ in signedness [-Wpointer-sign]
     __pyx_t_1 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 595; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                      ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:1276:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
                       ^
ext/_yaml.c:7031:40: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign]
       __pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 620; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                        ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
                       ^
ext/_yaml.c:7066:40: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign]
       __pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 623; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                        ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
                       ^
ext/_yaml.c:7253:40: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign]
       __pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 637; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                        ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
                       ^
ext/_yaml.c:7288:40: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign]
       __pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 640; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                        ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718: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:8704: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_filename = __pyx_f[0]; __pyx_lineno = 734; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                      ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
                       ^
ext/_yaml.c:8924: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_filename = __pyx_f[0]; __pyx_lineno = 750; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                      ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
                       ^
ext/_yaml.c:8962: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_filename = __pyx_f[0]; __pyx_lineno = 753; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                      ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
                       ^
ext/_yaml.c:9000: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_filename = __pyx_f[0]; __pyx_lineno = 756; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                      ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718: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:9532: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, __pyx_k_strict); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 791; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                    ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:1276:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t * {aka unsigned char *}’
 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
                       ^
ext/_yaml.c:9688:38: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign]
     __pyx_t_9 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_9)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 804; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                      ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718: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:10128: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.sequence_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                      ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718: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:10654: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.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 876; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                      ^
In file included from /usr/include/python3.5m/Python.h:77:0,
                 from ext/_yaml.c:16:
/usr/include/python3.5m/unicodeobject.h:718: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_pf_5_yaml_8CEmitter___init__’:
ext/_yaml.c:11721: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:343:
/usr/include/yaml.h:1829: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 *, 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:12898: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:12991: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:13248:62: warning: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign]
     __pyx_t_4 = ((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:343:
/usr/include/yaml.h:553:1: note: expected ‘yaml_char_t * {aka unsigned char *}’ but argument is of type ‘char *’
 yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor);
 ^
ext/_yaml.c:13824:63: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]
     __pyx_t_3 = ((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:343:
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t * {aka unsigned char *}’ but argument is of type ‘char *’
 yaml_scalar_event_initialize(yaml_event_t *event,
 ^
ext/_yaml.c:13824:79: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]
     __pyx_t_3 = ((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:343:
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t * {aka unsigned char *}’ but argument is of type ‘char *’
 yaml_scalar_event_initialize(yaml_event_t *event,
 ^
ext/_yaml.c:13824:92: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]
     __pyx_t_3 = ((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:343:
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t * {aka unsigned char *}’ but argument is of type ‘char *’
 yaml_scalar_event_initialize(yaml_event_t *event,
 ^
ext/_yaml.c:14166:71: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign]
     __pyx_t_4 = ((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:343:
/usr/include/yaml.h:601:1: note: expected ‘yaml_char_t * {aka unsigned char *}’ but argument is of type ‘char *’
 yaml_sequence_start_event_initialize(yaml_event_t *event,
 ^
ext/_yaml.c:14166:87: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign]
     __pyx_t_4 = ((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:343:
/usr/include/yaml.h:601:1: note: expected ‘yaml_char_t * {aka unsigned char *}’ but argument is of type ‘char *’
 yaml_sequence_start_event_initialize(yaml_event_t *event,
 ^
ext/_yaml.c:14508:70: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign]
     __pyx_t_3 = ((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:343:
/usr/include/yaml.h:633:1: note: expected ‘yaml_char_t * {aka unsigned char *}’ but argument is of type ‘char *’
 yaml_mapping_start_event_initialize(yaml_event_t *event,
 ^
ext/_yaml.c:14508:86: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign]
     __pyx_t_3 = ((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:343:
/usr/include/yaml.h:633:1: note: expected ‘yaml_char_t * {aka 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:15784: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:15877: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:16616: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:343:
/usr/include/yaml.h:553:1: note: expected ‘yaml_char_t * {aka unsigned char *}’ but argument is of type ‘char *’
 yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor);
 ^
ext/_yaml.c:17195:68: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]
       __pyx_t_8 = ((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:343:
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t * {aka unsigned char *}’ but argument is of type ‘char *’
 yaml_scalar_event_initialize(yaml_event_t *event,
 ^
ext/_yaml.c:17195:84: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]
       __pyx_t_8 = ((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:343:
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t * {aka unsigned char *}’ but argument is of type ‘char *’
 yaml_scalar_event_initialize(yaml_event_t *event,
 ^
ext/_yaml.c:17195:97: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]
       __pyx_t_8 = ((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:343:
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t * {aka unsigned char *}’ but argument is of type ‘char *’
 yaml_scalar_event_initialize(yaml_event_t *event,
 ^
ext/_yaml.c:17473:76: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign]
       __pyx_t_8 = ((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:343:
/usr/include/yaml.h:601:1: note: expected ‘yaml_char_t * {aka unsigned char *}’ but argument is of type ‘char *’
 yaml_sequence_start_event_initialize(yaml_event_t *event,
 ^
ext/_yaml.c:17473:92: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign]
       __pyx_t_8 = ((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:343:
/usr/include/yaml.h:601:1: note: expected ‘yaml_char_t * {aka unsigned char *}’ but argument is of type ‘char *’
 yaml_sequence_start_event_initialize(yaml_event_t *event,
 ^
ext/_yaml.c:17874:75: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign]
       __pyx_t_8 = ((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:343:
/usr/include/yaml.h:633:1: note: expected ‘yaml_char_t * {aka unsigned char *}’ but argument is of type ‘char *’
 yaml_mapping_start_event_initialize(yaml_event_t *event,
 ^
ext/_yaml.c:17874:91: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialigcc -pthread -shared build/temp.linux-x86_64-3.5/ext/_yaml.o -L/usr/lib64 -lyaml -lpython3.5m -o build/lib.linux-x86_64-3.5/_yaml.cpython-35m-x86_64-linux-gnu.so
running install_lib
creating /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr
creating /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64
creating /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5
creating /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages
c./
usr/
usr/doc/
usr/doc/python3-PyYAML-3.11/
usr/doc/python3-PyYAML-3.11/README
usr/doc/python3-PyYAML-3.11/LICENSE
usr/doc/python3-PyYAML-3.11/CHANGES
usr/doc/python3-PyYAML-3.11/python3-PyYAML.SlackBuild
usr/lib64/
usr/lib64/python3.5/
usr/lib64/python3.5/site-packages/
usr/lib64/python3.5/site-packages/_yaml.cpython-35m-x86_64-linux-gnu.so
usr/lib64/python3.5/site-packages/PyYAML-3.11-py3.5.egg-info
usr/lib64/python3.5/site-packages/yaml/
usr/lib64/python3.5/site-packages/yaml/emitter.py
usr/lib64/python3.5/site-packages/yaml/error.py
usr/lib64/python3.5/site-packages/yaml/composer.py
usr/lib64/python3.5/site-packages/yaml/dumper.py
usr/lib64/python3.5/site-packages/yaml/representer.py
usr/lib64/python3.5/site-packages/yaml/events.py
usr/lib64/python3.5/site-packages/yaml/tokens.py
usr/lib64/python3.5/site-packages/yaml/constructor.py
usr/lib64/python3.5/site-packages/yaml/scanner.py
usr/lib64/python3.5/site-packages/yaml/__pycache__/
usr/lib64/python3.5/site-packages/yaml/__pycache__/__init__.cpython-35.pyc
usr/lib64/python3.5/site-packages/yaml/__pycache__/resolver.cpython-35.pyc
usr/lib64/python3.5/site-packages/yaml/__pycache__/events.cpython-35.pyc
usr/lib64/python3.5/site-packages/yaml/__pycache__/composer.cpython-35.pyc
usr/lib64/python3.5/site-packages/yaml/__pycache__/scanner.cpython-35.pyc
usr/lib64/python3.5/site-packages/yaml/__pycache__/parser.cpython-35.pyc
usr/lib64/python3.5/site-packages/yaml/__pycache__/constructor.cpython-35.pyc
usr/lib64/python3.5/site-packages/yaml/__pycache__/emitter.cpython-35.pyc
usr/lib64/python3.5/site-packages/yaml/__pycache__/loader.cpython-35.pyc
usr/lib64/python3.5/site-packages/yaml/__pycache__/cyaml.cpython-35.pyc
usr/lib64/python3.5/site-packages/yaml/__pycache__/nodes.cpython-35.pyc
usr/lib64/python3.5/site-packages/yaml/__pycache__/tokens.cpython-35.pyc
usr/lib64/python3.5/site-packages/yaml/__pycache__/error.cpython-35.pyc
usr/lib64/python3.5/site-packages/yaml/__pycache__/representer.cpython-35.pyc
usr/lib64/python3.5/site-packages/yaml/__pycache__/reader.cpython-35.pyc
usr/lib64/python3.5/site-packages/yaml/__pycache__/serializer.cpython-35.pyc
usr/lib64/python3.5/site-packages/yaml/__pycache__/dumper.cpython-35.pyc
usr/lib64/python3.5/site-packages/yaml/__init__.py
usr/lib64/python3.5/site-packages/yaml/resolver.py
usr/lib64/python3.5/site-packages/yaml/cyaml.py
usr/lib64/python3.5/site-packages/yaml/loader.py
usr/lib64/python3.5/site-packages/yaml/nodes.py
usr/lib64/python3.5/site-packages/yaml/reader.py
usr/lib64/python3.5/site-packages/yaml/parser.py
usr/lib64/python3.5/site-packages/yaml/serializer.py
install/
install/slack-desc
thon3-PyYAML/usr/lib64/python3.5/site-packages/yaml
copying build/lib.linux-x86_64-3.5/yaml/parser.py -> /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml
copying build/lib.linux-x86_64-3.5/yaml/serializer.py -> /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml
byte-compiling /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml/emitter.py to emitter.cpython-35.pyc
byte-compiling /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml/error.py to error.cpython-35.pyc
byte-compiling /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml/composer.py to composer.cpython-35.pyc
byte-compiling /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml/dumper.py to dumper.cpython-35.pyc
byte-compiling /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml/representer.py to representer.cpython-35.pyc
byte-compiling /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml/events.py to events.cpython-35.pyc
byte-compiling /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml/tokens.py to tokens.cpython-35.pyc
byte-compiling /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml/constructor.py to constructor.cpython-35.pyc
byte-compiling /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml/scanner.py to scanner.cpython-35.pyc
byte-compiling /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml/__init__.py to __init__.cpython-35.pyc
byte-compiling /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml/resolver.py to resolver.cpython-35.pyc
byte-compiling /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml/cyaml.py to cyaml.cpython-35.pyc
byte-compiling /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml/loader.py to loader.cpython-35.pyc
byte-compiling /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml/nodes.py to nodes.cpython-35.pyc
byte-compiling /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml/reader.py to reader.cpython-35.pyc
byte-compiling /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml/parser.py to parser.cpython-35.pyc
byte-compiling /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/yaml/serializer.py to serializer.cpython-35.pyc
running install_egg_info
Writing /usr/src/slapt-src/libraries/python3-PyYAML/package-python3-PyYAML/usr/lib64/python3.5/site-packages/PyYAML-3.11-py3.5.egg-info

Slackware package maker, version 3.141593.

Searching for symbolic links:

No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n

Creating Slackware package:  /usr/src/slapt-src/libraries/python3-PyYAML/python3-PyYAML-3.11-x86_64-1salix.txz


Slackware package /usr/src/slapt-src/libraries/python3-PyYAML/python3-PyYAML-3.11-x86_64-1salix.txz created.

Installing package python3-PyYAML-3.11-x86_64-1salix...
| python3-PyYAML (YAML parser and emitter for Python)
| 
| YAML is a data serialization format designed for human readability
| and interaction with scripting languages. PyYAML is a YAML parser
| and emitter for Python.
| 
| Homepage: http://pyyaml.org
| 
| This builds the python3 version of PyYAML. It is safe to install this
| on a system that has the SBo's PyYAML (python2) package installed.
| 
| 
|