Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save packetninja/5c3369fc594cf8233ca30c3eb0ad2a95 to your computer and use it in GitHub Desktop.
Save packetninja/5c3369fc594cf8233ca30c3eb0ad2a95 to your computer and use it in GitHub Desktop.
TASK [Install basic packages] **************************************************
changed: [oob-mgmt-server] => (item=[u'isc-dhcp-server', u'dnsmasq', u'nginx', u'python-pip', u'shedskin', u'libyaml-dev', u'sshpass', u'git', u'apt-cacher-ng', u'vim', u'python-dev', u'libffi-dev', u'libssl-dev'])
TASK [Install Ansible] *********************************************************
fatal: [oob-mgmt-server]: FAILED! => {"changed": false, "cmd": "/usr/bin/pip install ansible", "failed": true, "msg": "stdout: Downloading/unpacking ansible\n Running setup.py (path:/tmp/pip-build-wx0bAO/ansible/setup.py) egg_info for package ansible\n \n no previously-included directories found matching 'v2'\n no previously-included directories found matching 'docsite'\n no previously-included directories found matching 'ticket_stubs'\n no previously-included directories found matching 'packaging'\n no previously-included directories found matching 'test'\n no previously-included directories found matching 'hacking'\n warning: no previously-included files found matching 'lib/ansible/modules/core/.git*'\n warning: no previously-included files found matching 'lib/ansible/modules/extras/.git*'\n no previously-included directories found matching 'lib/ansible/modules/core/.git'\n no previously-included directories found matching 'lib/ansible/modules/extras/.git'\nDownloading/unpacking paramiko (from ansible)\nDownloading/unpacking jinja2 (from ansible)\nDownloading/unpacking PyYAML (from ansible)\n Running setup.py (path:/tmp/pip-build-wx0bAO/PyYAML/setup.py) egg_info for package PyYAML\n \nRequirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python2.7/dist-packages (from ansible)\nDownloading/unpacking pycrypto>=2.6 (from ansible)\n Running setup.py (path:/tmp/pip-build-wx0bAO/pycrypto/setup.py) egg_info for package pycrypto\n \nRequirement already satisfied (use --upgrade to upgrade): pyasn1>=0.1.7 in /usr/lib/python2.7/dist-packages (from paramiko->ansible)\nDownloading/unpacking cryptography>=1.1 (from paramiko->ansible)\n Running setup.py (path:/tmp/pip-build-wx0bAO/cryptography/setup.py) egg_info for package cryptography\n \n no previously-included directories found matching 'docs/_build'\n warning: no previously-included files matching '*' found under directory 'vectors'\nDownloading/unpacking MarkupSafe (from jinja2->ansible)\n Downloading MarkupSafe-0.23.tar.gz\n Running setup.py (path:/tmp/pip-build-wx0bAO/MarkupSafe/setup.py) egg_info for package MarkupSafe\n \nDownloading/unpacking idna>=2.0 (from cryptography>=1.1->paramiko->ansible)\nRequirement already satisfied (use --upgrade to upgrade): six>=1.4.1 in /usr/lib/python2.7/dist-packages (from cryptography>=1.1->paramiko->ansible)\nDownloading/unpacking enum34 (from cryptography>=1.1->paramiko->ansible)\n Downloading enum34-1.1.6-py2-none-any.whl\nDownloading/unpacking ipaddress (from cryptography>=1.1->paramiko->ansible)\n Downloading ipaddress-1.0.16-py27-none-any.whl\nDownloading/unpacking cffi>=1.4.1 (from cryptography>=1.1->paramiko->ansible)\n Running setup.py (path:/tmp/pip-build-wx0bAO/cffi/setup.py) egg_info for package cffi\n \nRequirement already satisfied (use --upgrade to upgrade): pycparser in /usr/lib/python2.7/dist-packages (from cffi>=1.4.1->cryptography>=1.1->paramiko->ansible)\nInstalling collected packages: ansible, paramiko, jinja2, PyYAML, pycrypto, cryptography, MarkupSafe, idna, enum34, ipaddress, cffi\n Running setup.py install for ansible\n changing mode of build/scripts-2.7/ansible from 644 to 755\n changing mode of build/scripts-2.7/ansible-playbook from 644 to 755\n changing mode of build/scripts-2.7/ansible-pull from 644 to 755\n changing mode of build/scripts-2.7/ansible-doc from 644 to 755\n changing mode of build/scripts-2.7/ansible-galaxy from 644 to 755\n changing mode of build/scripts-2.7/ansible-vault from 644 to 755\n \n no previously-included directories found matching 'v2'\n no previously-included directories found matching 'docsite'\n no previously-included directories found matching 'ticket_stubs'\n no previously-included directories found matching 'test'\n no previously-included directories found matching 'hacking'\n warning: no previously-included files found matching 'lib/ansible/modules/core/.git*'\n warning: no previously-included files found matching 'lib/ansible/modules/extras/.git*'\n no previously-included directories found matching 'lib/ansible/modules/core/.git'\n no previously-included directories found matching 'lib/ansible/modules/extras/.git'\n changing mode of /usr/local/bin/ansible-vault to 755\n changing mode of /usr/local/bin/ansible-doc to 755\n changing mode of /usr/local/bin/ansible-galaxy to 755\n changing mode of /usr/local/bin/ansible to 755\n changing mode of /usr/local/bin/ansible-playbook to 755\n changing mode of /usr/local/bin/ansible-pull to 755\n Running setup.py install for PyYAML\n checking if libyaml is compilable\n x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/check_libyaml.c -o build/temp.linux-x86_64-2.7/check_libyaml.o\n checking if libyaml is linkable\n x86_64-linux-gnu-gcc -pthread build/temp.linux-x86_64-2.7/check_libyaml.o -lyaml -o build/temp.linux-x86_64-2.7/check_libyaml\n building '_yaml' extension\n x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c ext/_yaml.c -o build/temp.linux-x86_64-2.7/ext/_yaml.o\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:0: warning: \"PyUnicode_FromString\" redefined\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:281:0: note: this is the location of the previous definition\n # define PyUnicode_FromString PyUnicodeUCS4_FromString\n ^\n ext/_yaml.c: In function ‘__pyx_pf_5_yaml_get_version_string’:\n ext/_yaml.c:1346:17: warning: assignment discards ‘const’ qualifier from pointer target type\n __pyx_v_value = yaml_get_version_string();\n ^\n ext/_yaml.c: In function ‘__pyx_pf_5_yaml_7CParser___init__’:\n ext/_yaml.c:2471:52: warning: passing argument 2 of ‘yaml_parser_set_input’ from incompatible pointer type\n yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self));\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:1367:1: note: expected ‘int (*)(void *, unsigned char *, size_t, size_t *)’ but argument is of type ‘int (*)(void *, char *, int, int *)’\n yaml_parser_set_input(yaml_parser_t *parser,\n ^\n In file included from /usr/include/python2.7/Python.h:94:0,\n from ext/_yaml.c:16:\n /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]\n #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval)\n ^\n ext/_yaml.c:2664:59: note: in expansion of macro ‘PyString_AS_STRING’\n yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream));\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:1341:1: note: expected ‘const unsigned char *’ but argument is of type ‘char *’\n yaml_parser_set_input_string(yaml_parser_t *parser,\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__token_to_object’:\n ext/_yaml.c:4183:38: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 417; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:4183:17: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 417; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c:4195:38: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 418; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:4195:17: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 418; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c:4741:38: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 448; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:4741:17: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 448; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c:4792:38: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_4 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 451; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:4792:17: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_4 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 451; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c:4843:38: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 454; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:4843:17: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 454; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c:4855:38: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 455; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:4855:17: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 455; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n ext/_yaml.c:4938:38: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 460; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__event_to_object’:\n ext/_yaml.c:6435:42: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 574; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:6435:21: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 574; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c:6447:42: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 575; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:6447:21: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 575; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c:6616:38: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 586; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:6616:17: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 586; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c:6687:40: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 591; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:6687:19: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 591; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c:6722:40: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 594; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:6722:19: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 594; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n ext/_yaml.c:6737:38: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n __pyx_t_1 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 595; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c:7031:40: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 620; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:7031:19: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 620; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c:7066:40: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 623; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:7066:19: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 623; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c:7253:40: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 637; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:7253:19: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 637; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c:7288:40: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 640; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:7288:19: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 640; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_node’:\n ext/_yaml.c:8704:38: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 734; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:8704:17: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 734; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c:8924:38: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 750; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:8924:17: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 750; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c:8962:38: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 753; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:8962:17: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 753; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c:9000:38: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 756; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:9000:17: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 756; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_scalar_node’:\n ext/_yaml.c:9532:36: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 791; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c:9688:38: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_9 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_9)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 804; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:9688:17: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_9 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_9)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 804; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_sequence_node’:\n ext/_yaml.c:10128:38: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:10128:17: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_mapping_node’:\n ext/_yaml.c:10654:38: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]\n __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 876; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n ext/_yaml.h:6:66: note: in definition of macro ‘PyUnicode_FromString’\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n In file included from /usr/include/python2.7/Python.h:38:0,\n from ext/_yaml.c:16:\n /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n extern size_t strlen (const char *__s)\n ^\n In file included from ext/_yaml.c:343:0:\n ext/_yaml.h:6:54: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]\n #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), \"strict\")\n ^\n ext/_yaml.c:10654:17: note: in expansion of macro ‘PyUnicode_FromString’\n __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 876; __pyx_clineno = __LINE__; goto __pyx_L1_error;}\n ^\n In file included from /usr/include/python2.7/Python.h:85:0,\n from ext/_yaml.c:16:\n /usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’\n # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8\n ^\n /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’\n PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(\n ^\n ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter___init__’:\n ext/_yaml.c:11721:53: warning: passing argument 2 of ‘yaml_emitter_set_output’ from incompatible pointer type\n yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self));\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:1829:1: note: expected ‘int (*)(void *, unsigned char *, size_t)’ but argument is of type ‘int (*)(void *, char *, int)’\n yaml_emitter_set_output(yaml_emitter_t *emitter,\n ^\n ext/_yaml.c: In function ‘__pyx_f_5_yaml_8CEmitter__object_to_event’:\n ext/_yaml.c:12898:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]\n __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle);\n ^\n ext/_yaml.c:12991:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]\n __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix);\n ^\n ext/_yaml.c:13248:62: warning: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign]\n __pyx_t_4 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0);\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:553:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’\n yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor);\n ^\n ext/_yaml.c:13824:63: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]\n __pyx_t_3 = ((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);\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’\n yaml_scalar_event_initialize(yaml_event_t *event,\n ^\n ext/_yaml.c:13824:79: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]\n __pyx_t_3 = ((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);\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’\n yaml_scalar_event_initialize(yaml_event_t *event,\n ^\n ext/_yaml.c:13824:92: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]\n __pyx_t_3 = ((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);\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’\n yaml_scalar_event_initialize(yaml_event_t *event,\n ^\n ext/_yaml.c:14166:71: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign]\n __pyx_t_4 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’\n yaml_sequence_start_event_initialize(yaml_event_t *event,\n ^\n ext/_yaml.c:14166:87: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign]\n __pyx_t_4 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’\n yaml_sequence_start_event_initialize(yaml_event_t *event,\n ^\n ext/_yaml.c:14508:70: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign]\n __pyx_t_3 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’\n yaml_mapping_start_event_initialize(yaml_event_t *event,\n ^\n ext/_yaml.c:14508:86: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign]\n __pyx_t_3 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’\n yaml_mapping_start_event_initialize(yaml_event_t *event,\n ^\n ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter_12serialize’:\n ext/_yaml.c:15784:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]\n __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle);\n ^\n ext/_yaml.c:15877:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]\n __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix);\n ^\n ext/_yaml.c: In function ‘__pyx_f_5_yaml_8CEmitter__serialize_node’:\n ext/_yaml.c:16616:65: warning: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign]\n __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0);\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:553:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’\n yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor);\n ^\n ext/_yaml.c:17195:68: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]\n __pyx_t_8 = ((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);\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’\n yaml_scalar_event_initialize(yaml_event_t *event,\n ^\n ext/_yaml.c:17195:84: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]\n __pyx_t_8 = ((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);\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’\n yaml_scalar_event_initialize(yaml_event_t *event,\n ^\n ext/_yaml.c:17195:97: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]\n __pyx_t_8 = ((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);\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’\n yaml_scalar_event_initialize(yaml_event_t *event,\n ^\n ext/_yaml.c:17473:76: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign]\n __pyx_t_8 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’\n yaml_sequence_start_event_initialize(yaml_event_t *event,\n ^\n ext/_yaml.c:17473:92: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign]\n __pyx_t_8 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’\n yaml_sequence_start_event_initialize(yaml_event_t *event,\n ^\n ext/_yaml.c:17874:75: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign]\n __pyx_t_8 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’\n yaml_mapping_start_event_initialize(yaml_event_t *event,\n ^\n ext/_yaml.c:17874:91: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign]\n __pyx_t_8 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);\n ^\n In file included from ext/_yaml.h:2:0,\n from ext/_yaml.c:343:\n /usr/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’\n yaml_mapping_start_event_initialize(yaml_event_t *event,\n ^\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/ext/_yaml.o -lyaml -o build/lib.linux-x86_64-2.7/_yaml.so\n \n Running setup.py install for pycrypto\n checking for gcc... gcc\n checking whether the C compiler works... yes\n checking for C compiler default output file name... a.out\n checking for suffix of executables...\n checking whether we are cross compiling... no\n checking for suffix of object files... o\n checking whether we are using the GNU C compiler... yes\n checking whether gcc accepts -g... yes\n checking for gcc option to accept ISO C89... none needed\n checking for __gmpz_init in -lgmp... no\n checking for __gmpz_init in -lmpir... no\n checking whether mpz_powm is declared... no\n checking whether mpz_powm_sec is declared... no\n checking how to run the C preprocessor... gcc -E\n checking for grep that handles long lines and -e... /bin/grep\n checking for egrep... /bin/grep -E\n checking for ANSI C header files... yes\n checking for sys/types.h... yes\n checking for sys/stat.h... yes\n checking for stdlib.h... yes\n checking for string.h... yes\n checking for memory.h... yes\n checking for strings.h... yes\n checking for inttypes.h... yes\n checking for stdint.h... yes\n checking for unistd.h... yes\n checking for inttypes.h... (cached) yes\n checking limits.h usability... yes\n checking limits.h presence... yes\n checking for limits.h... yes\n checking stddef.h usability... yes\n checking stddef.h presence... yes\n checking for stddef.h... yes\n checking for stdint.h... (cached) yes\n checking for stdlib.h... (cached) yes\n checking for string.h... (cached) yes\n checking wchar.h usability... yes\n checking wchar.h presence... yes\n checking for wchar.h... yes\n checking for inline... inline\n checking for int16_t... yes\n checking for int32_t... yes\n checking for int64_t... yes\n checking for int8_t... yes\n checking for size_t... yes\n checking for uint16_t... yes\n checking for uint32_t... yes\n checking for uint64_t... yes\n checking for uint8_t... yes\n checking for stdlib.h... (cached) yes\n checking for GNU libc compatible malloc... yes\n checking for memmove... yes\n checking for memset... yes\n configure: creating ./config.status\n config.status: creating src/config.h\n warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.\n building 'Crypto.Hash._MD2' extension\n x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.o\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/MD2.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD2.so\n building 'Crypto.Hash._MD4' extension\n x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD4.c -o build/temp.linux-x86_64-2.7/src/MD4.o\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/MD4.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD4.so\n building 'Crypto.Hash._SHA256' extension\n x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA256.c -o build/temp.linux-x86_64-2.7/src/SHA256.o\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/SHA256.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA256.so\n building 'Crypto.Hash._SHA224' extension\n x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA224.c -o build/temp.linux-x86_64-2.7/src/SHA224.o\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/SHA224.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA224.so\n building 'Crypto.Hash._SHA384' extension\n x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA384.c -o build/temp.linux-x86_64-2.7/src/SHA384.o\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/SHA384.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA384.so\n building 'Crypto.Hash._SHA512' extension\n x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA512.c -o build/temp.linux-x86_64-2.7/src/SHA512.o\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/SHA512.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA512.so\n building 'Crypto.Hash._RIPEMD160' extension\n x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/usr/include/python2.7 -c src/RIPEMD160.c -o build/temp.linux-x86_64-2.7/src/RIPEMD160.o\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/RIPEMD160.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_RIPEMD160.so\n building 'Crypto.Cipher._AES' extension\n x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/AES.c -o build/temp.linux-x86_64-2.7/src/AES.o\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/AES.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_AES.so\n building 'Crypto.Cipher._ARC2' extension\n x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC2.c -o build/temp.linux-x86_64-2.7/src/ARC2.o\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/ARC2.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC2.so\n building 'Crypto.Cipher._Blowfish' extension\n x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/Blowfish.c -o build/temp.linux-x86_64-2.7/src/Blowfish.o\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/Blowfish.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_Blowfish.so\n building 'Crypto.Cipher._CAST' extension\n x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/CAST.c -o build/temp.linux-x86_64-2.7/src/CAST.o\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/CAST.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_CAST.so\n building 'Crypto.Cipher._DES' extension\n x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES.c -o build/temp.linux-x86_64-2.7/src/DES.o\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/DES.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES.so\n building 'Crypto.Cipher._DES3' extension\n x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES3.c -o build/temp.linux-x86_64-2.7/src/DES3.o\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/DES3.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES3.so\n building 'Crypto.Cipher._ARC4' extension\n x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC4.c -o build/temp.linux-x86_64-2.7/src/ARC4.o\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/ARC4.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC4.so\n building 'Crypto.Cipher._XOR' extension\n x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/XOR.c -o build/temp.linux-x86_64-2.7/src/XOR.o\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/XOR.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_XOR.so\n building 'Crypto.Util.strxor' extension\n x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/strxor.c -o build/temp.linux-x86_64-2.7/src/strxor.o\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/strxor.o -o build/lib.linux-x86_64-2.7/Crypto/Util/strxor.so\n building 'Crypto.Util._counter' extension\n x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/_counter.c -o build/temp.linux-x86_64-2.7/src/_counter.o\n x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/_counter.o -o build/lib.linux-x86_64-2.7/Crypto/Util/_counter.so\n \n Found existing installation: cryptography 0.6.1\n Not uninstalling cryptography at /usr/lib/python2.7/dist-packages, owned by OS\n Running setup.py install for cryptography\n \n Installed /tmp/pip-build-wx0bAO/cryptography/cffi-1.6.0-py2.7-linux-x86_64.egg\n Traceback (most recent call last):\n File \"<string>\", line 1, in <module>\n File \"/tmp/pip-build-wx0bAO/cryptography/setup.py\", line 335, in <module>\n **keywords_with_side_effects(sys.argv)\n File \"/usr/lib/python2.7/distutils/core.py\", line 111, in setup\n _setup_distribution = dist = klass(attrs)\n File \"/usr/lib/python2.7/dist-packages/setuptools/dist.py\", line 266, in __init__\n _Distribution.__init__(self,attrs)\n File \"/usr/lib/python2.7/distutils/dist.py\", line 287, in __init__\n self.finalize_options()\n File \"/usr/lib/python2.7/dist-packages/setuptools/dist.py\", line 301, in finalize_options\n ep.load()(self, ep.name, value)\n File \"/usr/lib/python2.7/dist-packages/pkg_resources.py\", line 2190, in load\n ['__name__'])\n ImportError: No module named setuptools_ext\n Complete output from command /usr/bin/python -c \"import setuptools, tokenize;__file__='/tmp/pip-build-wx0bAO/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))\" install --record /tmp/pip-eg9nul-record/install-record.txt --single-version-externally-managed --compile:\n \n\nInstalled /tmp/pip-build-wx0bAO/cryptography/cffi-1.6.0-py2.7-linux-x86_64.egg\n\nTraceback (most recent call last):\n\n File \"<string>\", line 1, in <module>\n\n File \"/tmp/pip-build-wx0bAO/cryptography/setup.py\", line 335, in <module>\n\n **keywords_with_side_effects(sys.argv)\n\n File \"/usr/lib/python2.7/distutils/core.py\", line 111, in setup\n\n _setup_distribution = dist = klass(attrs)\n\n File \"/usr/lib/python2.7/dist-packages/setuptools/dist.py\", line 266, in __init__\n\n _Distribution.__init__(self,attrs)\n\n File \"/usr/lib/python2.7/distutils/dist.py\", line 287, in __init__\n\n self.finalize_options()\n\n File \"/usr/lib/python2.7/dist-packages/setuptools/dist.py\", line 301, in finalize_options\n\n ep.load()(self, ep.name, value)\n\n File \"/usr/lib/python2.7/dist-packages/pkg_resources.py\", line 2190, in load\n\n ['__name__'])\n\nImportError: No module named setuptools_ext\n\n----------------------------------------\n Can't roll back cryptography; was not uninstalled\nCleaning up...\nCommand /usr/bin/python -c \"import setuptools, tokenize;__file__='/tmp/pip-build-wx0bAO/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))\" install --record /tmp/pip-eg9nul-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip-build-wx0bAO/cryptography\n\n:stderr: Traceback (most recent call last):\n File \"/usr/bin/pip\", line 9, in <module>\n load_entry_point('pip==1.5.6', 'console_scripts', 'pip')()\n File \"/usr/lib/python2.7/dist-packages/pip/__init__.py\", line 248, in main\n return command.main(cmd_args)\n File \"/usr/lib/python2.7/dist-packages/pip/basecommand.py\", line 161, in main\n text = '\\n'.join(complete_log)\nUnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 29: ordinal not in range(128)\n"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment