+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/PyYAML.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.uvLnni + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf PyYAML-3.12 + /usr/bin/gzip -dc /builddir/build/SOURCES/PyYAML-3.12.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd PyYAML-3.12 + /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 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qAvzuv + umask 022 + cd /builddir/build/BUILD + cd PyYAML-3.12 + 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 ' + /usr/bin/python setup.py --with-libyaml build_ext DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out running build_ext cythoning ext/_yaml.pyx to ext/_yaml.c building '_yaml' extension creating build creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/ext gcc -pthread -fno-strict-aliasing -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 -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 -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 -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 -fPIC -I/usr/include/python2.7 -c ext/_yaml.c -o build/temp.linux-riscv64-2.7/ext/_yaml.o In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:0: warning: "PyUnicode_FromString" redefined #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:281:0: note: this is the location of the previous definition # define PyUnicode_FromString PyUnicodeUCS4_FromString ext/_yaml.c: In function '__pyx_pf_5_yaml_get_version_string': ext/_yaml.c:1771:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_value = yaml_get_version_string(); ^ ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser___init__': ext/_yaml.c:3272:52: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [-Wincompatible-pointer-types] yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:1367:1: note: expected 'int (*)(void *, unsigned char *, size_t, size_t *) {aka int (*)(void *, unsigned char *, long unsigned int, long unsigned int *)}' but argument is of type 'int (*)(void *, char *, size_t, size_t *) {aka int (*)(void *, char *, long unsigned int, long unsigned int *)}' yaml_parser_set_input(yaml_parser_t *parser, ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:94:0, from ext/_yaml.c:4: /usr/include/python2.7/stringobject.h:91:32: warning: pointer targets in passing argument 2 of 'yaml_parser_set_input_string' differ in signedness [-Wpointer-sign] #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval) ^ ext/_yaml.c:3513:59: note: in expansion of macro 'PyString_AS_STRING' yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); ^~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:1341:1: note: expected 'const unsigned char *' but argument is of type 'char *' yaml_parser_set_input_string(yaml_parser_t *parser, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__token_to_object': ext/_yaml.c:5415:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:5415:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c:5427:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:5427:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c:6541:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:6541:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c:6633:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:6633:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c:6725:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:6725:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c:6737:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:6737:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6869:38: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 460, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__event_to_object': ext/_yaml.c:8633:42: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:8633:21: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c:8645:42: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:8645:21: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c:8904:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:8904:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c:9016:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:9016:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c:9057:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:9057:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9078:38: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 595, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c:9466:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:9466:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c:9507:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:9507:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c:9756:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:9756:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c:9797:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:9797:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_node': ext/_yaml.c:11495:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:11495:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c:11815:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:11815:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c:11871:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:11871:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c:11927:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:11927:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_scalar_node': ext/_yaml.c:12604:36: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 791, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c:12827:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:12827:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_sequence_node': ext/_yaml.c:13397:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:13397:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_mapping_node': ext/_yaml.c:14030:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:38:0, from ext/_yaml.c:4: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from ext/_yaml.c:523:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:14030:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter___init__': ext/_yaml.c:15401:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:1829:1: note: expected 'int (*)(void *, unsigned char *, size_t) {aka int (*)(void *, unsigned char *, long unsigned int)}' but argument is of type 'int (*)(void *, char *, size_t) {aka int (*)(void *, char *, long unsigned int)}' yaml_emitter_set_output(yaml_emitter_t *emitter, ^~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__object_to_event': ext/_yaml.c:16791:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:16906:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c:17243:62: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:553:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17958:63: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17958:79: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17958:92: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18392:71: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18392:87: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18826:70: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18826:86: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter_12serialize': ext/_yaml.c:20305:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:20420:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__serialize_node': ext/_yaml.c:21280:65: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:553:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22091:68: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22091:84: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22091:97: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22478:76: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22478:92: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:23008:75: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:23008:91: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ creating build/lib.linux-riscv64-2.7 gcc -pthread -shared -Wl,-z,relro -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 build/temp.linux-riscv64-2.7/ext/_yaml.o -L/usr/lib64 -lyaml -lpython2.7 -o build/lib.linux-riscv64-2.7/_yaml.so + rm -rf /builddir/build/BUILD/python3-PyYAML-3.12-5.fc28 + cp -a . /builddir/build/BUILD/python3-PyYAML-3.12-5.fc28 + pushd /builddir/build/BUILD/python3-PyYAML-3.12-5.fc28 ~/build/BUILD/python3-PyYAML-3.12-5.fc28 ~/build/BUILD/PyYAML-3.12 + 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 ' + /usr/bin/python3 setup.py --with-libyaml build running build running build_py creating build/lib.linux-riscv64-3.6 creating build/lib.linux-riscv64-3.6/yaml copying lib3/yaml/dumper.py -> build/lib.linux-riscv64-3.6/yaml copying lib3/yaml/__init__.py -> build/lib.linux-riscv64-3.6/yaml copying lib3/yaml/constructor.py -> build/lib.linux-riscv64-3.6/yaml copying lib3/yaml/events.py -> build/lib.linux-riscv64-3.6/yaml copying lib3/yaml/loader.py -> build/lib.linux-riscv64-3.6/yaml copying lib3/yaml/composer.py -> build/lib.linux-riscv64-3.6/yaml copying lib3/yaml/error.py -> build/lib.linux-riscv64-3.6/yaml copying lib3/yaml/reader.py -> build/lib.linux-riscv64-3.6/yaml copying lib3/yaml/representer.py -> build/lib.linux-riscv64-3.6/yaml copying lib3/yaml/nodes.py -> build/lib.linux-riscv64-3.6/yaml copying lib3/yaml/cyaml.py -> build/lib.linux-riscv64-3.6/yaml copying lib3/yaml/serializer.py -> build/lib.linux-riscv64-3.6/yaml copying lib3/yaml/emitter.py -> build/lib.linux-riscv64-3.6/yaml copying lib3/yaml/resolver.py -> build/lib.linux-riscv64-3.6/yaml copying lib3/yaml/scanner.py -> build/lib.linux-riscv64-3.6/yaml copying lib3/yaml/tokens.py -> build/lib.linux-riscv64-3.6/yaml copying lib3/yaml/parser.py -> build/lib.linux-riscv64-3.6/yaml running build_ext skipping 'ext/_yaml.c' Cython extension (up-to-date) building '_yaml' extension creating build/temp.linux-riscv64-3.6 creating build/temp.linux-riscv64-3.6/ext gcc -pthread -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 -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 -fPIC -I/usr/include/python3.6m -c ext/_yaml.c -o build/temp.linux-riscv64-3.6/ext/_yaml.o In file included from ext/_yaml.c:523:0: ext/_yaml.h:10:0: warning: "PyString_CheckExact" redefined #define PyString_CheckExact PyBytes_CheckExact ext/_yaml.c:323:0: note: this is the location of the previous definition #define PyString_CheckExact PyUnicode_CheckExact ext/_yaml.c: In function '__pyx_pf_5_yaml_get_version_string': ext/_yaml.c:1771:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_value = yaml_get_version_string(); ^ ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser___init__': ext/_yaml.c:3272:52: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [-Wincompatible-pointer-types] yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:1367:1: note: expected 'int (*)(void *, unsigned char *, size_t, size_t *) {aka int (*)(void *, unsigned char *, long unsigned int, long unsigned int *)}' but argument is of type 'int (*)(void *, char *, size_t, size_t *) {aka int (*)(void *, char *, long unsigned int, long unsigned int *)}' yaml_parser_set_input(yaml_parser_t *parser, ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:79:0, from ext/_yaml.c:4: /usr/include/python3.6m/bytesobject.h:87:31: warning: pointer targets in passing argument 2 of 'yaml_parser_set_input_string' differ in signedness [-Wpointer-sign] #define PyBytes_AS_STRING(op) (assert(PyBytes_Check(op)), \ ^ ext/_yaml.h:11:29: note: in expansion of macro 'PyBytes_AS_STRING' #define PyString_AS_STRING PyBytes_AS_STRING ^~~~~~~~~~~~~~~~~ ext/_yaml.c:3513:59: note: in expansion of macro 'PyString_AS_STRING' yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); ^~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:1341:1: note: expected 'const unsigned char *' but argument is of type 'char *' yaml_parser_set_input_string(yaml_parser_t *parser, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__token_to_object': ext/_yaml.c:5415:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:5427:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6541:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6633:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6725:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6737:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6869:38: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 460, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:1304:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__event_to_object': ext/_yaml.c:8633:42: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8645:42: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8904:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9016:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9057:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9078:38: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 595, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:1304:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9466:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9507:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9756:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9797:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_node': ext/_yaml.c:11495:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:11815:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:11871:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:11927:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_scalar_node': ext/_yaml.c:12604:36: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 791, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:1304:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:12827:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_sequence_node': ext/_yaml.c:13397:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_mapping_node': ext/_yaml.c:14030:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python3.6m/Python.h:80:0, from ext/_yaml.c:4: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter___init__': ext/_yaml.c:15401:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:1829:1: note: expected 'int (*)(void *, unsigned char *, size_t) {aka int (*)(void *, unsigned char *, long unsigned int)}' but argument is of type 'int (*)(void *, char *, size_t) {aka int (*)(void *, char *, long unsigned int)}' yaml_emitter_set_output(yaml_emitter_t *emitter, ^~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__object_to_event': ext/_yaml.c:16791:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:16906:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c:17243:62: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:553:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17958:63: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17958:79: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17958:92: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18392:71: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18392:87: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18826:70: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18826:86: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter_12serialize': ext/_yaml.c:20305:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:20420:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__serialize_node': ext/_yaml.c:21280:65: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:553:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22091:68: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22091:84: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22091:97: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22478:76: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22478:92: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:23008:75: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:23008:91: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:523: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -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 build/temp.linux-riscv64-3.6/ext/_yaml.o -L/usr/lib64 -lyaml -lpython3.6m -o build/lib.linux-riscv64-3.6/_yaml.cpython-36m-riscv64-linux-gnu.so + popd ~/build/BUILD/PyYAML-3.12 + 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 ' + /usr/bin/python setup.py --with-libyaml build DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out running build running build_py creating build/lib.linux-riscv64-2.7/yaml copying lib/yaml/dumper.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/__init__.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/constructor.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/events.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/loader.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/composer.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/error.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/reader.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/representer.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/nodes.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/cyaml.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/serializer.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/emitter.py -> build/lib.linux-riscv64-2.7/yaml copying lib/yaml/resolver.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/parser.py -> build/lib.linux-riscv64-2.7/yaml running build_ext skipping 'ext/_yaml.c' Cython extension (up-to-date) + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5qEwhe + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64 + cd PyYAML-3.12 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64 DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out running install running install_lib creating /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr creating /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/dumper.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/__init__.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/constructor.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/events.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/loader.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/composer.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/error.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/reader.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/representer.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/nodes.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/cyaml.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/serializer.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/emitter.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/resolver.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/scanner.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/tokens.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/yaml/parser.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-riscv64-2.7/_yaml.so -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml/dumper.py to dumper.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml/constructor.py to constructor.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml/events.py to events.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml/loader.py to loader.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml/composer.py to composer.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml/error.py to error.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml/reader.py to reader.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml/representer.py to representer.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml/nodes.py to nodes.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml/cyaml.py to cyaml.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml/serializer.py to serializer.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml/emitter.py to emitter.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml/resolver.py to resolver.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml/scanner.py to scanner.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml/tokens.py to tokens.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/yaml/parser.py to parser.pyc writing byte-compilation script '/tmp/tmpWMN4Jo.py' /usr/bin/python -O /tmp/tmpWMN4Jo.py DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out removing /tmp/tmpWMN4Jo.py running install_egg_info Writing /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7/site-packages/PyYAML-3.12-py2.7.egg-info + pushd /builddir/build/BUILD/python3-PyYAML-3.12-5.fc28 ~/build/BUILD/python3-PyYAML-3.12-5.fc28 ~/build/BUILD/PyYAML-3.12 + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages creating /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/yaml/dumper.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/yaml/__init__.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/yaml/constructor.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/yaml/events.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/yaml/loader.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/yaml/composer.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/yaml/error.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/yaml/reader.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/yaml/representer.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/yaml/nodes.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/yaml/cyaml.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/yaml/serializer.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/yaml/emitter.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/yaml/resolver.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/yaml/scanner.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/yaml/tokens.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/yaml/parser.py -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml copying build/lib.linux-riscv64-3.6/_yaml.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml/dumper.py to dumper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml/constructor.py to constructor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml/events.py to events.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml/loader.py to loader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml/composer.py to composer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml/error.py to error.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml/reader.py to reader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml/representer.py to representer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml/nodes.py to nodes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml/cyaml.py to cyaml.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml/serializer.py to serializer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml/emitter.py to emitter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml/resolver.py to resolver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml/scanner.py to scanner.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml/tokens.py to tokens.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/yaml/parser.py to parser.cpython-36.pyc writing byte-compilation script '/tmp/tmp6uhv9vsy.py' /usr/bin/python3 /tmp/tmp6uhv9vsy.py removing /tmp/tmp6uhv9vsy.py running install_egg_info Writing /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6/site-packages/PyYAML-3.12-py3.6.egg-info + popd ~/build/BUILD/PyYAML-3.12 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: PyYAML-3.12-5.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DyhvE6 + umask 022 + cd /builddir/build/BUILD + cd PyYAML-3.12 + DOCDIR=/builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/doc/PyYAML + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/doc/PyYAML + cp -pr CHANGES /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/doc/PyYAML + cp -pr PKG-INFO /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/doc/PyYAML + cp -pr README /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/doc/PyYAML + cp -pr examples /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/doc/PyYAML + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.CxNBWu + umask 022 + cd /builddir/build/BUILD + cd PyYAML-3.12 + LICENSEDIR=/builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/licenses/PyYAML + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/licenses/PyYAML + cp -pr LICENSE /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/licenses/PyYAML + exit 0 Provides: PyYAML = 3.12-5.fc28 PyYAML(riscv-64) = 3.12-5.fc28 python-yaml = 3.12-5.fc28 python-yaml(riscv-64) = 3.12-5.fc28 python2-yaml = 3.12-5.fc28 python2-yaml(riscv-64) = 3.12-5.fc28 python2.7dist(pyyaml) = 3.12 python2dist(pyyaml) = 3.12 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) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) libyaml-0.so.2()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: python3-PyYAML-3.12-5.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.1ZyqhI + umask 022 + cd /builddir/build/BUILD + cd PyYAML-3.12 + DOCDIR=/builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/doc/python3-PyYAML + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/doc/python3-PyYAML + cp -pr CHANGES /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/doc/python3-PyYAML + cp -pr PKG-INFO /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/doc/python3-PyYAML + cp -pr README /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/doc/python3-PyYAML + cp -pr examples /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/doc/python3-PyYAML + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.gLsZyz + umask 022 + cd /builddir/build/BUILD + cd PyYAML-3.12 + LICENSEDIR=/builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/licenses/python3-PyYAML + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/licenses/python3-PyYAML + cp -pr LICENSE /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64/usr/share/licenses/python3-PyYAML + exit 0 Provides: python3-PyYAML = 3.12-5.fc28 python3-PyYAML(riscv-64) = 3.12-5.fc28 python3-yaml = 3.12-5.fc28 python3-yaml(riscv-64) = 3.12-5.fc28 python3.6dist(pyyaml) = 3.12 python3dist(pyyaml) = 3.12 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) libpthread.so.0()(64bit) libpython3.6m.so.1.0()(64bit) libyaml-0.so.2()(64bit) python(abi) = 3.6 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64 Wrote: /builddir/build/SRPMS/PyYAML-3.12-5.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/PyYAML-3.12-5.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/python3-PyYAML-3.12-5.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.35XzIp + umask 022 + cd /builddir/build/BUILD + cd PyYAML-3.12 + /usr/bin/rm -rf /builddir/build/BUILDROOT/PyYAML-3.12-5.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff