gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/pyyaml' gmake[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Source /data/userland-archives/PyYAML-5.3.1.tar.gz... not found, skipping file copy Source https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz... downloading... validating signature... skipping (no signature URL) validating hash... ok /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) running build running build_py creating /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7 creating /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml copying lib/yaml/serializer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml copying lib/yaml/representer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml copying lib/yaml/loader.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml copying lib/yaml/tokens.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml copying lib/yaml/events.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml copying lib/yaml/resolver.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml copying lib/yaml/scanner.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml copying lib/yaml/dumper.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml copying lib/yaml/nodes.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml copying lib/yaml/reader.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml copying lib/yaml/composer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml copying lib/yaml/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml copying lib/yaml/emitter.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml copying lib/yaml/constructor.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml copying lib/yaml/cyaml.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml copying lib/yaml/error.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml copying lib/yaml/parser.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml running build_ext skipping 'ext/_yaml.c' Cython extension (up-to-date) building '_yaml' extension creating /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/temp.solaris-2.11-i86pc.32bit-2.7 creating /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/temp.solaris-2.11-i86pc.32bit-2.7/ext /usr/gcc/7/bin/gcc -fno-strict-aliasing -m32 -O3 -fPIC -DPIC -std=c99 -D_XOPEN_SOURCE=600 -D_REENTRANT -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -m32 -O3 -fPIC -DPIC -I/usr/include/python2.7 -c ext/_yaml.c -o /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/temp.solaris-2.11-i86pc.32bit-2.7/ext/_yaml.o In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:0: warning: "PyUnicode_FromString" redefined #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:194:0: note: this is the location of the previous definition # define PyUnicode_FromString PyUnicodeUCS2_FromString ext/_yaml.c: In function '__pyx_pf_5_yaml_get_version_string': ext/_yaml.c:1891:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_value = yaml_get_version_string(); ^ ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser___init__': ext/_yaml.c:3391:52: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [-Wincompatible-pointer-types] yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:1367:1: note: expected 'int (*)(void *, unsigned char *, size_t, size_t *) {aka int (*)(void *, unsigned char *, unsigned int, unsigned int *)}' but argument is of type 'int (*)(void *, char *, size_t, size_t *) {aka int (*)(void *, char *, unsigned int, unsigned int *)}' yaml_parser_set_input(yaml_parser_t *parser, ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:97:0, from ext/_yaml.c:4: /usr/include/python2.7/stringobject.h:91:32: warning: pointer targets in passing argument 2 of 'yaml_parser_set_input_string' differ in signedness [-Wpointer-sign] #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval) ^ ext/_yaml.c:3632:59: note: in expansion of macro 'PyString_AS_STRING' yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); ^~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:1341:1: note: expected 'const unsigned char *' but argument is of type 'char *' yaml_parser_set_input_string(yaml_parser_t *parser, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__token_to_object': ext/_yaml.c:5466:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:5466:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:5478:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:5478:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:6480:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:6480:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:6564:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:6564:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:6648:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:6648:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:6660:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:6660:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6784:38: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 460, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__event_to_object': ext/_yaml.c:8465:42: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:8465:21: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:8477:42: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:8477:21: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:8720:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:8720:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:8824:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:8824:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:8865:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:8865:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8886:38: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 595, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:9227:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:9227:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:9268:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:9268:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:9500:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:9500:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:9541:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:9541:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_node': ext/_yaml.c:11214:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:11214:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:11534:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:11534:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:11590:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:11590:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:11646:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:11646:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_scalar_node': ext/_yaml.c:12304:36: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 791, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:12527:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:12527:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_sequence_node': ext/_yaml.c:13065:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:13065:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_mapping_node': ext/_yaml.c:13690:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:13690:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter___init__': ext/_yaml.c:15021:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:1829:1: note: expected 'int (*)(void *, unsigned char *, size_t) {aka int (*)(void *, unsigned char *, unsigned int)}' but argument is of type 'int (*)(void *, char *, size_t) {aka int (*)(void *, char *, unsigned int)}' yaml_emitter_set_output(yaml_emitter_t *emitter, ^~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__object_to_event': ext/_yaml.c:16373:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:16488:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c:16825:62: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:553:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17540:63: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17540:79: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17540:92: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17974:71: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17974:87: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18408:70: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18408:86: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter_12serialize': ext/_yaml.c:19978:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:20093:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__serialize_node': ext/_yaml.c:20950:65: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:553:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:21761:68: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:21761:84: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:21761:97: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22148:76: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22148:92: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22678:75: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22678:91: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/gcc/7/bin/gcc -m32 -O3 -fPIC -DPIC -std=c99 -D_XOPEN_SOURCE=600 -shared -m32 -fPIC -DPIC -R/usr/gnu/lib -L/usr/gnu/lib -m32 -m32 -O3 /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/temp.solaris-2.11-i86pc.32bit-2.7/ext/_yaml.o -L/usr/lib -lyaml -lpython2.7 -o /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/_yaml.so /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) running build running build_py creating /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7 creating /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml copying lib/yaml/serializer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml copying lib/yaml/representer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml copying lib/yaml/loader.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml copying lib/yaml/tokens.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml copying lib/yaml/events.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml copying lib/yaml/resolver.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml copying lib/yaml/scanner.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml copying lib/yaml/dumper.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml copying lib/yaml/nodes.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml copying lib/yaml/reader.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml copying lib/yaml/composer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml copying lib/yaml/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml copying lib/yaml/emitter.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml copying lib/yaml/constructor.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml copying lib/yaml/cyaml.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml copying lib/yaml/error.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml copying lib/yaml/parser.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml running build_ext skipping 'ext/_yaml.c' Cython extension (up-to-date) building '_yaml' extension creating /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/temp.solaris-2.11-i86pc.64bit-2.7 creating /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/temp.solaris-2.11-i86pc.64bit-2.7/ext /usr/gcc/7/bin/gcc -fno-strict-aliasing -m32 -O3 -fPIC -DPIC -std=c99 -D_XOPEN_SOURCE=600 -D_REENTRANT -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -m64 -O3 -fPIC -DPIC -I/usr/include/python2.7 -c ext/_yaml.c -o /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/temp.solaris-2.11-i86pc.64bit-2.7/ext/_yaml.o In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:0: warning: "PyUnicode_FromString" redefined #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:194:0: note: this is the location of the previous definition # define PyUnicode_FromString PyUnicodeUCS2_FromString ext/_yaml.c: In function '__pyx_pf_5_yaml_get_version_string': ext/_yaml.c:1891:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_value = yaml_get_version_string(); ^ ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser___init__': ext/_yaml.c:3391:52: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [-Wincompatible-pointer-types] yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:1367:1: note: expected 'int (*)(void *, unsigned char *, size_t, size_t *) {aka int (*)(void *, unsigned char *, long unsigned int, long unsigned int *)}' but argument is of type 'int (*)(void *, char *, size_t, size_t *) {aka int (*)(void *, char *, long unsigned int, long unsigned int *)}' yaml_parser_set_input(yaml_parser_t *parser, ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:97:0, from ext/_yaml.c:4: /usr/include/python2.7/stringobject.h:91:32: warning: pointer targets in passing argument 2 of 'yaml_parser_set_input_string' differ in signedness [-Wpointer-sign] #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval) ^ ext/_yaml.c:3632:59: note: in expansion of macro 'PyString_AS_STRING' yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); ^~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:1341:1: note: expected 'const unsigned char *' but argument is of type 'char *' yaml_parser_set_input_string(yaml_parser_t *parser, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__token_to_object': ext/_yaml.c:5466:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:5466:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:5478:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:5478:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:6480:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:6480:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:6564:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:6564:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:6648:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:6648:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:6660:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:6660:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6784:38: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 460, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__event_to_object': ext/_yaml.c:8465:42: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:8465:21: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:8477:42: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:8477:21: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:8720:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:8720:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:8824:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:8824:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:8865:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:8865:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8886:38: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 595, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:9227:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:9227:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:9268:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:9268:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:9500:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:9500:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:9541:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:9541:19: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_node': ext/_yaml.c:11214:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:11214:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:11534:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:11534:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:11590:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:11590:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:11646:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:11646:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_scalar_node': ext/_yaml.c:12304:36: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 791, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c:12527:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:12527:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_sequence_node': ext/_yaml.c:13065:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:13065:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_mapping_node': ext/_yaml.c:13690:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error) ^ ext/_yaml.h:6:66: note: in definition of macro 'PyUnicode_FromString' #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/string.h:34:0, from /usr/include/python2.7/Python.h:38, from ext/_yaml.c:4: /usr/include/iso/string_iso.h:79:15: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' extern size_t strlen(const char *); ^~~~~~ In file included from ext/_yaml.c:596:0: ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness [-Wpointer-sign] #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ ext/_yaml.c:13690:17: note: in expansion of macro 'PyUnicode_FromString' __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88:0, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:174:31: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 ^ /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter___init__': ext/_yaml.c:15021:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:1829:1: note: expected 'int (*)(void *, unsigned char *, size_t) {aka int (*)(void *, unsigned char *, long unsigned int)}' but argument is of type 'int (*)(void *, char *, size_t) {aka int (*)(void *, char *, long unsigned int)}' yaml_emitter_set_output(yaml_emitter_t *emitter, ^~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__object_to_event': ext/_yaml.c:16373:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:16488:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c:16825:62: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:553:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17540:63: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17540:79: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17540:92: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17974:71: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17974:87: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18408:70: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18408:86: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter_12serialize': ext/_yaml.c:19978:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:20093:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__serialize_node': ext/_yaml.c:20950:65: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:553:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:21761:68: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:21761:84: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:21761:97: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22148:76: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22148:92: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22678:75: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22678:91: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ creating /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/64 /usr/gcc/7/bin/gcc -m32 -O3 -fPIC -DPIC -std=c99 -D_XOPEN_SOURCE=600 -shared -m32 -fPIC -DPIC -R/usr/gnu/lib -L/usr/gnu/lib -m64 -m64 -O3 /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/temp.solaris-2.11-i86pc.64bit-2.7/ext/_yaml.o -L/usr/lib -lyaml -lpython2.7 -o /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/64/_yaml.so running build running build_py creating /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5 creating /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml copying lib3/yaml/constructor.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml copying lib3/yaml/serializer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml copying lib3/yaml/error.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml copying lib3/yaml/composer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml copying lib3/yaml/tokens.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml copying lib3/yaml/events.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml copying lib3/yaml/loader.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml copying lib3/yaml/emitter.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml copying lib3/yaml/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml copying lib3/yaml/cyaml.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml copying lib3/yaml/reader.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml copying lib3/yaml/resolver.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml copying lib3/yaml/dumper.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml copying lib3/yaml/scanner.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml copying lib3/yaml/nodes.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml copying lib3/yaml/parser.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml copying lib3/yaml/representer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml running build_ext skipping 'ext/_yaml.c' Cython extension (up-to-date) building '_yaml' extension creating /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/temp.solaris-2.11-i86pc.64bit-3.5 creating /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/temp.solaris-2.11-i86pc.64bit-3.5/ext /usr/gcc/7/bin/gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -m64 -O3 -fPIC -DPIC -I/usr/include/python3.5m -c ext/_yaml.c -o /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/temp.solaris-2.11-i86pc.64bit-3.5/ext/_yaml.o In file included from ext/_yaml.c:596:0: ext/_yaml.h:10:0: warning: "PyString_CheckExact" redefined #define PyString_CheckExact PyBytes_CheckExact ext/_yaml.c:486:0: note: this is the location of the previous definition #define PyString_CheckExact PyUnicode_CheckExact ext/_yaml.c: In function '__pyx_pf_5_yaml_get_version_string': ext/_yaml.c:1891:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_value = yaml_get_version_string(); ^ ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser___init__': ext/_yaml.c:3391:52: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [-Wincompatible-pointer-types] yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:1367:1: note: expected 'int (*)(void *, unsigned char *, size_t, size_t *) {aka int (*)(void *, unsigned char *, long unsigned int, long unsigned int *)}' but argument is of type 'int (*)(void *, char *, size_t, size_t *) {aka int (*)(void *, char *, long unsigned int, long unsigned int *)}' yaml_parser_set_input(yaml_parser_t *parser, ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:76:0, from ext/_yaml.c:4: /usr/include/python3.5m/bytesobject.h:73:31: warning: pointer targets in passing argument 2 of 'yaml_parser_set_input_string' differ in signedness [-Wpointer-sign] #define PyBytes_AS_STRING(op) (assert(PyBytes_Check(op)), \ ^ ext/_yaml.h:11:29: note: in expansion of macro 'PyBytes_AS_STRING' #define PyString_AS_STRING PyBytes_AS_STRING ^~~~~~~~~~~~~~~~~ ext/_yaml.c:3632:59: note: in expansion of macro 'PyString_AS_STRING' yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); ^~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:1341:1: note: expected 'const unsigned char *' but argument is of type 'char *' yaml_parser_set_input_string(yaml_parser_t *parser, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__token_to_object': ext/_yaml.c:5466:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:5478:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6480:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6564:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6648:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6660:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:6784:38: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 460, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:1278:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__event_to_object': ext/_yaml.c:8465:42: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8477:42: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8720:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8824:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8865:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:8886:38: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 595, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:1278:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9227:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9268:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9500:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:9541:40: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) ^~~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_node': ext/_yaml.c:11214:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:11534:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:11590:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:11646:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_scalar_node': ext/_yaml.c:12304:36: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 791, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:1278:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:12527:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_sequence_node': ext/_yaml.c:13065:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_mapping_node': ext/_yaml.c:13690:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /usr/include/python3.5m/Python.h:77:0, from ext/_yaml.c:4: /usr/include/python3.5m/unicodeobject.h:718:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter___init__': ext/_yaml.c:15021:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:1829:1: note: expected 'int (*)(void *, unsigned char *, size_t) {aka int (*)(void *, unsigned char *, long unsigned int)}' but argument is of type 'int (*)(void *, char *, size_t) {aka int (*)(void *, char *, long unsigned int)}' yaml_emitter_set_output(yaml_emitter_t *emitter, ^~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__object_to_event': ext/_yaml.c:16373:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:16488:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c:16825:62: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:553:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17540:63: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17540:79: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17540:92: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17974:71: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17974:87: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18408:70: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18408:86: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter_12serialize': ext/_yaml.c:19978:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:20093:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__serialize_node': ext/_yaml.c:20950:65: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:553:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:21761:68: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:21761:84: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:21761:97: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22148:76: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22148:92: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22678:75: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22678:91: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:596: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/gcc/7/bin/gcc -m64 -O3 -fPIC -DPIC -std=c99 -D_XOPEN_SOURCE=600 -shared -m64 -fPIC -DPIC -R/usr/gnu/lib/amd64 -L/usr/gnu/lib/amd64 -m64 -m64 -m64 -O3 /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/temp.solaris-2.11-i86pc.64bit-3.5/ext/_yaml.o -L/usr/lib/amd64 -lyaml -lpython3.5m -o /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/_yaml.cpython-35m.so /usr/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) running install running build running build_py running build_ext skipping 'ext/_yaml.c' Cython extension (up-to-date) running install_lib copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml/parser.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml/resolver.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml/cyaml.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml/emitter.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml/serializer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml/representer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml/composer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml/error.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml/reader.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml/dumper.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml/constructor.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml/scanner.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml/nodes.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml/tokens.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml/events.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/yaml/loader.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/i86-2.7/lib.solaris-2.11-i86pc.32bit-2.7/_yaml.so -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/parser.py to parser.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/resolver.py to resolver.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/cyaml.py to cyaml.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/emitter.py to emitter.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/serializer.py to serializer.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/representer.py to representer.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/composer.py to composer.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/error.py to error.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/__init__.py to __init__.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/reader.py to reader.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/dumper.py to dumper.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/constructor.py to constructor.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/scanner.py to scanner.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/nodes.py to nodes.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/tokens.py to tokens.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/events.py to events.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/loader.py to loader.pyc running install_egg_info Writing /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/PyYAML-5.3.1-py2.7.egg-info /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) running install running build running build_py running build_ext skipping 'ext/_yaml.c' Cython extension (up-to-date) running install_lib creating /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/64 copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/64/_yaml.so -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/64 copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml/nodes.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml/parser.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml/resolver.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml/emitter.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml/representer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml/composer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml/scanner.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml/reader.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml/cyaml.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml/dumper.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml/serializer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml/error.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml/loader.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml/constructor.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml/tokens.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-2.7/lib.solaris-2.11-i86pc.64bit-2.7/yaml/events.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/nodes.py to nodes.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/parser.py to parser.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/resolver.py to resolver.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/emitter.py to emitter.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/representer.py to representer.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/__init__.py to __init__.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/composer.py to composer.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/scanner.py to scanner.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/reader.py to reader.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/cyaml.py to cyaml.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/dumper.py to dumper.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/serializer.py to serializer.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/error.py to error.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/loader.py to loader.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/constructor.py to constructor.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/tokens.py to tokens.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/yaml/events.py to events.pyc running install_egg_info Removing /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/PyYAML-5.3.1-py2.7.egg-info Writing /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python2.7/vendor-packages/PyYAML-5.3.1-py2.7.egg-info running install running build running build_py running build_ext skipping 'ext/_yaml.c' Cython extension (up-to-date) running install_lib creating /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5 creating /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages creating /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml/reader.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml/error.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml/dumper.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml/cyaml.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml/constructor.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml/scanner.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml/loader.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml/events.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml/tokens.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml/composer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml/representer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml/parser.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml/serializer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml/nodes.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml/resolver.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/yaml/emitter.py -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml copying /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/amd64-3.5/lib.solaris-2.11-i86pc.64bit-3.5/_yaml.cpython-35m.so -> /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml/reader.py to reader.cpython-35.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml/error.py to error.cpython-35.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml/dumper.py to dumper.cpython-35.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml/cyaml.py to cyaml.cpython-35.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml/constructor.py to constructor.cpython-35.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml/scanner.py to scanner.cpython-35.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml/loader.py to loader.cpython-35.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml/events.py to events.cpython-35.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml/tokens.py to tokens.cpython-35.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml/composer.py to composer.cpython-35.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml/representer.py to representer.cpython-35.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml/__init__.py to __init__.cpython-35.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml/parser.py to parser.cpython-35.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml/serializer.py to serializer.cpython-35.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml/nodes.py to nodes.cpython-35.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml/resolver.py to resolver.cpython-35.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/yaml/emitter.py to emitter.cpython-35.pyc running install_egg_info Writing /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/prototype/i386/usr/lib/python3.5/vendor-packages/PyYAML-5.3.1-py3.5.egg-info /usr/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/manifest-i386-pyyaml-27.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/manifest-i386-pyyaml-35.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/manifest-i386-pyyaml.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/manifest-i386-library---python-2---pyyaml-26.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/manifest-i386-library---python-2---pyyaml-27.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pyyaml/build/manifest-i386-library---python-2---pyyaml.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO pkg://openindiana.org/library/python/pyyaml-27@5.3.1,5.11-2020.0.1.0:20200806T111126Z PUBLISHED NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO pkg://openindiana.org/library/python/pyyaml@5.3.1,5.11-2020.0.1.0:20200806T111129Z PUBLISHED NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO pkg://openindiana.org/library/python-2/pyyaml-26@3.11,5.11-2016.0.1.2:20200806T111132Z PUBLISHED NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO pkg://openindiana.org/library/python-2/pyyaml-27@3.11,5.11-2016.0.1.2:20200806T111134Z PUBLISHED NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO pkg://openindiana.org/library/python-2/pyyaml@3.11,5.11-2016.0.1.2:20200806T111137Z PUBLISHED NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO pkg://openindiana.org/library/python/pyyaml-35@5.3.1,5.11-2020.0.1.0:20200806T111140Z PUBLISHED Generating component metadata... gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/pyyaml'