Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-ruamel-yaml.spec'], chrootPath='/var/lib/mock/f29-build-9182-4097/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-ruamel-yaml.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False BUILDSTDERR: warning: Macro expanded in comment on line 14: %{pypi_name}/%{pypi_name}-%{version}.tar.gz Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/python-ruamel-yaml-0.13.14-3.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-ruamel-yaml.spec'], chrootPath='/var/lib/mock/f29-build-9182-4097/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-ruamel-yaml.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False BUILDSTDERR: warning: Macro expanded in comment on line 14: %{pypi_name}/%{pypi_name}-%{version}.tar.gz Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BNIhAb + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ruamel-yaml-f29921d2048e + /usr/bin/gzip -dc /builddir/build/SOURCES/ruamel-yaml-0.13.14.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ruamel-yaml-f29921d2048e + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/python-ruamel-yaml-pytest27.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm -rf ruamel.yaml.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.P7wKXo + umask 022 + cd /builddir/build/BUILD + cd ruamel-yaml-f29921d2048e + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' BUILDSTDERR: /tmp/tmp_ruamel_W6TVmC/test_ruamel_yaml.c: In function 'main': BUILDSTDERR: /tmp/tmp_ruamel_W6TVmC/test_ruamel_yaml.c:6:8: warning: 'parser' is used uninitialized in this function [-Wuninitialized] BUILDSTDERR: parser = parser; /* prevent warning */ BUILDSTDERR: ~~~~~~~^~~~~~~~ sys.argv ['setup.py', 'build', '--executable=/usr/bin/python2 -s'] test compiling test_ruamel_yaml running build running build_py creating build creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/ruamel copying .ruamel/__init__.py -> build/lib.linux-riscv64-2.7/ruamel creating build/lib.linux-riscv64-2.7/ruamel/yaml copying ./constructor.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./dumper.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./configobjwalker.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./parser.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./comments.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./representer.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./events.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./main.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./resolver.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./scanner.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./timestamp.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./util.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./cyaml.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./serializer.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./tokens.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./emitter.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./error.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./compat.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./__init__.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./loader.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./nodes.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./scalarstring.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./composer.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./reader.py -> build/lib.linux-riscv64-2.7/ruamel/yaml copying ./LICENSE -> build/lib.linux-riscv64-2.7/ruamel/yaml running build_ext building '_ruamel_yaml' extension 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c ext/_ruamel_yaml.c -o build/temp.linux-riscv64-2.7/ext/_ruamel_yaml.o BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.h:6: warning: "PyUnicode_FromString" redefined BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:281: note: this is the location of the previous definition BUILDSTDERR: # define PyUnicode_FromString PyUnicodeUCS4_FromString BUILDSTDERR: BUILDSTDERR: ext/_ruamel_yaml.c: In function '__pyx_pf_12_ruamel_yaml_get_version_string': BUILDSTDERR: ext/_ruamel_yaml.c:1294:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: __pyx_v_value = yaml_get_version_string(); BUILDSTDERR: ^ BUILDSTDERR: ext/_ruamel_yaml.c: In function '__pyx_pf_12_ruamel_yaml_7CParser___init__': BUILDSTDERR: ext/_ruamel_yaml.c:2475:52: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_12_ruamel_yaml_input_handler, ((void *)__pyx_v_self)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:1368:30: note: expected 'int (*)(void *, unsigned char *, size_t, size_t *)' {aka 'int (*)(void *, unsigned char *, long unsigned int, long unsigned int *)'} but argument is of type 'int (*)(void *, char *, int, int *)' BUILDSTDERR: yaml_read_handler_t *handler, void *data); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:97, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/stringobject.h:91:57: warning: pointer targets in passing argument 2 of 'yaml_parser_set_input_string' differ in signedness [-Wpointer-sign] BUILDSTDERR: #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval) BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:2716:59: note: in expansion of macro 'PyString_AS_STRING' BUILDSTDERR: yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:1341:1: note: expected 'const unsigned char *' but argument is of type 'char *' BUILDSTDERR: yaml_parser_set_input_string(yaml_parser_t *parser, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c: In function '__pyx_f_12_ruamel_yaml_7CParser__token_to_object': BUILDSTDERR: ext/_ruamel_yaml.c:4482:71: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 416; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:4482:71: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 416; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:4494:71: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 417; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:4494:71: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 417; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:5354:63: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 447; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:5354:63: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 447; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:5428:64: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 450; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:5428:64: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 450; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:5502:61: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 453; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:5502:61: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 453; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:5514:61: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 454; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:5514:61: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 454; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:5626:64: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 459; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c: In function '__pyx_f_12_ruamel_yaml_7CParser__event_to_object': BUILDSTDERR: ext/_ruamel_yaml.c:7352:63: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 573; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:7352:63: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 573; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:7364:63: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 574; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:7364:63: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 574; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:7583:63: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 585; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:7583:63: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 585; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:7677:66: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 590; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:7677:66: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 590; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:7718:66: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 593; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:7718:66: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 593; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:7739:64: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 594; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:8107:74: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 619; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:8107:74: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 619; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:8148:74: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 622; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:8148:74: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 622; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:8377:73: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 636; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:8377:73: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 636; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:8418:73: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 639; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:8418:73: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 639; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c: In function '__pyx_f_12_ruamel_yaml_7CParser__compose_node': BUILDSTDERR: ext/_ruamel_yaml.c:10046:75: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 733; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:10046:75: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 733; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:10330:76: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 749; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:10330:76: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 749; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:10386:84: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 752; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:10386:84: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 752; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:10442:83: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 755; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:10442:83: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 755; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c: In function '__pyx_f_12_ruamel_yaml_7CParser__compose_scalar_node': BUILDSTDERR: ext/_ruamel_yaml.c:11064:74: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 790; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:11265:76: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 803; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:11265:76: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 803; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c: In function '__pyx_f_12_ruamel_yaml_7CParser__compose_sequence_node': BUILDSTDERR: ext/_ruamel_yaml.c:11799:84: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:11799:84: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c: In function '__pyx_f_12_ruamel_yaml_7CParser__compose_mapping_node': BUILDSTDERR: ext/_ruamel_yaml.c:12396:83: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 875; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: ext/_ruamel_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: extern size_t strlen (const char *__s) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.c:12396:83: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 875; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ext/_ruamel_yaml.h:6:55: note: in definition of macro 'PyUnicode_FromString' BUILDSTDERR: #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} BUILDSTDERR: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c: In function '__pyx_pf_12_ruamel_yaml_8CEmitter___init__': BUILDSTDERR: ext/_ruamel_yaml.c:13603:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_12_ruamel_yaml_output_handler, ((void *)__pyx_v_self)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:1830:31: note: expected 'int (*)(void *, unsigned char *, size_t)' {aka 'int (*)(void *, unsigned char *, long unsigned int)'} but argument is of type 'int (*)(void *, char *, int)' BUILDSTDERR: yaml_write_handler_t *handler, void *data); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c: In function '__pyx_f_12_ruamel_yaml_8CEmitter__object_to_event': BUILDSTDERR: ext/_ruamel_yaml.c:14981:44: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); BUILDSTDERR: ^ BUILDSTDERR: ext/_ruamel_yaml.c:15096:44: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); BUILDSTDERR: ^ BUILDSTDERR: ext/_ruamel_yaml.c:15433:62: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:553:1: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:16148:63: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:578:1: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: yaml_scalar_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:16148:79: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:578:1: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: yaml_scalar_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:16148:92: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:578:1: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: yaml_scalar_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:16582:71: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:601:1: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: yaml_sequence_start_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:16582:87: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:601:1: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: yaml_sequence_start_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:17016:70: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:633:1: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: yaml_mapping_start_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:17016:86: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:633:1: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: yaml_mapping_start_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c: In function '__pyx_pf_12_ruamel_yaml_8CEmitter_12serialize': BUILDSTDERR: ext/_ruamel_yaml.c:18507:42: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); BUILDSTDERR: ^ BUILDSTDERR: ext/_ruamel_yaml.c:18622:42: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); BUILDSTDERR: ^ BUILDSTDERR: ext/_ruamel_yaml.c: In function '__pyx_f_12_ruamel_yaml_8CEmitter__serialize_node': BUILDSTDERR: ext/_ruamel_yaml.c:19488:65: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:553:1: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:20237:68: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:578:1: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: yaml_scalar_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:20237:84: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:578:1: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: yaml_scalar_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:20237:97: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:578:1: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: yaml_scalar_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:20602:76: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:601:1: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: yaml_sequence_start_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:20602:92: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:601:1: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: yaml_sequence_start_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:21110:75: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:633:1: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: yaml_mapping_start_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:21110:91: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:633:1: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: yaml_mapping_start_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c ext/api.c -o build/temp.linux-riscv64-2.7/ext/api.o BUILDSTDERR: ext/api.c: In function 'yaml_document_delete': BUILDSTDERR: ext/api.c:1121:7: warning: variable 'context' set but not used [-Wunused-but-set-variable] BUILDSTDERR: } context; BUILDSTDERR: ^~~~~~~ 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c ext/writer.c -o build/temp.linux-riscv64-2.7/ext/writer.o 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c ext/dumper.c -o build/temp.linux-riscv64-2.7/ext/dumper.o 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c ext/loader.c -o build/temp.linux-riscv64-2.7/ext/loader.o 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c ext/reader.c -o build/temp.linux-riscv64-2.7/ext/reader.o 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c ext/scanner.c -o build/temp.linux-riscv64-2.7/ext/scanner.o BUILDSTDERR: ext/scanner.c: In function 'yaml_parser_decrease_flow_level': BUILDSTDERR: ext/scanner.c:1196:23: warning: variable 'dummy_key' set but not used [-Wunused-but-set-variable] BUILDSTDERR: yaml_simple_key_t dummy_key; /* Used to eliminate a compiler warning. */ BUILDSTDERR: ^~~~~~~~~ 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c ext/parser.c -o build/temp.linux-riscv64-2.7/ext/parser.o BUILDSTDERR: ext/parser.c: In function 'yaml_parser_parse_block_sequence_entry': BUILDSTDERR: ext/parser.c:762:21: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] BUILDSTDERR: yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: ext/parser.c: In function 'yaml_parser_parse_block_mapping_key': BUILDSTDERR: ext/parser.c:872:21: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] BUILDSTDERR: yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: ext/parser.c: In function 'yaml_parser_parse_flow_sequence_entry': BUILDSTDERR: ext/parser.c:955:17: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] BUILDSTDERR: yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: ext/parser.c: In function 'yaml_parser_parse_flow_mapping_key': BUILDSTDERR: ext/parser.c:1107:17: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] BUILDSTDERR: yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ BUILDSTDERR: ^~~~~~~~~~ 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c ext/emitter.c -o build/temp.linux-riscv64-2.7/ext/emitter.o BUILDSTDERR: ext/emitter.c: In function 'yaml_emitter_write_plain_scalar': BUILDSTDERR: ext/emitter.c:28:6: warning: value computed is not used [-Wunused-value] BUILDSTDERR: && ((emitter->line_break == YAML_CR_BREAK ? \ BUILDSTDERR: ^~ BUILDSTDERR: ext/emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' BUILDSTDERR: (PUT_BREAK(emitter), \ BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: ext/emitter.c:1931:18: note: in expansion of macro 'WRITE_BREAK' BUILDSTDERR: if (!WRITE_BREAK(emitter, string)) return 0; BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: ext/emitter.c: In function 'yaml_emitter_write_single_quoted_scalar': BUILDSTDERR: ext/emitter.c:28:6: warning: value computed is not used [-Wunused-value] BUILDSTDERR: && ((emitter->line_break == YAML_CR_BREAK ? \ BUILDSTDERR: ^~ BUILDSTDERR: ext/emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' BUILDSTDERR: (PUT_BREAK(emitter), \ BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: ext/emitter.c:1992:18: note: in expansion of macro 'WRITE_BREAK' BUILDSTDERR: if (!WRITE_BREAK(emitter, string)) return 0; BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: ext/emitter.c: In function 'yaml_emitter_write_literal_scalar': BUILDSTDERR: ext/emitter.c:28:6: warning: value computed is not used [-Wunused-value] BUILDSTDERR: && ((emitter->line_break == YAML_CR_BREAK ? \ BUILDSTDERR: ^~ BUILDSTDERR: ext/emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' BUILDSTDERR: (PUT_BREAK(emitter), \ BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: ext/emitter.c:2255:18: note: in expansion of macro 'WRITE_BREAK' BUILDSTDERR: if (!WRITE_BREAK(emitter, string)) return 0; BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: ext/emitter.c: In function 'yaml_emitter_write_folded_scalar': BUILDSTDERR: ext/emitter.c:28:6: warning: value computed is not used [-Wunused-value] BUILDSTDERR: && ((emitter->line_break == YAML_CR_BREAK ? \ BUILDSTDERR: ^~ BUILDSTDERR: ext/emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' BUILDSTDERR: (PUT_BREAK(emitter), \ BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: ext/emitter.c:2304:18: note: in expansion of macro 'WRITE_BREAK' BUILDSTDERR: if (!WRITE_BREAK(emitter, string)) return 0; BUILDSTDERR: ^~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-2.7/ext/_ruamel_yaml.o build/temp.linux-riscv64-2.7/ext/api.o build/temp.linux-riscv64-2.7/ext/writer.o build/temp.linux-riscv64-2.7/ext/dumper.o build/temp.linux-riscv64-2.7/ext/loader.o build/temp.linux-riscv64-2.7/ext/reader.o build/temp.linux-riscv64-2.7/ext/scanner.o build/temp.linux-riscv64-2.7/ext/parser.o build/temp.linux-riscv64-2.7/ext/emitter.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/_ruamel_yaml.so + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' BUILDSTDERR: /tmp/tmp_ruamel_lbnhh9t_/test_ruamel_yaml.c: In function ‘main’: BUILDSTDERR: /tmp/tmp_ruamel_lbnhh9t_/test_ruamel_yaml.c:6:8: warning: ‘parser’ is used uninitialized in this function [-Wuninitialized] BUILDSTDERR: parser = parser; /* prevent warning */ BUILDSTDERR: ~~~~~~~^~~~~~~~ sys.argv ['setup.py', 'build', '--executable=/usr/bin/python3 -s'] test compiling test_ruamel_yaml running build running build_py creating build/lib.linux-riscv64-3.6 creating build/lib.linux-riscv64-3.6/ruamel copying .ruamel/__init__.py -> build/lib.linux-riscv64-3.6/ruamel creating build/lib.linux-riscv64-3.6/ruamel/yaml copying ./constructor.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./dumper.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./configobjwalker.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./parser.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./comments.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./representer.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./events.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./main.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./resolver.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./scanner.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./timestamp.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./util.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./cyaml.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./serializer.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./tokens.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./emitter.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./error.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./compat.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./__init__.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./loader.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./nodes.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./scalarstring.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./composer.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./reader.py -> build/lib.linux-riscv64-3.6/ruamel/yaml copying ./LICENSE -> build/lib.linux-riscv64-3.6/ruamel/yaml running build_ext building '_ruamel_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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.6m -c ext/_ruamel_yaml.c -o build/temp.linux-riscv64-3.6/ext/_ruamel_yaml.o BUILDSTDERR: In file included from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/_ruamel_yaml.h:10: warning: "PyString_CheckExact" redefined BUILDSTDERR: #define PyString_CheckExact PyBytes_CheckExact BUILDSTDERR: BUILDSTDERR: ext/_ruamel_yaml.c:117: note: this is the location of the previous definition BUILDSTDERR: #define PyString_CheckExact PyUnicode_CheckExact BUILDSTDERR: BUILDSTDERR: ext/_ruamel_yaml.c: In function ‘__pyx_pf_12_ruamel_yaml_get_version_string’: BUILDSTDERR: ext/_ruamel_yaml.c:1294:17: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: __pyx_v_value = yaml_get_version_string(); BUILDSTDERR: ^ BUILDSTDERR: ext/_ruamel_yaml.c: In function ‘__pyx_pf_12_ruamel_yaml_7CParser___init__’: BUILDSTDERR: ext/_ruamel_yaml.c:2475:52: warning: passing argument 2 of ‘yaml_parser_set_input’ from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_12_ruamel_yaml_input_handler, ((void *)__pyx_v_self)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:1368:30: note: expected ‘int (*)(void *, unsigned char *, size_t, size_t *)’ {aka ‘int (*)(void *, unsigned char *, long unsigned int, long unsigned int *)’} but argument is of type ‘int (*)(void *, char *, int, int *)’ BUILDSTDERR: yaml_read_handler_t *handler, void *data); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:79, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/bytesobject.h:87:57: warning: pointer targets in passing argument 2 of ‘yaml_parser_set_input_string’ differ in signedness [-Wpointer-sign] BUILDSTDERR: #define PyBytes_AS_STRING(op) (assert(PyBytes_Check(op)), \ BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ BUILDSTDERR: (((PyBytesObject *)(op))->ob_sval)) BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.h:11:29: note: in expansion of macro ‘PyBytes_AS_STRING’ BUILDSTDERR: #define PyString_AS_STRING PyBytes_AS_STRING BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:2716:59: note: in expansion of macro ‘PyString_AS_STRING’ BUILDSTDERR: yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:1341:1: note: expected ‘const unsigned char *’ but argument is of type ‘char *’ BUILDSTDERR: yaml_parser_set_input_string(yaml_parser_t *parser, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c: In function ‘__pyx_f_12_ruamel_yaml_7CParser__token_to_object’: BUILDSTDERR: ext/_ruamel_yaml.c:4482:71: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 416; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:4494:71: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 417; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:5354:63: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 447; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:5428:64: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 450; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:5502:61: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 453; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:5514:61: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 454; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:5626:64: warning: pointer targets in passing argument 1 of ‘PyUnicode_DecodeUTF8’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 459; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:1304:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c: In function ‘__pyx_f_12_ruamel_yaml_7CParser__event_to_object’: BUILDSTDERR: ext/_ruamel_yaml.c:7352:63: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 573; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:7364:63: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 574; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:7583:63: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 585; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:7677:66: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 590; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:7718:66: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 593; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:7739:64: warning: pointer targets in passing argument 1 of ‘PyUnicode_DecodeUTF8’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 594; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:1304:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:8107:74: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 619; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:8148:74: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 622; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:8377:73: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 636; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:8418:73: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 639; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c: In function ‘__pyx_f_12_ruamel_yaml_7CParser__compose_node’: BUILDSTDERR: ext/_ruamel_yaml.c:10046:75: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 733; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:10330:76: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 749; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:10386:84: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 752; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:10442:83: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 755; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c: In function ‘__pyx_f_12_ruamel_yaml_7CParser__compose_scalar_node’: BUILDSTDERR: ext/_ruamel_yaml.c:11064:74: warning: pointer targets in passing argument 1 of ‘PyUnicode_DecodeUTF8’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 790; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:1304:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:11265:76: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 803; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c: In function ‘__pyx_f_12_ruamel_yaml_7CParser__compose_sequence_node’: BUILDSTDERR: ext/_ruamel_yaml.c:11799:84: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c: In function ‘__pyx_f_12_ruamel_yaml_7CParser__compose_mapping_node’: BUILDSTDERR: ext/_ruamel_yaml.c:12396:83: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 875; __pyx_clineno = __LINE__; goto __pyx_L1_error;} BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: In file included from /usr/include/python3.6m/Python.h:80, BUILDSTDERR: from ext/_ruamel_yaml.c:4: BUILDSTDERR: /usr/include/python3.6m/unicodeobject.h:702:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} BUILDSTDERR: PyAPI_FUNC(PyObject*) PyUnicode_FromString( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c: In function ‘__pyx_pf_12_ruamel_yaml_8CEmitter___init__’: BUILDSTDERR: ext/_ruamel_yaml.c:13603:53: warning: passing argument 2 of ‘yaml_emitter_set_output’ from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_12_ruamel_yaml_output_handler, ((void *)__pyx_v_self)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:1830:31: note: expected ‘int (*)(void *, unsigned char *, size_t)’ {aka ‘int (*)(void *, unsigned char *, long unsigned int)’} but argument is of type ‘int (*)(void *, char *, int)’ BUILDSTDERR: yaml_write_handler_t *handler, void *data); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c: In function ‘__pyx_f_12_ruamel_yaml_8CEmitter__object_to_event’: BUILDSTDERR: ext/_ruamel_yaml.c:14981:44: warning: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); BUILDSTDERR: ^ BUILDSTDERR: ext/_ruamel_yaml.c:15096:44: warning: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); BUILDSTDERR: ^ BUILDSTDERR: ext/_ruamel_yaml.c:15433:62: warning: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:553:1: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:16148:63: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:578:1: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: yaml_scalar_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:16148:79: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:578:1: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: yaml_scalar_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:16148:92: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:578:1: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: yaml_scalar_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:16582:71: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:601:1: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: yaml_sequence_start_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:16582:87: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:601:1: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: yaml_sequence_start_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:17016:70: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:633:1: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: yaml_mapping_start_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:17016:86: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:633:1: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: yaml_mapping_start_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c: In function ‘__pyx_pf_12_ruamel_yaml_8CEmitter_12serialize’: BUILDSTDERR: ext/_ruamel_yaml.c:18507:42: warning: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); BUILDSTDERR: ^ BUILDSTDERR: ext/_ruamel_yaml.c:18622:42: warning: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); BUILDSTDERR: ^ BUILDSTDERR: ext/_ruamel_yaml.c: In function ‘__pyx_f_12_ruamel_yaml_8CEmitter__serialize_node’: BUILDSTDERR: ext/_ruamel_yaml.c:19488:65: warning: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:553:1: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:20237:68: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:578:1: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: yaml_scalar_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:20237:84: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:578:1: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: yaml_scalar_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:20237:97: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:578:1: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: yaml_scalar_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:20602:76: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:601:1: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: yaml_sequence_start_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:20602:92: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:601:1: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: yaml_sequence_start_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:21110:75: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:633:1: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: yaml_mapping_start_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ext/_ruamel_yaml.c:21110:91: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from ext/_ruamel_yaml.h:2, BUILDSTDERR: from ext/_ruamel_yaml.c:239: BUILDSTDERR: ext/yaml.h:633:1: note: expected ‘yaml_char_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ BUILDSTDERR: yaml_mapping_start_event_initialize(yaml_event_t *event, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.6m -c ext/api.c -o build/temp.linux-riscv64-3.6/ext/api.o BUILDSTDERR: ext/api.c: In function ‘yaml_document_delete’: BUILDSTDERR: ext/api.c:1121:7: warning: variable ‘context’ set but not used [-Wunused-but-set-variable] BUILDSTDERR: } context; BUILDSTDERR: ^~~~~~~ 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.6m -c ext/writer.c -o build/temp.linux-riscv64-3.6/ext/writer.o 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.6m -c ext/dumper.c -o build/temp.linux-riscv64-3.6/ext/dumper.o 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.6m -c ext/loader.c -o build/temp.linux-riscv64-3.6/ext/loader.o 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.6m -c ext/reader.c -o build/temp.linux-riscv64-3.6/ext/reader.o 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.6m -c ext/scanner.c -o build/temp.linux-riscv64-3.6/ext/scanner.o BUILDSTDERR: ext/scanner.c: In function ‘yaml_parser_decrease_flow_level’: BUILDSTDERR: ext/scanner.c:1196:23: warning: variable ‘dummy_key’ set but not used [-Wunused-but-set-variable] BUILDSTDERR: yaml_simple_key_t dummy_key; /* Used to eliminate a compiler warning. */ BUILDSTDERR: ^~~~~~~~~ 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.6m -c ext/parser.c -o build/temp.linux-riscv64-3.6/ext/parser.o BUILDSTDERR: ext/parser.c: In function ‘yaml_parser_parse_block_sequence_entry’: BUILDSTDERR: ext/parser.c:762:21: warning: variable ‘dummy_mark’ set but not used [-Wunused-but-set-variable] BUILDSTDERR: yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: ext/parser.c: In function ‘yaml_parser_parse_block_mapping_key’: BUILDSTDERR: ext/parser.c:872:21: warning: variable ‘dummy_mark’ set but not used [-Wunused-but-set-variable] BUILDSTDERR: yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: ext/parser.c: In function ‘yaml_parser_parse_flow_sequence_entry’: BUILDSTDERR: ext/parser.c:955:17: warning: variable ‘dummy_mark’ set but not used [-Wunused-but-set-variable] BUILDSTDERR: yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: ext/parser.c: In function ‘yaml_parser_parse_flow_mapping_key’: BUILDSTDERR: ext/parser.c:1107:17: warning: variable ‘dummy_mark’ set but not used [-Wunused-but-set-variable] BUILDSTDERR: yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ BUILDSTDERR: ^~~~~~~~~~ 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.6m -c ext/emitter.c -o build/temp.linux-riscv64-3.6/ext/emitter.o BUILDSTDERR: ext/emitter.c: In function ‘yaml_emitter_write_plain_scalar’: BUILDSTDERR: ext/emitter.c:28:6: warning: value computed is not used [-Wunused-value] BUILDSTDERR: && ((emitter->line_break == YAML_CR_BREAK ? \ BUILDSTDERR: ^~ BUILDSTDERR: ext/emitter.c:56:11: note: in expansion of macro ‘PUT_BREAK’ BUILDSTDERR: (PUT_BREAK(emitter), \ BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: ext/emitter.c:1931:18: note: in expansion of macro ‘WRITE_BREAK’ BUILDSTDERR: if (!WRITE_BREAK(emitter, string)) return 0; BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: ext/emitter.c: In function ‘yaml_emitter_write_single_quoted_scalar’: BUILDSTDERR: ext/emitter.c:28:6: warning: value computed is not used [-Wunused-value] BUILDSTDERR: && ((emitter->line_break == YAML_CR_BREAK ? \ BUILDSTDERR: ^~ BUILDSTDERR: ext/emitter.c:56:11: note: in expansion of macro ‘PUT_BREAK’ BUILDSTDERR: (PUT_BREAK(emitter), \ BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: ext/emitter.c:1992:18: note: in expansion of macro ‘WRITE_BREAK’ BUILDSTDERR: if (!WRITE_BREAK(emitter, string)) return 0; BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: ext/emitter.c: In function ‘yaml_emitter_write_literal_scalar’: BUILDSTDERR: ext/emitter.c:28:6: warning: value computed is not used [-Wunused-value] BUILDSTDERR: && ((emitter->line_break == YAML_CR_BREAK ? \ BUILDSTDERR: ^~ BUILDSTDERR: ext/emitter.c:56:11: note: in expansion of macro ‘PUT_BREAK’ BUILDSTDERR: (PUT_BREAK(emitter), \ BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: ext/emitter.c:2255:18: note: in expansion of macro ‘WRITE_BREAK’ BUILDSTDERR: if (!WRITE_BREAK(emitter, string)) return 0; BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: ext/emitter.c: In function ‘yaml_emitter_write_folded_scalar’: BUILDSTDERR: ext/emitter.c:28:6: warning: value computed is not used [-Wunused-value] BUILDSTDERR: && ((emitter->line_break == YAML_CR_BREAK ? \ BUILDSTDERR: ^~ BUILDSTDERR: ext/emitter.c:56:11: note: in expansion of macro ‘PUT_BREAK’ BUILDSTDERR: (PUT_BREAK(emitter), \ BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: ext/emitter.c:2304:18: note: in expansion of macro ‘WRITE_BREAK’ BUILDSTDERR: if (!WRITE_BREAK(emitter, string)) return 0; BUILDSTDERR: ^~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.6/ext/_ruamel_yaml.o build/temp.linux-riscv64-3.6/ext/api.o build/temp.linux-riscv64-3.6/ext/writer.o build/temp.linux-riscv64-3.6/ext/dumper.o build/temp.linux-riscv64-3.6/ext/loader.o build/temp.linux-riscv64-3.6/ext/reader.o build/temp.linux-riscv64-3.6/ext/scanner.o build/temp.linux-riscv64-3.6/ext/parser.o build/temp.linux-riscv64-3.6/ext/emitter.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/_ruamel_yaml.cpython-36m-riscv64-linux-gnu.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BWVQKG + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64 + cd ruamel-yaml-f29921d2048e + /usr/bin/python3 setup.py install --single-version-externally-managed --skip-build --root /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64 BUILDSTDERR: /tmp/tmp_ruamel_qj8q_wir/test_ruamel_yaml.c: In function ‘main’: BUILDSTDERR: /tmp/tmp_ruamel_qj8q_wir/test_ruamel_yaml.c:6:8: warning: ‘parser’ is used uninitialized in this function [-Wuninitialized] BUILDSTDERR: parser = parser; /* prevent warning */ BUILDSTDERR: ~~~~~~~^~~~~~~~ sys.argv ['setup.py', 'install', '--single-version-externally-managed', '--skip-build', '--root', '/builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64'] test compiling test_ruamel_yaml running install running install_lib copying _ruamel_yaml.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages BUILDSTDERR: Skipping installation of /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/__init__.py (namespace package) copying ruamel/yaml/constructor.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/dumper.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/configobjwalker.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/parser.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/comments.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/representer.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/events.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/main.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/resolver.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/scanner.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/timestamp.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/util.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/cyaml.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/serializer.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/tokens.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/LICENSE -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/emitter.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/error.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/compat.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/__init__.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/loader.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/nodes.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/scalarstring.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/composer.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml copying ruamel/yaml/reader.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/constructor.py to constructor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/dumper.py to dumper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/configobjwalker.py to configobjwalker.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/parser.py to parser.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/comments.py to comments.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/representer.py to representer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/events.py to events.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/main.py to main.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/resolver.py to resolver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/scanner.py to scanner.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/timestamp.py to timestamp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/cyaml.py to cyaml.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/serializer.py to serializer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/tokens.py to tokens.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/emitter.py to emitter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/error.py to error.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/compat.py to compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/loader.py to loader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/nodes.py to nodes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/scalarstring.py to scalarstring.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/composer.py to composer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel/yaml/reader.py to reader.cpython-36.pyc running install_egg_info running egg_info creating ruamel.yaml.egg-info writing ruamel.yaml.egg-info/PKG-INFO writing dependency_links to ruamel.yaml.egg-info/dependency_links.txt writing namespace_packages to ruamel.yaml.egg-info/namespace_packages.txt writing top-level names to ruamel.yaml.egg-info/top_level.txt writing manifest file 'ruamel.yaml.egg-info/SOURCES.txt' reading manifest file 'ruamel.yaml.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'ruamel.yaml.egg-info/SOURCES.txt' Copying ruamel.yaml.egg-info to /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel.yaml-0.13.14-py3.6.egg-info Installing /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/ruamel.yaml-0.13.14-py3.6-nspkg.pth running install_scripts + /usr/bin/python2 setup.py install --single-version-externally-managed --skip-build --root /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64 BUILDSTDERR: /tmp/tmp_ruamel_4Z7_OI/test_ruamel_yaml.c: In function 'main': BUILDSTDERR: /tmp/tmp_ruamel_4Z7_OI/test_ruamel_yaml.c:6:8: warning: 'parser' is used uninitialized in this function [-Wuninitialized] BUILDSTDERR: parser = parser; /* prevent warning */ BUILDSTDERR: ~~~~~~~^~~~~~~~ sys.argv ['setup.py', 'install', '--single-version-externally-managed', '--skip-build', '--root', '/builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64'] test compiling test_ruamel_yaml running install running install_lib copying _ruamel_yaml.so -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages BUILDSTDERR: Skipping installation of /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/__init__.py (namespace package) copying ruamel/yaml/constructor.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/dumper.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/configobjwalker.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/parser.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/comments.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/representer.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/events.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/main.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/resolver.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/scanner.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/timestamp.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/util.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/cyaml.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/serializer.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/tokens.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/LICENSE -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/emitter.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/error.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/compat.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/__init__.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/loader.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/nodes.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/scalarstring.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/composer.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml copying ruamel/yaml/reader.py -> /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/constructor.py to constructor.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/dumper.py to dumper.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/configobjwalker.py to configobjwalker.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/parser.py to parser.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/comments.py to comments.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/representer.py to representer.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/events.py to events.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/resolver.py to resolver.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/scanner.py to scanner.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/timestamp.py to timestamp.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/cyaml.py to cyaml.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/serializer.py to serializer.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/tokens.py to tokens.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/emitter.py to emitter.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/error.py to error.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/loader.py to loader.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/nodes.py to nodes.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/scalarstring.py to scalarstring.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/composer.py to composer.pyc byte-compiling /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel/yaml/reader.py to reader.pyc running install_egg_info running egg_info writing requirements to ruamel.yaml.egg-info/requires.txt writing ruamel.yaml.egg-info/PKG-INFO writing namespace_packages to ruamel.yaml.egg-info/namespace_packages.txt writing top-level names to ruamel.yaml.egg-info/top_level.txt writing dependency_links to ruamel.yaml.egg-info/dependency_links.txt reading manifest file 'ruamel.yaml.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'ruamel.yaml.egg-info/SOURCES.txt' Copying ruamel.yaml.egg-info to /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel.yaml-0.13.14-py2.7.egg-info Installing /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/ruamel.yaml-0.13.14-py2.7-nspkg.pth running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.13.14-3.fc29 --unique-debug-suffix -0.13.14-3.fc29.riscv64 --unique-debug-src-base python-ruamel-yaml-0.13.14-3.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/ruamel-yaml-f29921d2048e extracting debug info from /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7/site-packages/_ruamel_yaml.so extracting debug info from /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6/site-packages/_ruamel_yaml.cpython-36m-riscv64-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. BUILDSTDERR: 2977 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /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-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib/debug/usr/lib64/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/lib64/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ubAVk4 Processing files: python2-ruamel-yaml-0.13.14-3.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ruFTCv + umask 022 + cd /builddir/build/BUILD + cd ruamel-yaml-f29921d2048e + DOCDIR=/builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/share/doc/python2-ruamel-yaml + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/share/doc/python2-ruamel-yaml + cp -pr README.rst /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/share/doc/python2-ruamel-yaml + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.A9OFpV + umask 022 + cd /builddir/build/BUILD + cd ruamel-yaml-f29921d2048e + LICENSEDIR=/builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/share/licenses/python2-ruamel-yaml + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/share/licenses/python2-ruamel-yaml + cp -pr LICENSE /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/share/licenses/python2-ruamel-yaml + exit 0 Provides: python-ruamel.yaml = 0.13.14-3.fc29 python-ruamel.yaml(riscv-64) = 0.13.14-3.fc29 python2-ruamel-yaml = 0.13.14-3.fc29 python2-ruamel-yaml(riscv-64) = 0.13.14-3.fc29 python2.7dist(ruamel.yaml) = 0.13.14 python2dist(ruamel.yaml) = 0.13.14 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) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-ruamel.yaml < 0.13.14-3.fc29 Processing files: python3-ruamel-yaml-0.13.14-3.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iYoNQ2 + umask 022 + cd /builddir/build/BUILD + cd ruamel-yaml-f29921d2048e + DOCDIR=/builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/share/doc/python3-ruamel-yaml + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/share/doc/python3-ruamel-yaml + cp -pr README.rst /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/share/doc/python3-ruamel-yaml + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.sxRqK9 + umask 022 + cd /builddir/build/BUILD + cd ruamel-yaml-f29921d2048e + LICENSEDIR=/builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/share/licenses/python3-ruamel-yaml + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/share/licenses/python3-ruamel-yaml + cp -pr LICENSE /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64/usr/share/licenses/python3-ruamel-yaml + exit 0 Provides: python3-ruamel-yaml = 0.13.14-3.fc29 python3-ruamel-yaml(riscv-64) = 0.13.14-3.fc29 python3.6dist(ruamel.yaml) = 0.13.14 python3dist(ruamel.yaml) = 0.13.14 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) python(abi) = 3.6 rtld(GNU_HASH) Processing files: python-ruamel-yaml-debugsource-0.13.14-3.fc29.riscv64 Provides: python-ruamel-yaml-debugsource = 0.13.14-3.fc29 python-ruamel-yaml-debugsource(riscv-64) = 0.13.14-3.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-ruamel-yaml-debuginfo-0.13.14-3.fc29.riscv64 Provides: python-ruamel-yaml-debuginfo = 0.13.14-3.fc29 python-ruamel-yaml-debuginfo(riscv-64) = 0.13.14-3.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-ruamel-yaml-debugsource(riscv-64) = 0.13.14-3.fc29 Processing files: python2-ruamel-yaml-debuginfo-0.13.14-3.fc29.riscv64 Provides: debuginfo(build-id) = a1828c54a74fa0a27001fbd60d60843980b28a6d python2-ruamel-yaml-debuginfo = 0.13.14-3.fc29 python2-ruamel-yaml-debuginfo(riscv-64) = 0.13.14-3.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-ruamel-yaml-debugsource(riscv-64) = 0.13.14-3.fc29 Processing files: python3-ruamel-yaml-debuginfo-0.13.14-3.fc29.riscv64 Provides: debuginfo(build-id) = f51e39a7caa7d0c4cfda604a63f72ecbf64c7dc8 python3-ruamel-yaml-debuginfo = 0.13.14-3.fc29 python3-ruamel-yaml-debuginfo(riscv-64) = 0.13.14-3.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-ruamel-yaml-debugsource(riscv-64) = 0.13.14-3.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64 Wrote: /builddir/build/RPMS/python2-ruamel-yaml-0.13.14-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python3-ruamel-yaml-0.13.14-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python-ruamel-yaml-debugsource-0.13.14-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python-ruamel-yaml-debuginfo-0.13.14-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python2-ruamel-yaml-debuginfo-0.13.14-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python3-ruamel-yaml-debuginfo-0.13.14-3.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YSsIy1 + umask 022 + cd /builddir/build/BUILD + cd ruamel-yaml-f29921d2048e + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-ruamel-yaml-0.13.14-3.fc29.riscv64 + exit 0 Child return code was: 0