Skip to content

Instantly share code, notes, and snippets.

@EvandroLG
Created November 11, 2014 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EvandroLG/8fff86d59534ba913806 to your computer and use it in GitHub Desktop.
Save EvandroLG/8fff86d59534ba913806 to your computer and use it in GitHub Desktop.
tsuru output
==> post_receive: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *'
==> post_receive: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
==> post_receive: ^
==> post_receive: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8'
==> post_receive: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
==> post_receive: ^
==> post_receive: ext/_yaml.c:9688:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
==> post_receive: __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;}
==> post_receive: ^
==> post_receive: In file included from /usr/include/python2.7/Python.h:38:0,
==> post_receive: from ext/_yaml.c:16:
==> post_receive: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *'
==> post_receive: extern size_t strlen (const char *__s)
==> post_receive: ^
==> post_receive: ext/_yaml.c:9688:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign]
==> post_receive: __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;}
==> post_receive: ^
==> post_receive: In file included from /usr/include/python2.7/Python.h:85:0,
==> post_receive: from ext/_yaml.c:16:
==> post_receive: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *'
==> post_receive: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
==> post_receive: ^
==> post_receive: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8'
==> post_receive: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
==> post_receive: ^
==> post_receive: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_sequence_node':
==> post_receive: ext/_yaml.c:10128:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
==> post_receive: __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;}
==> post_receive: ^
==> post_receive: In file included from /usr/include/python2.7/Python.h:38:0,
==> post_receive: from ext/_yaml.c:16:
==> post_receive: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *'
==> post_receive: extern size_t strlen (const char *__s)
==> post_receive: ^
==> post_receive: ext/_yaml.c:10128:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign]
==> post_receive: __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;}
==> post_receive: ^
==> post_receive: In file included from /usr/include/python2.7/Python.h:85:0,
==> post_receive: from ext/_yaml.c:16:
==> post_receive: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *'
==> post_receive: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
==> post_receive: ^
==> post_receive: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8'
==> post_receive: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
==> post_receive: ^
==> post_receive: ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_mapping_node':
==> post_receive: ext/_yaml.c:10654:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
==> post_receive: __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;}
==> post_receive: ^
==> post_receive: In file included from /usr/include/python2.7/Python.h:38:0,
==> post_receive: from ext/_yaml.c:16:
==> post_receive: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *'
==> post_receive: extern size_t strlen (const char *__s)
==> post_receive: ^
==> post_receive: ext/_yaml.c:10654:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign]
==> post_receive: __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;}
==> post_receive: ^
==> post_receive: In file included from /usr/include/python2.7/Python.h:85:0,
==> post_receive: from ext/_yaml.c:16:
==> post_receive: /usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *'
==> post_receive: # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8
==> post_receive: ^
==> post_receive: /usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8'
==> post_receive: PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
==> post_receive: ^
==> post_receive: ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter___init__':
==> post_receive: ext/_yaml.c:11721:3: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [enabled by default]
==> post_receive: yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self));
==> post_receive: ^
==> post_receive: In file included from ext/_yaml.h:2:0,
==> post_receive: from ext/_yaml.c:343:
==> post_receive: /usr/include/yaml.h:1829:1: note: expected 'int (*)(void *, unsigned char *, size_t)' but argument is of type 'int (*)(void *, char *, int)'
==> post_receive: yaml_emitter_set_output(yaml_emitter_t *emitter,
==> post_receive: ^
==> post_receive: ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__object_to_event':
==> post_receive: ext/_yaml.c:12898:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
==> post_receive: __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle);
==> post_receive: ^
==> post_receive: ext/_yaml.c:12991:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
==> post_receive: __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix);
==> post_receive: ^
==> post_receive: ext/_yaml.c:13248:5: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign]
==> post_receive: __pyx_t_4 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0);
==> post_receive: ^
==> post_receive: In file included from ext/_yaml.h:2:0,
==> post_receive: from ext/_yaml.c:343:
==> post_receive: /usr/include/yaml.h:553:1: note: expected 'yaml_char_t *' but argument is of type 'char *'
==> post_receive: yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor);
==> post_receive: ^
==> post_receive: ext/_yaml.c:13824:5: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign]
==> post_receive: __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);
==> post_receive: ^
==> post_receive: In file included from ext/_yaml.h:2:0,
==> post_receive: from ext/_yaml.c:343:
==> post_receive: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *'
==> post_receive: yaml_scalar_event_initialize(yaml_event_t *event,
==> post_receive: ^
==> post_receive: ext/_yaml.c:13824:5: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign]
==> post_receive: __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);
==> post_receive: ^
==> post_receive: In file included from ext/_yaml.h:2:0,
==> post_receive: from ext/_yaml.c:343:
==> post_receive: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *'
==> post_receive: yaml_scalar_event_initialize(yaml_event_t *event,
==> post_receive: ^
==> post_receive: ext/_yaml.c:13824:5: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign]
==> post_receive: __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);
==> post_receive: ^
==> post_receive: In file included from ext/_yaml.h:2:0,
==> post_receive: from ext/_yaml.c:343:
==> post_receive: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *'
==> post_receive: yaml_scalar_event_initialize(yaml_event_t *event,
==> post_receive: ^
==> post_receive: ext/_yaml.c:14166:5: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign]
==> post_receive: __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);
==> post_receive: ^
==> post_receive: In file included from ext/_yaml.h:2:0,
==> post_receive: from ext/_yaml.c:343:
==> post_receive: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t *' but argument is of type 'char *'
==> post_receive: yaml_sequence_start_event_initialize(yaml_event_t *event,
==> post_receive: ^
==> post_receive: ext/_yaml.c:14166:5: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign]
==> post_receive: __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);
==> post_receive: ^
==> post_receive: In file included from ext/_yaml.h:2:0,
==> post_receive: from ext/_yaml.c:343:
==> post_receive: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t *' but argument is of type 'char *'
==> post_receive: yaml_sequence_start_event_initialize(yaml_event_t *event,
==> post_receive: ^
==> post_receive: ext/_yaml.c:14508:5: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign]
==> post_receive: __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);
==> post_receive: ^
==> post_receive: In file included from ext/_yaml.h:2:0,
==> post_receive: from ext/_yaml.c:343:
==> post_receive: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t *' but argument is of type 'char *'
==> post_receive: yaml_mapping_start_event_initialize(yaml_event_t *event,
==> post_receive: ^
==> post_receive: ext/_yaml.c:14508:5: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign]
==> post_receive: __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);
==> post_receive: ^
==> post_receive: In file included from ext/_yaml.h:2:0,
==> post_receive: from ext/_yaml.c:343:
==> post_receive: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t *' but argument is of type 'char *'
==> post_receive: yaml_mapping_start_event_initialize(yaml_event_t *event,
==> post_receive: ^
==> post_receive: ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter_12serialize':
==> post_receive: ext/_yaml.c:15784:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
==> post_receive: __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle);
==> post_receive: ^
==> post_receive: ext/_yaml.c:15877:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
==> post_receive: __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix);
==> post_receive: ^
==> post_receive: ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__serialize_node':
==> post_receive: ext/_yaml.c:16616:5: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign]
==> post_receive: __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0);
==> post_receive: ^
==> post_receive: In file included from ext/_yaml.h:2:0,
==> post_receive: from ext/_yaml.c:343:
==> post_receive: /usr/include/yaml.h:553:1: note: expected 'yaml_char_t *' but argument is of type 'char *'
==> post_receive: yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor);
==> post_receive: ^
==> post_receive: ext/_yaml.c:17195:7: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign]
==> post_receive: __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);
==> post_receive: ^
==> post_receive: In file included from ext/_yaml.h:2:0,
==> post_receive: from ext/_yaml.c:343:
==> post_receive: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *'
==> post_receive: yaml_scalar_event_initialize(yaml_event_t *event,
==> post_receive: ^
==> post_receive: ext/_yaml.c:17195:7: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign]
==> post_receive: __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);
==> post_receive: ^
==> post_receive: In file included from ext/_yaml.h:2:0,
==> post_receive: from ext/_yaml.c:343:
==> post_receive: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *'
==> post_receive: yaml_scalar_event_initialize(yaml_event_t *event,
==> post_receive: ^
==> post_receive: ext/_yaml.c:17195:7: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign]
==> post_receive: __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);
==> post_receive: ^
==> post_receive: In file included from ext/_yaml.h:2:0,
==> post_receive: from ext/_yaml.c:343:
==> post_receive: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *'
==> post_receive: yaml_scalar_event_initialize(yaml_event_t *event,
==> post_receive: ^
==> post_receive: ext/_yaml.c:17473:7: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign]
==> post_receive: __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);
==> post_receive: ^
==> post_receive: In file included from ext/_yaml.h:2:0,
==> post_receive: from ext/_yaml.c:343:
==> post_receive: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t *' but argument is of type 'char *'
==> post_receive: yaml_sequence_start_event_initialize(yaml_event_t *event,
==> post_receive: ^
==> post_receive: ext/_yaml.c:17473:7: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign]
==> post_receive: __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);
==> post_receive: ^
==> post_receive: In file included from ext/_yaml.h:2:0,
==> post_receive: from ext/_yaml.c:343:
==> post_receive: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t *' but argument is of type 'char *'
==> post_receive: yaml_sequence_start_event_initialize(yaml_event_t *event,
==> post_receive: ^
==> post_receive: ext/_yaml.c:17874:7: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign]
==> post_receive: __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);
==> post_receive: ^
==> post_receive: In file included from ext/_yaml.h:2:0,
==> post_receive: from ext/_yaml.c:343:
==> post_receive: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t *' but argument is of type 'char *'
==> post_receive: yaml_mapping_start_event_initialize(yaml_event_t *event,
==> post_receive: ^
==> post_receive: ext/_yaml.c:17874:7: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign]
==> post_receive: __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);
==> post_receive: ^
==> post_receive: In file included from ext/_yaml.h:2:0,
==> post_receive: from ext/_yaml.c:343:
==> post_receive: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t *' but argument is of type 'char *'
==> post_receive: yaml_mapping_start_event_initialize(yaml_event_t *event,
==> post_receive: ^
==> post_receive: x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -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
==> post_receive:
==> post_receive: Successfully installed tsuru-unit-agent PyYAML
==> post_receive: Cleaning up...
==> post_receive: New python executable in /home/application/.app_env/bin/python
==> post_receive: Installing setuptools, pip...
==> post_receive: done.
==> post_receive: export PATH=/home/application/.app_env/bin:${PATH}
==> post_receive: PermitUserEnvironment yes
==> post_receive: PATH=/home/application/.app_env/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
==> post_receive: ---> 817389cef7b1
==> post_receive: Removing intermediate container be479fcb7991
==> post_receive: Successfully built 817389cef7b1
==> post_receive:
==> post_receive: OK!
==> post_receive: Platform successfully added!
==> post_receive: ######################## DONE! ########################
==> post_receive:
==> post_receive: Some information about your tsuru installation:
==> post_receive:
==> post_receive: Admin user: admin@example.com
==> post_receive: Admin password: admin123 (PLEASE CHANGE RUNNING: tsuru change-password)
==> post_receive: Target address: 192.168.50.40:8080
==> post_receive: MongoDB shell version: 2.4.9
==> post_receive: connecting to: tsurudb
==> post_receive: Cloning into '/tmp/basebuilder'...
==> post_receive: /vagrant/platforms.bash: line 97: platforms: command not found
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment