Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/PyYAML.spec'], chrootPath='/var/lib/mock/f31-build-49517-27288/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/PyYAML.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1563148800 Wrote: /builddir/build/SRPMS/PyYAML-5.1.1-2.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/PyYAML.spec'], chrootPath='/var/lib/mock/f31-build-49517-27288/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/PyYAML.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1563148800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nSU9oY + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyyaml-5.1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/PyYAML-5.1.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyyaml-5.1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod a-x examples/yaml-highlight/yaml_hl.py + rm -rf ext/_yaml.c + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bPvahW + umask 022 + cd /builddir/build/BUILD + cd pyyaml-5.1.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.h:10: warning: "PyString_CheckExact" redefined BUILDSTDERR: 10 | #define PyString_CheckExact PyBytes_CheckExact BUILDSTDERR: | BUILDSTDERR: ext/_yaml.c:486: note: this is the location of the previous definition BUILDSTDERR: 486 | #define PyString_CheckExact PyUnicode_CheckExact BUILDSTDERR: | BUILDSTDERR: ext/_yaml.c: In function ‘__pyx_pf_5_yaml_get_version_string’: BUILDSTDERR: ext/_yaml.c:1888:17: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 1888 | __pyx_v_value = yaml_get_version_string(); BUILDSTDERR: | ^ BUILDSTDERR: ext/_yaml.c: In function ‘__pyx_pf_5_yaml_7CParser___init__’: BUILDSTDERR: ext/_yaml.c:3388:52: warning: passing argument 2 of ‘yaml_parser_set_input’ from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: 3388 | yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | int (*)(void *, char *, size_t, size_t *) {aka int (*)(void *, char *, long unsigned int, long unsigned int *)} BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:1370:30: 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 *, size_t, size_t *)’ {aka ‘int (*)(void *, char *, long unsigned int, long unsigned int *)’} BUILDSTDERR: 1370 | yaml_read_handler_t *handler, void *data); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:98, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/bytesobject.h:87:57: warning: pointer targets in passing argument 2 of ‘yaml_parser_set_input_string’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 87 | #define PyBytes_AS_STRING(op) (assert(PyBytes_Check(op)), \ BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: 88 | (((PyBytesObject *)(op))->ob_sval)) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.h:11:29: note: in expansion of macro ‘PyBytes_AS_STRING’ BUILDSTDERR: 11 | #define PyString_AS_STRING PyBytes_AS_STRING BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:3629:59: note: in expansion of macro ‘PyString_AS_STRING’ BUILDSTDERR: 3629 | yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:1344:30: note: expected ‘const unsigned char *’ but argument is of type ‘char *’ BUILDSTDERR: 1344 | const unsigned char *input, size_t size); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~^~~~~ BUILDSTDERR: ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__token_to_object’: BUILDSTDERR: ext/_yaml.c:5463:71: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 5463 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:5475:71: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 5475 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:6477:63: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 6477 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:6561:64: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 6561 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:6645:61: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 6645 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:6657:61: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 6657 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:6781:64: warning: pointer targets in passing argument 1 of ‘PyUnicode_DecodeUTF8’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 6781 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:1298:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 1298 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__event_to_object’: BUILDSTDERR: ext/_yaml.c:8462:63: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 8462 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:8474:63: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 8474 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:8717:63: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 8717 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:8821:66: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 8821 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:8862:66: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 8862 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:8883:64: warning: pointer targets in passing argument 1 of ‘PyUnicode_DecodeUTF8’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 8883 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:1298:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 1298 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:9224:74: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 9224 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:9265:74: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 9265 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:9497:73: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 9497 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:9538:73: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 9538 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_node’: BUILDSTDERR: ext/_yaml.c:11211:75: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 11211 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:11531:76: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 11531 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:11587:84: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 11587 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:11643:83: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 11643 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_scalar_node’: BUILDSTDERR: ext/_yaml.c:12301:74: warning: pointer targets in passing argument 1 of ‘PyUnicode_DecodeUTF8’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 12301 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:1298:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 1298 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:12524:76: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 12524 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_sequence_node’: BUILDSTDERR: ext/_yaml.c:13062:84: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 13062 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_mapping_node’: BUILDSTDERR: ext/_yaml.c:13687:83: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 13687 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:99, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python3.7m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: 702 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c: In function ‘__pyx_f_5_yaml_input_handler’: BUILDSTDERR: ext/_yaml.c:14499:87: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: 14499 | __pyx_t_3 = (((__pyx_v_parser->stream_cache_len - __pyx_v_parser->stream_cache_pos) < __pyx_v_size) != 0); BUILDSTDERR: | ^ BUILDSTDERR: ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter___init__’: BUILDSTDERR: ext/_yaml.c:15018:53: warning: passing argument 2 of ‘yaml_emitter_set_output’ from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: 15018 | yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | int (*)(void *, char *, size_t) {aka int (*)(void *, char *, long unsigned int)} BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:1837: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)’} BUILDSTDERR: 1837 | yaml_write_handler_t *handler, void *data); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: ext/_yaml.c: In function ‘__pyx_f_5_yaml_8CEmitter__object_to_event’: BUILDSTDERR: ext/_yaml.c:16370:44: warning: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 16370 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); BUILDSTDERR: | ^ BUILDSTDERR: ext/_yaml.c:16485:44: warning: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 16485 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); BUILDSTDERR: | ^ BUILDSTDERR: ext/_yaml.c:16822:62: warning: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 16822 | __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:555:63: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: 555 | yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_yaml.c:17537:63: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 17537 | __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); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:581:22: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: 581 | yaml_char_t *anchor, yaml_char_t *tag, BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_yaml.c:17537:79: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 17537 | __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); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:581:43: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: 581 | yaml_char_t *anchor, yaml_char_t *tag, BUILDSTDERR: | ~~~~~~~~~~~~~^~~ BUILDSTDERR: ext/_yaml.c:17537:92: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 17537 | __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); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:582:22: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: 582 | yaml_char_t *value, int length, BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~ BUILDSTDERR: ext/_yaml.c:17971:71: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 17971 | __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); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:604:22: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: 604 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_yaml.c:17971:87: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 17971 | __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); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:604:43: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: 604 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, BUILDSTDERR: | ~~~~~~~~~~~~~^~~ BUILDSTDERR: ext/_yaml.c:18405:70: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 18405 | __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); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:636:22: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: 636 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_yaml.c:18405:86: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 18405 | __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); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:636:43: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: 636 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, BUILDSTDERR: | ~~~~~~~~~~~~~^~~ BUILDSTDERR: ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter_12serialize’: BUILDSTDERR: ext/_yaml.c:19975:42: warning: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 19975 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); BUILDSTDERR: | ^ BUILDSTDERR: ext/_yaml.c:20090:42: warning: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 20090 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); BUILDSTDERR: | ^ BUILDSTDERR: ext/_yaml.c: In function ‘__pyx_f_5_yaml_8CEmitter__serialize_node’: BUILDSTDERR: ext/_yaml.c:20947:65: warning: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 20947 | __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:555:63: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: 555 | yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_yaml.c:21758:68: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 21758 | __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); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:581:22: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: 581 | yaml_char_t *anchor, yaml_char_t *tag, BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_yaml.c:21758:84: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 21758 | __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); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:581:43: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: 581 | yaml_char_t *anchor, yaml_char_t *tag, BUILDSTDERR: | ~~~~~~~~~~~~~^~~ BUILDSTDERR: ext/_yaml.c:21758:97: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 21758 | __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); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:582:22: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: 582 | yaml_char_t *value, int length, BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~ BUILDSTDERR: ext/_yaml.c:22145:76: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 22145 | __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); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:604:22: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: 604 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_yaml.c:22145:92: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 22145 | __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); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:604:43: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: 604 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, BUILDSTDERR: | ~~~~~~~~~~~~~^~~ BUILDSTDERR: ext/_yaml.c:22675:75: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 22675 | __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); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:636:22: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: 636 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_yaml.c:22675:91: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 22675 | __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); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:636:43: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: 636 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, BUILDSTDERR: | ~~~~~~~~~~~~~^~~ BUILDSTDERR: /usr/lib64/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires' BUILDSTDERR: warnings.warn(msg) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/pyyaml-5.1.1/ext/_yaml.pxd BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' BUILDSTDERR: /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' BUILDSTDERR: warnings.warn(msg) running build running build_py creating build creating build/lib.linux-riscv64-3.7 creating build/lib.linux-riscv64-3.7/yaml copying lib3/yaml/resolver.py -> build/lib.linux-riscv64-3.7/yaml copying lib3/yaml/emitter.py -> build/lib.linux-riscv64-3.7/yaml copying lib3/yaml/cyaml.py -> build/lib.linux-riscv64-3.7/yaml copying lib3/yaml/constructor.py -> build/lib.linux-riscv64-3.7/yaml copying lib3/yaml/dumper.py -> build/lib.linux-riscv64-3.7/yaml copying lib3/yaml/error.py -> build/lib.linux-riscv64-3.7/yaml copying lib3/yaml/__init__.py -> build/lib.linux-riscv64-3.7/yaml copying lib3/yaml/nodes.py -> build/lib.linux-riscv64-3.7/yaml copying lib3/yaml/representer.py -> build/lib.linux-riscv64-3.7/yaml copying lib3/yaml/composer.py -> build/lib.linux-riscv64-3.7/yaml copying lib3/yaml/parser.py -> build/lib.linux-riscv64-3.7/yaml copying lib3/yaml/serializer.py -> build/lib.linux-riscv64-3.7/yaml copying lib3/yaml/events.py -> build/lib.linux-riscv64-3.7/yaml copying lib3/yaml/scanner.py -> build/lib.linux-riscv64-3.7/yaml copying lib3/yaml/tokens.py -> build/lib.linux-riscv64-3.7/yaml copying lib3/yaml/reader.py -> build/lib.linux-riscv64-3.7/yaml copying lib3/yaml/loader.py -> build/lib.linux-riscv64-3.7/yaml running build_ext cythoning ext/_yaml.pyx to ext/_yaml.c building '_yaml' extension creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/ext gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c ext/_yaml.c -o build/temp.linux-riscv64-3.7/ext/_yaml.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/ext/_yaml.o -L/usr/lib64 -lyaml -lpython3.7m -o build/lib.linux-riscv64-3.7/_yaml.cpython-37m-riscv64-linux-gnu.so running build running build_py creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/yaml copying lib/yaml/resolver.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/emitter.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/cyaml.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/constructor.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/dumper.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/error.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/__init__.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/nodes.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/representer.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/composer.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/parser.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/serializer.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/events.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/scanner.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/tokens.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/reader.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/loader.py -> build/lib.linux-riscv64-2.7/yaml running build_ext building '_yaml' extension creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/ext BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.h:6: warning: "PyUnicode_FromString" redefined BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:281: note: this is the location of the previous definition BUILDSTDERR: 281 | # define PyUnicode_FromString PyUnicodeUCS4_FromString BUILDSTDERR: | BUILDSTDERR: ext/_yaml.c: In function '__pyx_pf_5_yaml_get_version_string': BUILDSTDERR: ext/_yaml.c:1888:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 1888 | __pyx_v_value = yaml_get_version_string(); BUILDSTDERR: | ^ BUILDSTDERR: ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser___init__': BUILDSTDERR: ext/_yaml.c:3388:52: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: 3388 | yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | int (*)(void *, char *, size_t, size_t *) {aka int (*)(void *, char *, long unsigned int, long unsigned int *)} BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:1370:30: 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 *, size_t, size_t *)' {aka 'int (*)(void *, char *, long unsigned int, long unsigned int *)'} BUILDSTDERR: 1370 | yaml_read_handler_t *handler, void *data); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:97, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/stringobject.h:91:57: warning: pointer targets in passing argument 2 of 'yaml_parser_set_input_string' differ in signedness [-Wpointer-sign] BUILDSTDERR: 91 | #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: ext/_yaml.c:3629:59: note: in expansion of macro 'PyString_AS_STRING' BUILDSTDERR: 3629 | yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:1344:30: note: expected 'const unsigned char *' but argument is of type 'char *' BUILDSTDERR: 1344 | const unsigned char *input, size_t size); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~^~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__token_to_object': BUILDSTDERR: ext/_yaml.c:5463:71: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 5463 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:5463:71: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 5463 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:5475:71: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 5475 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:5475:71: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 5475 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:6477:63: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 6477 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:6477:63: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 6477 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:6561:64: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 6561 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:6561:64: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 6561 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:6645:61: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 6645 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:6645:61: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 6645 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:6657:61: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 6657 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:6657:61: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 6657 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:6781:64: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 6781 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__event_to_object': BUILDSTDERR: ext/_yaml.c:8462:63: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 8462 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:8462:63: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 8462 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:8474:63: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 8474 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:8474:63: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 8474 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:8717:63: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 8717 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:8717:63: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 8717 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:8821:66: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 8821 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:8821:66: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 8821 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:8862:66: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 8862 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:8862:66: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 8862 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c:8883:64: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 8883 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:9224:74: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 9224 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:9224:74: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 9224 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:9265:74: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 9265 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:9265:74: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 9265 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:9497:73: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 9497 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:9497:73: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 9497 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:9538:73: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 9538 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:9538:73: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 9538 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_node': BUILDSTDERR: ext/_yaml.c:11211:75: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 11211 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:11211:75: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 11211 | __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) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:11531:76: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 11531 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:11531:76: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 11531 | __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) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:11587:84: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 11587 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:11587:84: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 11587 | __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) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:11643:83: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 11643 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:11643:83: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 11643 | __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) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_scalar_node': BUILDSTDERR: ext/_yaml.c:12301:74: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 12301 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:12524:76: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 12524 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:12524:76: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 12524 | __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) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_sequence_node': BUILDSTDERR: ext/_yaml.c:13062:84: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 13062 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:13062:84: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 13062 | __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) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_mapping_node': BUILDSTDERR: ext/_yaml.c:13687:83: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 13687 | __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) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: | | BUILDSTDERR: | yaml_char_t * {aka unsigned char *} BUILDSTDERR: ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ext/_yaml.c:596: BUILDSTDERR: ext/_yaml.c:13687:83: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 13687 | __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) BUILDSTDERR: ext/_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter___init__': BUILDSTDERR: ext/_yaml.c:15018:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: 15018 | yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | int (*)(void *, char *, size_t) {aka int (*)(void *, char *, long unsigned int)} BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:1837: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)'} BUILDSTDERR: 1837 | yaml_write_handler_t *handler, void *data); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__object_to_event': BUILDSTDERR: ext/_yaml.c:16370:44: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] BUILDSTDERR: 16370 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); BUILDSTDERR: | ^ BUILDSTDERR: ext/_yaml.c:16485:44: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] BUILDSTDERR: 16485 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); BUILDSTDERR: | ^ BUILDSTDERR: ext/_yaml.c:16822:62: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: 16822 | __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:555:63: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 555 | yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_yaml.c:17537:63: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: 17537 | __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); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:581:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 581 | yaml_char_t *anchor, yaml_char_t *tag, BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_yaml.c:17537:79: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: 17537 | __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); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:581:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 581 | yaml_char_t *anchor, yaml_char_t *tag, BUILDSTDERR: | ~~~~~~~~~~~~~^~~ BUILDSTDERR: ext/_yaml.c:17537:92: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: 17537 | __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); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:582:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 582 | yaml_char_t *value, int length, BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~ BUILDSTDERR: ext/_yaml.c:17971:71: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: 17971 | __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); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:604:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 604 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_yaml.c:17971:87: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: 17971 | __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); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:604:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 604 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, BUILDSTDERR: | ~~~~~~~~~~~~~^~~ BUILDSTDERR: ext/_yaml.c:18405:70: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: 18405 | __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); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:636:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 636 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_yaml.c:18405:86: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: 18405 | __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); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:636:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 636 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, BUILDSTDERR: | ~~~~~~~~~~~~~^~~ BUILDSTDERR: ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter_12serialize': BUILDSTDERR: ext/_yaml.c:19975:42: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] BUILDSTDERR: 19975 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); BUILDSTDERR: | ^ BUILDSTDERR: ext/_yaml.c:20090:42: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] BUILDSTDERR: 20090 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); BUILDSTDERR: | ^ BUILDSTDERR: ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__serialize_node': BUILDSTDERR: ext/_yaml.c:20947:65: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: 20947 | __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:555:63: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 555 | yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_yaml.c:21758:68: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: 21758 | __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); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:581:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 581 | yaml_char_t *anchor, yaml_char_t *tag, BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_yaml.c:21758:84: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: 21758 | __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); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:581:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 581 | yaml_char_t *anchor, yaml_char_t *tag, BUILDSTDERR: | ~~~~~~~~~~~~~^~~ BUILDSTDERR: ext/_yaml.c:21758:97: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: 21758 | __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); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:582:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 582 | yaml_char_t *value, int length, BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~ BUILDSTDERR: ext/_yaml.c:22145:76: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: 22145 | __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); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:604:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 604 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_yaml.c:22145:92: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: 22145 | __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); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:604:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 604 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, BUILDSTDERR: | ~~~~~~~~~~~~~^~~ BUILDSTDERR: ext/_yaml.c:22675:75: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: 22675 | __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); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:636:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 636 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_yaml.c:22675:91: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: 22675 | __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); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from ext/_yaml.h:2, BUILDSTDERR: from ext/_yaml.c:596: BUILDSTDERR: /usr/include/yaml.h:636:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 636 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, BUILDSTDERR: | ~~~~~~~~~~~~~^~~ + sleep 1 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c ext/_yaml.c -o build/temp.linux-riscv64-2.7/ext/_yaml.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-2.7/ext/_yaml.o -L/usr/lib64 -lyaml -lpython2.7 -o build/lib.linux-riscv64-2.7/_yaml.so Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5nJTeY + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64 + cd pyyaml-5.1.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64 BUILDSTDERR: /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' BUILDSTDERR: warnings.warn(msg) running install running install_lib creating /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr creating /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/resolver.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/emitter.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/cyaml.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/constructor.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/dumper.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/error.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/__init__.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/nodes.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/representer.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/composer.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/parser.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/serializer.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/events.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/scanner.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/tokens.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/reader.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/loader.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/_yaml.so -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml/resolver.py to resolver.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml/emitter.py to emitter.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml/cyaml.py to cyaml.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml/constructor.py to constructor.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml/dumper.py to dumper.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml/error.py to error.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml/__init__.py to __init__.pyc BUILDSTDERR: byte-compiling /builddir/build/BUILDROOT/PyY+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64 AML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml/nodes.py to nodes.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml/representer.py to representer.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml/composer.py to composer.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml/parser.py to parser.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml/serializer.py to serializer.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml/events.py to events.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml/scanner.py to scanner.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml/tokens.py to tokens.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml/reader.py to reader.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/yaml/loader.py to loader.pyc writing byte-compilation script '/tmp/tmpn_b4mZ.py' /usr/bin/python2 -O /tmp/tmpn_b4mZ.py removing /tmp/tmpn_b4mZ.py running install_egg_info Writing /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/PyYAML-5.1.1-py2.7.egg-info running install running install_lib creating /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages copying build/lib.linux-riscv64-3.7/_yaml.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml copying build/lib.linux-riscv64-3.7/yaml/resolver.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml copying build/lib.linux-riscv64-3.7/yaml/emitter.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml copying build/lib.linux-riscv64-3.7/yaml/cyaml.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml copying build/lib.linux-riscv64-3.7/yaml/constructor.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml copying build/lib.linux-riscv64-3.7/yaml/dumper.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml copying build/lib.linux-riscv64-3.7/yaml/error.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml copying build/lib.linux-riscv64-3.7/yaml/__init__.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml copying build/lib.linux-riscv64-3.7/yaml/nodes.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml copying build/lib.linux-riscv64-3.7/yaml/representer.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml copying build/lib.linux-riscv64-3.7/yaml/composer.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml copying build/lib.linux-riscv64-3.7/yaml/parser.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml copying build/lib.linux-riscv64-3.7/yaml/serializer.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml copying build/lib.linux-riscv64-3.7/yaml/events.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml BUILDSTDERR: copying build/lib.linux-riscv64-3.7/yaml/scanner.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64//usr/lib64/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires' BUILDSTDERR: warnings.warn(msg) + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 5.1.1-2.fc31 --unique-debug-suffix -5.1.1-2.fc31.riscv64 --unique-debug-src-base PyYAML-5.1.1-2.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pyyaml-5.1.1 BUILDSTDERR: 2317 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 python3.7/site-packages/yaml copying build/lib.linux-riscv64-3.7/yaml/tokens.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml copying build/lib.linux-riscv64-3.7/yaml/reader.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml copying build/lib.linux-riscv64-3.7/yaml/loader.py -> /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml/resolver.py to resolver.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml/emitter.py to emitter.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml/cyaml.py to cyaml.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml/constructor.py to constructor.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml/dumper.py to dumper.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml/error.py to error.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml/nodes.py to nodes.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml/representer.py to representer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml/composer.py to composer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml/parser.py to parser.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml/serializer.py to serializer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml/events.py to events.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml/scanner.py to scanner.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml/tokens.py to tokens.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml/reader.py to reader.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/yaml/loader.py to loader.cpython-37.pyc writing byte-compilation script '/tmp/tmpjf8dvwup.py' /usr/bin/python3 /tmp/tmpjf8dvwup.py removing /tmp/tmpjf8dvwup.py running install_egg_info Writing /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/PyYAML-5.1.1-py3.7.egg-info explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/_yaml.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/_yaml.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/_yaml.so extracting debug info from /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/_yaml.cpython-37m-riscv64-linux-gnu.so original debug info size: 2688kB, size after compression: 2612kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. BUILDSTDERR: Bytecompiling .py files below /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/pyt+ /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs hon2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.rmgSZV Processing files: python2-pyyaml-5.1.1-2.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6Z3HRW + umask 022 + cd /builddir/build/BUILD + cd pyyaml-5.1.1 + DOCDIR=/builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/share/doc/python2-pyyaml + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/share/doc/python2-pyyaml + cp -pr CHANGES /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/share/doc/python2-pyyaml + cp -pr README /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/share/doc/python2-pyyaml + cp -pr examples /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/share/doc/python2-pyyaml + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Gyyy9V + umask 022 + cd /builddir/build/BUILD + cd pyyaml-5.1.1 + LICENSEDIR=/builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/share/licenses/python2-pyyaml + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/share/licenses/python2-pyyaml + cp -pr LICENSE /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/share/licenses/python2-pyyaml + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: PyYAML = 5.1.1-2.fc31 PyYAML(riscv-64) = 5.1.1-2.fc31 python-yaml = 5.1.1-2.fc31 python-yaml(riscv-64) = 5.1.1-2.fc31 python2-pyyaml = 5.1.1-2.fc31 python2-pyyaml(riscv-64) = 5.1.1-2.fc31 python2-yaml = 5.1.1-2.fc31 python2-yaml(riscv-64) = 5.1.1-2.fc31 python2.7dist(pyyaml) = 5.1.1 python2dist(pyyaml) = 5.1.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpython2.7.so.1.0()(64bit) libyaml-0.so.2()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: PyYAML < 5.1.1-2.fc31 Processing files: python3-pyyaml-5.1.1-2.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DFEPoZ + umask 022 + cd /builddir/build/BUILD + cd pyyaml-5.1.1 + DOCDIR=/builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/share/doc/python3-pyyaml + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/share/doc/python3-pyyaml + cp -pr CHANGES /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/share/doc/python3-pyyaml + cp -pr README /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/share/doc/python3-pyyaml + cp -pr examples /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/share/doc/python3-pyyaml + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.BmmDQW + umask 022 + cd /builddir/build/BUILD + cd pyyaml-5.1.1 + LICENSEDIR=/builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/share/licenses/python3-pyyaml + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/share/licenses/python3-pyyaml + cp -pr LICENSE /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64/usr/share/licenses/python3-pyyaml + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-pyyaml = 5.1.1-2.fc31 python3-PyYAML = 5.1.1-2.fc31 python3-PyYAML(riscv-64) = 5.1.1-2.fc31 python3-pyyaml = 5.1.1-2.fc31 python3-pyyaml(riscv-64) = 5.1.1-2.fc31 python3-yaml = 5.1.1-2.fc31 python3-yaml(riscv-64) = 5.1.1-2.fc31 python3.7dist(pyyaml) = 5.1.1 python3dist(pyyaml) = 5.1.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpython3.7m.so.1.0()(64bit) libyaml-0.so.2()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Obsoletes: python-pyyaml < 5.1.1-2.fc31 python3-PyYAML < 4.1-5 Processing files: PyYAML-debugsource-5.1.1-2.fc31.riscv64 Provides: PyYAML-debugsource = 5.1.1-2.fc31 PyYAML-debugsource(riscv-64) = 5.1.1-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: PyYAML-debuginfo-5.1.1-2.fc31.riscv64 Provides: PyYAML-debuginfo = 5.1.1-2.fc31 PyYAML-debuginfo(riscv-64) = 5.1.1-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: PyYAML-debugsource(riscv-64) = 5.1.1-2.fc31 Processing files: python2-pyyaml-debuginfo-5.1.1-2.fc31.riscv64 Provides: debuginfo(build-id) = 5c12774795bfb099b0678ca73506960a5c790c15 python2-pyyaml-debuginfo = 5.1.1-2.fc31 python2-pyyaml-debuginfo(riscv-64) = 5.1.1-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: PyYAML-debugsource(riscv-64) = 5.1.1-2.fc31 Processing files: python3-pyyaml-debuginfo-5.1.1-2.fc31.riscv64 Provides: debuginfo(build-id) = 887f5669f0d935c35c585d0c98d0316489fab3e4 python3-pyyaml-debuginfo = 5.1.1-2.fc31 python3-pyyaml-debuginfo(riscv-64) = 5.1.1-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: PyYAML-debugsource(riscv-64) = 5.1.1-2.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64 Wrote: /builddir/build/RPMS/PyYAML-debuginfo-5.1.1-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-pyyaml-5.1.1-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python2-pyyaml-5.1.1-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python2-pyyaml-debuginfo-5.1.1-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/PyYAML-debugsource-5.1.1-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-pyyaml-debuginfo-5.1.1-2.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.onb69V + umask 022 + cd /builddir/build/BUILD + cd pyyaml-5.1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/PyYAML-5.1.1-2.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0