ext/_yaml.c:13419:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_mapping_node': ext/_yaml.c:14052:38: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error) ^~~~~~~~~~~~ In file included from /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/python3.7m/Python.h:80:0, from ext/_yaml.c:4: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/python3.7m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t * {aka unsigned char *}' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter___init__': ext/_yaml.c:15423:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:565: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:1831:1: note: expected 'int (*)(void *, unsigned char *, size_t) {aka int (*)(void *, unsigned char *, unsigned int)}' but argument is of type 'int (*)(void *, char *, size_t) {aka int (*)(void *, char *, unsigned int)}' yaml_emitter_set_output(yaml_emitter_t *emitter, ^~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__object_to_event': ext/_yaml.c:16813:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:16928:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c:17265:62: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:565: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:555:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17980:63: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:565: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:580:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17980:79: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:565: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:580:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:17980:92: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:565: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:580:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18414:71: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:565: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:603:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18414:87: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:565: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:603:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18848:70: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:565: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:635:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:18848:86: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:565: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:635:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter_12serialize': ext/_yaml.c:20317:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:20432:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__serialize_node': ext/_yaml.c:21288:65: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:565: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:555:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22099:68: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:565: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:580:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22099:84: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:565: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:580:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22099:97: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:565: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:580:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22486:76: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:565: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:603:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:22486:92: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:565: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:603:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:23016:75: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:565: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:635:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/_yaml.c:23016:91: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^~~~~~~~~~~ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:565: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/yaml.h:635:1: note: expected 'yaml_char_t * {aka unsigned char *}' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os build/temp.linux-ppc64le-3.7/ext/_yaml.o -L/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib -lyaml -lpython3.7m -o build/lib.linux-ppc64le-3.7/_yaml.cpython-37m.so >>> python-pyyaml 3.13 Installing to target (cd /home/peko/autobuild/instance-0/output/build/python-pyyaml-3.13//; PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" CC="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os " LDFLAGS="" LDSHARED="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -shared" PYTHONPATH="/home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/" PYTHONNOUSERSITE=1 _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_" _python_sysroot=/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/peko/autobuild/instance-0/output/host/bin/python setup.py install --no-compile --prefix=/home/peko/autobuild/instance-0/output/target/usr ) running install running build running build_py running build_ext skipping 'ext/_yaml.c' Cython extension (up-to-date) running install_lib creating /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/yaml/scanner.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/yaml/reader.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/yaml/parser.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/yaml/cyaml.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/yaml/__init__.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/yaml/representer.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/yaml/resolver.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/yaml/nodes.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/yaml/constructor.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/yaml/composer.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/yaml/emitter.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/yaml/error.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/yaml/serializer.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/yaml/loader.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/yaml/dumper.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/yaml/tokens.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/yaml/events.py -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/yaml copying build/lib.linux-ppc64le-3.7/_yaml.cpython-37m.so -> /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages running install_egg_info Writing /home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/site-packages/PyYAML-3.13-py3.7.egg-info PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" BR2_DL_DIR=/home/peko/autobuild/instance-0/dl BUILD_DIR=/home/peko/autobuild/instance-0/output/build O=/home/peko/autobuild/instance-0/output flock /home/peko/autobuild/instance-0/dl/python-pyzmq/ support/download/dl-wrapper -c '16.0.2' -d '/home/peko/autobuild/instance-0/dl/python-pyzmq' -D '/home/peko/autobuild/instance-0/dl' -f 'pyzmq-16.0.2.tar.gz' -H 'package/python-pyzmq//python-pyzmq.hash' -n 'python-pyzmq-16.0.2' -N 'python-pyzmq' -o '/home/peko/autobuild/instance-0/dl/python-pyzmq/pyzmq-16.0.2.tar.gz' -u https+https://pypi.python.org/packages/af/37/8e0bf3800823bc247c36715a52e924e8f8fd5d1432f04b44b8cd7a5d7e55 -u http\|urlencode+http://sources.buildroot.net/python-pyzmq -u http\|urlencode+http://sources.buildroot.net -- pyzmq-16.0.2.tar.gz: OK (md5: 9a8768b00a566a400d70318f8c359cfe) pyzmq-16.0.2.tar.gz: OK (sha256: 0322543fff5ab6f87d11a8a099c4c07dd8a1719040084b6ce9162bcdf5c45c9d) >>> python-pyzmq 16.0.2 Extracting gzip -d -c /home/peko/autobuild/instance-0/dl/python-pyzmq/pyzmq-16.0.2.tar.gz | /home/peko/autobuild/instance-0/output/host/bin/tar --strip-components=1 -C /home/peko/autobuild/instance-0/output/build/python-pyzmq-16.0.2 -xf - >>> python-pyzmq 16.0.2 Patching Applying 0001-use-buildroot-zmq-version-instead-of-detect.patch using patch: patching file buildutils/detect.py Applying 0002-replace-compile_and_run-with-compile_and_forget.patch using patch: patching file buildutils/detect.py patching file setup.py /usr/bin/sed -i -e 's/##ZEROMQ_VERSION##/4.2.5/' /home/peko/autobuild/instance-0/output/build/python-pyzmq-16.0.2/buildutils/detect.py >>> python-pyzmq 16.0.2 Configuring >>> python-pyzmq 16.0.2 Building (cd /home/peko/autobuild/instance-0/output/build/python-pyzmq-16.0.2//; PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" CC="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os " LDFLAGS="" LDSHARED="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -shared" PYTHONPATH="/home/peko/autobuild/instance-0/output/target/usr/lib/python3.7/" PYTHONNOUSERSITE=1 _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_" _python_sysroot=/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/peko/autobuild/instance-0/output/host/bin/python setup.py build --executable=/usr/bin/python --zmq=/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr) running configure {'libraries': ['zmq'], 'include_dirs': ['/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include'], 'library_dirs': ['/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib'], 'runtime_library_dirs': [], 'extra_link_args': []} /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -fPIC -I/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include -c build/temp.linux-ppc64le-3.7/scratch/check_sys_un.c -o build/temp.linux-ppc64le-3.7/scratch/check_sys_un.o build/temp.linux-ppc64le-3.7/scratch/check_sys_un.c: In function 'main': build/temp.linux-ppc64le-3.7/scratch/check_sys_un.c:6:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'unsigned int' [-Wformat=] printf("%lu\n", sizeof(dummy->sun_path) - 1); ~~^ %u /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc build/temp.linux-ppc64le-3.7/scratch/check_sys_un.o -L/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib -Wl,--enable-new-dtags,-R/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib -o build/temp.linux-ppc64le-3.7/scratch/check_sys_un Configure: Autodetecting ZMQ settings... Custom ZMQ dir: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr ************************************************ creating build/temp.linux-ppc64le-3.7/scratch/tmp cc -c /tmp/timer_createthsnlvny.c -o build/temp.linux-ppc64le-3.7/scratch/tmp/timer_createthsnlvny.o cc build/temp.linux-ppc64le-3.7/scratch/tmp/timer_createthsnlvny.o -o build/temp.linux-ppc64le-3.7/scratch/a.out build/temp.linux-ppc64le-3.7/scratch/tmp/timer_createthsnlvny.o: In function `main': timer_createthsnlvny.c:(.text+0x28): undefined reference to `timer_create' collect2: error: ld returned 1 exit status /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -fPIC -I/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -c build/temp.linux-ppc64le-3.7/scratch/vers.c -o build/temp.linux-ppc64le-3.7/scratch/vers.o /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc build/temp.linux-ppc64le-3.7/scratch/vers.o -L/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib -Wl,--enable-new-dtags,-R/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib -lzmq -lrt -o build/temp.linux-ppc64le-3.7/scratch/vers ZMQ version detected: 4.2.5 Warning: Detected ZMQ version: 4.2.5. Some new features in libzmq may not be exposed by pyzmq. ************************************************ ************************************************ running build running build_py creating build/lib.linux-ppc64le-3.7 creating build/lib.linux-ppc64le-3.7/zmq copying zmq/__init__.py -> build/lib.linux-ppc64le-3.7/zmq copying zmq/decorators.py -> build/lib.linux-ppc64le-3.7/zmq copying zmq/error.py -> build/lib.linux-ppc64le-3.7/zmq creating build/lib.linux-ppc64le-3.7/zmq/asyncio copying zmq/asyncio/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/asyncio creating build/lib.linux-ppc64le-3.7/zmq/auth copying zmq/auth/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/auth copying zmq/auth/base.py -> build/lib.linux-ppc64le-3.7/zmq/auth copying zmq/auth/certs.py -> build/lib.linux-ppc64le-3.7/zmq/auth copying zmq/auth/ioloop.py -> build/lib.linux-ppc64le-3.7/zmq/auth copying zmq/auth/thread.py -> build/lib.linux-ppc64le-3.7/zmq/auth creating build/lib.linux-ppc64le-3.7/zmq/auth/asyncio copying zmq/auth/asyncio/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/auth/asyncio creating build/lib.linux-ppc64le-3.7/zmq/backend copying zmq/backend/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/backend copying zmq/backend/select.py -> build/lib.linux-ppc64le-3.7/zmq/backend creating build/lib.linux-ppc64le-3.7/zmq/backend/cffi copying zmq/backend/cffi/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/backend/cffi copying zmq/backend/cffi/_cffi.py -> build/lib.linux-ppc64le-3.7/zmq/backend/cffi copying zmq/backend/cffi/_poll.py -> build/lib.linux-ppc64le-3.7/zmq/backend/cffi copying zmq/backend/cffi/constants.py -> build/lib.linux-ppc64le-3.7/zmq/backend/cffi copying zmq/backend/cffi/context.py -> build/lib.linux-ppc64le-3.7/zmq/backend/cffi copying zmq/backend/cffi/devices.py -> build/lib.linux-ppc64le-3.7/zmq/backend/cffi copying zmq/backend/cffi/error.py -> build/lib.linux-ppc64le-3.7/zmq/backend/cffi copying zmq/backend/cffi/message.py -> build/lib.linux-ppc64le-3.7/zmq/backend/cffi copying zmq/backend/cffi/socket.py -> build/lib.linux-ppc64le-3.7/zmq/backend/cffi copying zmq/backend/cffi/utils.py -> build/lib.linux-ppc64le-3.7/zmq/backend/cffi creating build/lib.linux-ppc64le-3.7/zmq/backend/cython copying zmq/backend/cython/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/backend/cython creating build/lib.linux-ppc64le-3.7/zmq/devices copying zmq/devices/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/devices copying zmq/devices/basedevice.py -> build/lib.linux-ppc64le-3.7/zmq/devices copying zmq/devices/monitoredqueue.py -> build/lib.linux-ppc64le-3.7/zmq/devices copying zmq/devices/monitoredqueuedevice.py -> build/lib.linux-ppc64le-3.7/zmq/devices copying zmq/devices/proxydevice.py -> build/lib.linux-ppc64le-3.7/zmq/devices creating build/lib.linux-ppc64le-3.7/zmq/eventloop copying zmq/eventloop/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/eventloop copying zmq/eventloop/future.py -> build/lib.linux-ppc64le-3.7/zmq/eventloop copying zmq/eventloop/ioloop.py -> build/lib.linux-ppc64le-3.7/zmq/eventloop copying zmq/eventloop/zmqstream.py -> build/lib.linux-ppc64le-3.7/zmq/eventloop creating build/lib.linux-ppc64le-3.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/concurrent.py -> build/lib.linux-ppc64le-3.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/ioloop.py -> build/lib.linux-ppc64le-3.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/log.py -> build/lib.linux-ppc64le-3.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/stack_context.py -> build/lib.linux-ppc64le-3.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/util.py -> build/lib.linux-ppc64le-3.7/zmq/eventloop/minitornado creating build/lib.linux-ppc64le-3.7/zmq/eventloop/minitornado/platform copying zmq/eventloop/minitornado/platform/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/eventloop/minitornado/platform copying zmq/eventloop/minitornado/platform/auto.py -> build/lib.linux-ppc64le-3.7/zmq/eventloop/minitornado/platform copying zmq/eventloop/minitornado/platform/common.py -> build/lib.linux-ppc64le-3.7/zmq/eventloop/minitornado/platform copying zmq/eventloop/minitornado/platform/interface.py -> build/lib.linux-ppc64le-3.7/zmq/eventloop/minitornado/platform copying zmq/eventloop/minitornado/platform/posix.py -> build/lib.linux-ppc64le-3.7/zmq/eventloop/minitornado/platform copying zmq/eventloop/minitornado/platform/windows.py -> build/lib.linux-ppc64le-3.7/zmq/eventloop/minitornado/platform creating build/lib.linux-ppc64le-3.7/zmq/green copying zmq/green/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/green copying zmq/green/core.py -> build/lib.linux-ppc64le-3.7/zmq/green copying zmq/green/device.py -> build/lib.linux-ppc64le-3.7/zmq/green copying zmq/green/poll.py -> build/lib.linux-ppc64le-3.7/zmq/green creating build/lib.linux-ppc64le-3.7/zmq/green/eventloop copying zmq/green/eventloop/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/green/eventloop copying zmq/green/eventloop/ioloop.py -> build/lib.linux-ppc64le-3.7/zmq/green/eventloop copying zmq/green/eventloop/zmqstream.py -> build/lib.linux-ppc64le-3.7/zmq/green/eventloop creating build/lib.linux-ppc64le-3.7/zmq/log copying zmq/log/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/log copying zmq/log/handlers.py -> build/lib.linux-ppc64le-3.7/zmq/log creating build/lib.linux-ppc64le-3.7/zmq/ssh copying zmq/ssh/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/ssh copying zmq/ssh/forward.py -> build/lib.linux-ppc64le-3.7/zmq/ssh copying zmq/ssh/tunnel.py -> build/lib.linux-ppc64le-3.7/zmq/ssh creating build/lib.linux-ppc64le-3.7/zmq/sugar copying zmq/sugar/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/sugar copying zmq/sugar/attrsettr.py -> build/lib.linux-ppc64le-3.7/zmq/sugar copying zmq/sugar/constants.py -> build/lib.linux-ppc64le-3.7/zmq/sugar copying zmq/sugar/context.py -> build/lib.linux-ppc64le-3.7/zmq/sugar copying zmq/sugar/frame.py -> build/lib.linux-ppc64le-3.7/zmq/sugar copying zmq/sugar/poll.py -> build/lib.linux-ppc64le-3.7/zmq/sugar copying zmq/sugar/socket.py -> build/lib.linux-ppc64le-3.7/zmq/sugar copying zmq/sugar/stopwatch.py -> build/lib.linux-ppc64le-3.7/zmq/sugar copying zmq/sugar/tracker.py -> build/lib.linux-ppc64le-3.7/zmq/sugar copying zmq/sugar/version.py -> build/lib.linux-ppc64le-3.7/zmq/sugar creating build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_auth.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_cffi_backend.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_constants.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_context.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_decorators.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_device.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_error.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_etc.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_future.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_imports.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_includes.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_ioloop.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_log.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_message.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_monitor.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_monqueue.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_multipart.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_pair.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_poll.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_pubsub.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_reqrep.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_retry_eintr.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_security.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_socket.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_ssh.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_version.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_win32_shim.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_z85.py -> build/lib.linux-ppc64le-3.7/zmq/tests copying zmq/tests/test_zmqstream.py -> build/lib.linux-ppc64le-3.7/zmq/tests creating build/lib.linux-ppc64le-3.7/zmq/tests/asyncio copying zmq/tests/asyncio/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/tests/asyncio copying zmq/tests/asyncio/_test_asyncio.py -> build/lib.linux-ppc64le-3.7/zmq/tests/asyncio copying zmq/tests/asyncio/test_asyncio.py -> build/lib.linux-ppc64le-3.7/zmq/tests/asyncio creating build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/utils/__init__.py -> build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/utils/constant_names.py -> build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/utils/garbage.py -> build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/utils/interop.py -> build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/utils/jsonapi.py -> build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/utils/monitor.py -> build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/utils/sixcerpt.py -> build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/utils/strtypes.py -> build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/utils/win32.py -> build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/utils/z85.py -> build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/backend/cffi/_cdefs.h -> build/lib.linux-ppc64le-3.7/zmq/backend/cffi copying zmq/backend/cffi/_verify.c -> build/lib.linux-ppc64le-3.7/zmq/backend/cffi copying zmq/backend/cython/checkrc.pxd -> build/lib.linux-ppc64le-3.7/zmq/backend/cython copying zmq/backend/cython/context.pxd -> build/lib.linux-ppc64le-3.7/zmq/backend/cython copying zmq/backend/cython/libzmq.pxd -> build/lib.linux-ppc64le-3.7/zmq/backend/cython copying zmq/backend/cython/message.pxd -> build/lib.linux-ppc64le-3.7/zmq/backend/cython copying zmq/backend/cython/socket.pxd -> build/lib.linux-ppc64le-3.7/zmq/backend/cython copying zmq/backend/cython/constant_enums.pxi -> build/lib.linux-ppc64le-3.7/zmq/backend/cython copying zmq/backend/cython/constants.pxi -> build/lib.linux-ppc64le-3.7/zmq/backend/cython copying zmq/devices/monitoredqueue.pxd -> build/lib.linux-ppc64le-3.7/zmq/devices copying zmq/utils/buffers.pxd -> build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/utils/getpid_compat.h -> build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/utils/ipcmaxlen.h -> build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/utils/pyversion_compat.h -> build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/utils/zmq_compat.h -> build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/utils/zmq_constants.h -> build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/utils/config.json -> build/lib.linux-ppc64le-3.7/zmq/utils copying zmq/utils/compiler.json -> build/lib.linux-ppc64le-3.7/zmq/utils running build_ext skipping 'zmq/backend/cython/_device.c' Cython extension (up-to-date) building 'zmq.backend.cython._device' extension creating build/temp.linux-ppc64le-3.7/zmq creating build/temp.linux-ppc64le-3.7/zmq/backend creating build/temp.linux-ppc64le-3.7/zmq/backend/cython /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -fPIC -DHAVE_SYS_UN_H=1 -I/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/python3.7m -c zmq/backend/cython/_device.c -o build/temp.linux-ppc64le-3.7/zmq/backend/cython/_device.o zmq/backend/cython/_device.c: In function '__pyx_pf_3zmq_7backend_6cython_7_device_device': zmq/backend/cython/_device.c:193:48: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] ((PyCFunction_Check(func) && METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST))) zmq/backend/cython/_device.c:1343:9: note: in expansion of macro '__Pyx_PyFastCFunction_Check' if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ zmq/backend/cython/_device.c: In function '__pyx_f_3zmq_7backend_6cython_7checkrc__check_rc': zmq/backend/cython/_device.c:193:48: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] ((PyCFunction_Check(func) && METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST))) zmq/backend/cython/_device.c:2070:13: note: in expansion of macro '__Pyx_PyFastCFunction_Check' if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ zmq/backend/cython/_device.c:193:48: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] ((PyCFunction_Check(func) && METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST))) zmq/backend/cython/_device.c:2170:13: note: in expansion of macro '__Pyx_PyFastCFunction_Check' if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ zmq/backend/cython/_device.c:193:48: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] ((PyCFunction_Check(func) && METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST))) zmq/backend/cython/_device.c:2270:13: note: in expansion of macro '__Pyx_PyFastCFunction_Check' if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ zmq/backend/cython/_device.c:193:48: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] ((PyCFunction_Check(func) && METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST))) zmq/backend/cython/_device.c:2361:13: note: in expansion of macro '__Pyx_PyFastCFunction_Check' if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ zmq/backend/cython/_device.c: In function '__Pyx_PyCFunction_FastCall': zmq/backend/cython/_device.c:3093:13: error: too many arguments to function '(PyObject * (*)(PyObject *, PyObject * const*, Py_ssize_t))meth' return (*((__Pyx_PyCFunctionFast)meth)) (self, args, nargs, NULL); ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zmq/backend/cython/_device.c:3084:9: warning: unused variable 'flags' [-Wunused-variable] int flags; ^~~~~ zmq/backend/cython/_device.c:3083:15: warning: unused variable 'result' [-Wunused-variable] PyObject *result; ^~~~~~ zmq/backend/cython/_device.c: In function '__Pyx__ExceptionSave': zmq/backend/cython/_device.c:3120:21: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? *type = tstate->exc_type; ^~~~~~~~ curexc_type zmq/backend/cython/_device.c:3121:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? *value = tstate->exc_value; ^~~~~~~~~ curexc_value zmq/backend/cython/_device.c:3122:19: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? *tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback zmq/backend/cython/_device.c: In function '__Pyx__ExceptionReset': zmq/backend/cython/_device.c:3129:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type zmq/backend/cython/_device.c:3130:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value zmq/backend/cython/_device.c:3131:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback zmq/backend/cython/_device.c:3132:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = type; ^~~~~~~~ curexc_type zmq/backend/cython/_device.c:3133:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = value; ^~~~~~~~~ curexc_value zmq/backend/cython/_device.c:3134:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = tb; ^~~~~~~~~~~~~ curexc_traceback zmq/backend/cython/_device.c: In function '__Pyx__GetException': zmq/backend/cython/_device.c:3189:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type zmq/backend/cython/_device.c:3190:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value zmq/backend/cython/_device.c:3191:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback zmq/backend/cython/_device.c:3192:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = local_type; ^~~~~~~~ curexc_type zmq/backend/cython/_device.c:3193:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = local_value; ^~~~~~~~~ curexc_value zmq/backend/cython/_device.c:3194:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = local_tb; ^~~~~~~~~~~~~ curexc_traceback error: command '/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc' failed with exit status 1 make[1]: *** [/home/peko/autobuild/instance-0/output/build/python-pyzmq-16.0.2/.stamp_built] Error 1 make: *** [_all] Error 2 make: Leaving directory `/home/peko/autobuild/instance-0/buildroot'