tar -xf PyYAML-5.3.1.tar.gz /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) running install running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/yaml copying lib/yaml/reader.py -> build/lib.linux-x86_64-2.7/yaml copying lib/yaml/representer.py -> build/lib.linux-x86_64-2.7/yaml copying lib/yaml/resolver.py -> build/lib.linux-x86_64-2.7/yaml copying lib/yaml/nodes.py -> build/lib.linux-x86_64-2.7/yaml copying lib/yaml/error.py -> build/lib.linux-x86_64-2.7/yaml copying lib/yaml/events.py -> build/lib.linux-x86_64-2.7/yaml copying lib/yaml/constructor.py -> build/lib.linux-x86_64-2.7/yaml copying lib/yaml/cyaml.py -> build/lib.linux-x86_64-2.7/yaml copying lib/yaml/dumper.py -> build/lib.linux-x86_64-2.7/yaml copying lib/yaml/composer.py -> build/lib.linux-x86_64-2.7/yaml copying lib/yaml/emitter.py -> build/lib.linux-x86_64-2.7/yaml copying lib/yaml/__init__.py -> build/lib.linux-x86_64-2.7/yaml copying lib/yaml/tokens.py -> build/lib.linux-x86_64-2.7/yaml copying lib/yaml/serializer.py -> build/lib.linux-x86_64-2.7/yaml copying lib/yaml/loader.py -> build/lib.linux-x86_64-2.7/yaml copying lib/yaml/parser.py -> build/lib.linux-x86_64-2.7/yaml copying lib/yaml/scanner.py -> build/lib.linux-x86_64-2.7/yaml running build_ext cythoning ext/_yaml.pyx to ext/_yaml.c /usr/lib64/python2.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/djemos/sailors/gnuradio/python3-PyYAML/src/PyYAML-5.3.1/ext/_yaml.pxd tree = Parsing.p_module(s, pxd, full_module_name) building '_yaml' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/ext gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/include/python2.7 -c ext/_yaml.c -o build/temp.linux-x86_64-2.7/ext/_yaml.o In file included from ext/_yaml.c:598: ext/_yaml.h:6: προειδοποίηση: "PyUnicode_FromString" redefined 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:281: σημείωση: this is the location of the previous definition 281 | # define PyUnicode_FromString PyUnicodeUCS4_FromString | ext/_yaml.c: In function ‘__pyx_pf_5_yaml_get_version_string’: ext/_yaml.c:1893:17: προειδοποίηση: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 1893 | __pyx_v_value = yaml_get_version_string(); | ^ ext/_yaml.c: In function ‘__pyx_pf_5_yaml_7CParser___init__’: ext/_yaml.c:3393:52: προειδοποίηση: passing argument 2 of ‘yaml_parser_set_input’ from incompatible pointer type [-Wincompatible-pointer-types] 3393 | yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *, size_t, size_t *) {aka int (*)(void *, char *, long unsigned int, long unsigned int *)} In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:1374:30: σημείωση: expected ‘int (*)(void *, unsigned char *, size_t, size_t *)’ {aka ‘int (*)(void *, unsigned char *, long unsigned int, long unsigned int *)’} but argument is of type ‘int (*)(void *, char *, size_t, size_t *)’ {aka ‘int (*)(void *, char *, long unsigned int, long unsigned int *)’} 1374 | yaml_read_handler_t *handler, void *data); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ In file included from /usr/include/python2.7/Python.h:97, from ext/_yaml.c:4: /usr/include/python2.7/stringobject.h:91:57: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_parser_set_input_string’ differ in signedness [-Wpointer-sign] 91 | #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ | | | char * ext/_yaml.c:3634:59: σημείωση: in expansion of macro ‘PyString_AS_STRING’ 3634 | yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); | ^~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:1348:30: σημείωση: expected ‘const unsigned char *’ but argument is of type ‘char *’ 1348 | const unsigned char *input, size_t size); | ~~~~~~~~~~~~~~~~~~~~~^~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__token_to_object’: ext/_yaml.c:5468:71: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 5468 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:5468:71: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 5468 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c:5480:71: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 5480 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:5480:71: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 5480 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c:6482:63: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 6482 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:6482:63: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 6482 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c:6566:64: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 6566 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:6566:64: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 6566 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c:6650:61: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 6650 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:6650:61: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 6650 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c:6662:61: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 6662 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:6662:61: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 6662 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6786:64: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 6786 | __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 460, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__event_to_object’: ext/_yaml.c:8467:63: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 8467 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:8467:63: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 8467 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c:8479:63: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 8479 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:8479:63: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 8479 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c:8722:63: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 8722 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:8722:63: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 8722 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c:8826:66: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 8826 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:8826:66: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 8826 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c:8867:66: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 8867 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:8867:66: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 8867 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8888:64: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 8888 | __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 595, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c:9229:74: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 9229 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:9229:74: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 9229 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c:9270:74: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 9270 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:9270:74: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 9270 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c:9502:73: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 9502 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:9502:73: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 9502 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c:9543:73: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 9543 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:9543:73: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 9543 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_node’: ext/_yaml.c:11216:75: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 11216 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:11216:75: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 11216 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c:11536:76: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 11536 | __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:11536:76: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 11536 | __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c:11592:84: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 11592 | __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:11592:84: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 11592 | __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c:11648:83: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 11648 | __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:11648:83: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 11648 | __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_scalar_node’: ext/_yaml.c:12306:74: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 12306 | __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 791, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c:12529:76: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 12529 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:12529:76: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 12529 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_sequence_node’: ext/_yaml.c:13067:84: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 13067 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:13067:84: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 13067 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:598: ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_mapping_node’: ext/_yaml.c:13692:83: προειδοποίηση: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] 13692 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} ext/_yaml.h:6:66: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/string.h:384:35: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 384 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from ext/_yaml.c:598: ext/_yaml.c:13692:83: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] 13692 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error) ext/_yaml.h:6:55: σημείωση: in definition of macro ‘PyUnicode_FromString’ 6 | #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | ^ In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:261:31: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 261 | # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/python2.7/unicodeobject.h:750:23: σημείωση: in expansion of macro ‘PyUnicode_DecodeUTF8’ 750 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter___init__’: ext/_yaml.c:15023:53: προειδοποίηση: passing argument 2 of ‘yaml_emitter_set_output’ from incompatible pointer type [-Wincompatible-pointer-types] 15023 | yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *, size_t) {aka int (*)(void *, char *, long unsigned int)} In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:1844:31: σημείωση: expected ‘int (*)(void *, unsigned char *, size_t)’ {aka ‘int (*)(void *, unsigned char *, long unsigned int)’} but argument is of type ‘int (*)(void *, char *, size_t)’ {aka ‘int (*)(void *, char *, long unsigned int)’} 1844 | yaml_write_handler_t *handler, void *data); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ext/_yaml.c: In function ‘__pyx_f_5_yaml_8CEmitter__object_to_event’: ext/_yaml.c:16375:44: προειδοποίηση: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 16375 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ ext/_yaml.c:16490:44: προειδοποίηση: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 16490 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | ^ ext/_yaml.c:16827:62: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign] 16827 | __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:555:69: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 555 | yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor); | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:17542:63: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 17542 | __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:581:28: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:17542:79: προειδοποίηση: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 17542 | __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:581:55: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c:17542:92: προειδοποίηση: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 17542 | __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:582:28: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 582 | const yaml_char_t *value, int length, | ~~~~~~~~~~~~~~~~~~~^~~~~ ext/_yaml.c:17976:71: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] 17976 | __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:604:28: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:17976:87: προειδοποίηση: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] 17976 | __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:604:55: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c:18410:70: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] 18410 | __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:636:28: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:18410:86: προειδοποίηση: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] 18410 | __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:636:55: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter_12serialize’: ext/_yaml.c:19980:42: προειδοποίηση: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 19980 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ ext/_yaml.c:20095:42: προειδοποίηση: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 20095 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | ^ ext/_yaml.c: In function ‘__pyx_f_5_yaml_8CEmitter__serialize_node’: ext/_yaml.c:20952:65: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign] 20952 | __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:555:69: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 555 | yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor); | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:21763:68: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 21763 | __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:581:28: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:21763:84: προειδοποίηση: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 21763 | __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:581:55: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c:21763:97: προειδοποίηση: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 21763 | __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:582:28: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 582 | const yaml_char_t *value, int length, | ~~~~~~~~~~~~~~~~~~~^~~~~ ext/_yaml.c:22150:76: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] 22150 | __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:604:28: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:22150:92: προειδοποίηση: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] 22150 | __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:604:55: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c:22680:75: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] 22680 | __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:636:28: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:22680:91: προειδοποίηση: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] 22680 | __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:636:55: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.7/ext/_yaml.o -L/usr/lib64 -lyaml -lpython2.7 -o build/lib.linux-x86_64-2.7/_yaml.so running install_lib creating /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64 creating /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7 creating /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages creating /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/reader.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/representer.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/resolver.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/nodes.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/error.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/events.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/constructor.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/cyaml.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/dumper.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/composer.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/emitter.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/__init__.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/tokens.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/serializer.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/loader.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/parser.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/yaml/scanner.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml copying build/lib.linux-x86_64-2.7/_yaml.so -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml/reader.py to reader.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml/representer.py to representer.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml/resolver.py to resolver.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml/nodes.py to nodes.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml/error.py to error.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml/events.py to events.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml/constructor.py to constructor.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml/cyaml.py to cyaml.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml/dumper.py to dumper.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml/composer.py to composer.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml/emitter.py to emitter.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml/__init__.py to __init__.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml/tokens.py to tokens.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml/serializer.py to serializer.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml/loader.py to loader.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml/parser.py to parser.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml/scanner.py to scanner.pyc running install_egg_info Writing /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/PyYAML-5.3.1-py2.7.egg-info running install running build running build_py creating build/lib.linux-x86_64-3.8 creating build/lib.linux-x86_64-3.8/yaml copying lib3/yaml/reader.py -> build/lib.linux-x86_64-3.8/yaml copying lib3/yaml/representer.py -> build/lib.linux-x86_64-3.8/yaml copying lib3/yaml/resolver.py -> build/lib.linux-x86_64-3.8/yaml copying lib3/yaml/nodes.py -> build/lib.linux-x86_64-3.8/yaml copying lib3/yaml/error.py -> build/lib.linux-x86_64-3.8/yaml copying lib3/yaml/events.py -> build/lib.linux-x86_64-3.8/yaml copying lib3/yaml/constructor.py -> build/lib.linux-x86_64-3.8/yaml copying lib3/yaml/cyaml.py -> build/lib.linux-x86_64-3.8/yaml copying lib3/yaml/dumper.py -> build/lib.linux-x86_64-3.8/yaml copying lib3/yaml/composer.py -> build/lib.linux-x86_64-3.8/yaml copying lib3/yaml/emitter.py -> build/lib.linux-x86_64-3.8/yaml copying lib3/yaml/__init__.py -> build/lib.linux-x86_64-3.8/yaml copying lib3/yaml/tokens.py -> build/lib.linux-x86_64-3.8/yaml copying lib3/yaml/serializer.py -> build/lib.linux-x86_64-3.8/yaml copying lib3/yaml/loader.py -> build/lib.linux-x86_64-3.8/yaml copying lib3/yaml/parser.py -> build/lib.linux-x86_64-3.8/yaml copying lib3/yaml/scanner.py -> build/lib.linux-x86_64-3.8/yaml running build_ext skipping 'ext/_yaml.c' Cython extension (up-to-date) building '_yaml' extension creating build/temp.linux-x86_64-3.8 creating build/temp.linux-x86_64-3.8/ext gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -fPIC -fPIC -I/usr/include/python3.8 -c ext/_yaml.c -o build/temp.linux-x86_64-3.8/ext/_yaml.o In file included from ext/_yaml.c:598: ext/_yaml.h:10: προειδοποίηση: "PyString_CheckExact" redefined 10 | #define PyString_CheckExact PyBytes_CheckExact | ext/_yaml.c:486: σημείωση: this is the location of the previous definition 486 | #define PyString_CheckExact PyUnicode_CheckExact | ext/_yaml.c: In function ‘__pyx_pf_5_yaml_get_version_string’: ext/_yaml.c:1893:17: προειδοποίηση: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 1893 | __pyx_v_value = yaml_get_version_string(); | ^ ext/_yaml.c: In function ‘__pyx_pf_5_yaml_7CParser___init__’: ext/_yaml.c:3393:52: προειδοποίηση: passing argument 2 of ‘yaml_parser_set_input’ from incompatible pointer type [-Wincompatible-pointer-types] 3393 | yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *, size_t, size_t *) {aka int (*)(void *, char *, long unsigned int, long unsigned int *)} In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:1374:30: σημείωση: expected ‘int (*)(void *, unsigned char *, size_t, size_t *)’ {aka ‘int (*)(void *, unsigned char *, long unsigned int, long unsigned int *)’} but argument is of type ‘int (*)(void *, char *, size_t, size_t *)’ {aka ‘int (*)(void *, char *, long unsigned int, long unsigned int *)’} 1374 | yaml_read_handler_t *handler, void *data); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ In file included from /usr/include/python3.8/Python.h:96, from ext/_yaml.c:4: /usr/include/python3.8/bytesobject.h:87:57: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_parser_set_input_string’ differ in signedness [-Wpointer-sign] 87 | #define PyBytes_AS_STRING(op) (assert(PyBytes_Check(op)), \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ | | | char * 88 | (((PyBytesObject *)(op))->ob_sval)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.h:11:29: σημείωση: in expansion of macro ‘PyBytes_AS_STRING’ 11 | #define PyString_AS_STRING PyBytes_AS_STRING | ^~~~~~~~~~~~~~~~~ ext/_yaml.c:3634:59: σημείωση: in expansion of macro ‘PyString_AS_STRING’ 3634 | yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); | ^~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:1348:30: σημείωση: expected ‘const unsigned char *’ but argument is of type ‘char *’ 1348 | const unsigned char *input, size_t size); | ~~~~~~~~~~~~~~~~~~~~~^~~~~ ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__token_to_object’: ext/_yaml.c:5468:71: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 5468 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:5480:71: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 5480 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6482:63: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 6482 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6566:64: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 6566 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6650:61: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 6650 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6662:61: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 6662 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6786:64: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_DecodeUTF8’ differ in signedness [-Wpointer-sign] 6786 | __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 460, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:462:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 462 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__event_to_object’: ext/_yaml.c:8467:63: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 8467 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8479:63: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 8479 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8722:63: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 8722 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8826:66: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 8826 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8867:66: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 8867 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8888:64: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_DecodeUTF8’ differ in signedness [-Wpointer-sign] 8888 | __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 595, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:462:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 462 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9229:74: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 9229 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9270:74: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 9270 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9502:73: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 9502 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9543:73: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 9543 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_node’: ext/_yaml.c:11216:75: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 11216 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:11536:76: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 11536 | __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:11592:84: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 11592 | __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:11648:83: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 11648 | __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_scalar_node’: ext/_yaml.c:12306:74: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_DecodeUTF8’ differ in signedness [-Wpointer-sign] 12306 | __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 791, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:462:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 462 | PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:12529:76: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 12529 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_sequence_node’: ext/_yaml.c:13067:84: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 13067 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_mapping_node’: ext/_yaml.c:13692:83: προειδοποίηση: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 13692 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.8/Python.h:97, from ext/_yaml.c:4: /usr/include/python3.8/unicodeobject.h:137:23: σημείωση: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 137 | PyAPI_FUNC(PyObject*) PyUnicode_FromString( | ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function ‘__pyx_f_5_yaml_input_handler’: ext/_yaml.c:14504:87: προειδοποίηση: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 14504 | __pyx_t_3 = (((__pyx_v_parser->stream_cache_len - __pyx_v_parser->stream_cache_pos) < __pyx_v_size) != 0); | ^ ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter___init__’: ext/_yaml.c:15023:53: προειδοποίηση: passing argument 2 of ‘yaml_emitter_set_output’ from incompatible pointer type [-Wincompatible-pointer-types] 15023 | yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *, size_t) {aka int (*)(void *, char *, long unsigned int)} In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:1844:31: σημείωση: expected ‘int (*)(void *, unsigned char *, size_t)’ {aka ‘int (*)(void *, unsigned char *, long unsigned int)’} but argument is of type ‘int (*)(void *, char *, size_t)’ {aka ‘int (*)(void *, char *, long unsigned int)’} 1844 | yaml_write_handler_t *handler, void *data); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ext/_yaml.c: In function ‘__pyx_f_5_yaml_8CEmitter__object_to_event’: ext/_yaml.c:16375:44: προειδοποίηση: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 16375 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ ext/_yaml.c:16490:44: προειδοποίηση: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 16490 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | ^ ext/_yaml.c:16827:62: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign] 16827 | __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:555:69: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 555 | yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor); | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:17542:63: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 17542 | __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:581:28: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:17542:79: προειδοποίηση: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 17542 | __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:581:55: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c:17542:92: προειδοποίηση: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 17542 | __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:582:28: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 582 | const yaml_char_t *value, int length, | ~~~~~~~~~~~~~~~~~~~^~~~~ ext/_yaml.c:17976:71: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] 17976 | __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:604:28: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:17976:87: προειδοποίηση: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] 17976 | __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:604:55: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c:18410:70: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] 18410 | __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:636:28: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:18410:86: προειδοποίηση: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] 18410 | __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:636:55: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter_12serialize’: ext/_yaml.c:19980:42: προειδοποίηση: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 19980 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ ext/_yaml.c:20095:42: προειδοποίηση: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 20095 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | ^ ext/_yaml.c: In function ‘__pyx_f_5_yaml_8CEmitter__serialize_node’: ext/_yaml.c:20952:65: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign] 20952 | __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:555:69: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 555 | yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor); | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:21763:68: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 21763 | __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:581:28: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:21763:84: προειδοποίηση: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 21763 | __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:581:55: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c:21763:97: προειδοποίηση: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 21763 | __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:582:28: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 582 | const yaml_char_t *value, int length, | ~~~~~~~~~~~~~~~~~~~^~~~~ ext/_yaml.c:22150:76: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] 22150 | __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:604:28: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:22150:92: προειδοποίηση: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] 22150 | __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:604:55: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ ext/_yaml.c:22680:75: προειδοποίηση: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] 22680 | __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:636:28: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ ext/_yaml.c:22680:91: προειδοποίηση: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] 22680 | __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from ext/_yaml.h:2, from ext/_yaml.c:598: /usr/include/yaml.h:636:55: σημείωση: expected ‘const yaml_char_t *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-3.8/ext/_yaml.o -L/usr/lib64 -lyaml -o build/lib.linux-x86_64-3.8/_yaml.cpython-38-x86_64-linux-gnu.so running install_lib creating /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8 creating /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages creating /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/reader.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/representer.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/resolver.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/nodes.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/error.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/events.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/constructor.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/cyaml.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/dumper.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/composer.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/emitter.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/__init__.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/tokens.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/serializer.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/loader.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/parser.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/yaml/scanner.py -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml copying build/lib.linux-x86_64-3.8/_yaml.cpython-38-x86_64-linux-gnu.so -> /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/reader.py to reader.cpython-38.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/representer.py to representer.cpython-38.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/resolver.py to resolver.cpython-38.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/nodes.py to nodes.cpython-38.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/error.py to error.cpython-38.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/events.py to events.cpython-38.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/constructor.py to constructor.cpython-38.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/cyaml.py to cyaml.cpython-38.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/dumper.py to dumper.cpython-38.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/composer.py to composer.cpython-38.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/emitter.py to emitter.cpython-38.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/__init__.py to __init__.cpython-38.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/tokens.py to tokens.cpython-38.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/serializer.py to serializer.cpython-38.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/loader.py to loader.cpython-38.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/parser.py to parser.cpython-38.pyc byte-compiling /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/scanner.py to scanner.cpython-38.pyc running install_egg_info Writing /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/PyYAML-5.3.1-py3.8.egg-info /usr/lib64/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) /home/djemos/sailors/gnuradio/python3-PyYAML/pkg: σύνολο 8 drwxr-xr-x 2 djemos users 4096 Αυγ 10 12:13 install drwxr-xr-x 5 djemos users 4096 Αυγ 10 12:13 usr /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/install: σύνολο 4 -rw-r--r-- 1 djemos users 419 Αυγ 10 12:13 slack-desc /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr: σύνολο 12 drwxr-xr-x 3 djemos users 4096 Αυγ 10 12:13 doc drwxr-xr-x 4 djemos users 4096 Αυγ 10 12:13 lib64 drwxr-xr-x 3 djemos users 4096 Αυγ 10 12:13 src /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/doc: σύνολο 4 drwxr-xr-x 2 djemos users 4096 Αυγ 10 12:13 python-PyYAML-5.3.1 /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/doc/python-PyYAML-5.3.1: σύνολο 20 -rw-r--r-- 1 djemos users 10672 Αυγ 10 12:13 CHANGES -rw-r--r-- 1 djemos users 1101 Αυγ 10 12:13 LICENSE -rw-r--r-- 1 djemos users 1548 Αυγ 10 12:13 README /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64: σύνολο 8 drwxr-xr-x 3 djemos users 4096 Αυγ 10 12:13 python2.7 drwxr-xr-x 3 djemos users 4096 Αυγ 10 12:13 python3.8 /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7: σύνολο 4 drwxr-xr-x 3 djemos users 4096 Αυγ 10 12:13 site-packages /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages: σύνολο 264 -rw-r--r-- 1 djemos users 1781 Αυγ 10 12:13 PyYAML-5.3.1-py2.7.egg-info -rwxr-xr-x 1 djemos users 259424 Αυγ 10 12:13 _yaml.so drwxr-xr-x 2 djemos users 4096 Αυγ 10 12:13 yaml /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python2.7/site-packages/yaml: σύνολο 472 -rw-r--r-- 1 djemos users 13340 Μαρ 18 23:34 __init__.py -rw-r--r-- 1 djemos users 14639 Αυγ 10 12:13 __init__.pyc -rw-r--r-- 1 djemos users 4923 Μαρ 18 23:34 composer.py -rw-r--r-- 1 djemos users 4530 Αυγ 10 12:13 composer.pyc -rw-r--r-- 1 djemos users 28797 Μαρ 18 23:34 constructor.py -rw-r--r-- 1 djemos users 25882 Αυγ 10 12:13 constructor.pyc -rw-r--r-- 1 djemos users 3842 Μαρ 18 23:34 cyaml.py -rw-r--r-- 1 djemos users 4761 Αυγ 10 12:13 cyaml.pyc -rw-r--r-- 1 djemos users 2833 Μαρ 18 23:34 dumper.py -rw-r--r-- 1 djemos users 2672 Αυγ 10 12:13 dumper.pyc -rw-r--r-- 1 djemos users 43407 Μαρ 18 23:34 emitter.py -rw-r--r-- 1 djemos users 32069 Αυγ 10 12:13 emitter.pyc -rw-r--r-- 1 djemos users 2559 Μαρ 18 23:34 error.py -rw-r--r-- 1 djemos users 2963 Αυγ 10 12:13 error.pyc -rw-r--r-- 1 djemos users 2445 Μαρ 18 23:34 events.py -rw-r--r-- 1 djemos users 4940 Αυγ 10 12:13 events.pyc -rw-r--r-- 1 djemos users 2055 Μαρ 18 23:34 loader.py -rw-r--r-- 1 djemos users 2850 Αυγ 10 12:13 loader.pyc -rw-r--r-- 1 djemos users 1440 Μαρ 18 23:34 nodes.py -rw-r--r-- 1 djemos users 2186 Αυγ 10 12:13 nodes.pyc -rw-r--r-- 1 djemos users 25542 Μαρ 18 23:34 parser.py -rw-r--r-- 1 djemos users 14711 Αυγ 10 12:13 parser.pyc -rw-r--r-- 1 djemos users 6913 Μαρ 18 23:34 reader.py -rw-r--r-- 1 djemos users 5776 Αυγ 10 12:13 reader.pyc -rw-r--r-- 1 djemos users 17787 Μαρ 18 23:34 representer.py -rw-r--r-- 1 djemos users 14733 Αυγ 10 12:13 representer.pyc -rw-r--r-- 1 djemos users 9122 Μαρ 18 23:34 resolver.py -rw-r--r-- 1 djemos users 6701 Αυγ 10 12:13 resolver.pyc -rw-r--r-- 1 djemos users 52027 Μαρ 18 23:34 scanner.py -rw-r--r-- 1 djemos users 32790 Αυγ 10 12:13 scanner.pyc -rw-r--r-- 1 djemos users 4171 Μαρ 18 23:34 serializer.py -rw-r--r-- 1 djemos users 4331 Αυγ 10 12:13 serializer.pyc -rw-r--r-- 1 djemos users 2573 Μαρ 18 23:34 tokens.py -rw-r--r-- 1 djemos users 6489 Αυγ 10 12:13 tokens.pyc /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8: σύνολο 4 drwxr-xr-x 3 djemos users 4096 Αυγ 10 12:13 site-packages /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages: σύνολο 288 -rw-r--r-- 1 djemos users 1781 Αυγ 10 12:13 PyYAML-5.3.1-py3.8.egg-info -rwxr-xr-x 1 djemos users 284224 Αυγ 10 12:13 _yaml.cpython-38-x86_64-linux-gnu.so drwxr-xr-x 3 djemos users 4096 Αυγ 10 12:13 yaml /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml: σύνολο 252 -rw-r--r-- 1 djemos users 13170 Μαρ 18 23:34 __init__.py drwxr-xr-x 2 djemos users 4096 Αυγ 10 12:13 __pycache__ -rw-r--r-- 1 djemos users 4883 Μαρ 18 23:34 composer.py -rw-r--r-- 1 djemos users 28627 Μαρ 18 23:34 constructor.py -rw-r--r-- 1 djemos users 3846 Μαρ 18 23:34 cyaml.py -rw-r--r-- 1 djemos users 2837 Μαρ 18 23:34 dumper.py -rw-r--r-- 1 djemos users 43006 Μαρ 18 23:34 emitter.py -rw-r--r-- 1 djemos users 2533 Μαρ 18 23:34 error.py -rw-r--r-- 1 djemos users 2445 Μαρ 18 23:34 events.py -rw-r--r-- 1 djemos users 2061 Μαρ 18 23:34 loader.py -rw-r--r-- 1 djemos users 1440 Μαρ 18 23:34 nodes.py -rw-r--r-- 1 djemos users 25495 Μαρ 18 23:34 parser.py -rw-r--r-- 1 djemos users 6794 Μαρ 18 23:34 reader.py -rw-r--r-- 1 djemos users 14184 Μαρ 18 23:34 representer.py -rw-r--r-- 1 djemos users 8970 Μαρ 18 23:34 resolver.py -rw-r--r-- 1 djemos users 51277 Μαρ 18 23:34 scanner.py -rw-r--r-- 1 djemos users 4165 Μαρ 18 23:34 serializer.py -rw-r--r-- 1 djemos users 2573 Μαρ 18 23:34 tokens.py /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/lib64/python3.8/site-packages/yaml/__pycache__: σύνολο 172 -rw-r--r-- 1 djemos users 11853 Αυγ 10 12:13 __init__.cpython-38.pyc -rw-r--r-- 1 djemos users 3571 Αυγ 10 12:13 composer.cpython-38.pyc -rw-r--r-- 1 djemos users 20830 Αυγ 10 12:13 constructor.cpython-38.pyc -rw-r--r-- 1 djemos users 3414 Αυγ 10 12:13 cyaml.cpython-38.pyc -rw-r--r-- 1 djemos users 1831 Αυγ 10 12:13 dumper.cpython-38.pyc -rw-r--r-- 1 djemos users 25361 Αυγ 10 12:13 emitter.cpython-38.pyc -rw-r--r-- 1 djemos users 2308 Αυγ 10 12:13 error.cpython-38.pyc -rw-r--r-- 1 djemos users 3982 Αυγ 10 12:13 events.cpython-38.pyc -rw-r--r-- 1 djemos users 2172 Αυγ 10 12:13 loader.cpython-38.pyc -rw-r--r-- 1 djemos users 1733 Αυγ 10 12:13 nodes.cpython-38.pyc -rw-r--r-- 1 djemos users 11932 Αυγ 10 12:13 parser.cpython-38.pyc -rw-r--r-- 1 djemos users 4545 Αυγ 10 12:13 reader.cpython-38.pyc -rw-r--r-- 1 djemos users 10077 Αυγ 10 12:13 representer.cpython-38.pyc -rw-r--r-- 1 djemos users 5486 Αυγ 10 12:13 resolver.cpython-38.pyc -rw-r--r-- 1 djemos users 25277 Αυγ 10 12:13 scanner.cpython-38.pyc -rw-r--r-- 1 djemos users 3328 Αυγ 10 12:13 serializer.cpython-38.pyc -rw-r--r-- 1 djemos users 4943 Αυγ 10 12:13 tokens.cpython-38.pyc /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/src: σύνολο 4 drwxr-xr-x 2 djemos users 4096 Αυγ 10 12:13 python-PyYAML-5.3.1 /home/djemos/sailors/gnuradio/python3-PyYAML/pkg/usr/src/python-PyYAML-5.3.1: σύνολο 4 -rw-r--r-- 1 djemos users 823 Αυγ 10 12:13 SLKBUILD Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /home/djemos/sailors/gnuradio/python3-PyYAML/python-PyYAML-5.3.1-x86_64-1dj.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/python-PyYAML-5.3.1/ usr/doc/python-PyYAML-5.3.1/CHANGES usr/doc/python-PyYAML-5.3.1/LICENSE usr/doc/python-PyYAML-5.3.1/README usr/lib64/ usr/lib64/python2.7/ usr/lib64/python2.7/site-packages/ usr/lib64/python2.7/site-packages/PyYAML-5.3.1-py2.7.egg-info usr/lib64/python2.7/site-packages/_yaml.so usr/lib64/python2.7/site-packages/yaml/ usr/lib64/python2.7/site-packages/yaml/__init__.py usr/lib64/python2.7/site-packages/yaml/__init__.pyc usr/lib64/python2.7/site-packages/yaml/composer.py usr/lib64/python2.7/site-packages/yaml/composer.pyc usr/lib64/python2.7/site-packages/yaml/constructor.py usr/lib64/python2.7/site-packages/yaml/constructor.pyc usr/lib64/python2.7/site-packages/yaml/cyaml.py usr/lib64/python2.7/site-packages/yaml/cyaml.pyc usr/lib64/python2.7/site-packages/yaml/dumper.py usr/lib64/python2.7/site-packages/yaml/dumper.pyc usr/lib64/python2.7/site-packages/yaml/emitter.py usr/lib64/python2.7/site-packages/yaml/emitter.pyc usr/lib64/python2.7/site-packages/yaml/error.py usr/lib64/python2.7/site-packages/yaml/error.pyc usr/lib64/python2.7/site-packages/yaml/events.py usr/lib64/python2.7/site-packages/yaml/events.pyc usr/lib64/python2.7/site-packages/yaml/loader.py usr/lib64/python2.7/site-packages/yaml/loader.pyc usr/lib64/python2.7/site-packages/yaml/nodes.py usr/lib64/python2.7/site-packages/yaml/nodes.pyc usr/lib64/python2.7/site-packages/yaml/parser.py usr/lib64/python2.7/site-packages/yaml/parser.pyc usr/lib64/python2.7/site-packages/yaml/reader.py usr/lib64/python2.7/site-packages/yaml/reader.pyc usr/lib64/python2.7/site-packages/yaml/representer.py usr/lib64/python2.7/site-packages/yaml/representer.pyc usr/lib64/python2.7/site-packages/yaml/resolver.py usr/lib64/python2.7/site-packages/yaml/resolver.pyc usr/lib64/python2.7/site-packages/yaml/scanner.py usr/lib64/python2.7/site-packages/yaml/scanner.pyc usr/lib64/python2.7/site-packages/yaml/serializer.py usr/lib64/python2.7/site-packages/yaml/serializer.pyc usr/lib64/python2.7/site-packages/yaml/tokens.py usr/lib64/python2.7/site-packages/yaml/tokens.pyc usr/lib64/python3.8/ usr/lib64/python3.8/site-packages/ usr/lib64/python3.8/site-packages/PyYAML-5.3.1-py3.8.egg-info usr/lib64/python3.8/site-packages/_yaml.cpython-38-x86_64-linux-gnu.so usr/lib64/python3.8/site-packages/yaml/ usr/lib64/python3.8/site-packages/yaml/__init__.py usr/lib64/python3.8/site-packages/yaml/__pycache__/ usr/lib64/python3.8/site-packages/yaml/__pycache__/__init__.cpython-38.pyc usr/lib64/python3.8/site-packages/yaml/__pycache__/composer.cpython-38.pyc usr/lib64/python3.8/site-packages/yaml/__pycache__/constructor.cpython-38.pyc usr/lib64/python3.8/site-packages/yaml/__pycache__/cyaml.cpython-38.pyc usr/lib64/python3.8/site-packages/yaml/__pycache__/dumper.cpython-38.pyc usr/lib64/python3.8/site-packages/yaml/__pycache__/emitter.cpython-38.pyc usr/lib64/python3.8/site-packages/yaml/__pycache__/error.cpython-38.pyc usr/lib64/python3.8/site-packages/yaml/__pycache__/events.cpython-38.pyc usr/lib64/python3.8/site-packages/yaml/__pycache__/loader.cpython-38.pyc usr/lib64/python3.8/site-packages/yaml/__pycache__/nodes.cpython-38.pyc usr/lib64/python3.8/site-packages/yaml/__pycache__/parser.cpython-38.pyc usr/lib64/python3.8/site-packages/yaml/__pycache__/reader.cpython-38.pyc usr/lib64/python3.8/site-packages/yaml/__pycache__/representer.cpython-38.pyc usr/lib64/python3.8/site-packages/yaml/__pycache__/resolver.cpython-38.pyc usr/lib64/python3.8/site-packages/yaml/__pycache__/scanner.cpython-38.pyc usr/lib64/python3.8/site-packages/yaml/__pycache__/serializer.cpython-38.pyc usr/lib64/python3.8/site-packages/yaml/__pycache__/tokens.cpython-38.pyc usr/lib64/python3.8/site-packages/yaml/composer.py usr/lib64/python3.8/site-packages/yaml/constructor.py usr/lib64/python3.8/site-packages/yaml/cyaml.py usr/lib64/python3.8/site-packages/yaml/dumper.py usr/lib64/python3.8/site-packages/yaml/emitter.py usr/lib64/python3.8/site-packages/yaml/error.py usr/lib64/python3.8/site-packages/yaml/events.py usr/lib64/python3.8/site-packages/yaml/loader.py usr/lib64/python3.8/site-packages/yaml/nodes.py usr/lib64/python3.8/site-packages/yaml/parser.py usr/lib64/python3.8/site-packages/yaml/reader.py usr/lib64/python3.8/site-packages/yaml/representer.py usr/lib64/python3.8/site-packages/yaml/resolver.py usr/lib64/python3.8/site-packages/yaml/scanner.py usr/lib64/python3.8/site-packages/yaml/serializer.py usr/lib64/python3.8/site-packages/yaml/tokens.py usr/src/ usr/src/python-PyYAML-5.3.1/ usr/src/python-PyYAML-5.3.1/SLKBUILD Slackware package /home/djemos/sailors/gnuradio/python3-PyYAML/python-PyYAML-5.3.1-x86_64-1dj.txz created. Package has been built. Cleaning pkg and src directories