numpy/core/src/multiarray/scalartypes.c.src:1720:5: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] if (PyObject_AsReadBuffer(self, (const void **)&buffer, &buflen)<0) { ^~ In file included from /home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/scalartypes.c.src:3: /home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src: In function 'datetime_arrtype_new': numpy/core/src/multiarray/scalartypes.c.src:2707:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (ret->obmeta.base == -1) { ^~ numpy/core/src/multiarray/scalartypes.c.src: In function 'timedelta_arrtype_new': numpy/core/src/multiarray/scalartypes.c.src:2707:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (ret->obmeta.base == -1) { ^~ aarch64-linux-gnu-gcc: numpy/core/src/multiarray/temp_elide.c numpy/core/src/multiarray/temp_elide.c: In function 'check_callers': numpy/core/src/multiarray/temp_elide.c:245:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (n_pyeval < sizeof(pyeval_addr) / sizeof(pyeval_addr[0])) { ^ numpy/core/src/multiarray/temp_elide.c:252:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (n_py_addr < sizeof(py_addr) / sizeof(py_addr[0])) { ^ aarch64-linux-gnu-gcc: numpy/core/src/multiarray/usertypes.c aarch64-linux-gnu-gcc: numpy/core/src/multiarray/ucsnarrow.c aarch64-linux-gnu-gcc: numpy/core/src/multiarray/vdot.c aarch64-linux-gnu-gcc: numpy/core/src/private/mem_overlap.c numpy/core/src/private/mem_overlap.c: In function 'diophantine_dfs': numpy/core/src/private/mem_overlap.c:420:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0; j < n; ++j) { ^ numpy/core/src/private/mem_overlap.c: In function 'strides_to_terms': numpy/core/src/private/mem_overlap.c:715:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < PyArray_NDIM(arr); ++i) { ^ numpy/core/src/private/mem_overlap.c: In function 'solve_may_share_memory': numpy/core/src/private/mem_overlap.c:801:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (rhs != (npy_uintp)rhs) { ^~ numpy/core/src/private/mem_overlap.c: In function 'solve_may_have_internal_overlap': numpy/core/src/private/mem_overlap.c:890:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0; j < nterms; ++j) { ^ numpy/core/src/private/mem_overlap.c:908:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0; j < nterms; ++j) { ^ aarch64-linux-gnu-gcc: numpy/core/src/private/ufunc_override.c /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -shared build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/alloc.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/arrayobject.o build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core/src/multiarray/arraytypes.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/array_assign.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/array_assign_scalar.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/array_assign_array.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/buffer.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/calculation.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/compiled_base.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/common.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/convert.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/convert_datatype.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/conversion_utils.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/ctors.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/datetime.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/datetime_strings.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/datetime_busday.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/datetime_busdaycal.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/descriptor.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/dtype_transfer.o build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core/src/multiarray/einsum.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/flagsobject.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/getset.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/hashdescr.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/item_selection.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/iterators.o build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core/src/multiarray/lowlevel_strided_loops.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/mapping.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/methods.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/multiarraymodule.o build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core/src/multiarray/nditer_templ.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/nditer_api.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/nditer_constr.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/nditer_pywrap.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/number.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/numpyos.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/refcount.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/sequence.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/shape.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/scalarapi.o build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core/src/multiarray/scalartypes.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/temp_elide.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/usertypes.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/ucsnarrow.o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/vdot.o build/temp.linux-x86_64-3.7/numpy/core/src/private/mem_overlap.o build/temp.linux-x86_64-3.7/numpy/core/src/private/ufunc_override.o -L/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.7 -lnpymath -lnpysort -lm -lpython3.7m -o build/lib.linux-x86_64-3.7/numpy/core/multiarray.cpython-37m-aarch64-linux-gnu.so building 'numpy.core.umath' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC creating build/temp.linux-x86_64-3.7/numpy/core/src/umath creating build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core/src/umath compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-3.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -c' aarch64-linux-gnu-gcc: numpy/core/src/umath/umathmodule.c aarch64-linux-gnu-gcc: numpy/core/src/umath/reduction.c aarch64-linux-gnu-gcc: build/src.linux-x86_64-3.7/numpy/core/src/umath/loops.c numpy/core/src/umath/loops.c.src: In function 'pairwise_sum_FLOAT': numpy/core/src/umath/loops.c.src:1625:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < n; i++) { ^ numpy/core/src/umath/loops.c.src:1648:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 8; i < n - (n % 8); i += 8) { ^ numpy/core/src/umath/loops.c.src:1666:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (; i < n; i++) { ^ numpy/core/src/umath/loops.c.src: In function 'pairwise_sum_DOUBLE': numpy/core/src/umath/loops.c.src:1625:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < n; i++) { ^ numpy/core/src/umath/loops.c.src:1648:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 8; i < n - (n % 8); i += 8) { ^ numpy/core/src/umath/loops.c.src:1666:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (; i < n; i++) { ^ numpy/core/src/umath/loops.c.src: In function 'pairwise_sum_LONGDOUBLE': numpy/core/src/umath/loops.c.src:1625:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < n; i++) { ^ numpy/core/src/umath/loops.c.src:1648:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 8; i < n - (n % 8); i += 8) { ^ numpy/core/src/umath/loops.c.src:1666:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (; i < n; i++) { ^ numpy/core/src/umath/loops.c.src: In function 'pairwise_sum_HALF': numpy/core/src/umath/loops.c.src:1625:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < n; i++) { ^ numpy/core/src/umath/loops.c.src:1648:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 8; i < n - (n % 8); i += 8) { ^ numpy/core/src/umath/loops.c.src:1666:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (; i < n; i++) { ^ numpy/core/src/umath/loops.c.src: In function 'pairwise_sum_CFLOAT': numpy/core/src/umath/loops.c.src:2400:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < n; i += 2) { ^ numpy/core/src/umath/loops.c.src:2424:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 8; i < n - (n % 8); i += 8) { ^ numpy/core/src/umath/loops.c.src:2442:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (; i < n; i+=2) { ^ numpy/core/src/umath/loops.c.src: In function 'pairwise_sum_CDOUBLE': numpy/core/src/umath/loops.c.src:2400:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < n; i += 2) { ^ numpy/core/src/umath/loops.c.src:2424:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 8; i < n - (n % 8); i += 8) { ^ numpy/core/src/umath/loops.c.src:2442:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (; i < n; i+=2) { ^ numpy/core/src/umath/loops.c.src: In function 'pairwise_sum_CLONGDOUBLE': numpy/core/src/umath/loops.c.src:2400:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < n; i += 2) { ^ numpy/core/src/umath/loops.c.src:2424:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 8; i < n - (n % 8); i += 8) { ^ numpy/core/src/umath/loops.c.src:2442:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (; i < n; i+=2) { ^ aarch64-linux-gnu-gcc: numpy/core/src/umath/ufunc_object.c numpy/core/src/umath/ufunc_object.c: In function 'PyUFunc_GenericReduction': numpy/core/src/umath/ufunc_object.c:3912:15: warning: unused variable 'out_obj' [-Wunused-variable] PyObject *out_obj = NULL; ^~~~~~~ aarch64-linux-gnu-gcc: build/src.linux-x86_64-3.7/numpy/core/src/umath/scalarmath.c aarch64-linux-gnu-gcc: numpy/core/src/umath/ufunc_type_resolution.c aarch64-linux-gnu-gcc: numpy/core/src/umath/override.c aarch64-linux-gnu-gcc: numpy/core/src/private/mem_overlap.c numpy/core/src/private/mem_overlap.c: In function 'diophantine_dfs': numpy/core/src/private/mem_overlap.c:420:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0; j < n; ++j) { ^ numpy/core/src/private/mem_overlap.c: In function 'strides_to_terms': numpy/core/src/private/mem_overlap.c:715:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < PyArray_NDIM(arr); ++i) { ^ numpy/core/src/private/mem_overlap.c: In function 'solve_may_share_memory': numpy/core/src/private/mem_overlap.c:801:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (rhs != (npy_uintp)rhs) { ^~ numpy/core/src/private/mem_overlap.c: In function 'solve_may_have_internal_overlap': numpy/core/src/private/mem_overlap.c:890:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0; j < nterms; ++j) { ^ numpy/core/src/private/mem_overlap.c:908:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0; j < nterms; ++j) { ^ aarch64-linux-gnu-gcc: numpy/core/src/private/ufunc_override.c /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -shared build/temp.linux-x86_64-3.7/numpy/core/src/umath/umathmodule.o build/temp.linux-x86_64-3.7/numpy/core/src/umath/reduction.o build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core/src/umath/loops.o build/temp.linux-x86_64-3.7/numpy/core/src/umath/ufunc_object.o build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core/src/umath/scalarmath.o build/temp.linux-x86_64-3.7/numpy/core/src/umath/ufunc_type_resolution.o build/temp.linux-x86_64-3.7/numpy/core/src/umath/override.o build/temp.linux-x86_64-3.7/numpy/core/src/private/mem_overlap.o build/temp.linux-x86_64-3.7/numpy/core/src/private/ufunc_override.o -L/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.7 -lnpymath -lm -lpython3.7m -o build/lib.linux-x86_64-3.7/numpy/core/umath.cpython-37m-aarch64-linux-gnu.so building 'numpy.core.umath_tests' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -c' aarch64-linux-gnu-gcc: build/src.linux-x86_64-3.7/numpy/core/src/umath/umath_tests.c /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -shared build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core/src/umath/umath_tests.o -L/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.7 -lpython3.7m -o build/lib.linux-x86_64-3.7/numpy/core/umath_tests.cpython-37m-aarch64-linux-gnu.so building 'numpy.core.test_rational' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -c' aarch64-linux-gnu-gcc: build/src.linux-x86_64-3.7/numpy/core/src/umath/test_rational.c /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -shared build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core/src/umath/test_rational.o -L/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.7 -lpython3.7m -o build/lib.linux-x86_64-3.7/numpy/core/test_rational.cpython-37m-aarch64-linux-gnu.so building 'numpy.core.struct_ufunc_test' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -c' aarch64-linux-gnu-gcc: build/src.linux-x86_64-3.7/numpy/core/src/umath/struct_ufunc_test.c /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -shared build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core/src/umath/struct_ufunc_test.o -L/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.7 -lpython3.7m -o build/lib.linux-x86_64-3.7/numpy/core/struct_ufunc_test.cpython-37m-aarch64-linux-gnu.so building 'numpy.core.multiarray_tests' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -c' aarch64-linux-gnu-gcc: build/src.linux-x86_64-3.7/numpy/core/src/multiarray/multiarray_tests.c numpy/core/src/multiarray/multiarray_tests.c.src: In function 'array_solve_diophantine': numpy/core/src/multiarray/multiarray_tests.c.src:989:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (PyTuple_GET_SIZE(A) > sizeof(terms) / sizeof(diophantine_term_t)) { ^ aarch64-linux-gnu-gcc: numpy/core/src/private/mem_overlap.c numpy/core/src/private/mem_overlap.c: In function 'diophantine_dfs': numpy/core/src/private/mem_overlap.c:420:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0; j < n; ++j) { ^ numpy/core/src/private/mem_overlap.c: In function 'strides_to_terms': numpy/core/src/private/mem_overlap.c:715:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < PyArray_NDIM(arr); ++i) { ^ numpy/core/src/private/mem_overlap.c: In function 'solve_may_share_memory': numpy/core/src/private/mem_overlap.c:801:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (rhs != (npy_uintp)rhs) { ^~ numpy/core/src/private/mem_overlap.c: In function 'solve_may_have_internal_overlap': numpy/core/src/private/mem_overlap.c:890:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0; j < nterms; ++j) { ^ numpy/core/src/private/mem_overlap.c:908:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0; j < nterms; ++j) { ^ /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -shared build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core/src/multiarray/multiarray_tests.o build/temp.linux-x86_64-3.7/numpy/core/src/private/mem_overlap.o -L/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.7 -lpython3.7m -o build/lib.linux-x86_64-3.7/numpy/core/multiarray_tests.cpython-37m-aarch64-linux-gnu.so building 'numpy.core.operand_flag_tests' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -c' aarch64-linux-gnu-gcc: build/src.linux-x86_64-3.7/numpy/core/src/umath/operand_flag_tests.c /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -shared build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core/src/umath/operand_flag_tests.o -L/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.7 -lpython3.7m -o build/lib.linux-x86_64-3.7/numpy/core/operand_flag_tests.cpython-37m-aarch64-linux-gnu.so building 'numpy.fft.fftpack_lite' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC creating build/temp.linux-x86_64-3.7/numpy/fft compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -c' aarch64-linux-gnu-gcc: numpy/fft/fftpack_litemodule.c aarch64-linux-gnu-gcc: numpy/fft/fftpack.c /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -shared build/temp.linux-x86_64-3.7/numpy/fft/fftpack_litemodule.o build/temp.linux-x86_64-3.7/numpy/fft/fftpack.o -L/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.7 -lpython3.7m -o build/lib.linux-x86_64-3.7/numpy/fft/fftpack_lite.cpython-37m-aarch64-linux-gnu.so building 'numpy.linalg.lapack_lite' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC creating build/temp.linux-x86_64-3.7/numpy/linalg creating build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -c' aarch64-linux-gnu-gcc: numpy/linalg/lapack_litemodule.c aarch64-linux-gnu-gcc: numpy/linalg/lapack_lite/python_xerbla.c aarch64-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_z_lapack.c aarch64-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_c_lapack.c aarch64-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_d_lapack.c aarch64-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_s_lapack.c aarch64-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_lapack.c aarch64-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_blas.c numpy/linalg/lapack_lite/f2c_blas.c: In function 'cgemm_': numpy/linalg/lapack_lite/f2c_blas.c:389:20: warning: variable 'ncola' set but not used [-Wunused-but-set-variable] static integer ncola; ^~~~~ numpy/linalg/lapack_lite/f2c_blas.c: In function 'dgemm_': numpy/linalg/lapack_lite/f2c_blas.c:6895:20: warning: variable 'ncola' set but not used [-Wunused-but-set-variable] static integer ncola; ^~~~~ numpy/linalg/lapack_lite/f2c_blas.c: In function 'sgemm_': numpy/linalg/lapack_lite/f2c_blas.c:11514:20: warning: variable 'ncola' set but not used [-Wunused-but-set-variable] static integer ncola; ^~~~~ numpy/linalg/lapack_lite/f2c_blas.c: In function 'zgemm_': numpy/linalg/lapack_lite/f2c_blas.c:15736:20: warning: variable 'ncola' set but not used [-Wunused-but-set-variable] static integer ncola; ^~~~~ aarch64-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_config.c aarch64-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c.c /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -shared build/temp.linux-x86_64-3.7/numpy/linalg/lapack_litemodule.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/python_xerbla.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/f2c_z_lapack.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/f2c_c_lapack.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/f2c_d_lapack.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/f2c_s_lapack.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/f2c_lapack.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/f2c_blas.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/f2c_config.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/f2c.o -L/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.7 -lpython3.7m -o build/lib.linux-x86_64-3.7/numpy/linalg/lapack_lite.cpython-37m-aarch64-linux-gnu.so building 'numpy.linalg._umath_linalg' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC creating build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/linalg compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -c' aarch64-linux-gnu-gcc: build/src.linux-x86_64-3.7/numpy/linalg/umath_linalg.c numpy/linalg/umath_linalg.c.src: In function 'linearize_FLOAT_matrix': numpy/linalg/umath_linalg.c.src:831:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < data->rows; i++) { ^ numpy/linalg/umath_linalg.c.src: In function 'delinearize_FLOAT_matrix': numpy/linalg/umath_linalg.c.src:877:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < data->rows; i++) { ^ numpy/linalg/umath_linalg.c.src: In function 'nan_FLOAT_matrix': numpy/linalg/umath_linalg.c.src:917:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < data->rows; i++) { ^ numpy/linalg/umath_linalg.c.src:920:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0; j < data->columns; ++j) { ^ numpy/linalg/umath_linalg.c.src: In function 'linearize_DOUBLE_matrix': numpy/linalg/umath_linalg.c.src:831:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < data->rows; i++) { ^ numpy/linalg/umath_linalg.c.src: In function 'delinearize_DOUBLE_matrix': numpy/linalg/umath_linalg.c.src:877:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < data->rows; i++) { ^ numpy/linalg/umath_linalg.c.src: In function 'nan_DOUBLE_matrix': numpy/linalg/umath_linalg.c.src:917:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < data->rows; i++) { ^ numpy/linalg/umath_linalg.c.src:920:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0; j < data->columns; ++j) { ^ numpy/linalg/umath_linalg.c.src: In function 'linearize_CFLOAT_matrix': numpy/linalg/umath_linalg.c.src:831:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < data->rows; i++) { ^ numpy/linalg/umath_linalg.c.src: In function 'delinearize_CFLOAT_matrix': numpy/linalg/umath_linalg.c.src:877:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < data->rows; i++) { ^ numpy/linalg/umath_linalg.c.src: In function 'nan_CFLOAT_matrix': numpy/linalg/umath_linalg.c.src:917:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < data->rows; i++) { ^ numpy/linalg/umath_linalg.c.src:920:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0; j < data->columns; ++j) { ^ numpy/linalg/umath_linalg.c.src: In function 'linearize_CDOUBLE_matrix': numpy/linalg/umath_linalg.c.src:831:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < data->rows; i++) { ^ numpy/linalg/umath_linalg.c.src: In function 'delinearize_CDOUBLE_matrix': numpy/linalg/umath_linalg.c.src:877:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < data->rows; i++) { ^ numpy/linalg/umath_linalg.c.src: In function 'nan_CDOUBLE_matrix': numpy/linalg/umath_linalg.c.src:917:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < data->rows; i++) { ^ numpy/linalg/umath_linalg.c.src:920:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0; j < data->columns; ++j) { ^ /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -shared build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/linalg/umath_linalg.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/python_xerbla.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/f2c_z_lapack.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/f2c_c_lapack.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/f2c_d_lapack.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/f2c_s_lapack.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/f2c_lapack.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/f2c_blas.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/f2c_config.o build/temp.linux-x86_64-3.7/numpy/linalg/lapack_lite/f2c.o -L/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.7 -lnpymath -lpython3.7m -o build/lib.linux-x86_64-3.7/numpy/linalg/_umath_linalg.cpython-37m-aarch64-linux-gnu.so building 'numpy.random.mtrand' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC creating build/temp.linux-x86_64-3.7/numpy/random creating build/temp.linux-x86_64-3.7/numpy/random/mtrand compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -c' aarch64-linux-gnu-gcc: numpy/random/mtrand/mtrand.c Running from numpy source directory. /home/buildroot/autobuild/run/instance-3/output/build/python-numpy-1.13.3/numpy/distutils/system_info.py:572: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. self.calc_info() /home/buildroot/autobuild/run/instance-3/output/build/python-numpy-1.13.3/numpy/distutils/system_info.py:572: UserWarning: Blas (http://www.netlib.org/blas/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [blas]) or by setting the BLAS environment variable. self.calc_info() /home/buildroot/autobuild/run/instance-3/output/build/python-numpy-1.13.3/numpy/distutils/system_info.py:572: UserWarning: Blas (http://www.netlib.org/blas/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [blas_src]) or by setting the BLAS_SRC environment variable. self.calc_info() /home/buildroot/autobuild/run/instance-3/output/build/python-numpy-1.13.3/numpy/distutils/system_info.py:572: UserWarning: Lapack (http://www.netlib.org/lapack/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [lapack]) or by setting the LAPACK environment variable. self.calc_info() /home/buildroot/autobuild/run/instance-3/output/build/python-numpy-1.13.3/numpy/distutils/system_info.py:572: UserWarning: Lapack (http://www.netlib.org/lapack/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [lapack_src]) or by setting the LAPACK_SRC environment variable. self.calc_info() /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'define_macros' warnings.warn(msg) numpy/random/mtrand/mtrand.c: In function '__Pyx__ExceptionSave': numpy/random/mtrand/mtrand.c:45208:21: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? *type = tstate->exc_type; ^~~~~~~~ curexc_type numpy/random/mtrand/mtrand.c:45209:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? *value = tstate->exc_value; ^~~~~~~~~ curexc_value numpy/random/mtrand/mtrand.c:45210:19: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? *tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback numpy/random/mtrand/mtrand.c: In function '__Pyx__ExceptionReset': numpy/random/mtrand/mtrand.c:45217:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type numpy/random/mtrand/mtrand.c:45218:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value numpy/random/mtrand/mtrand.c:45219:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback numpy/random/mtrand/mtrand.c:45220:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = type; ^~~~~~~~ curexc_type numpy/random/mtrand/mtrand.c:45221:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = value; ^~~~~~~~~ curexc_value numpy/random/mtrand/mtrand.c:45222:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = tb; ^~~~~~~~~~~~~ curexc_traceback numpy/random/mtrand/mtrand.c: In function '__Pyx__GetException': numpy/random/mtrand/mtrand.c:45277:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type numpy/random/mtrand/mtrand.c:45278:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value numpy/random/mtrand/mtrand.c:45279:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback numpy/random/mtrand/mtrand.c:45280:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = local_type; ^~~~~~~~ curexc_type numpy/random/mtrand/mtrand.c:45281:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = local_value; ^~~~~~~~~ curexc_value numpy/random/mtrand/mtrand.c:45282:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = local_tb; ^~~~~~~~~~~~~ curexc_traceback numpy/random/mtrand/mtrand.c: In function '__Pyx__ExceptionSave': numpy/random/mtrand/mtrand.c:45208:21: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? *type = tstate->exc_type; ^~~~~~~~ curexc_type numpy/random/mtrand/mtrand.c:45209:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? *value = tstate->exc_value; ^~~~~~~~~ curexc_value numpy/random/mtrand/mtrand.c:45210:19: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? *tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback numpy/random/mtrand/mtrand.c: In function '__Pyx__ExceptionReset': numpy/random/mtrand/mtrand.c:45217:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type numpy/random/mtrand/mtrand.c:45218:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value numpy/random/mtrand/mtrand.c:45219:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback numpy/random/mtrand/mtrand.c:45220:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = type; ^~~~~~~~ curexc_type numpy/random/mtrand/mtrand.c:45221:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = value; ^~~~~~~~~ curexc_value numpy/random/mtrand/mtrand.c:45222:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = tb; ^~~~~~~~~~~~~ curexc_traceback numpy/random/mtrand/mtrand.c: In function '__Pyx__GetException': numpy/random/mtrand/mtrand.c:45277:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type numpy/random/mtrand/mtrand.c:45278:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value numpy/random/mtrand/mtrand.c:45279:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback numpy/random/mtrand/mtrand.c:45280:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = local_type; ^~~~~~~~ curexc_type numpy/random/mtrand/mtrand.c:45281:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = local_value; ^~~~~~~~~ curexc_value numpy/random/mtrand/mtrand.c:45282: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/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/npymath -c numpy/random/mtrand/mtrand.c -o build/temp.linux-x86_64-3.7/numpy/random/mtrand/mtrand.o -MMD -MF build/temp.linux-x86_64-3.7/numpy/random/mtrand/mtrand.o.d" failed with exit status 1 make[1]: *** [/home/buildroot/autobuild/run/instance-3/output/build/python-numpy-1.13.3/.stamp_built] Error 1 make: *** [_all] Error 2 make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot'