Welcome to fish, the friendly interactive shell are@ryzen ~> source graalpy20/bin/activate.fish (graalpy20) are@ryzen ~> pip install --no-binary :all: numpy==1.23.5 Collecting numpy==1.23.5 Using cached numpy-1.23.5.tar.gz (10.7 MB) auto-patching C API usages in /tmp/pip-install-9c7xxoyp/numpy_b1f38a8515214623a4b39c610a11d972/numpy/core/src/umath/override.c auto-patching C API usages in /tmp/pip-install-9c7xxoyp/numpy_b1f38a8515214623a4b39c610a11d972/numpy/core/src/umath/_rational_tests.c auto-patching C API usages in /tmp/pip-install-9c7xxoyp/numpy_b1f38a8515214623a4b39c610a11d972/numpy/core/src/multiarray/methods.c auto-patching C API usages in /tmp/pip-install-9c7xxoyp/numpy_b1f38a8515214623a4b39c610a11d972/numpy/core/src/multiarray/dtype_transfer.c auto-patching C API usages in /tmp/pip-install-9c7xxoyp/numpy_b1f38a8515214623a4b39c610a11d972/numpy/core/src/multiarray/dlpack.c auto-patching C API usages in /tmp/pip-install-9c7xxoyp/numpy_b1f38a8515214623a4b39c610a11d972/numpy/core/src/multiarray/compiled_base.c auto-patching C API usages in /tmp/pip-install-9c7xxoyp/numpy_b1f38a8515214623a4b39c610a11d972/numpy/core/include/numpy/npy_3kcompat.h auto-patching C API usages in /tmp/pip-install-9c7xxoyp/numpy_b1f38a8515214623a4b39c610a11d972/numpy/core/include/numpy/ndarrayobject.h Looking for GraalPy patches for numpy Patching package numpy using /usr/lib/jvm/java-20-graalvm/languages/python/lib/graalpy23.0/patches/numpy/numpy-1.23.5.patch patching file numpy/__init__.py patching file numpy/core/getlimits.py patching file numpy/core/setup.py patching file numpy/core/setup_common.py patching file numpy/core/src/_simd/_simd_convert.inc patching file numpy/core/src/common/npy_config.h patching file numpy/core/src/common/npy_hashtable.c patching file numpy/core/src/common/ufunc_override.c patching file numpy/core/src/common/ufunc_override.h patching file numpy/core/src/multiarray/_multiarray_tests.c.src patching file numpy/core/src/multiarray/alloc.c patching file numpy/core/src/multiarray/array_coercion.c patching file numpy/core/src/multiarray/arrayfunction_override.c patching file numpy/core/src/multiarray/compiled_base.c patching file numpy/core/src/multiarray/iterators.c patching file numpy/core/src/multiarray/methods.c patching file numpy/core/src/npymath/ieee754.c.src patching file numpy/core/src/umath/extobj.c patching file numpy/core/src/umath/loops.c.src patching file numpy/core/src/umath/reduction.c patching file numpy/core/src/umath/scalarmath.c.src patching file numpy/core/src/umath/simd.inc.src patching file numpy/core/src/umath/ufunc_object.c patching file numpy/distutils/ccompiler.py patching file numpy/distutils/fcompiler/__init__.py patching file numpy/distutils/fcompiler/llvm.py patching file numpy/linalg/setup.py patching file numpy/linalg/umath_linalg.cpp patching file setup.py patching file tools/cythonize.py Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Building wheels for collected packages: numpy Building wheel for numpy (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for numpy (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [2850 lines of output] Running from numpy source directory. Cythonizing sources Processing numpy/random/_bounded_integers.pxd.in Processing numpy/random/mtrand.pyx Processing numpy/random/bit_generator.pyx Processing numpy/random/_sfc64.pyx Processing numpy/random/_philox.pyx Processing numpy/random/_pcg64.pyx Processing numpy/random/_mt19937.pyx Processing numpy/random/_generator.pyx Processing numpy/random/_common.pyx Processing numpy/random/_bounded_integers.pyx.in non-existing path in 'numpy/distutils': 'site.cfg' INFO: lapack_opt_info: INFO: lapack_armpl_info: INFO: customize UnixCCompiler INFO: libraries armpl_lp64_mp not found in ['/home/are/graalpy20/lib', '/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] INFO: NOT AVAILABLE INFO: INFO: lapack_mkl_info: INFO: libraries mkl_rt not found in ['/home/are/graalpy20/lib', '/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] INFO: NOT AVAILABLE INFO: INFO: openblas_lapack_info: INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC creating /tmp/tmp2_hpjddz/tmp creating /tmp/tmp2_hpjddz/tmp/tmp2_hpjddz INFO: compile options: '-c' INFO: gcc: /tmp/tmp2_hpjddz/source.c INFO: gcc /tmp/tmp2_hpjddz/tmp/tmp2_hpjddz/source.o -L/usr/lib64 -lopenblas -o /tmp/tmp2_hpjddz/a.out INFO: FOUND: INFO: libraries = ['openblas', 'openblas'] INFO: library_dirs = ['/usr/lib64'] INFO: language = c INFO: define_macros = [('HAVE_CBLAS', None)] INFO: INFO: FOUND: INFO: libraries = ['openblas', 'openblas'] INFO: library_dirs = ['/usr/lib64'] INFO: language = c INFO: define_macros = [('HAVE_CBLAS', None)] INFO: Warning: attempted relative import beyond top-level package /usr/lib/jvm/java-20-graalvm/languages/python/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'define_macros' warnings.warn(msg) running bdist_wheel running build running config_cc INFO: unifing config_cc, config, build_clib, build_ext, build commands --compiler options running config_fc INFO: unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options running build_src INFO: build_src INFO: building py_modules sources creating build creating build/src.linux-x86_64-3.10 creating build/src.linux-x86_64-3.10/numpy creating build/src.linux-x86_64-3.10/numpy/distutils INFO: building library "npymath" sources WARN: Could not locate executable flang-new WARN: Could not locate executable armflang creating build/src.linux-x86_64-3.10/numpy/core creating build/src.linux-x86_64-3.10/numpy/core/src creating build/src.linux-x86_64-3.10/numpy/core/src/npymath INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/npymath/npy_math_internal.h INFO: adding 'build/src.linux-x86_64-3.10/numpy/core/src/npymath' to include_dirs. INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/npymath/ieee754.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/npymath/npy_math_complex.c INFO: None - nothing done with h_files = ['build/src.linux-x86_64-3.10/numpy/core/src/npymath/npy_math_internal.h'] INFO: building library "npyrandom" sources INFO: building extension "numpy.core._multiarray_tests" sources creating build/src.linux-x86_64-3.10/numpy/core/src/multiarray INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/multiarray/_multiarray_tests.c INFO: building extension "numpy.core._multiarray_umath" sources non-existing path in 'numpy/core': 'build/src.linux-x86_64-3.10/numpy/core/src/common' INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/multiarray/arraytypes.h INFO: adding 'build/src.linux-x86_64-3.10/numpy/core/src/multiarray' to include_dirs. INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/multiarray/arraytypes.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/multiarray/argfunc.dispatch.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/multiarray/einsum.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/multiarray/einsum_sumprod.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/multiarray/lowlevel_strided_loops.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/multiarray/nditer_templ.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/multiarray/scalartypes.c creating build/src.linux-x86_64-3.10/numpy/core/src/common INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/common/npy_sort.h INFO: adding 'build/src.linux-x86_64-3.10/numpy/core/src/common' to include_dirs. creating build/src.linux-x86_64-3.10/numpy/core/src/umath INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/funcs.inc INFO: adding 'build/src.linux-x86_64-3.10/numpy/core/src/umath' to include_dirs. INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/simd.inc INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops.h INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_utils.h INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_unary_fp.dispatch.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithm_fp.dispatch.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_minmax.dispatch.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_trigonometric.dispatch.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_umath_fp.dispatch.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_exponent_log.dispatch.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_hyperbolic.dispatch.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_modulo.dispatch.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/matmul.h INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/matmul.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/scalarmath.c INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/common/templ_common.h INFO: numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.10/numpy/core/src/multiarray/arraytypes.h', 'build/src.linux-x86_64-3.10/numpy/core/src/common/npy_sort.h', 'numpy/core/src/common/npy_partition.h', 'numpy/core/src/common/npy_binsearch.h', 'build/src.linux-x86_64-3.10/numpy/core/src/umath/funcs.inc', 'build/src.linux-x86_64-3.10/numpy/core/src/umath/simd.inc', 'build/src.linux-x86_64-3.10/numpy/core/src/umath/loops.h', 'build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_utils.h', 'build/src.linux-x86_64-3.10/numpy/core/src/umath/matmul.h', 'numpy/core/src/umath/clip.h', 'build/src.linux-x86_64-3.10/numpy/core/src/common/templ_common.h', 'build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.10/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.10/numpy/core/include/numpy/__multiarray_api.h', 'build/src.linux-x86_64-3.10/numpy/core/include/numpy/__ufunc_api.h'] INFO: building extension "numpy.core._umath_tests" sources INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/umath/_umath_tests.c INFO: building extension "numpy.core._rational_tests" sources INFO: building extension "numpy.core._struct_ufunc_tests" sources INFO: building extension "numpy.core._operand_flag_tests" sources INFO: building extension "numpy.core._simd" sources creating build/src.linux-x86_64-3.10/numpy/core/src/_simd INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/_simd/_simd_inc.h INFO: adding 'build/src.linux-x86_64-3.10/numpy/core/src/_simd' to include_dirs. INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/_simd/_simd_data.inc INFO: conv_template:> build/src.linux-x86_64-3.10/numpy/core/src/_simd/_simd.dispatch.c INFO: numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.10/numpy/core/src/_simd/_simd_inc.h', 'build/src.linux-x86_64-3.10/numpy/core/src/_simd/_simd_data.inc'] INFO: building extension "numpy.fft._pocketfft_internal" sources INFO: building extension "numpy.linalg.lapack_lite" sources creating build/src.linux-x86_64-3.10/numpy/linalg INFO: building extension "numpy.linalg._umath_linalg" sources INFO: building extension "numpy.random._mt19937" sources INFO: building extension "numpy.random._philox" sources INFO: building extension "numpy.random._pcg64" sources INFO: building extension "numpy.random._sfc64" sources INFO: building extension "numpy.random._common" sources INFO: building extension "numpy.random.bit_generator" sources INFO: building extension "numpy.random._generator" sources INFO: building extension "numpy.random._bounded_integers" sources INFO: building extension "numpy.random.mtrand" sources INFO: building data_files sources INFO: build_src: building npy-pkg config files running build_py creating build/lib.linux-x86_64-3.10 creating build/lib.linux-x86_64-3.10/numpy copying numpy/__init__.py -> build/lib.linux-x86_64-3.10/numpy copying numpy/version.py -> build/lib.linux-x86_64-3.10/numpy copying numpy/setup.py -> build/lib.linux-x86_64-3.10/numpy copying numpy/matlib.py -> build/lib.linux-x86_64-3.10/numpy copying numpy/dual.py -> build/lib.linux-x86_64-3.10/numpy copying numpy/ctypeslib.py -> build/lib.linux-x86_64-3.10/numpy copying numpy/conftest.py -> build/lib.linux-x86_64-3.10/numpy copying numpy/_version.py -> build/lib.linux-x86_64-3.10/numpy copying numpy/_pytesttester.py -> build/lib.linux-x86_64-3.10/numpy copying numpy/_globals.py -> build/lib.linux-x86_64-3.10/numpy copying numpy/_distributor_init.py -> build/lib.linux-x86_64-3.10/numpy copying build/src.linux-x86_64-3.10/numpy/__config__.py -> build/lib.linux-x86_64-3.10/numpy creating build/lib.linux-x86_64-3.10/numpy/array_api copying numpy/array_api/setup.py -> build/lib.linux-x86_64-3.10/numpy/array_api copying numpy/array_api/linalg.py -> build/lib.linux-x86_64-3.10/numpy/array_api copying numpy/array_api/_utility_functions.py -> build/lib.linux-x86_64-3.10/numpy/array_api copying numpy/array_api/_typing.py -> build/lib.linux-x86_64-3.10/numpy/array_api copying numpy/array_api/_statistical_functions.py -> build/lib.linux-x86_64-3.10/numpy/array_api copying numpy/array_api/_sorting_functions.py -> build/lib.linux-x86_64-3.10/numpy/array_api copying numpy/array_api/_set_functions.py -> build/lib.linux-x86_64-3.10/numpy/array_api copying numpy/array_api/_searching_functions.py -> build/lib.linux-x86_64-3.10/numpy/array_api copying numpy/array_api/_manipulation_functions.py -> build/lib.linux-x86_64-3.10/numpy/array_api copying numpy/array_api/_elementwise_functions.py -> build/lib.linux-x86_64-3.10/numpy/array_api copying numpy/array_api/_dtypes.py -> build/lib.linux-x86_64-3.10/numpy/array_api copying numpy/array_api/_data_type_functions.py -> build/lib.linux-x86_64-3.10/numpy/array_api copying numpy/array_api/_creation_functions.py -> build/lib.linux-x86_64-3.10/numpy/array_api copying numpy/array_api/_constants.py -> build/lib.linux-x86_64-3.10/numpy/array_api copying numpy/array_api/_array_object.py -> build/lib.linux-x86_64-3.10/numpy/array_api copying numpy/array_api/__init__.py -> build/lib.linux-x86_64-3.10/numpy/array_api creating build/lib.linux-x86_64-3.10/numpy/array_api/tests copying numpy/array_api/tests/test_validation.py -> build/lib.linux-x86_64-3.10/numpy/array_api/tests copying numpy/array_api/tests/test_sorting_functions.py -> build/lib.linux-x86_64-3.10/numpy/array_api/tests copying numpy/array_api/tests/test_set_functions.py -> build/lib.linux-x86_64-3.10/numpy/array_api/tests copying numpy/array_api/tests/test_elementwise_functions.py -> build/lib.linux-x86_64-3.10/numpy/array_api/tests copying numpy/array_api/tests/test_data_type_functions.py -> build/lib.linux-x86_64-3.10/numpy/array_api/tests copying numpy/array_api/tests/test_creation_functions.py -> build/lib.linux-x86_64-3.10/numpy/array_api/tests copying numpy/array_api/tests/test_array_object.py -> build/lib.linux-x86_64-3.10/numpy/array_api/tests copying numpy/array_api/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/array_api/tests creating build/lib.linux-x86_64-3.10/numpy/compat copying numpy/compat/setup.py -> build/lib.linux-x86_64-3.10/numpy/compat copying numpy/compat/py3k.py -> build/lib.linux-x86_64-3.10/numpy/compat copying numpy/compat/_pep440.py -> build/lib.linux-x86_64-3.10/numpy/compat copying numpy/compat/_inspect.py -> build/lib.linux-x86_64-3.10/numpy/compat copying numpy/compat/__init__.py -> build/lib.linux-x86_64-3.10/numpy/compat creating build/lib.linux-x86_64-3.10/numpy/compat/tests copying numpy/compat/tests/test_compat.py -> build/lib.linux-x86_64-3.10/numpy/compat/tests copying numpy/compat/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/compat/tests creating build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/setup_common.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/setup.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/getlimits.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/umath_tests.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/umath.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/shape_base.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/records.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/overrides.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/numerictypes.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/numeric.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/multiarray.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/memmap.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/function_base.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/fromnumeric.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/einsumfunc.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/defchararray.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/cversions.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/arrayprint.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/_ufunc_config.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/_type_aliases.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/_string_helpers.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/_methods.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/_machar.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/_internal.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/_exceptions.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/_dtype_ctypes.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/_dtype.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/_asarray.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/_add_newdocs_scalars.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/_add_newdocs.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/__init__.py -> build/lib.linux-x86_64-3.10/numpy/core copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.linux-x86_64-3.10/numpy/core creating build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_unicode.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_umath_complex.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_umath_accuracy.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_umath.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_ufunc.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_simd_module.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_simd.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_shape_base.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_scalarprint.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_scalarmath.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_scalarinherit.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_scalarbuffer.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_scalar_methods.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_scalar_ctors.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_records.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_protocols.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_print.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_overrides.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_numerictypes.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_numeric.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_nditer.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_multiarray.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_memmap.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_mem_policy.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_mem_overlap.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_machar.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_longdouble.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_limited_api.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_item_selection.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_indexing.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_indexerrors.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_hashtable.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_half.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_getlimits.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_function_base.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_extint128.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_errstate.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_einsum.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_dtype.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_dlpack.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_deprecations.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_defchararray.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_datetime.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_cython.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_custom_dtypes.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_cpu_features.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_cpu_dispatcher.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_conversion_utils.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_casting_unittests.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_arrayprint.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_arraymethod.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_array_interface.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_array_coercion.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_argparse.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_api.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test_abc.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/test__exceptions.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/_locales.py -> build/lib.linux-x86_64-3.10/numpy/core/tests copying numpy/core/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/core/tests creating build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/ccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/unixccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/system_info.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/setup.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/pathccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/numpy_distribution.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/npy_pkg_config.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/msvccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/msvc9compiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/misc_util.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/mingw32ccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/log.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/line_endings.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/lib2def.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/intelccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/from_template.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/extension.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/exec_command.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/cpuinfo.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/core.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/conv_template.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/ccompiler_opt.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/armccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/_shell_utils.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying numpy/distutils/__init__.py -> build/lib.linux-x86_64-3.10/numpy/distutils copying build/src.linux-x86_64-3.10/numpy/distutils/__config__.py -> build/lib.linux-x86_64-3.10/numpy/distutils creating build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/sdist.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/install_headers.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/install_data.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/install_clib.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/install.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/egg_info.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/develop.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/config_compiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/config.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/build_src.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/build_scripts.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/build_py.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/build_ext.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/build_clib.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/build.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/bdist_rpm.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/autodist.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command copying numpy/distutils/command/__init__.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command creating build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/__init__.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/llvm.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/vast.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/sun.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/pg.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/pathf95.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/nv.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/none.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/nag.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/mips.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/lahey.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/intel.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/ibm.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/hpux.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/gnu.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/g95.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/fujitsu.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/environment.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/compaq.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/arm.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/absoft.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler creating build/lib.linux-x86_64-3.10/numpy/distutils/tests copying numpy/distutils/tests/test_system_info.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests copying numpy/distutils/tests/test_shell_utils.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests copying numpy/distutils/tests/test_npy_pkg_config.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests copying numpy/distutils/tests/test_misc_util.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests copying numpy/distutils/tests/test_mingw32ccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests copying numpy/distutils/tests/test_log.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests copying numpy/distutils/tests/test_from_template.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests copying numpy/distutils/tests/test_fcompiler_nagfor.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests copying numpy/distutils/tests/test_fcompiler_intel.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests copying numpy/distutils/tests/test_fcompiler_gnu.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests copying numpy/distutils/tests/test_fcompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests copying numpy/distutils/tests/test_exec_command.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests copying numpy/distutils/tests/test_ccompiler_opt_conf.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests copying numpy/distutils/tests/test_ccompiler_opt.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests copying numpy/distutils/tests/test_build_ext.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests copying numpy/distutils/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests creating build/lib.linux-x86_64-3.10/numpy/doc copying numpy/doc/ufuncs.py -> build/lib.linux-x86_64-3.10/numpy/doc copying numpy/doc/constants.py -> build/lib.linux-x86_64-3.10/numpy/doc copying numpy/doc/__init__.py -> build/lib.linux-x86_64-3.10/numpy/doc creating build/lib.linux-x86_64-3.10/numpy/f2py copying numpy/f2py/use_rules.py -> build/lib.linux-x86_64-3.10/numpy/f2py copying numpy/f2py/symbolic.py -> build/lib.linux-x86_64-3.10/numpy/f2py copying numpy/f2py/setup.py -> build/lib.linux-x86_64-3.10/numpy/f2py copying numpy/f2py/rules.py -> build/lib.linux-x86_64-3.10/numpy/f2py copying numpy/f2py/func2subr.py -> build/lib.linux-x86_64-3.10/numpy/f2py copying numpy/f2py/f90mod_rules.py -> build/lib.linux-x86_64-3.10/numpy/f2py copying numpy/f2py/f2py2e.py -> build/lib.linux-x86_64-3.10/numpy/f2py copying numpy/f2py/diagnose.py -> build/lib.linux-x86_64-3.10/numpy/f2py copying numpy/f2py/crackfortran.py -> build/lib.linux-x86_64-3.10/numpy/f2py copying numpy/f2py/common_rules.py -> build/lib.linux-x86_64-3.10/numpy/f2py copying numpy/f2py/cfuncs.py -> build/lib.linux-x86_64-3.10/numpy/f2py copying numpy/f2py/cb_rules.py -> build/lib.linux-x86_64-3.10/numpy/f2py copying numpy/f2py/capi_maps.py -> build/lib.linux-x86_64-3.10/numpy/f2py copying numpy/f2py/auxfuncs.py -> build/lib.linux-x86_64-3.10/numpy/f2py copying numpy/f2py/__version__.py -> build/lib.linux-x86_64-3.10/numpy/f2py copying numpy/f2py/__main__.py -> build/lib.linux-x86_64-3.10/numpy/f2py copying numpy/f2py/__init__.py -> build/lib.linux-x86_64-3.10/numpy/f2py creating build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/util.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_symbolic.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_string.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_size.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_semicolon_split.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_return_real.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_return_logical.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_return_integer.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_return_complex.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_return_character.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_quoted_character.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_parameter.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_module_doc.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_mixed.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_kind.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_f2py2e.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_f2cmap.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_crackfortran.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_compile_function.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_common.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_callback.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_block_docstring.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_assumed_shape.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_array_from_pyobj.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/test_abstract_interface.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests copying numpy/f2py/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests creating build/lib.linux-x86_64-3.10/numpy/fft copying numpy/fft/setup.py -> build/lib.linux-x86_64-3.10/numpy/fft copying numpy/fft/helper.py -> build/lib.linux-x86_64-3.10/numpy/fft copying numpy/fft/_pocketfft.py -> build/lib.linux-x86_64-3.10/numpy/fft copying numpy/fft/__init__.py -> build/lib.linux-x86_64-3.10/numpy/fft creating build/lib.linux-x86_64-3.10/numpy/fft/tests copying numpy/fft/tests/test_pocketfft.py -> build/lib.linux-x86_64-3.10/numpy/fft/tests copying numpy/fft/tests/test_helper.py -> build/lib.linux-x86_64-3.10/numpy/fft/tests copying numpy/fft/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/fft/tests creating build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/utils.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/user_array.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/ufunclike.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/type_check.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/twodim_base.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/stride_tricks.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/shape_base.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/setup.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/scimath.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/recfunctions.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/polynomial.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/npyio.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/nanfunctions.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/mixins.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/index_tricks.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/histograms.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/function_base.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/format.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/arrayterator.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/arraysetops.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/arraypad.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/_version.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/_iotools.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/_datasource.py -> build/lib.linux-x86_64-3.10/numpy/lib copying numpy/lib/__init__.py -> build/lib.linux-x86_64-3.10/numpy/lib creating build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_utils.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_ufunclike.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_type_check.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_twodim_base.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_stride_tricks.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_shape_base.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_recfunctions.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_polynomial.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_packbits.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_nanfunctions.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_mixins.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_loadtxt.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_io.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_index_tricks.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_histograms.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_function_base.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_format.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_financial_expired.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_arrayterator.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_arraysetops.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test_arraypad.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test__version.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test__iotools.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/test__datasource.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests copying numpy/lib/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests creating build/lib.linux-x86_64-3.10/numpy/linalg copying numpy/linalg/setup.py -> build/lib.linux-x86_64-3.10/numpy/linalg copying numpy/linalg/linalg.py -> build/lib.linux-x86_64-3.10/numpy/linalg copying numpy/linalg/__init__.py -> build/lib.linux-x86_64-3.10/numpy/linalg creating build/lib.linux-x86_64-3.10/numpy/linalg/tests copying numpy/linalg/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/linalg/tests copying numpy/linalg/tests/test_linalg.py -> build/lib.linux-x86_64-3.10/numpy/linalg/tests copying numpy/linalg/tests/test_deprecations.py -> build/lib.linux-x86_64-3.10/numpy/linalg/tests copying numpy/linalg/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/linalg/tests creating build/lib.linux-x86_64-3.10/numpy/ma copying numpy/ma/timer_comparison.py -> build/lib.linux-x86_64-3.10/numpy/ma copying numpy/ma/testutils.py -> build/lib.linux-x86_64-3.10/numpy/ma copying numpy/ma/setup.py -> build/lib.linux-x86_64-3.10/numpy/ma copying numpy/ma/mrecords.py -> build/lib.linux-x86_64-3.10/numpy/ma copying numpy/ma/extras.py -> build/lib.linux-x86_64-3.10/numpy/ma copying numpy/ma/core.py -> build/lib.linux-x86_64-3.10/numpy/ma copying numpy/ma/bench.py -> build/lib.linux-x86_64-3.10/numpy/ma copying numpy/ma/__init__.py -> build/lib.linux-x86_64-3.10/numpy/ma creating build/lib.linux-x86_64-3.10/numpy/ma/tests copying numpy/ma/tests/test_subclassing.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests copying numpy/ma/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests copying numpy/ma/tests/test_old_ma.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests copying numpy/ma/tests/test_mrecords.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests copying numpy/ma/tests/test_extras.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests copying numpy/ma/tests/test_deprecations.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests copying numpy/ma/tests/test_core.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests copying numpy/ma/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests creating build/lib.linux-x86_64-3.10/numpy/matrixlib copying numpy/matrixlib/setup.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib copying numpy/matrixlib/defmatrix.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib copying numpy/matrixlib/__init__.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib creating build/lib.linux-x86_64-3.10/numpy/matrixlib/tests copying numpy/matrixlib/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests copying numpy/matrixlib/tests/test_numeric.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests copying numpy/matrixlib/tests/test_multiarray.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests copying numpy/matrixlib/tests/test_matrix_linalg.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests copying numpy/matrixlib/tests/test_masked_matrix.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests copying numpy/matrixlib/tests/test_interaction.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests copying numpy/matrixlib/tests/test_defmatrix.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests copying numpy/matrixlib/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests creating build/lib.linux-x86_64-3.10/numpy/polynomial copying numpy/polynomial/setup.py -> build/lib.linux-x86_64-3.10/numpy/polynomial copying numpy/polynomial/polyutils.py -> build/lib.linux-x86_64-3.10/numpy/polynomial copying numpy/polynomial/polynomial.py -> build/lib.linux-x86_64-3.10/numpy/polynomial copying numpy/polynomial/legendre.py -> build/lib.linux-x86_64-3.10/numpy/polynomial copying numpy/polynomial/laguerre.py -> build/lib.linux-x86_64-3.10/numpy/polynomial copying numpy/polynomial/hermite_e.py -> build/lib.linux-x86_64-3.10/numpy/polynomial copying numpy/polynomial/hermite.py -> build/lib.linux-x86_64-3.10/numpy/polynomial copying numpy/polynomial/chebyshev.py -> build/lib.linux-x86_64-3.10/numpy/polynomial copying numpy/polynomial/_polybase.py -> build/lib.linux-x86_64-3.10/numpy/polynomial copying numpy/polynomial/__init__.py -> build/lib.linux-x86_64-3.10/numpy/polynomial creating build/lib.linux-x86_64-3.10/numpy/polynomial/tests copying numpy/polynomial/tests/test_printing.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests copying numpy/polynomial/tests/test_polyutils.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests copying numpy/polynomial/tests/test_polynomial.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests copying numpy/polynomial/tests/test_legendre.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests copying numpy/polynomial/tests/test_laguerre.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests copying numpy/polynomial/tests/test_hermite_e.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests copying numpy/polynomial/tests/test_hermite.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests copying numpy/polynomial/tests/test_classes.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests copying numpy/polynomial/tests/test_chebyshev.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests copying numpy/polynomial/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests creating build/lib.linux-x86_64-3.10/numpy/random copying numpy/random/setup.py -> build/lib.linux-x86_64-3.10/numpy/random copying numpy/random/_pickle.py -> build/lib.linux-x86_64-3.10/numpy/random copying numpy/random/__init__.py -> build/lib.linux-x86_64-3.10/numpy/random creating build/lib.linux-x86_64-3.10/numpy/random/tests copying numpy/random/tests/test_smoke.py -> build/lib.linux-x86_64-3.10/numpy/random/tests copying numpy/random/tests/test_seed_sequence.py -> build/lib.linux-x86_64-3.10/numpy/random/tests copying numpy/random/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/random/tests copying numpy/random/tests/test_randomstate_regression.py -> build/lib.linux-x86_64-3.10/numpy/random/tests copying numpy/random/tests/test_randomstate.py -> build/lib.linux-x86_64-3.10/numpy/random/tests copying numpy/random/tests/test_random.py -> build/lib.linux-x86_64-3.10/numpy/random/tests copying numpy/random/tests/test_generator_mt19937_regressions.py -> build/lib.linux-x86_64-3.10/numpy/random/tests copying numpy/random/tests/test_generator_mt19937.py -> build/lib.linux-x86_64-3.10/numpy/random/tests copying numpy/random/tests/test_extending.py -> build/lib.linux-x86_64-3.10/numpy/random/tests copying numpy/random/tests/test_direct.py -> build/lib.linux-x86_64-3.10/numpy/random/tests copying numpy/random/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/random/tests creating build/lib.linux-x86_64-3.10/numpy/testing copying numpy/testing/utils.py -> build/lib.linux-x86_64-3.10/numpy/testing copying numpy/testing/setup.py -> build/lib.linux-x86_64-3.10/numpy/testing copying numpy/testing/print_coercion_tables.py -> build/lib.linux-x86_64-3.10/numpy/testing copying numpy/testing/__init__.py -> build/lib.linux-x86_64-3.10/numpy/testing creating build/lib.linux-x86_64-3.10/numpy/testing/_private copying numpy/testing/_private/utils.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private copying numpy/testing/_private/parameterized.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private copying numpy/testing/_private/nosetester.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private copying numpy/testing/_private/noseclasses.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private copying numpy/testing/_private/extbuild.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private copying numpy/testing/_private/decorators.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private copying numpy/testing/_private/__init__.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private creating build/lib.linux-x86_64-3.10/numpy/testing/tests copying numpy/testing/tests/test_utils.py -> build/lib.linux-x86_64-3.10/numpy/testing/tests copying numpy/testing/tests/test_doctesting.py -> build/lib.linux-x86_64-3.10/numpy/testing/tests copying numpy/testing/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/testing/tests creating build/lib.linux-x86_64-3.10/numpy/typing copying numpy/typing/setup.py -> build/lib.linux-x86_64-3.10/numpy/typing copying numpy/typing/mypy_plugin.py -> build/lib.linux-x86_64-3.10/numpy/typing copying numpy/typing/__init__.py -> build/lib.linux-x86_64-3.10/numpy/typing creating build/lib.linux-x86_64-3.10/numpy/typing/tests copying numpy/typing/tests/test_typing.py -> build/lib.linux-x86_64-3.10/numpy/typing/tests copying numpy/typing/tests/test_runtime.py -> build/lib.linux-x86_64-3.10/numpy/typing/tests copying numpy/typing/tests/test_isfile.py -> build/lib.linux-x86_64-3.10/numpy/typing/tests copying numpy/typing/tests/test_generic_alias.py -> build/lib.linux-x86_64-3.10/numpy/typing/tests copying numpy/typing/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/typing/tests creating build/lib.linux-x86_64-3.10/numpy/_typing copying numpy/_typing/setup.py -> build/lib.linux-x86_64-3.10/numpy/_typing copying numpy/_typing/_shape.py -> build/lib.linux-x86_64-3.10/numpy/_typing copying numpy/_typing/_scalars.py -> build/lib.linux-x86_64-3.10/numpy/_typing copying numpy/_typing/_nested_sequence.py -> build/lib.linux-x86_64-3.10/numpy/_typing copying numpy/_typing/_nbit.py -> build/lib.linux-x86_64-3.10/numpy/_typing copying numpy/_typing/_generic_alias.py -> build/lib.linux-x86_64-3.10/numpy/_typing copying numpy/_typing/_extended_precision.py -> build/lib.linux-x86_64-3.10/numpy/_typing copying numpy/_typing/_dtype_like.py -> build/lib.linux-x86_64-3.10/numpy/_typing copying numpy/_typing/_char_codes.py -> build/lib.linux-x86_64-3.10/numpy/_typing copying numpy/_typing/_array_like.py -> build/lib.linux-x86_64-3.10/numpy/_typing copying numpy/_typing/_add_docstring.py -> build/lib.linux-x86_64-3.10/numpy/_typing copying numpy/_typing/__init__.py -> build/lib.linux-x86_64-3.10/numpy/_typing creating build/lib.linux-x86_64-3.10/numpy/tests copying numpy/tests/test_warnings.py -> build/lib.linux-x86_64-3.10/numpy/tests copying numpy/tests/test_scripts.py -> build/lib.linux-x86_64-3.10/numpy/tests copying numpy/tests/test_reloading.py -> build/lib.linux-x86_64-3.10/numpy/tests copying numpy/tests/test_public_api.py -> build/lib.linux-x86_64-3.10/numpy/tests copying numpy/tests/test_numpy_version.py -> build/lib.linux-x86_64-3.10/numpy/tests copying numpy/tests/test_matlib.py -> build/lib.linux-x86_64-3.10/numpy/tests copying numpy/tests/test_ctypeslib.py -> build/lib.linux-x86_64-3.10/numpy/tests copying numpy/tests/test__all__.py -> build/lib.linux-x86_64-3.10/numpy/tests copying numpy/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/tests creating build/lib.linux-x86_64-3.10/numpy/_pyinstaller copying numpy/_pyinstaller/test_pyinstaller.py -> build/lib.linux-x86_64-3.10/numpy/_pyinstaller copying numpy/_pyinstaller/pyinstaller-smoke.py -> build/lib.linux-x86_64-3.10/numpy/_pyinstaller copying numpy/_pyinstaller/hook-numpy.py -> build/lib.linux-x86_64-3.10/numpy/_pyinstaller copying numpy/_pyinstaller/__init__.py -> build/lib.linux-x86_64-3.10/numpy/_pyinstaller UPDATING build/lib.linux-x86_64-3.10/numpy/_version.py set build/lib.linux-x86_64-3.10/numpy/_version.py to '1.23.5' running build_clib INFO: customize UnixCCompiler INFO: customize UnixCCompiler using new_build_clib INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-march=native) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC creating /tmp/tmpczhxrnwr/tmp creating /tmp/tmpczhxrnwr/tmp/pip-install-9c7xxoyp creating /tmp/tmpczhxrnwr/tmp/pip-install-9c7xxoyp/numpy_b1f38a8515214623a4b39c610a11d972 creating /tmp/tmpczhxrnwr/tmp/pip-install-9c7xxoyp/numpy_b1f38a8515214623a4b39c610a11d972/numpy creating /tmp/tmpczhxrnwr/tmp/pip-install-9c7xxoyp/numpy_b1f38a8515214623a4b39c610a11d972/numpy/distutils creating /tmp/tmpczhxrnwr/tmp/pip-install-9c7xxoyp/numpy_b1f38a8515214623a4b39c610a11d972/numpy/distutils/checks INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-march=native' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-O3) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-O3' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-Werror) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-Werror' INFO: CCompilerOpt.__init__[1782] : check requested baseline INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse2) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse2' INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE2' with flags (-msse -msse2) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -Werror' INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE' with flags (-msse -msse2) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse3) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse3' INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE3' with flags (-msse -msse2 -msse3) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -Werror' INFO: CCompilerOpt.__init__[1791] : check requested dispatch-able features INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mssse3) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-mssse3' INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse4.1) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse4.1' INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mpopcnt) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-mpopcnt' INFO: CCompilerOpt.feature_test[1547] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse4.2) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse4.2' INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-mavx' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mf16c) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-mf16c' INFO: CCompilerOpt.feature_test[1547] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mfma) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-mfma' INFO: CCompilerOpt.feature_test[1547] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx2) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-mavx2' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512f -mno-mmx) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-mavx512f -mno-mmx' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512cd) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-mavx512cd' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512er -mavx512pf) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-mavx512er -mavx512pf' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_KNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_KNM' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vl -mavx512bw -mavx512dq) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-mavx512vl -mavx512bw -mavx512dq' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_SKX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vnni) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-mavx512vnni' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_CLX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512ifma -mavx512vbmi) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-mavx512ifma -mavx512vbmi' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_CNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_ICL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq -Werror' INFO: CCompilerOpt.__init__[1803] : skip features (SSE SSE2 SSE3) since its part of baseline INFO: CCompilerOpt.__init__[1807] : initialize targets groups INFO: CCompilerOpt.__init__[1809] : parse target group simd_test INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (XOP FMA4 VSX VSX2 VSX3 VSX4 NEON ASIMD VX VXE VXE2) not part of baseline or dispatch-able features INFO: CCompilerOpt._parse_policy_not_keepbase[2132] : skip baseline features (SSE2) INFO: CCompilerOpt.generate_dispatch_header[2353] : generate CPU dispatch header: (build/src.linux-x86_64-3.10/numpy/distutils/include/npy_cpu_dispatch_config.h) WARN: CCompilerOpt.generate_dispatch_header[2362] : dispatch header dir build/src.linux-x86_64-3.10/numpy/distutils/include does not exist, creating it INFO: CCompilerOpt.feature_extra_checks[1627] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -Werror' INFO: CCompilerOpt.feature_extra_checks[1627] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK) INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror' INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: compile options: '-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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror' INFO: building 'npymath' library INFO: compiling C sources INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC creating build/temp.linux-x86_64-3.10 creating build/temp.linux-x86_64-3.10/numpy creating build/temp.linux-x86_64-3.10/numpy/core creating build/temp.linux-x86_64-3.10/numpy/core/src creating build/temp.linux-x86_64-3.10/numpy/core/src/npymath creating build/temp.linux-x86_64-3.10/build creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10 creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/npymath INFO: compile options: '-Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3' INFO: gcc: numpy/core/src/npymath/npy_math.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/npymath/ieee754.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/npymath/npy_math_complex.c INFO: gcc: numpy/core/src/npymath/halffloat.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/src/npymath/npy_math_private.h:30, from numpy/core/src/npymath/npy_math_internal.h.src:56, from numpy/core/src/npymath/npy_math.c:9: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/npymath/npy_math_private.h:21: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/src/npymath/npy_math_common.h:8, from numpy/core/src/npymath/ieee754.c.src:7: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/npymath/npy_math_common.h:4: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/src/npymath/npy_math_common.h:8, from numpy/core/src/npymath/npy_math_complex.c.src:34: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/npymath/npy_math_common.h:4: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: ar: adding 4 object files to build/temp.linux-x86_64-3.10/libnpymath.a INFO: building 'npyrandom' library INFO: compiling C sources INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC creating build/temp.linux-x86_64-3.10/numpy/random creating build/temp.linux-x86_64-3.10/numpy/random/src creating build/temp.linux-x86_64-3.10/numpy/random/src/distributions INFO: compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3' INFO: gcc: numpy/random/src/distributions/logfactorial.c INFO: gcc: numpy/random/src/distributions/distributions.c INFO: gcc: numpy/random/src/distributions/random_mvhg_count.c INFO: gcc: numpy/random/src/distributions/random_mvhg_marginals.c INFO: gcc: numpy/random/src/distributions/random_hypergeometric.c INFO: ar: adding 5 object files to build/temp.linux-x86_64-3.10/libnpyrandom.a running build_ext INFO: customize UnixCCompiler INFO: customize UnixCCompiler using new_build_ext INFO: CCompilerOpt.__init__[834] : hit the memory cache INFO: CCompilerOpt.generate_dispatch_header[2353] : generate CPU dispatch header: (build/src.linux-x86_64-3.10/numpy/distutils/include/npy_cpu_dispatch_config.h) INFO: customize UnixCCompiler INFO: customize UnixCCompiler using new_build_ext INFO: building 'numpy.core._multiarray_tests' extension INFO: compiling C sources INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/multiarray creating build/temp.linux-x86_64-3.10/numpy/core/src/common INFO: 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.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3' INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/_multiarray_tests.c INFO: gcc: numpy/core/src/common/mem_overlap.c INFO: gcc: numpy/core/src/common/npy_argparse.c INFO: gcc: numpy/core/src/common/npy_hashtable.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/_multiarray_tests.c.src:7: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/_multiarray_tests.c.src:3: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/src/common/mem_overlap.c:189: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/common/mem_overlap.c:187: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/src/common/npy_argparse.c:7: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/common/npy_argparse.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/templ_common.h.src:6, from numpy/core/src/common/npy_hashtable.c:15: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc -shared -fPIC build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/multiarray/_multiarray_tests.o build/temp.linux-x86_64-3.10/numpy/core/src/common/mem_overlap.o build/temp.linux-x86_64-3.10/numpy/core/src/common/npy_argparse.o build/temp.linux-x86_64-3.10/numpy/core/src/common/npy_hashtable.o -Lbuild/temp.linux-x86_64-3.10 -lnpymath -o build/lib.linux-x86_64-3.10/numpy/core/_multiarray_tests.graalpy230-310-native-x86_64-linux.so INFO: building 'numpy.core._multiarray_umath' extension INFO: compiling C++ dispatch-able sources INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> numpy/core/src/npysort/x86-qsort.dispatch.cpp INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'KEEP_BASELINE' is ON INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.linux-x86_64-3.10/numpy/core/src/npysort/x86-qsort.dispatch.h INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/npysort/x86-qsort.dispatch.avx512_skx.cpp INFO: C compiler: g++ -DNDEBUG -D_GNU_SOURCE=1 -fPIC creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/npysort INFO: 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.10/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npysort -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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-std=c++11 -D__STDC_VERSION__=0 -fno-exceptions -fno-rtti -O3 -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq' INFO: g++: build/src.linux-x86_64-3.10/numpy/core/src/npysort/x86-qsort.dispatch.avx512_skx.cpp In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from /tmp/pip-install-9c7xxoyp/numpy_b1f38a8515214623a4b39c610a11d972/numpy/core/src/npysort/x86-qsort.h:1, from /tmp/pip-install-9c7xxoyp/numpy_b1f38a8515214623a4b39c610a11d972/numpy/core/src/npysort/x86-qsort.dispatch.cpp:8, from build/src.linux-x86_64-3.10/numpy/core/src/npysort/x86-qsort.dispatch.avx512_skx.cpp:21: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: compiling C dispatch-able sources INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.linux-x86_64-3.10/numpy/core/src/multiarray/argfunc.dispatch.c INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (XOP VSX2 NEON ASIMD) not part of baseline or dispatch-able features INFO: CCompilerOpt._parse_policy_not_keepbase[2132] : skip baseline features (SSE2) INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.linux-x86_64-3.10/numpy/core/src/multiarray/argfunc.dispatch.h INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/multiarray/argfunc.dispatch.avx512_skx.c INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/multiarray/argfunc.dispatch.avx2.c INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/multiarray/argfunc.dispatch.sse42.c INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_unary_fp.dispatch.c INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (VSX2 NEON ASIMD) not part of baseline or dispatch-able features INFO: CCompilerOpt._parse_policy_not_keepbase[2132] : skip baseline features (SSE2) INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_unary_fp.dispatch.h INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_unary_fp.dispatch.sse41.c INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithm_fp.dispatch.c INFO: CCompilerOpt._parse_policy_not_keepbase[2132] : skip baseline features (SSE2) INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithm_fp.dispatch.h INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithm_fp.dispatch.avx512f.c INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithm_fp.dispatch.avx2.c INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.c INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (VSX2 VSX4 NEON) not part of baseline or dispatch-able features INFO: CCompilerOpt._parse_policy_not_keepbase[2132] : skip baseline features (SSE2) INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.h INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.avx512_skx.c INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.avx512f.c INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.avx2.c INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.sse41.c INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_minmax.dispatch.c INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (NEON ASIMD VSX2) not part of baseline or dispatch-able features INFO: CCompilerOpt._parse_policy_not_keepbase[2132] : skip baseline features (SSE2) INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_minmax.dispatch.h INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_minmax.dispatch.avx512_skx.c INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_minmax.dispatch.avx2.c INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_trigonometric.dispatch.c INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (VSX2 VSX3 VSX4 NEON_VFPV4) not part of baseline or dispatch-able features INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_trigonometric.dispatch.h INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_trigonometric.dispatch.avx512f.c INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_trigonometric.dispatch.fma3.avx2.c INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_umath_fp.dispatch.c INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_umath_fp.dispatch.h INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_umath_fp.dispatch.avx512_skx.c INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_exponent_log.dispatch.c INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_exponent_log.dispatch.h INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_exponent_log.dispatch.avx512_skx.c INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_exponent_log.dispatch.avx512f.c INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_exponent_log.dispatch.fma3.avx2.c INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_hyperbolic.dispatch.c INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (VSX2 VSX4 NEON_VFPV4) not part of baseline or dispatch-able features INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_hyperbolic.dispatch.h INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_hyperbolic.dispatch.avx512_skx.c INFO: CCompilerOpt._wrap_target[2549] : wrap dispatch-able target -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_hyperbolic.dispatch.fma3.avx2.c INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_modulo.dispatch.c INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (VSX4) not part of baseline or dispatch-able features INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_modulo.dispatch.h INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/umath INFO: 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.10/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npysort -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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-O3 -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq' INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/argfunc.dispatch.avx512_skx.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.avx512_skx.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_minmax.dispatch.avx512_skx.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_umath_fp.dispatch.avx512_skx.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_exponent_log.dispatch.avx512_skx.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_hyperbolic.dispatch.avx512_skx.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/simd/simd.h:10, from numpy/core/src/multiarray/argfunc.dispatch.c.src:11, from build/src.linux-x86_64-3.10/numpy/core/src/multiarray/argfunc.dispatch.avx512_skx.c:21: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/simd/simd.h:10, from numpy/core/src/umath/loops_arithmetic.dispatch.c.src:11, from build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.avx512_skx.c:21: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/simd/simd.h:10, from numpy/core/src/umath/loops_minmax.dispatch.c.src:11, from build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_minmax.dispatch.avx512_skx.c:21: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_math.h:4, from numpy/core/src/umath/loops_exponent_log.dispatch.c.src:12, from build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_exponent_log.dispatch.avx512_skx.c:21: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_math.h:4, from numpy/core/src/umath/loops_umath_fp.dispatch.c.src:4, from build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_umath_fp.dispatch.avx512_skx.c:21: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_math.h:4, from numpy/core/src/umath/loops_hyperbolic.dispatch.c.src:7, from build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_hyperbolic.dispatch.avx512_skx.c:21: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: 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.10/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npysort -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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-O3 -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2' INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/argfunc.dispatch.avx2.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithm_fp.dispatch.avx2.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.avx2.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_minmax.dispatch.avx2.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/simd/simd.h:10, from numpy/core/src/multiarray/argfunc.dispatch.c.src:11, from build/src.linux-x86_64-3.10/numpy/core/src/multiarray/argfunc.dispatch.avx2.c:17: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/simd/simd.h:10, from numpy/core/src/umath/loops_arithm_fp.dispatch.c.src:9, from build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithm_fp.dispatch.avx2.c:17: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/simd/simd.h:10, from numpy/core/src/umath/loops_arithmetic.dispatch.c.src:11, from build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.avx2.c:17: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/simd/simd.h:10, from numpy/core/src/umath/loops_minmax.dispatch.c.src:11, from build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_minmax.dispatch.avx2.c:17: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: 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.10/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npysort -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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-O3 -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2' INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/argfunc.dispatch.sse42.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/simd/simd.h:10, from numpy/core/src/multiarray/argfunc.dispatch.c.src:11, from build/src.linux-x86_64-3.10/numpy/core/src/multiarray/argfunc.dispatch.sse42.c:14: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: 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.10/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npysort -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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-O3 -msse -msse2 -msse3' INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/argfunc.dispatch.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_unary_fp.dispatch.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithm_fp.dispatch.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_minmax.dispatch.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_trigonometric.dispatch.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/simd/simd.h:10, from numpy/core/src/multiarray/argfunc.dispatch.c.src:11: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_math.h:4, from numpy/core/src/umath/loops_unary_fp.dispatch.c.src:14: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_exponent_log.dispatch.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_umath_fp.dispatch.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/simd/simd.h:10, from numpy/core/src/umath/loops_arithm_fp.dispatch.c.src:9: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/simd/simd.h:10, from numpy/core/src/umath/loops_arithmetic.dispatch.c.src:11: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/simd/simd.h:10, from numpy/core/src/umath/loops_minmax.dispatch.c.src:11: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_math.h:4, from numpy/core/src/umath/loops_trigonometric.dispatch.c.src:7: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_math.h:4, from numpy/core/src/umath/loops_exponent_log.dispatch.c.src:12: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_math.h:4, from numpy/core/src/umath/loops_umath_fp.dispatch.c.src:4: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_hyperbolic.dispatch.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_math.h:4, from numpy/core/src/umath/loops_hyperbolic.dispatch.c.src:7: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: 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.10/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npysort -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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-O3 -msse -msse2 -msse3 -mssse3 -msse4.1' INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_unary_fp.dispatch.sse41.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.sse41.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_math.h:4, from numpy/core/src/umath/loops_unary_fp.dispatch.c.src:14, from build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_unary_fp.dispatch.sse41.c:12: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/simd/simd.h:10, from numpy/core/src/umath/loops_arithmetic.dispatch.c.src:11, from build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.sse41.c:12: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: 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.10/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npysort -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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-O3 -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx' INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithm_fp.dispatch.avx512f.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.avx512f.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_trigonometric.dispatch.avx512f.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_exponent_log.dispatch.avx512f.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/simd/simd.h:10, from numpy/core/src/umath/loops_arithm_fp.dispatch.c.src:9, from build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithm_fp.dispatch.avx512f.c:19: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/simd/simd.h:10, from numpy/core/src/umath/loops_arithmetic.dispatch.c.src:11, from build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.avx512f.c:19: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_math.h:4, from numpy/core/src/umath/loops_trigonometric.dispatch.c.src:7, from build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_trigonometric.dispatch.avx512f.c:19: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_math.h:4, from numpy/core/src/umath/loops_exponent_log.dispatch.c.src:12, from build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_exponent_log.dispatch.avx512f.c:19: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: 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.10/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npysort -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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-O3 -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2' INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_trigonometric.dispatch.fma3.avx2.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_exponent_log.dispatch.fma3.avx2.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_hyperbolic.dispatch.fma3.avx2.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_math.h:4, from numpy/core/src/umath/loops_trigonometric.dispatch.c.src:7, from build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_trigonometric.dispatch.fma3.avx2.c:18: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_math.h:4, from numpy/core/src/umath/loops_hyperbolic.dispatch.c.src:7, from build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_hyperbolic.dispatch.fma3.avx2.c:18: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_math.h:4, from numpy/core/src/umath/loops_exponent_log.dispatch.c.src:12, from build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_exponent_log.dispatch.fma3.avx2.c:18: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC INFO: 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.10/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npysort -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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3' INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_modulo.dispatch.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/simd/simd.h:10, from numpy/core/src/umath/loops_modulo.dispatch.c.src:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: compiling C sources INFO: C compiler: gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC creating build/temp.linux-x86_64-3.10/numpy/core/src/multiarray creating build/temp.linux-x86_64-3.10/numpy/core/src/multiarray/textreading creating build/temp.linux-x86_64-3.10/numpy/core/src/umath INFO: 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.10/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npysort -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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3' INFO: gcc: numpy/core/src/multiarray/abstractdtypes.c INFO: gcc: numpy/core/src/multiarray/alloc.c INFO: gcc: numpy/core/src/multiarray/arrayobject.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/arraytypes.c INFO: gcc: numpy/core/src/multiarray/array_coercion.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/src/multiarray/abstractdtypes.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/abstractdtypes.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/array_method.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/src/multiarray/alloc.c:9: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/alloc.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/array_assign_scalar.c INFO: gcc: numpy/core/src/multiarray/array_assign_array.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/arrayobject.c:30: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/arrayobject.c:27: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_3kcompat.h:22, from numpy/core/src/multiarray/array_coercion.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/array_coercion.c:6: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | numpy/core/src/multiarray/array_coercion.c: In function ‘PyArray_DiscoverDTypeAndShape_Recursive’: numpy/core/src/multiarray/array_coercion.c:1110:9: warning: ‘update_shape’ reading 256 bytes from a region of size 8 [-Wstringop-overread] 1110 | if (update_shape(curr_dims, &max_dims, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1111 | out_shape, 1, &size, NPY_TRUE, flags) < 0) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/array_coercion.c:1110:9: note: referencing argument 5 of type ‘const npy_intp[32]’ {aka ‘const long int[32]’} numpy/core/src/multiarray/array_coercion.c:494:1: note: in a call to function ‘update_shape’ 494 | update_shape(int curr_ndim, int *max_ndim, | ^~~~~~~~~~~~ In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/multiarray/arraytypes.c.src:12: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/arraytypes.c.src:3: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/buffer.c INFO: gcc: numpy/core/src/multiarray/arrayfunction_override.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_3kcompat.h:22, from numpy/core/src/common/npy_pycompat.h:4, from numpy/core/src/multiarray/array_method.c:32: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_3kcompat.h:15: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/src/multiarray/array_assign_array.c:15: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/array_assign_array.c:13: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/calculation.c INFO: gcc: numpy/core/src/multiarray/compiled_base.c INFO: gcc: numpy/core/src/multiarray/common.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/src/multiarray/array_assign_scalar.c:15: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/array_assign_scalar.c:13: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/buffer.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/buffer.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_3kcompat.h:22, from numpy/core/src/common/npy_pycompat.h:4, from numpy/core/src/multiarray/arrayfunction_override.c:4: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_3kcompat.h:15: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/common_dtype.c INFO: gcc: numpy/core/src/multiarray/convert.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/calculation.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/calculation.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/compiled_base.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/compiled_base.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/convert_datatype.c INFO: gcc: numpy/core/src/multiarray/conversion_utils.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/common.c:7: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/common.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/ctors.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/multiarray/common_dtype.c:7: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/common_dtype.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/src/multiarray/convert.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/convert.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/datetime.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/convert_datatype.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/convert_datatype.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/datetime_strings.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/conversion_utils.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/conversion_utils.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/datetime_busday.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/ctors.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/ctors.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/datetime_busdaycal.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/datetime.c:15: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/datetime.c:13: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/descriptor.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/datetime_strings.c:16: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/datetime_strings.c:13: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/dlpack.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/datetime_busday.c:15: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/datetime_busday.c:13: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/dtypemeta.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/datetime_busdaycal.c:16: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/datetime_busdaycal.c:14: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/descriptor.c:9: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/descriptor.c:6: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/dragon4.c INFO: gcc: numpy/core/src/multiarray/dtype_transfer.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/dlpack.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/dlpack.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/einsum.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/einsum_sumprod.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/src/multiarray/dtypemeta.c:9: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/dtypemeta.c:6: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/dtype_transfer.c:19: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/dtype_transfer.c:16: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/experimental_public_dtype_api.c INFO: gcc: numpy/core/src/multiarray/flagsobject.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/dragon4.h:39, from numpy/core/src/multiarray/dragon4.c:33: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/dragon4.h:35: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/getset.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/multiarray/einsum.c.src:17: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/einsum.c.src:12: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/hashdescr.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/multiarray/einsum_sumprod.c.src:14: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/multiarray/experimental_public_dtype_api.c:6: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/experimental_public_dtype_api.c:1: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/item_selection.c INFO: gcc: numpy/core/src/multiarray/iterators.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/flagsobject.c:9: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/flagsobject.c:6: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/legacy_dtype_implementation.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/getset.c:9: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/getset.c:6: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/hashdescr.c:7: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/hashdescr.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/lowlevel_strided_loops.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/iterators.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/iterators.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/mapping.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/item_selection.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/item_selection.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/methods.c INFO: gcc: numpy/core/src/multiarray/multiarraymodule.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/legacy_dtype_implementation.c:12: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/ndarrayobject.h:11: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/lowlevel_strided_loops.c.src:16: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/lowlevel_strided_loops.c.src:12: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/nditer_templ.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/mapping.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/mapping.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/nditer_api.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/methods.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/methods.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/multiarray/multiarraymodule.c:22: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/multiarraymodule.c:19: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/nditer_impl.h:20, from numpy/core/src/multiarray/nditer_templ.c.src:13: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/nditer_impl.h:17: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/nditer_constr.c INFO: gcc: numpy/core/src/multiarray/nditer_pywrap.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/nditer_impl.h:20, from numpy/core/src/multiarray/nditer_api.c:17: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/nditer_impl.h:17: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/number.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/nditer_impl.h:20, from numpy/core/src/multiarray/nditer_constr.c:17: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/nditer_impl.h:17: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/refcount.c INFO: gcc: numpy/core/src/multiarray/sequence.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/nditer_pywrap.c:16: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/nditer_pywrap.c:13: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/number.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/number.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/shape.c INFO: gcc: numpy/core/src/multiarray/scalarapi.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/refcount.c:12: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/refcount.c:9: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/scalartypes.c INFO: gcc: numpy/core/src/multiarray/strfuncs.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/sequence.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/sequence.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/typeinfo.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/shape.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/shape.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/temp_elide.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/scalarapi.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/scalarapi.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/scalartypes.c.src:11: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/scalartypes.c.src:3: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/usertypes.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/strfuncs.c:7: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/strfuncs.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/vdot.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_3kcompat.h:22, from numpy/core/src/common/npy_pycompat.h:4, from numpy/core/src/multiarray/typeinfo.c:9: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_3kcompat.h:15: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/textreading/conversions.c INFO: gcc: numpy/core/src/multiarray/textreading/growth.c INFO: gcc: numpy/core/src/multiarray/textreading/field_types.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/src/multiarray/temp_elide.c:7: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/temp_elide.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/usertypes.c:30: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/usertypes.c:27: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/textreading/readtext.c INFO: gcc: numpy/core/src/multiarray/textreading/rows.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/multiarray/common.h:5, from numpy/core/src/multiarray/vdot.c:7: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/vdot.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/src/multiarray/textreading/growth.c:3: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/src/multiarray/textreading/field_types.h:9, from numpy/core/src/multiarray/textreading/field_types.c:1: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/textreading/stream_pyobject.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/multiarray/common.h:5, from numpy/core/src/common/lowlevel_strided_loops.h:3, from numpy/core/src/multiarray/textreading/conversions.c:10: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/textreading/conversions.c:2: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/multiarray/textreading/str_to_int.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/textreading/readtext.c:9: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/textreading/readtext.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/umath/umathmodule.c INFO: gcc: numpy/core/src/umath/reduction.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/textreading/rows.c:7: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/textreading/rows.c:3: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/matmul.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/multiarray/textreading/stream_pyobject.c:14: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/textreading/stream_pyobject.c:11: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/multiarray/common.h:5, from numpy/core/src/common/lowlevel_strided_loops.h:3, from numpy/core/src/multiarray/textreading/str_to_int.c:6: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/multiarray/textreading/str_to_int.c:2: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/umath/dispatching.c INFO: gcc: numpy/core/src/umath/legacy_array_method.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/src/umath/umathmodule.c:16: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/umath/umathmodule.c:14: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/src/umath/reduction.c:16: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/umath/reduction.c:14: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/src/umath/loops.c.src:9: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/umath/loops.c.src:3: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/umath/wrapping_array_method.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/src/umath/matmul.c.src:9: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/umath/matmul.c.src:3: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/umath/ufunc_object.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/src/umath/dispatching.c:44: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/umath/dispatching.c:42: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/src/umath/legacy_array_method.c:12: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/umath/legacy_array_method.c:10: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/umath/extobj.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/src/umath/wrapping_array_method.c:27: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/umath/wrapping_array_method.c:25: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/umath/ufunc_type_resolution.c INFO: gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/scalarmath.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/src/umath/ufunc_object.c:35: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/umath/ufunc_object.c:31: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/umath/override.c INFO: gcc: numpy/core/src/umath/_scaled_float_dtype.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/src/umath/extobj.c:8: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/umath/extobj.c:6: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/src/umath/ufunc_type_resolution.c:35: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/umath/ufunc_type_resolution.c:28: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/common/array_assign.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/src/umath/scalarmath.c.src:15: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/umath/scalarmath.c.src:9: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/src/umath/_scaled_float_dtype.c:18: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/ndarrayobject.h:11: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_3kcompat.h:22, from numpy/core/src/common/npy_pycompat.h:4, from numpy/core/src/umath/override.c:4: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_3kcompat.h:15: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/common/mem_overlap.c INFO: gcc: numpy/core/src/common/npy_longdouble.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/src/common/array_assign.c:16: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/common/array_assign.c:14: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/common/npy_argparse.c INFO: gcc: numpy/core/src/common/npy_hashtable.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/src/common/mem_overlap.c:189: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/common/mem_overlap.c:187: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/common/ucsnarrow.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/src/common/npy_longdouble.c:7: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/common/npy_longdouble.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/common/ufunc_override.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/src/common/npy_argparse.c:7: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/common/npy_argparse.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/common/numpyos.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/templ_common.h.src:6, from numpy/core/src/common/npy_hashtable.c:15: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_common.h:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | INFO: gcc: numpy/core/src/common/npy_cpu_features.c In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/common/ucsnarrow.c:7: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/common/ucsnarrow.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/npy_3kcompat.h:22, from numpy/core/src/common/npy_pycompat.h:4, from numpy/core/src/common/ufunc_override.c:4: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/include/numpy/npy_3kcompat.h:15: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:5, from numpy/core/src/common/numpyos.c:7: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/common/numpyos.c:5: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from numpy/core/src/umath/loops.c.src:53: numpy/core/src/umath/simd.inc.src: In function ‘AVX512F_conjugate_CFLOAT’: numpy/core/src/umath/simd.inc.src:1119:13: warning: AVX512F vector return without AVX512F enabled changes the ABI [-Wpsabi] 1119 | @vindextype@ vindex = @vindexload@((@vindextype@*)index_ip1); | ^~~~~~ numpy/core/src/umath/simd.inc.src: In function ‘AVX512F_conjugate_CDOUBLE’: numpy/core/src/umath/simd.inc.src:1119:13: warning: AVX vector return without AVX enabled changes the ABI [-Wpsabi] 1119 | @vindextype@ vindex = @vindexload@((@vindextype@*)index_ip1); | ^~~~~~ In file included from numpy/core/src/common/npy_config.h:4, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/src/common/npy_cpu_features.c:3: build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h:3: warning: "SIZEOF_OFF_T" redefined 3 | #define SIZEOF_OFF_T 8 | In file included from /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/Python.h:17, from numpy/core/src/common/npy_cpu_features.h:4, from numpy/core/src/common/npy_cpu_features.c:1: /usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10/pyconfig.h:85: note: this is the location of the previous definition 85 | #define SIZEOF_OFF_T __SIZEOF_SIZE_T__ | In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/immintrin.h:53, from numpy/core/src/umath/simd.inc.src:25: /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avx512fintrin.h: In function ‘AVX512F_square_CFLOAT’: /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avx512fintrin.h:314:1: error: inlining failed in call to ‘always_inline’ ‘_mm512_setzero_ps’: target specific option mismatch 314 | _mm512_setzero_ps (void) | ^~~~~~~~~~~~~~~~~ numpy/core/src/umath/simd.inc.src:1121:20: note: called from here 1121 | @vtype@ zeros = _mm512_setzero_@vsuffix@(); | ^~~~~~~~~~~~~~~~~~~ numpy/core/src/umath/simd.inc.src:740:1: error: inlining failed in call to ‘always_inline’ ‘avx512_get_full_load_mask_ps’: target specific option mismatch 740 | avx512_get_full_load_mask_ps(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/umath/simd.inc.src:1120:27: note: called from here 1120 | @mask@ load_mask = avx512_get_full_load_mask_@vsuffix@(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avx512fintrin.h:6499:1: error: inlining failed in call to ‘always_inline’ ‘_mm512_loadu_si512’: target specific option mismatch 6499 | _mm512_loadu_si512 (void const *__P) | ^~~~~~~~~~~~~~~~~~ numpy/core/src/umath/simd.inc.src:1119:22: note: called from here 1119 | @vindextype@ vindex = @vindexload@((@vindextype@*)index_ip1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/umath/simd.inc.src:752:1: error: inlining failed in call to ‘always_inline’ ‘avx512_get_partial_load_mask_ps’: target specific option mismatch 752 | avx512_get_partial_load_mask_ps(const npy_int num_elem, const npy_int total_elem) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/umath/simd.inc.src:1125:25: note: called from here 1125 | load_mask = avx512_get_partial_load_mask_@vsuffix@( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1126 | num_remaining_elements, @num_lanes@); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/umath/simd.inc.src:782:1: error: inlining failed in call to ‘always_inline’ ‘avx512_masked_load_ps’: target specific option mismatch 782 | avx512_masked_load_ps(__mmask16 mask, npy_float* addr) | ^~~~~~~~~~~~~~~~~~~~~ numpy/core/src/umath/simd.inc.src:1130:18: note: called from here 1130 | x1 = avx512_masked_load_@vsuffix@(load_mask, ip); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/umath/simd.inc.src:764:1: error: inlining failed in call to ‘always_inline’ ‘avx512_masked_gather_ps’: target specific option mismatch 764 | avx512_masked_gather_ps(__m512 src, | ^~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/umath/simd.inc.src:1133:19: note: called from here 1133 | x1 = avx512_masked_gather_@vsuffix@(zeros, ip, vindex, load_mask); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avx512fintrin.h:6373:1: error: inlining failed in call to ‘always_inline’ ‘_mm512_mask_storeu_ps’: target specific option mismatch 6373 | _mm512_mask_storeu_ps (void *__P, __mmask16 __U, __m512 __A) | ^~~~~~~~~~~~~~~~~~~~~ numpy/core/src/umath/simd.inc.src:1138:9: note: called from here 1138 | _mm512_mask_storeu_@vsuffix@(op, load_mask, out); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/umath/simd.inc.src:952:1: error: inlining failed in call to ‘always_inline’ ‘avx512_csquare_ps’: target specific option mismatch 952 | avx512_csquare_@vsub@(@vtype@ x) | ^~~~~~~~~~~~~~~~~ numpy/core/src/umath/simd.inc.src:1136:22: note: called from here 1136 | @vtype@ out = @vectorf@_@vsuffix@(x1); | ^~~~~~~~~~~~~~~~~~~~~ INFO: ########### EXT COMPILER OPTIMIZATION ########### INFO: Platform : Architecture: x64 Compiler : gcc CPU baseline : Requested : 'min' Enabled : SSE SSE2 SSE3 Flags : -msse -msse2 -msse3 Extra checks: none CPU dispatch : Requested : 'max -xop -fma4' Enabled : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_KNM AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL Generated : : SSE41 : SSE SSE2 SSE3 SSSE3 Flags : -msse -msse2 -msse3 -mssse3 -msse4.1 Extra checks: none Detect : SSE SSE2 SSE3 SSSE3 SSE41 : build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_unary_fp.dispatch.c : build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.c : SSE42 : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT Flags : -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 Extra checks: none Detect : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 : build/src.linux-x86_64-3.10/numpy/core/src/multiarray/argfunc.dispatch.c : AVX2 : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 AVX F16C Flags : -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 Extra checks: none Detect : AVX F16C AVX2 : build/src.linux-x86_64-3.10/numpy/core/src/multiarray/argfunc.dispatch.c : build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithm_fp.dispatch.c : build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.c : build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_minmax.dispatch.c : (FMA3 AVX2) : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 AVX F16C Flags : -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 Extra checks: none Detect : AVX F16C FMA3 AVX2 : build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_trigonometric.dispatch.c : build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_exponent_log.dispatch.c : build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_hyperbolic.dispatch.c : AVX512F : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 Flags : -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx Extra checks: AVX512F_REDUCE Detect : AVX512F : build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithm_fp.dispatch.c : build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.c : build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_trigonometric.dispatch.c : build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_exponent_log.dispatch.c : AVX512_SKX : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD Flags : -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq Extra checks: AVX512BW_MASK AVX512DQ_MASK Detect : AVX512_SKX : numpy/core/src/npysort/x86-qsort.dispatch.cpp : build/src.linux-x86_64-3.10/numpy/core/src/multiarray/argfunc.dispatch.c : build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_arithmetic.dispatch.c : build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_minmax.dispatch.c : build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_umath_fp.dispatch.c : build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_exponent_log.dispatch.c : build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_hyperbolic.dispatch.c INFO: CCompilerOpt.cache_flush[857] : write cache to path -> /tmp/pip-install-9c7xxoyp/numpy_b1f38a8515214623a4b39c610a11d972/build/temp.linux-x86_64-3.10/ccompiler_opt_cache_ext.py INFO: ########### CLIB COMPILER OPTIMIZATION ########### INFO: Platform : Architecture: x64 Compiler : gcc CPU baseline : Requested : 'min' Enabled : SSE SSE2 SSE3 Flags : -msse -msse2 -msse3 Extra checks: none CPU dispatch : Requested : 'max -xop -fma4' Enabled : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_KNM AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL Generated : none INFO: CCompilerOpt.cache_flush[857] : write cache to path -> /tmp/pip-install-9c7xxoyp/numpy_b1f38a8515214623a4b39c610a11d972/build/temp.linux-x86_64-3.10/ccompiler_opt_cache_clib.py error: Command "gcc -DNDEBUG -D_GNU_SOURCE=1 -fPIC -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.10/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npysort -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 -Inumpy/core/src/_simd -I/home/are/graalpy20/include -I/usr/lib/jvm/java-20-graalvm/languages/python/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c build/src.linux-x86_64-3.10/numpy/core/src/umath/loops.c -o build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/umath/loops.o -MMD -MF build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/umath/loops.o.d -msse -msse2 -msse3" failed with exit status 1 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for numpy Failed to build numpy ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects