Snippets for python:scipy 1.18.1 from Alpine armv7
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armv7/community/py3-scipy/py3-scipy-1.18.1-r0.log.
-
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:233:32: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'npy_intp' {aka 'int'} [-Wformat=] 233 | n = PyOS_snprintf(p, size, "array(%" NPY_INTP_FMT, def.dims.d[0]); | ^~~~~~~~~ ~~~~~~~~~~~~~ | | | npy_intp {aka int} -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:241:36: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'npy_intp' {aka 'int'} [-Wformat=] 241 | n = PyOS_snprintf(p, size, ",%" NPY_INTP_FMT, def.dims.d[i]); | ^~~~ ~~~~~~~~~~~~~ | | | npy_intp {aka int} -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:961:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'npy_intp' {aka 'int'} [-Wformat=] 961 | sprintf(mess + strlen(mess), "%" NPY_INTP_FMT ",", dims[i]); | ^~~ ~~~~~~~ | | | npy_intp {aka int} -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:976:37: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 976 | sprintf(mess+strlen(mess)," -- expected elsize=%d got %" NPY_INTP_FMT, elsize, (npy_intp)PyArray_ITEMSIZE(arr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:1007:25: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 1007 | " -- expected at least elsize=%d but got " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1008 | "%" NPY_INTP_FMT, 1009 | elsize, (npy_intp)PyArray_ITEMSIZE(arr)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:1054:25: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 1054 | " -- expected elsize=%d but got %" NPY_INTP_FMT, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1055 | elsize, 1056 | (npy_intp)PyArray_ITEMSIZE(arr) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:1136:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 1136 | " -- expected elsize=%d got %" NPY_INTP_FMT, elsize, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1137 | (npy_intp)PyArray_ITEMSIZE(arr)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:1254:29: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'npy_intp' {aka 'int'} [-Wformat=] 1254 | " -- %d-th dimension must be fixed to %" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1255 | NPY_INTP_FMT " but got %" NPY_INTP_FMT, 1256 | i, dims[i], d); | ~~~~~~~ | | | npy_intp {aka int} -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:1254:29: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'npy_intp' {aka 'int'} [-Wformat=] 1254 | " -- %d-th dimension must be fixed to %" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1255 | NPY_INTP_FMT " but got %" NPY_INTP_FMT, 1256 | i, dims[i], d); | ~ | | | npy_intp {aka int} -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:1304:29: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'npy_intp' {aka 'int'} [-Wformat=] 1304 | " -- %d-th dimension must be fixed to %" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:1304:29: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'npy_intp' {aka 'int'} [-Wformat=] 1304 | " -- %d-th dimension must be fixed to %" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:1332:22: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'npy_intp' {aka 'int'} [-Wformat=] 1332 | "unexpected array size: size=%" NPY_INTP_FMT | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:1332:22: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'npy_intp' {aka 'int'} [-Wformat=] 1332 | "unexpected array size: size=%" NPY_INTP_FMT | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:1338:56: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'npy_intp' {aka 'int'} [-Wformat=] 1338 | snprintf(msg + len, sizeof(msg) - len, " %" NPY_INTP_FMT, | ^~~~ 1339 | dims[i]); | ~~~~~~~ | | | npy_intp {aka int} -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:1345:56: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'npy_intp' {aka 'int'} [-Wformat=] 1345 | snprintf(msg + len, sizeof(msg) - len, " %" NPY_INTP_FMT, | ^~~~ 1346 | PyArray_DIM(arr, i)); | ~~~~~~~~~~~~~~~~~~~ | | | npy_intp {aka int} -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:1389:23: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'npy_intp' {aka 'int'} [-Wformat=] 1389 | sprintf(localbuf, "%c%" NPY_INTP_FMT "-%s-scalar", PyArray_DESCR(arr)->kind, PyArray_ITEMSIZE(arr), Py_TYPE(obj)->tp_name); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~ | | | npy_intp {aka int} -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:1398:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'npy_intp' {aka 'int'} [-Wformat=] 1398 | sprintf(localbuf + strlen(localbuf), "%" NPY_INTP_FMT ",", PyArray_DIM(arr, i)); | ^~~ ~~~~~~~~~~~~~~~~~~~ | | | npy_intp {aka int} -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:1400:42: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'npy_intp' {aka 'int'} [-Wformat=] 1400 | sprintf(localbuf + strlen(localbuf), ")-%c%" NPY_INTP_FMT "-%s", PyArray_DESCR(arr)->kind, PyArray_ITEMSIZE(arr), Py_TYPE(obj)->tp_name); | ^~~~~~~ ~~~~~~~~~~~~~~~~~~~~~ | | | npy_intp {aka int} -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:1430:25: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'npy_intp' {aka 'int'} [-Wformat=] 1430 | fprintf(stderr, "f2py_size: 2nd argument value=%" NPY_INTP_FMT | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1431 | " fails to satisfy 1<=value<=%" NPY_INTP_FMT 1432 | ". Result will be 0.\n", dim, rank); | ~~~ | | | npy_intp {aka int} -
../../../../../../../../usr/lib/python3.14/site-packages/numpy/f2py/src/fortranobject.c:1430:25: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'npy_intp' {aka 'int'} [-Wformat=] 1430 | fprintf(stderr, "f2py_size: 2nd argument value=%" NPY_INTP_FMT | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1431 | " fails to satisfy 1<=value<=%" NPY_INTP_FMT 1432 | ". Result will be 0.\n", dim, rank); | ~~~~ | | | npy_intp {aka int} -
scipy/optimize/cython_optimize/_zeros.cpython-314-arm-linux-musleabihf.so.p/_zeros.c:3399:37: warning: '__pyx_v_solver_stats.iterations' may be used uninitialized [-Wmaybe-uninitialized] 3399 | __pyx_v_full_output->iterations = __pyx_t_2; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ -
scipy/optimize/cython_optimize/_zeros.cpython-314-arm-linux-musleabihf.so.p/_zeros.c:3647:37: warning: '__pyx_v_solver_stats.iterations' may be used uninitialized [-Wmaybe-uninitialized] 3647 | __pyx_v_full_output->iterations = __pyx_t_2; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ -
scipy/optimize/cython_optimize/_zeros.cpython-314-arm-linux-musleabihf.so.p/_zeros.c:3771:37: warning: '__pyx_v_solver_stats.iterations' may be used uninitialized [-Wmaybe-uninitialized] 3771 | __pyx_v_full_output->iterations = __pyx_t_2; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ -
scipy/optimize/cython_optimize/_zeros.cpython-314-arm-linux-musleabihf.so.p/_zeros.c:9901:20: warning: '__pyx_v_solver_stats.iterations' may be used uninitialized [-Wmaybe-uninitialized] 9901 | return PyLong_FromLong((long) value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
scipy/sparse/csgraph/_shortest_path.cpython-314-arm-linux-musleabihf.so.p/_shortest_path.cpp:8675:100: warning: comparison of integer expressions of different signedness: 'npy_intp' {aka 'int'} and 'unsigned int' [-Wsign-compare] 8675 | __pyx_t_1 = ((__pyx_f_5numpy_7ndarray_5shape_shape(((PyArrayObject *)__pyx_v_dist_matrix))[1]) == __pyx_v_N); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
scipy/sparse/csgraph/_shortest_path.cpython-314-arm-linux-musleabihf.so.p/_shortest_path.cpp:8838:109: warning: comparison of integer expressions of different signedness: 'npy_intp' {aka 'int'} and 'unsigned int' [-Wsign-compare] 8838 | __pyx_t_1 = ((__pyx_f_5numpy_7ndarray_5shape_shape(((PyArrayObject *)__pyx_v_predecessor_matrix))[0]) == __pyx_v_N); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
scipy/sparse/csgraph/_shortest_path.cpython-314-arm-linux-musleabihf.so.p/_shortest_path.cpp:8857:109: warning: comparison of integer expressions of different signedness: 'npy_intp' {aka 'int'} and 'unsigned int' [-Wsign-compare] 8857 | __pyx_t_1 = ((__pyx_f_5numpy_7ndarray_5shape_shape(((PyArrayObject *)__pyx_v_predecessor_matrix))[1]) == __pyx_v_N); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
scipy/sparse/csgraph/_shortest_path.cpython-314-arm-linux-musleabihf.so.p/_shortest_path.cpp:12247:40: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] -
scipy/sparse/csgraph/_shortest_path.cpython-314-arm-linux-musleabihf.so.p/_shortest_path.cpp:12346:43: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] -
scipy/sparse/csgraph/_shortest_path.cpython-314-arm-linux-musleabihf.so.p/_shortest_path.cpp:12705:47: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] -
scipy/sparse/csgraph/_shortest_path.cpython-314-arm-linux-musleabihf.so.p/_shortest_path.cpp:12767:40: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] -
scipy/sparse/csgraph/_shortest_path.cpython-314-arm-linux-musleabihf.so.p/_shortest_path.cpp:12829:43: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] -
scipy/sparse/csgraph/_shortest_path.cpython-314-arm-linux-musleabihf.so.p/_shortest_path.cpp:14501:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'long int' [-Wsign-compare]
-
scipy/sparse/csgraph/_shortest_path.cpython-314-arm-linux-musleabihf.so.p/_shortest_path.cpp:15010:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'long int' [-Wsign-compare]
-
../subprojects/boost_math/math/include/boost/math/special_functions/detail/igamma_inverse.hpp:364:10: warning: 'ft' may be used uninitialized [-Wmaybe-uninitialized] 364 | f1 = static_cast<T>(ft); | ~~~^~~~~~~~~~~~~~~~~~~~