numpy/core/src/multiarray/arraytypes.c.src:492:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 492 | datalen = PyUnicode_GET_DATA_SIZE(temp); | ^~~~~~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/arraytypes.c.src:3: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/arraytypes.c.src:492:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 492 | datalen = PyUnicode_GET_DATA_SIZE(temp); | ^~~~~~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/arraytypes.c.src:3: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/arraytypes.c.src:492:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 492 | datalen = PyUnicode_GET_DATA_SIZE(temp); | ^~~~~~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/arraytypes.c.src:3: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ aarch64-linux-gcc: numpy/core/src/multiarray/dtype_transfer.c aarch64-linux-gcc: numpy/core/src/multiarray/datetime.c aarch64-linux-gcc: numpy/core/src/multiarray/nditer_constr.c aarch64-linux-gcc: numpy/core/src/multiarray/iterators.c aarch64-linux-gcc: numpy/core/src/multiarray/refcount.c aarch64-linux-gcc: numpy/core/src/multiarray/nditer_pywrap.c aarch64-linux-gcc: numpy/core/src/multiarray/sequence.c aarch64-linux-gcc: numpy/core/src/multiarray/scalarapi.c aarch64-linux-gcc: numpy/core/src/multiarray/temp_elide.c aarch64-linux-gcc: numpy/core/src/multiarray/shape.c numpy/core/src/multiarray/scalarapi.c: In function 'scalar_value': numpy/core/src/multiarray/scalarapi.c:74:13: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 74 | return (void *)PyUnicode_AS_DATA(scalar); | ^~~~~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalarapi.c:2: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalarapi.c:135:13: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 135 | return (void *)PyUnicode_AS_DATA(scalar); | ^~~~~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalarapi.c:2: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalarapi.c: In function 'PyArray_DescrFromScalar': numpy/core/src/multiarray/scalarapi.c:574:13: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 574 | descr->elsize = PyUnicode_GET_DATA_SIZE(sc); | ^~~~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalarapi.c:2: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalarapi.c:574:13: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 574 | descr->elsize = PyUnicode_GET_DATA_SIZE(sc); | ^~~~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalarapi.c:2: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalarapi.c:574:13: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 574 | descr->elsize = PyUnicode_GET_DATA_SIZE(sc); | ^~~~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalarapi.c:2: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ aarch64-linux-gcc: numpy/core/src/multiarray/typeinfo.c aarch64-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/multiarray/scalartypes.c aarch64-linux-gcc: numpy/core/src/multiarray/usertypes.c numpy/core/src/multiarray/scalartypes.c.src: In function 'unicodetype_repr': numpy/core/src/multiarray/scalartypes.c.src:475:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 475 | ip = dptr = Py@Name@_AS_@NAME@(self); | ^~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:476:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 476 | len = Py@Name@_GET_SIZE(self); | ^~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:476:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 476 | len = Py@Name@_GET_SIZE(self); | ^~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:476:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 476 | len = Py@Name@_GET_SIZE(self); | ^~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:481:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 481 | new = Py@Name@_From@Name@@extra@(ip, len); | ^~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src: In function 'unicodetype_str': numpy/core/src/multiarray/scalartypes.c.src:475:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 475 | ip = dptr = Py@Name@_AS_@NAME@(self); | ^~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:476:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 476 | len = Py@Name@_GET_SIZE(self); | ^~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:476:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 476 | len = Py@Name@_GET_SIZE(self); | ^~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:476:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 476 | len = Py@Name@_GET_SIZE(self); | ^~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:481:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 481 | new = Py@Name@_From@Name@@extra@(ip, len); | ^~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src: In function 'gentype_reduce': numpy/core/src/multiarray/scalartypes.c.src:1849:9: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1849 | buffer = PyUnicode_AS_DATA(self); | ^~~~~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:1850:9: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1850 | buflen = PyUnicode_GET_DATA_SIZE(self); | ^~~~~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:1850:9: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1850 | buflen = PyUnicode_GET_DATA_SIZE(self); | ^~~~~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/scalartypes.c.src:1850:9: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1850 | buflen = PyUnicode_GET_DATA_SIZE(self); | ^~~~~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/multiarray/scalartypes.c.src:3: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ aarch64-linux-gcc: numpy/core/src/multiarray/vdot.c aarch64-linux-gcc: numpy/core/src/multiarray/number.c aarch64-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/loops.c aarch64-linux-gcc: numpy/core/src/umath/umathmodule.c numpy/core/src/umath/loops.c.src: In function 'PyUFunc_On_Om': numpy/core/src/umath/loops.c.src:363:9: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 363 | result = PyEval_CallObject(tocall, arglist); | ^~~~~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:154, from numpy/core/src/umath/loops.c.src:7: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ aarch64-linux-gcc: numpy/core/src/umath/reduction.c Running foreign_key_check make[2]: Leaving directory `/home/buildroot/autobuild/run/instance-0/output-1/build/proj-7.2.1/data' Making all in cmake make[2]: Entering directory `/home/buildroot/autobuild/run/instance-0/output-1/build/proj-7.2.1/cmake' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/buildroot/autobuild/run/instance-0/output-1/build/proj-7.2.1/cmake' make[2]: Entering directory `/home/buildroot/autobuild/run/instance-0/output-1/build/proj-7.2.1' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/buildroot/autobuild/run/instance-0/output-1/build/proj-7.2.1' make[1]: Leaving directory `/home/buildroot/autobuild/run/instance-0/output-1/build/proj-7.2.1' aarch64-linux-gcc: numpy/core/src/umath/ufunc_object.c aarch64-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/multiarray/nditer_templ.c aarch64-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/scalarmath.c aarch64-linux-gcc: numpy/core/src/multiarray/flagsobject.c aarch64-linux-gcc: numpy/core/src/multiarray/strfuncs.c aarch64-linux-gcc: numpy/core/src/multiarray/nditer_api.c aarch64-linux-gcc: numpy/core/src/multiarray/getset.c numpy/core/src/multiarray/strfuncs.c: In function 'array_repr': numpy/core/src/multiarray/strfuncs.c:178:9: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 178 | s = PyEval_CallObject(PyArray_ReprFunction, arglist); | ^ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:154, from numpy/core/src/multiarray/strfuncs.c:4: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/strfuncs.c: In function 'array_str': numpy/core/src/multiarray/strfuncs.c:195:9: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 195 | s = PyEval_CallObject(PyArray_StrFunction, arglist); | ^ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:154, from numpy/core/src/multiarray/strfuncs.c:4: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ aarch64-linux-gcc: numpy/core/src/npymath/npy_math.c aarch64-linux-gcc: numpy/core/src/umath/extobj.c aarch64-linux-gcc: numpy/core/src/npymath/halffloat.c aarch64-linux-gcc: numpy/core/src/umath/cpuid.c aarch64-linux-gcc: numpy/core/src/common/array_assign.c aarch64-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/npymath/ieee754.c aarch64-linux-gcc: numpy/core/src/common/npy_longdouble.c aarch64-linux-gcc: numpy/core/src/common/mem_overlap.c aarch64-linux-gcc: numpy/core/src/common/ucsnarrow.c aarch64-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/npymath/npy_math_complex.c numpy/core/src/common/ucsnarrow.c: In function 'PyUnicode_FromUCS4': numpy/core/src/common/ucsnarrow.c:139:9: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 139 | ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf, | ^~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/unicodeobject.h:1026, from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:106, from numpy/core/src/common/ucsnarrow.c:4: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ aarch64-linux-gcc: numpy/core/src/common/ufunc_override.c aarch64-linux-gcc: numpy/core/src/common/numpyos.c aarch64-linux-gcc: numpy/core/src/umath/ufunc_type_resolution.c aarch64-linux-gcc: numpy/core/src/umath/override.c aarch64-linux-gcc: numpy/core/src/multiarray/mapping.c aarch64-linux-gcc: numpy/core/src/multiarray/methods.c aarch64-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/matmul.c aarch64-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/clip.c /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/alloc.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/arrayobject.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/multiarray/arraytypes.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/array_assign_scalar.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/array_assign_array.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/arrayfunction_override.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/buffer.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/calculation.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/compiled_base.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/common.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/convert.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/convert_datatype.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/conversion_utils.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/ctors.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/datetime.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/datetime_strings.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/datetime_busday.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/datetime_busdaycal.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/descriptor.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/dragon4.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/dtype_transfer.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/multiarray/einsum.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/flagsobject.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/getset.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/hashdescr.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/item_selection.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/iterators.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/multiarray/lowlevel_strided_loops.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/mapping.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/methods.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/multiarraymodule.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/multiarray/nditer_templ.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/nditer_api.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/nditer_constr.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/nditer_pywrap.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/number.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/refcount.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/sequence.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/shape.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/scalarapi.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/multiarray/scalartypes.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/strfuncs.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/temp_elide.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/typeinfo.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/usertypes.o build/temp.linux-x86_64-3.9/numpy/core/src/multiarray/vdot.o build/temp.linux-x86_64-3.9/numpy/core/src/umath/umathmodule.o build/temp.linux-x86_64-3.9/numpy/core/src/umath/reduction.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/loops.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/matmul.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/clip.o build/temp.linux-x86_64-3.9/numpy/core/src/umath/ufunc_object.o build/temp.linux-x86_64-3.9/numpy/core/src/umath/extobj.o build/temp.linux-x86_64-3.9/numpy/core/src/umath/cpuid.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/scalarmath.o build/temp.linux-x86_64-3.9/numpy/core/src/umath/ufunc_type_resolution.o build/temp.linux-x86_64-3.9/numpy/core/src/umath/override.o build/temp.linux-x86_64-3.9/numpy/core/src/npymath/npy_math.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/npymath/ieee754.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/npymath/npy_math_complex.o build/temp.linux-x86_64-3.9/numpy/core/src/npymath/halffloat.o build/temp.linux-x86_64-3.9/numpy/core/src/common/array_assign.o build/temp.linux-x86_64-3.9/numpy/core/src/common/mem_overlap.o build/temp.linux-x86_64-3.9/numpy/core/src/common/npy_longdouble.o build/temp.linux-x86_64-3.9/numpy/core/src/common/ucsnarrow.o build/temp.linux-x86_64-3.9/numpy/core/src/common/ufunc_override.o build/temp.linux-x86_64-3.9/numpy/core/src/common/numpyos.o -L/home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lnpymath -lnpysort -lm -o build/lib.linux-x86_64-3.9/numpy/core/_multiarray_umath.cpython-39-aarch64-linux-gnu.so building 'numpy.core._umath_tests' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -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.9/numpy/core/include/numpy -Inumpy/core/src/common -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-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-std=c99' aarch64-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/_umath_tests.c /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/_umath_tests.o -L/home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/core/_umath_tests.cpython-39-aarch64-linux-gnu.so building 'numpy.core._rational_tests' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -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.9/numpy/core/include/numpy -Inumpy/core/src/common -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-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-std=c99' aarch64-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/_rational_tests.c /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/_rational_tests.o -L/home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/core/_rational_tests.cpython-39-aarch64-linux-gnu.so building 'numpy.core._struct_ufunc_tests' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -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.9/numpy/core/include/numpy -Inumpy/core/src/common -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-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-std=c99' aarch64-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/_struct_ufunc_tests.c /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/_struct_ufunc_tests.o -L/home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/core/_struct_ufunc_tests.cpython-39-aarch64-linux-gnu.so building 'numpy.core._operand_flag_tests' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -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.9/numpy/core/include/numpy -Inumpy/core/src/common -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-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-std=c99' aarch64-linux-gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/_operand_flag_tests.c /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/_operand_flag_tests.o -L/home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/core/_operand_flag_tests.cpython-39-aarch64-linux-gnu.so building 'numpy.fft._pocketfft_internal' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/numpy/fft compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -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-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-std=c99' aarch64-linux-gcc: numpy/fft/_pocketfft.c In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:94, from numpy/fft/_pocketfft.c:2189: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/pytime.h:153:60: warning: 'struct timespec' declared inside parameter list will not be visible outside of this definition or declaration 153 | PyAPI_FUNC(int) _PyTime_FromTimespec(_PyTime_t *tp, struct timespec *ts); | ^~~~~~~~ /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/pytime.h:158:56: warning: 'struct timespec' declared inside parameter list will not be visible outside of this definition or declaration 158 | PyAPI_FUNC(int) _PyTime_AsTimespec(_PyTime_t t, struct timespec *ts); | ^~~~~~~~ /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/fft/_pocketfft.o -L/home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/fft/_pocketfft_internal.cpython-39-aarch64-linux-gnu.so building 'numpy.linalg.lapack_lite' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/numpy/linalg creating build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -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-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-std=c99' aarch64-linux-gcc: numpy/linalg/lapack_litemodule.c aarch64-linux-gcc: numpy/linalg/lapack_lite/python_xerbla.c aarch64-linux-gcc: numpy/linalg/lapack_lite/f2c_z_lapack.c aarch64-linux-gcc: numpy/linalg/lapack_lite/f2c_c_lapack.c aarch64-linux-gcc: numpy/linalg/lapack_lite/f2c_d_lapack.c aarch64-linux-gcc: numpy/linalg/lapack_lite/f2c_s_lapack.c aarch64-linux-gcc: numpy/linalg/lapack_lite/f2c_lapack.c aarch64-linux-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:383:20: warning: variable 'ncola' set but not used [-Wunused-but-set-variable] 383 | static integer ncola; | ^~~~~ numpy/linalg/lapack_lite/f2c_blas.c: In function 'dgemm_': numpy/linalg/lapack_lite/f2c_blas.c:6853:20: warning: variable 'ncola' set but not used [-Wunused-but-set-variable] 6853 | static integer ncola; | ^~~~~ aarch64-linux-gcc: numpy/linalg/lapack_lite/f2c_config.c numpy/linalg/lapack_lite/f2c_blas.c: In function 'sgemm_': numpy/linalg/lapack_lite/f2c_blas.c:11457:20: warning: variable 'ncola' set but not used [-Wunused-but-set-variable] 11457 | static integer ncola; | ^~~~~ aarch64-linux-gcc: numpy/linalg/lapack_lite/f2c.c numpy/linalg/lapack_lite/f2c_blas.c: In function 'zgemm_': numpy/linalg/lapack_lite/f2c_blas.c:15670:20: warning: variable 'ncola' set but not used [-Wunused-but-set-variable] 15670 | static integer ncola; | ^~~~~ /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/linalg/lapack_litemodule.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/python_xerbla.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_z_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_c_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_d_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_s_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_blas.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_config.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c.o -L/home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/linalg/lapack_lite.cpython-39-aarch64-linux-gnu.so building 'numpy.linalg._umath_linalg' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/linalg compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -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-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-std=c99' aarch64-linux-gcc: build/src.linux-x86_64-3.9/numpy/linalg/umath_linalg.c /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/linalg/umath_linalg.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/python_xerbla.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_z_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_c_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_d_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_s_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_blas.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_config.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c.o -L/home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lnpymath -o build/lib.linux-x86_64-3.9/numpy/linalg/_umath_linalg.cpython-39-aarch64-linux-gnu.so building 'numpy.random._mt19937' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/numpy/random creating build/temp.linux-x86_64-3.9/numpy/random/src creating build/temp.linux-x86_64-3.9/numpy/random/src/mt19937 compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/mt19937 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -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-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' aarch64-linux-gcc: numpy/random/_mt19937.c aarch64-linux-gcc: numpy/random/src/mt19937/mt19937.c aarch64-linux-gcc: numpy/random/src/mt19937/mt19937-jump.c /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/_mt19937.o build/temp.linux-x86_64-3.9/numpy/random/src/mt19937/mt19937.o build/temp.linux-x86_64-3.9/numpy/random/src/mt19937/mt19937-jump.o -L/home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/_mt19937.cpython-39-aarch64-linux-gnu.so building 'numpy.random._philox' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/numpy/random/src/philox compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/philox -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -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-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' aarch64-linux-gcc: numpy/random/_philox.c aarch64-linux-gcc: numpy/random/src/philox/philox.c /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/_philox.o build/temp.linux-x86_64-3.9/numpy/random/src/philox/philox.o -L/home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/_philox.cpython-39-aarch64-linux-gnu.so building 'numpy.random._pcg64' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/numpy/random/src/pcg64 compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/pcg64 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -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-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' aarch64-linux-gcc: numpy/random/_pcg64.c aarch64-linux-gcc: numpy/random/src/pcg64/pcg64.c /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/_pcg64.o build/temp.linux-x86_64-3.9/numpy/random/src/pcg64/pcg64.o -L/home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/_pcg64.cpython-39-aarch64-linux-gnu.so building 'numpy.random._sfc64' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/numpy/random/src/sfc64 compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/sfc64 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -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-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' aarch64-linux-gcc: numpy/random/_sfc64.c aarch64-linux-gcc: numpy/random/src/sfc64/sfc64.c /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/_sfc64.o build/temp.linux-x86_64-3.9/numpy/random/src/sfc64/sfc64.o -L/home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/_sfc64.cpython-39-aarch64-linux-gnu.so building 'numpy.random._common' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -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-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' aarch64-linux-gcc: numpy/random/_common.c /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/_common.o -L/home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/_common.cpython-39-aarch64-linux-gnu.so building 'numpy.random._bit_generator' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -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-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' aarch64-linux-gcc: numpy/random/_bit_generator.c /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/_bit_generator.o -L/home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/_bit_generator.cpython-39-aarch64-linux-gnu.so building 'numpy.random._generator' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/numpy/random/src/distributions compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -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-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' aarch64-linux-gcc: numpy/random/_generator.c aarch64-linux-gcc: numpy/random/src/distributions/logfactorial.c aarch64-linux-gcc: numpy/random/src/distributions/distributions.c aarch64-linux-gcc: numpy/random/src/distributions/random_mvhg_marginals.c aarch64-linux-gcc: numpy/random/src/distributions/random_mvhg_count.c aarch64-linux-gcc: numpy/random/src/distributions/random_hypergeometric.c In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:94, from numpy/core/include/numpy/random/distributions.h:4, from numpy/random/src/distributions/random_mvhg_count.c:5: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/pytime.h:153:60: warning: 'struct timespec' declared inside parameter list will not be visible outside of this definition or declaration 153 | PyAPI_FUNC(int) _PyTime_FromTimespec(_PyTime_t *tp, struct timespec *ts); | ^~~~~~~~ /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/pytime.h:158:56: warning: 'struct timespec' declared inside parameter list will not be visible outside of this definition or declaration 158 | PyAPI_FUNC(int) _PyTime_AsTimespec(_PyTime_t t, struct timespec *ts); | ^~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/Python.h:94, from numpy/core/include/numpy/random/distributions.h:4, from numpy/random/src/distributions/random_mvhg_marginals.c:6: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/pytime.h:153:60: warning: 'struct timespec' declared inside parameter list will not be visible outside of this definition or declaration 153 | PyAPI_FUNC(int) _PyTime_FromTimespec(_PyTime_t *tp, struct timespec *ts); | ^~~~~~~~ /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9/pytime.h:158:56: warning: 'struct timespec' declared inside parameter list will not be visible outside of this definition or declaration 158 | PyAPI_FUNC(int) _PyTime_AsTimespec(_PyTime_t t, struct timespec *ts); | ^~~~~~~~ /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/_generator.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/logfactorial.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/distributions.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/random_mvhg_count.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/random_mvhg_marginals.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/random_hypergeometric.o -L/home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/_generator.cpython-39-aarch64-linux-gnu.so building 'numpy.random._bounded_integers' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -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-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' aarch64-linux-gcc: numpy/random/_bounded_integers.c /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/_bounded_integers.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/logfactorial.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/distributions.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/random_mvhg_count.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/random_mvhg_marginals.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/random_hypergeometric.o -L/home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/_bounded_integers.cpython-39-aarch64-linux-gnu.so building 'numpy.random.mtrand' extension compiling C sources C compiler: /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC creating build/temp.linux-x86_64-3.9/numpy/random/src/legacy compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -DNP_RANDOM_LEGACY=1 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/legacy -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -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-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99' aarch64-linux-gcc: numpy/random/mtrand.c aarch64-linux-gcc: numpy/random/src/legacy/legacy-distributions.c aarch64-linux-gcc: numpy/random/src/distributions/logfactorial.c aarch64-linux-gcc: numpy/random/src/distributions/distributions.c /home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/bin/aarch64-linux-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-x86_64-3.9/numpy/random/mtrand.o build/temp.linux-x86_64-3.9/numpy/random/src/legacy/legacy-distributions.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/logfactorial.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/distributions.o -L/home/buildroot/autobuild/run/instance-0/output-1/per-package/python-numpy/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -Lbuild/temp.linux-x86_64-3.9 -lm -o build/lib.linux-x86_64-3.9/numpy/random/mtrand.cpython-39-aarch64-linux-gnu.so make: Leaving directory `/home/buildroot/autobuild/run/instance-0/buildroot'