Skip to content

Instantly share code, notes, and snippets.

@kbipinkumar
Created August 20, 2023 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbipinkumar/d46a9102a39154e7f9b51b109dbebf25 to your computer and use it in GitHub Desktop.
Save kbipinkumar/d46a9102a39154e7f9b51b109dbebf25 to your computer and use it in GitHub Desktop.
:: initializing oneAPI environment ...
makepkg: BASH_VERSION = 5.1.16(1)-release
args: Using "$@" for setvars.sh arguments:
:: compiler -- latest
:: mkl -- latest
:: tbb -- latest
:: oneAPI environment initialized ::
Running from numpy source directory.
/build/python-numpy-mkl/src/numpy-1.25.2/setup.py:69: DeprecationWarning:
`numpy.distutils` is deprecated since NumPy 1.23.0, as a result
of the deprecation of `distutils` itself. It will be removed for
Python >= 3.12. For older Python versions it will remain present.
It is recommended to use `setuptools < 60.0` for those Python versions.
For more details, see:
https://numpy.org/devdocs/reference/distutils_status_migration.html
import numpy.distutils.command.sdist
warning: _generator.pyx:3480:8: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310
warning: _philox.pyx:14:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310
Processing numpy/random/_bounded_integers.pxd.in
Processing numpy/random/_bounded_integers.pyx.in
Processing numpy/random/_common.pyx
Processing numpy/random/_generator.pyx
Processing numpy/random/_mt19937.pyx
Processing numpy/random/_pcg64.pyx
Processing numpy/random/_philox.pyx
Processing numpy/random/_sfc64.pyx
Processing numpy/random/bit_generator.pyx
Processing numpy/random/mtrand.pyx
/bin/sh: line 1: git: command not found
Cythonizing sources
INFO: blas_opt_info:
INFO: blas_armpl_info:
INFO: customize UnixCCompiler
INFO: libraries armpl_lp64_mp not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
INFO: NOT AVAILABLE
INFO:
INFO: blas_mkl_info:
/build/python-numpy-mkl/src/numpy-1.25.2/numpy/distutils/system_info.py:934: UserWarning: Specified path /opt/intel/oneapi/mkl/2023.1.0/lib/32 is invalid.
return self.get_paths(self.section, key)
INFO: libraries mkl_rt not found in ['/opt/intel/oneapi/mkl/2023.1.0', '/opt/intel/oneapi/mkl/2023.1.0/include', '/opt/intel/oneapi/mkl/2023.1.0/lib']
INFO: NOT AVAILABLE
INFO:
INFO: blas_ssl2_info:
INFO: libraries fjlapackexsve not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
INFO: NOT AVAILABLE
INFO:
INFO: blis_info:
INFO: libraries blis not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
INFO: NOT AVAILABLE
INFO:
INFO: openblas_info:
INFO: libraries openblas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
INFO: NOT AVAILABLE
INFO:
INFO: accelerate_info:
INFO: NOT AVAILABLE
INFO:
INFO: atlas_3_10_blas_threads_info:
INFO: Setting PTATLAS=ATLAS
INFO: libraries tatlas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
INFO: NOT AVAILABLE
INFO:
INFO: atlas_3_10_blas_info:
INFO: libraries satlas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
INFO: NOT AVAILABLE
INFO:
INFO: atlas_blas_threads_info:
INFO: Setting PTATLAS=ATLAS
INFO: libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
INFO: NOT AVAILABLE
INFO:
INFO: atlas_blas_info:
INFO: libraries f77blas,cblas,atlas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
INFO: NOT AVAILABLE
INFO:
/build/python-numpy-mkl/src/numpy-1.25.2/numpy/distutils/system_info.py:2154: UserWarning:
Optimized (vendor) Blas libraries are not found.
Falls back to netlib Blas library which has worse performance.
A better performance should be easily gained by switching
Blas library.
if self._calc_info(blas):
INFO: blas_info:
INFO: libraries blas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
INFO: NOT AVAILABLE
INFO:
/build/python-numpy-mkl/src/numpy-1.25.2/numpy/distutils/system_info.py:2154: UserWarning:
Blas (http://www.netlib.org/blas/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [blas]) or by setting
the BLAS environment variable.
if self._calc_info(blas):
INFO: blas_src_info:
INFO: NOT AVAILABLE
INFO:
/build/python-numpy-mkl/src/numpy-1.25.2/numpy/distutils/system_info.py:2154: UserWarning:
Blas (http://www.netlib.org/blas/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [blas_src]) or by setting
the BLAS_SRC environment variable.
if self._calc_info(blas):
INFO: NOT AVAILABLE
INFO:
non-existing path in 'numpy/distutils': 'site.cfg'
INFO: lapack_opt_info:
INFO: lapack_armpl_info:
INFO: libraries armpl_lp64_mp not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
INFO: NOT AVAILABLE
INFO:
INFO: lapack_mkl_info:
/build/python-numpy-mkl/src/numpy-1.25.2/numpy/distutils/system_info.py:934: UserWarning: Specified path /opt/intel/oneapi/mkl/2023.1.0/lib/32 is invalid.
return self.get_paths(self.section, key)
INFO: libraries mkl_rt not found in ['/opt/intel/oneapi/mkl/2023.1.0', '/opt/intel/oneapi/mkl/2023.1.0/include', '/opt/intel/oneapi/mkl/2023.1.0/lib']
INFO: NOT AVAILABLE
INFO:
INFO: lapack_ssl2_info:
INFO: libraries fjlapackexsve not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
INFO: NOT AVAILABLE
INFO:
INFO: openblas_lapack_info:
INFO: libraries openblas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
INFO: NOT AVAILABLE
INFO:
INFO: openblas_clapack_info:
INFO: libraries openblas,lapack not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
INFO: NOT AVAILABLE
INFO:
INFO: flame_info:
INFO: libraries flame not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
INFO: NOT AVAILABLE
INFO:
INFO: atlas_3_10_threads_info:
INFO: Setting PTATLAS=ATLAS
INFO: libraries tatlas,tatlas not found in /usr/local/lib
INFO: libraries tatlas,tatlas not found in /usr/lib64
INFO: libraries tatlas,tatlas not found in /usr/lib
INFO: libraries tatlas,tatlas not found in /usr/lib/
INFO: <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
INFO: NOT AVAILABLE
INFO:
INFO: atlas_3_10_info:
INFO: libraries satlas,satlas not found in /usr/local/lib
INFO: libraries satlas,satlas not found in /usr/lib64
INFO: libraries satlas,satlas not found in /usr/lib
INFO: libraries satlas,satlas not found in /usr/lib/
INFO: <class 'numpy.distutils.system_info.atlas_3_10_info'>
INFO: NOT AVAILABLE
INFO:
INFO: atlas_threads_info:
INFO: Setting PTATLAS=ATLAS
INFO: libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
INFO: libraries ptf77blas,ptcblas,atlas not found in /usr/lib64
INFO: libraries ptf77blas,ptcblas,atlas not found in /usr/lib
INFO: libraries ptf77blas,ptcblas,atlas not found in /usr/lib/
INFO: <class 'numpy.distutils.system_info.atlas_threads_info'>
INFO: NOT AVAILABLE
INFO:
INFO: atlas_info:
INFO: libraries f77blas,cblas,atlas not found in /usr/local/lib
INFO: libraries f77blas,cblas,atlas not found in /usr/lib64
INFO: libraries f77blas,cblas,atlas not found in /usr/lib
INFO: libraries f77blas,cblas,atlas not found in /usr/lib/
INFO: <class 'numpy.distutils.system_info.atlas_info'>
INFO: NOT AVAILABLE
INFO:
INFO: lapack_info:
INFO: libraries lapack not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
INFO: NOT AVAILABLE
INFO:
/build/python-numpy-mkl/src/numpy-1.25.2/numpy/distutils/system_info.py:1972: UserWarning:
Lapack (http://www.netlib.org/lapack/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
return getattr(self, '_calc_info_{}'.format(name))()
INFO: lapack_src_info:
INFO: NOT AVAILABLE
INFO:
/build/python-numpy-mkl/src/numpy-1.25.2/numpy/distutils/system_info.py:1972: UserWarning:
Lapack (http://www.netlib.org/lapack/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [lapack_src]) or by setting
the LAPACK_SRC environment variable.
return getattr(self, '_calc_info_{}'.format(name))()
INFO: NOT AVAILABLE
INFO:
INFO: numpy_linalg_lapack_lite:
INFO: FOUND:
INFO: language = c
INFO:
Warning: attempted relative import with no known parent package
/usr/lib/python3.11/site-packages/setuptools/_distutils/dist.py:265: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
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.11
creating build/src.linux-x86_64-3.11/numpy
creating build/src.linux-x86_64-3.11/numpy/distutils
INFO: building library "npymath" sources
WARN: Could not locate executable armflang
creating build/src.linux-x86_64-3.11/numpy/core
creating build/src.linux-x86_64-3.11/numpy/core/src
creating build/src.linux-x86_64-3.11/numpy/core/src/npymath
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/npymath/npy_math_internal.h
INFO: adding 'build/src.linux-x86_64-3.11/numpy/core/src/npymath' to include_dirs.
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/npymath/ieee754.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/npymath/npy_math_complex.c
INFO: None - nothing done with h_files = ['build/src.linux-x86_64-3.11/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.11/numpy/core/src/multiarray
INFO: conv_template:> build/src.linux-x86_64-3.11/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.11/numpy/core/src/common'
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/multiarray/arraytypes.h
INFO: adding 'build/src.linux-x86_64-3.11/numpy/core/src/multiarray' to include_dirs.
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/multiarray/arraytypes.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/multiarray/argfunc.dispatch.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/multiarray/einsum.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/multiarray/einsum_sumprod.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/multiarray/lowlevel_strided_loops.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/multiarray/nditer_templ.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/multiarray/scalartypes.c
creating build/src.linux-x86_64-3.11/numpy/core/src/common
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/common/npy_sort.h
INFO: adding 'build/src.linux-x86_64-3.11/numpy/core/src/common' to include_dirs.
creating build/src.linux-x86_64-3.11/numpy/core/src/umath
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/funcs.inc
INFO: adding 'build/src.linux-x86_64-3.11/numpy/core/src/umath' to include_dirs.
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops.h
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_utils.h
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary.dispatch.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_fp.dispatch.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_fp_le.dispatch.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithm_fp.dispatch.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_logical.dispatch.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_minmax.dispatch.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_trigonometric.dispatch.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_umath_fp.dispatch.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_exponent_log.dispatch.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_hyperbolic.dispatch.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_modulo.dispatch.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_complex.dispatch.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_autovec.dispatch.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/matmul.h
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/matmul.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/umath/scalarmath.c
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/common/templ_common.h
INFO: numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.11/numpy/core/src/multiarray/arraytypes.h', 'build/src.linux-x86_64-3.11/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.11/numpy/core/src/umath/funcs.inc', 'build/src.linux-x86_64-3.11/numpy/core/src/umath/loops.h', 'build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_utils.h', 'build/src.linux-x86_64-3.11/numpy/core/src/umath/matmul.h', 'numpy/core/src/umath/clip.h', 'build/src.linux-x86_64-3.11/numpy/core/src/common/templ_common.h', 'build/src.linux-x86_64-3.11/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.11/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.11/numpy/core/include/numpy/__multiarray_api.h', 'build/src.linux-x86_64-3.11/numpy/core/include/numpy/__ufunc_api.h']
INFO: building extension "numpy.core._umath_tests" sources
INFO: conv_template:> build/src.linux-x86_64-3.11/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.11/numpy/core/src/_simd
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd_inc.h
INFO: adding 'build/src.linux-x86_64-3.11/numpy/core/src/_simd' to include_dirs.
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd_data.inc
INFO: conv_template:> build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.c
INFO: numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd_inc.h', 'build/src.linux-x86_64-3.11/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.11/numpy/linalg
### Warning: Using unoptimized lapack ###
INFO: building extension "numpy.linalg._umath_linalg" sources
### Warning: Using unoptimized lapack ###
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
/usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
running build_py
creating build/lib.linux-x86_64-cpython-311
creating build/lib.linux-x86_64-cpython-311/numpy
copying numpy/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy
copying numpy/_distributor_init.py -> build/lib.linux-x86_64-cpython-311/numpy
copying numpy/_globals.py -> build/lib.linux-x86_64-cpython-311/numpy
copying numpy/_pytesttester.py -> build/lib.linux-x86_64-cpython-311/numpy
copying numpy/_version.py -> build/lib.linux-x86_64-cpython-311/numpy
copying numpy/conftest.py -> build/lib.linux-x86_64-cpython-311/numpy
copying numpy/ctypeslib.py -> build/lib.linux-x86_64-cpython-311/numpy
copying numpy/dtypes.py -> build/lib.linux-x86_64-cpython-311/numpy
copying numpy/exceptions.py -> build/lib.linux-x86_64-cpython-311/numpy
copying numpy/matlib.py -> build/lib.linux-x86_64-cpython-311/numpy
copying numpy/setup.py -> build/lib.linux-x86_64-cpython-311/numpy
copying numpy/version.py -> build/lib.linux-x86_64-cpython-311/numpy
copying build/src.linux-x86_64-3.11/numpy/__config__.py -> build/lib.linux-x86_64-cpython-311/numpy
creating build/lib.linux-x86_64-cpython-311/numpy/array_api
copying numpy/array_api/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api
copying numpy/array_api/_array_object.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api
copying numpy/array_api/_constants.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api
copying numpy/array_api/_creation_functions.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api
copying numpy/array_api/_data_type_functions.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api
copying numpy/array_api/_dtypes.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api
copying numpy/array_api/_elementwise_functions.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api
copying numpy/array_api/_indexing_functions.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api
copying numpy/array_api/_manipulation_functions.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api
copying numpy/array_api/_searching_functions.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api
copying numpy/array_api/_set_functions.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api
copying numpy/array_api/_sorting_functions.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api
copying numpy/array_api/_statistical_functions.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api
copying numpy/array_api/_typing.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api
copying numpy/array_api/_utility_functions.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api
copying numpy/array_api/linalg.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api
copying numpy/array_api/setup.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api
creating build/lib.linux-x86_64-cpython-311/numpy/array_api/tests
copying numpy/array_api/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api/tests
copying numpy/array_api/tests/test_array_object.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api/tests
copying numpy/array_api/tests/test_creation_functions.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api/tests
copying numpy/array_api/tests/test_data_type_functions.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api/tests
copying numpy/array_api/tests/test_elementwise_functions.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api/tests
copying numpy/array_api/tests/test_indexing_functions.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api/tests
copying numpy/array_api/tests/test_manipulation_functions.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api/tests
copying numpy/array_api/tests/test_set_functions.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api/tests
copying numpy/array_api/tests/test_sorting_functions.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api/tests
copying numpy/array_api/tests/test_validation.py -> build/lib.linux-x86_64-cpython-311/numpy/array_api/tests
creating build/lib.linux-x86_64-cpython-311/numpy/compat
copying numpy/compat/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/compat
copying numpy/compat/py3k.py -> build/lib.linux-x86_64-cpython-311/numpy/compat
copying numpy/compat/setup.py -> build/lib.linux-x86_64-cpython-311/numpy/compat
creating build/lib.linux-x86_64-cpython-311/numpy/compat/tests
copying numpy/compat/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/compat/tests
copying numpy/compat/tests/test_compat.py -> build/lib.linux-x86_64-cpython-311/numpy/compat/tests
creating build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/_add_newdocs.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/_add_newdocs_scalars.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/_asarray.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/_dtype.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/_dtype_ctypes.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/_exceptions.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/_internal.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/_machar.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/_methods.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/_string_helpers.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/_type_aliases.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/_ufunc_config.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/arrayprint.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/cversions.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/defchararray.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/einsumfunc.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/fromnumeric.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/function_base.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/getlimits.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/memmap.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/multiarray.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/numeric.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/numerictypes.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/overrides.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/records.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/setup.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/setup_common.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/shape_base.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/umath.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/umath_tests.py -> build/lib.linux-x86_64-cpython-311/numpy/core
copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.linux-x86_64-cpython-311/numpy/core
creating build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/_locales.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test__exceptions.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_abc.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_api.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_argparse.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_array_coercion.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_array_interface.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_arraymethod.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_arrayprint.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_casting_floatingpoint_errors.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_casting_unittests.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_conversion_utils.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_cpu_dispatcher.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_cpu_features.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_custom_dtypes.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_cython.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_datetime.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_defchararray.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_deprecations.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_dlpack.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_dtype.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_einsum.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_errstate.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_extint128.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_function_base.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_getlimits.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_half.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_hashtable.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_indexerrors.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_indexing.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_item_selection.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_limited_api.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_longdouble.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_machar.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_mem_overlap.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_mem_policy.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_memmap.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_multiarray.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_nditer.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_nep50_promotions.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_numeric.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_numerictypes.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_overrides.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_print.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_protocols.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_records.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_regression.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_scalar_ctors.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_scalar_methods.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_scalarbuffer.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_scalarinherit.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_scalarmath.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_scalarprint.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_shape_base.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_simd.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_simd_module.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_strings.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_ufunc.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_umath.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_umath_accuracy.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_umath_complex.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
copying numpy/core/tests/test_unicode.py -> build/lib.linux-x86_64-cpython-311/numpy/core/tests
creating build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/_shell_utils.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/armccompiler.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/ccompiler.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/ccompiler_opt.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/conv_template.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/core.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/cpuinfo.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/exec_command.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/extension.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/from_template.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/fujitsuccompiler.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/intelccompiler.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/lib2def.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/line_endings.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/log.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/mingw32ccompiler.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/misc_util.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/msvc9compiler.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/msvccompiler.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/npy_pkg_config.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/numpy_distribution.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/pathccompiler.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/setup.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/system_info.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying numpy/distutils/unixccompiler.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
copying build/src.linux-x86_64-3.11/numpy/distutils/__config__.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils
creating build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/autodist.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/bdist_rpm.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/build.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/build_clib.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/build_ext.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/build_py.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/build_scripts.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/build_src.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/config.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/config_compiler.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/develop.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/egg_info.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/install.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/install_clib.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/install_data.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/install_headers.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
copying numpy/distutils/command/sdist.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/command
creating build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/absoft.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/arm.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/compaq.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/environment.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/fujitsu.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/g95.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/gnu.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/hpux.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/ibm.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/intel.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/lahey.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/mips.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/nag.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/none.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/nv.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/pathf95.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/pg.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/sun.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/vast.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/fcompiler
creating build/lib.linux-x86_64-cpython-311/numpy/distutils/tests
copying numpy/distutils/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/tests
copying numpy/distutils/tests/test_build_ext.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/tests
copying numpy/distutils/tests/test_ccompiler_opt.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/tests
copying numpy/distutils/tests/test_ccompiler_opt_conf.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/tests
copying numpy/distutils/tests/test_exec_command.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/tests
copying numpy/distutils/tests/test_fcompiler.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/tests
copying numpy/distutils/tests/test_fcompiler_gnu.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/tests
copying numpy/distutils/tests/test_fcompiler_intel.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/tests
copying numpy/distutils/tests/test_fcompiler_nagfor.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/tests
copying numpy/distutils/tests/test_from_template.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/tests
copying numpy/distutils/tests/test_log.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/tests
copying numpy/distutils/tests/test_mingw32ccompiler.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/tests
copying numpy/distutils/tests/test_misc_util.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/tests
copying numpy/distutils/tests/test_npy_pkg_config.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/tests
copying numpy/distutils/tests/test_shell_utils.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/tests
copying numpy/distutils/tests/test_system_info.py -> build/lib.linux-x86_64-cpython-311/numpy/distutils/tests
creating build/lib.linux-x86_64-cpython-311/numpy/doc
copying numpy/doc/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/doc
copying numpy/doc/constants.py -> build/lib.linux-x86_64-cpython-311/numpy/doc
copying numpy/doc/ufuncs.py -> build/lib.linux-x86_64-cpython-311/numpy/doc
creating build/lib.linux-x86_64-cpython-311/numpy/f2py
copying numpy/f2py/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py
copying numpy/f2py/__main__.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py
copying numpy/f2py/__version__.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py
copying numpy/f2py/auxfuncs.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py
copying numpy/f2py/capi_maps.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py
copying numpy/f2py/cb_rules.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py
copying numpy/f2py/cfuncs.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py
copying numpy/f2py/common_rules.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py
copying numpy/f2py/crackfortran.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py
copying numpy/f2py/diagnose.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py
copying numpy/f2py/f2py2e.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py
copying numpy/f2py/f90mod_rules.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py
copying numpy/f2py/func2subr.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py
copying numpy/f2py/rules.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py
copying numpy/f2py/setup.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py
copying numpy/f2py/symbolic.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py
copying numpy/f2py/use_rules.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py
creating build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_abstract_interface.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_array_from_pyobj.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_assumed_shape.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_block_docstring.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_callback.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_character.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_common.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_compile_function.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_crackfortran.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_docs.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_f2cmap.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_f2py2e.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_kind.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_mixed.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_module_doc.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_parameter.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_quoted_character.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_regression.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_return_character.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_return_complex.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_return_integer.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_return_logical.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_return_real.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_semicolon_split.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_size.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_string.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_symbolic.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/test_value_attrspec.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
copying numpy/f2py/tests/util.py -> build/lib.linux-x86_64-cpython-311/numpy/f2py/tests
creating build/lib.linux-x86_64-cpython-311/numpy/fft
copying numpy/fft/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/fft
copying numpy/fft/_pocketfft.py -> build/lib.linux-x86_64-cpython-311/numpy/fft
copying numpy/fft/helper.py -> build/lib.linux-x86_64-cpython-311/numpy/fft
copying numpy/fft/setup.py -> build/lib.linux-x86_64-cpython-311/numpy/fft
creating build/lib.linux-x86_64-cpython-311/numpy/fft/tests
copying numpy/fft/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/fft/tests
copying numpy/fft/tests/test_helper.py -> build/lib.linux-x86_64-cpython-311/numpy/fft/tests
copying numpy/fft/tests/test_pocketfft.py -> build/lib.linux-x86_64-cpython-311/numpy/fft/tests
creating build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/_datasource.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/_iotools.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/_version.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/arraypad.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/arraysetops.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/arrayterator.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/format.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/function_base.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/histograms.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/index_tricks.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/mixins.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/nanfunctions.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/npyio.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/polynomial.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/recfunctions.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/scimath.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/setup.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/shape_base.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/stride_tricks.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/twodim_base.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/type_check.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/ufunclike.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/user_array.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
copying numpy/lib/utils.py -> build/lib.linux-x86_64-cpython-311/numpy/lib
creating build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test__datasource.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test__iotools.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test__version.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_arraypad.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_arraysetops.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_arrayterator.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_financial_expired.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_format.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_function_base.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_histograms.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_index_tricks.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_io.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_loadtxt.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_mixins.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_nanfunctions.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_packbits.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_polynomial.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_recfunctions.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_regression.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_shape_base.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_stride_tricks.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_twodim_base.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_type_check.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_ufunclike.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
copying numpy/lib/tests/test_utils.py -> build/lib.linux-x86_64-cpython-311/numpy/lib/tests
creating build/lib.linux-x86_64-cpython-311/numpy/linalg
copying numpy/linalg/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/linalg
copying numpy/linalg/linalg.py -> build/lib.linux-x86_64-cpython-311/numpy/linalg
copying numpy/linalg/setup.py -> build/lib.linux-x86_64-cpython-311/numpy/linalg
creating build/lib.linux-x86_64-cpython-311/numpy/linalg/tests
copying numpy/linalg/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/linalg/tests
copying numpy/linalg/tests/test_deprecations.py -> build/lib.linux-x86_64-cpython-311/numpy/linalg/tests
copying numpy/linalg/tests/test_linalg.py -> build/lib.linux-x86_64-cpython-311/numpy/linalg/tests
copying numpy/linalg/tests/test_regression.py -> build/lib.linux-x86_64-cpython-311/numpy/linalg/tests
creating build/lib.linux-x86_64-cpython-311/numpy/ma
copying numpy/ma/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/ma
copying numpy/ma/core.py -> build/lib.linux-x86_64-cpython-311/numpy/ma
copying numpy/ma/extras.py -> build/lib.linux-x86_64-cpython-311/numpy/ma
copying numpy/ma/mrecords.py -> build/lib.linux-x86_64-cpython-311/numpy/ma
copying numpy/ma/setup.py -> build/lib.linux-x86_64-cpython-311/numpy/ma
copying numpy/ma/testutils.py -> build/lib.linux-x86_64-cpython-311/numpy/ma
copying numpy/ma/timer_comparison.py -> build/lib.linux-x86_64-cpython-311/numpy/ma
creating build/lib.linux-x86_64-cpython-311/numpy/ma/tests
copying numpy/ma/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/ma/tests
copying numpy/ma/tests/test_core.py -> build/lib.linux-x86_64-cpython-311/numpy/ma/tests
copying numpy/ma/tests/test_deprecations.py -> build/lib.linux-x86_64-cpython-311/numpy/ma/tests
copying numpy/ma/tests/test_extras.py -> build/lib.linux-x86_64-cpython-311/numpy/ma/tests
copying numpy/ma/tests/test_mrecords.py -> build/lib.linux-x86_64-cpython-311/numpy/ma/tests
copying numpy/ma/tests/test_old_ma.py -> build/lib.linux-x86_64-cpython-311/numpy/ma/tests
copying numpy/ma/tests/test_regression.py -> build/lib.linux-x86_64-cpython-311/numpy/ma/tests
copying numpy/ma/tests/test_subclassing.py -> build/lib.linux-x86_64-cpython-311/numpy/ma/tests
creating build/lib.linux-x86_64-cpython-311/numpy/matrixlib
copying numpy/matrixlib/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/matrixlib
copying numpy/matrixlib/defmatrix.py -> build/lib.linux-x86_64-cpython-311/numpy/matrixlib
copying numpy/matrixlib/setup.py -> build/lib.linux-x86_64-cpython-311/numpy/matrixlib
creating build/lib.linux-x86_64-cpython-311/numpy/matrixlib/tests
copying numpy/matrixlib/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_defmatrix.py -> build/lib.linux-x86_64-cpython-311/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_interaction.py -> build/lib.linux-x86_64-cpython-311/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_masked_matrix.py -> build/lib.linux-x86_64-cpython-311/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_matrix_linalg.py -> build/lib.linux-x86_64-cpython-311/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_multiarray.py -> build/lib.linux-x86_64-cpython-311/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_numeric.py -> build/lib.linux-x86_64-cpython-311/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_regression.py -> build/lib.linux-x86_64-cpython-311/numpy/matrixlib/tests
creating build/lib.linux-x86_64-cpython-311/numpy/polynomial
copying numpy/polynomial/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial
copying numpy/polynomial/_polybase.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial
copying numpy/polynomial/chebyshev.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial
copying numpy/polynomial/hermite.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial
copying numpy/polynomial/hermite_e.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial
copying numpy/polynomial/laguerre.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial
copying numpy/polynomial/legendre.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial
copying numpy/polynomial/polynomial.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial
copying numpy/polynomial/polyutils.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial
copying numpy/polynomial/setup.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial
creating build/lib.linux-x86_64-cpython-311/numpy/polynomial/tests
copying numpy/polynomial/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial/tests
copying numpy/polynomial/tests/test_chebyshev.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial/tests
copying numpy/polynomial/tests/test_classes.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial/tests
copying numpy/polynomial/tests/test_hermite.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial/tests
copying numpy/polynomial/tests/test_hermite_e.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial/tests
copying numpy/polynomial/tests/test_laguerre.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial/tests
copying numpy/polynomial/tests/test_legendre.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial/tests
copying numpy/polynomial/tests/test_polynomial.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial/tests
copying numpy/polynomial/tests/test_polyutils.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial/tests
copying numpy/polynomial/tests/test_printing.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial/tests
copying numpy/polynomial/tests/test_symbol.py -> build/lib.linux-x86_64-cpython-311/numpy/polynomial/tests
creating build/lib.linux-x86_64-cpython-311/numpy/random
copying numpy/random/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/random
copying numpy/random/_pickle.py -> build/lib.linux-x86_64-cpython-311/numpy/random
copying numpy/random/setup.py -> build/lib.linux-x86_64-cpython-311/numpy/random
creating build/lib.linux-x86_64-cpython-311/numpy/random/tests
copying numpy/random/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/random/tests
copying numpy/random/tests/test_direct.py -> build/lib.linux-x86_64-cpython-311/numpy/random/tests
copying numpy/random/tests/test_extending.py -> build/lib.linux-x86_64-cpython-311/numpy/random/tests
copying numpy/random/tests/test_generator_mt19937.py -> build/lib.linux-x86_64-cpython-311/numpy/random/tests
copying numpy/random/tests/test_generator_mt19937_regressions.py -> build/lib.linux-x86_64-cpython-311/numpy/random/tests
copying numpy/random/tests/test_random.py -> build/lib.linux-x86_64-cpython-311/numpy/random/tests
copying numpy/random/tests/test_randomstate.py -> build/lib.linux-x86_64-cpython-311/numpy/random/tests
copying numpy/random/tests/test_randomstate_regression.py -> build/lib.linux-x86_64-cpython-311/numpy/random/tests
copying numpy/random/tests/test_regression.py -> build/lib.linux-x86_64-cpython-311/numpy/random/tests
copying numpy/random/tests/test_seed_sequence.py -> build/lib.linux-x86_64-cpython-311/numpy/random/tests
copying numpy/random/tests/test_smoke.py -> build/lib.linux-x86_64-cpython-311/numpy/random/tests
creating build/lib.linux-x86_64-cpython-311/numpy/testing
copying numpy/testing/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/testing
copying numpy/testing/overrides.py -> build/lib.linux-x86_64-cpython-311/numpy/testing
copying numpy/testing/print_coercion_tables.py -> build/lib.linux-x86_64-cpython-311/numpy/testing
copying numpy/testing/setup.py -> build/lib.linux-x86_64-cpython-311/numpy/testing
creating build/lib.linux-x86_64-cpython-311/numpy/testing/_private
copying numpy/testing/_private/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/testing/_private
copying numpy/testing/_private/extbuild.py -> build/lib.linux-x86_64-cpython-311/numpy/testing/_private
copying numpy/testing/_private/utils.py -> build/lib.linux-x86_64-cpython-311/numpy/testing/_private
creating build/lib.linux-x86_64-cpython-311/numpy/testing/tests
copying numpy/testing/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/testing/tests
copying numpy/testing/tests/test_utils.py -> build/lib.linux-x86_64-cpython-311/numpy/testing/tests
creating build/lib.linux-x86_64-cpython-311/numpy/typing
copying numpy/typing/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/typing
copying numpy/typing/mypy_plugin.py -> build/lib.linux-x86_64-cpython-311/numpy/typing
copying numpy/typing/setup.py -> build/lib.linux-x86_64-cpython-311/numpy/typing
creating build/lib.linux-x86_64-cpython-311/numpy/typing/tests
copying numpy/typing/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/typing/tests
copying numpy/typing/tests/test_isfile.py -> build/lib.linux-x86_64-cpython-311/numpy/typing/tests
copying numpy/typing/tests/test_runtime.py -> build/lib.linux-x86_64-cpython-311/numpy/typing/tests
copying numpy/typing/tests/test_typing.py -> build/lib.linux-x86_64-cpython-311/numpy/typing/tests
creating build/lib.linux-x86_64-cpython-311/numpy/_typing
copying numpy/_typing/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/_typing
copying numpy/_typing/_add_docstring.py -> build/lib.linux-x86_64-cpython-311/numpy/_typing
copying numpy/_typing/_array_like.py -> build/lib.linux-x86_64-cpython-311/numpy/_typing
copying numpy/_typing/_char_codes.py -> build/lib.linux-x86_64-cpython-311/numpy/_typing
copying numpy/_typing/_dtype_like.py -> build/lib.linux-x86_64-cpython-311/numpy/_typing
copying numpy/_typing/_extended_precision.py -> build/lib.linux-x86_64-cpython-311/numpy/_typing
copying numpy/_typing/_nbit.py -> build/lib.linux-x86_64-cpython-311/numpy/_typing
copying numpy/_typing/_nested_sequence.py -> build/lib.linux-x86_64-cpython-311/numpy/_typing
copying numpy/_typing/_scalars.py -> build/lib.linux-x86_64-cpython-311/numpy/_typing
copying numpy/_typing/_shape.py -> build/lib.linux-x86_64-cpython-311/numpy/_typing
copying numpy/_typing/setup.py -> build/lib.linux-x86_64-cpython-311/numpy/_typing
creating build/lib.linux-x86_64-cpython-311/numpy/_utils
copying numpy/_utils/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/_utils
copying numpy/_utils/_inspect.py -> build/lib.linux-x86_64-cpython-311/numpy/_utils
copying numpy/_utils/_pep440.py -> build/lib.linux-x86_64-cpython-311/numpy/_utils
creating build/lib.linux-x86_64-cpython-311/numpy/tests
copying numpy/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/tests
copying numpy/tests/test__all__.py -> build/lib.linux-x86_64-cpython-311/numpy/tests
copying numpy/tests/test_ctypeslib.py -> build/lib.linux-x86_64-cpython-311/numpy/tests
copying numpy/tests/test_lazyloading.py -> build/lib.linux-x86_64-cpython-311/numpy/tests
copying numpy/tests/test_matlib.py -> build/lib.linux-x86_64-cpython-311/numpy/tests
copying numpy/tests/test_numpy_config.py -> build/lib.linux-x86_64-cpython-311/numpy/tests
copying numpy/tests/test_numpy_version.py -> build/lib.linux-x86_64-cpython-311/numpy/tests
copying numpy/tests/test_public_api.py -> build/lib.linux-x86_64-cpython-311/numpy/tests
copying numpy/tests/test_reloading.py -> build/lib.linux-x86_64-cpython-311/numpy/tests
copying numpy/tests/test_scripts.py -> build/lib.linux-x86_64-cpython-311/numpy/tests
copying numpy/tests/test_warnings.py -> build/lib.linux-x86_64-cpython-311/numpy/tests
creating build/lib.linux-x86_64-cpython-311/numpy/_pyinstaller
copying numpy/_pyinstaller/__init__.py -> build/lib.linux-x86_64-cpython-311/numpy/_pyinstaller
copying numpy/_pyinstaller/hook-numpy.py -> build/lib.linux-x86_64-cpython-311/numpy/_pyinstaller
copying numpy/_pyinstaller/pyinstaller-smoke.py -> build/lib.linux-x86_64-cpython-311/numpy/_pyinstaller
copying numpy/_pyinstaller/test_pyinstaller.py -> build/lib.linux-x86_64-cpython-311/numpy/_pyinstaller
UPDATING build/lib.linux-x86_64-cpython-311/numpy/_version.py
set build/lib.linux-x86_64-cpython-311/numpy/_version.py to '1.25.2'
running build_clib
INFO: customize UnixCCompiler
INFO: customize UnixCCompiler using new_build_clib
INFO: CCompilerOpt.cc_test_flags[1085] : testing flags (-march=native)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating /tmp/tmpsbiy4zna/build
creating /tmp/tmpsbiy4zna/build/python-numpy-mkl
creating /tmp/tmpsbiy4zna/build/python-numpy-mkl/src
creating /tmp/tmpsbiy4zna/build/python-numpy-mkl/src/numpy-1.25.2
creating /tmp/tmpsbiy4zna/build/python-numpy-mkl/src/numpy-1.25.2/numpy
creating /tmp/tmpsbiy4zna/build/python-numpy-mkl/src/numpy-1.25.2/numpy/distutils
creating /tmp/tmpsbiy4zna/build/python-numpy-mkl/src/numpy-1.25.2/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-march=native'
INFO: CCompilerOpt.cc_test_flags[1085] : testing flags (-O3)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-O3'
INFO: CCompilerOpt.cc_test_flags[1085] : testing flags (-Werror)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-Werror'
INFO: CCompilerOpt.__init__[1794] : check requested baseline
INFO: CCompilerOpt.cc_test_flags[1085] : testing flags (-msse)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse'
INFO: CCompilerOpt.cc_test_flags[1085] : testing flags (-msse2)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse2'
INFO: CCompilerOpt.feature_test[1559] : testing feature 'SSE' with flags (-msse -msse2)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -Werror'
INFO: CCompilerOpt.feature_test[1559] : testing feature 'SSE2' with flags (-msse -msse2)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -Werror'
INFO: CCompilerOpt.cc_test_flags[1085] : testing flags (-msse3)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse3'
INFO: CCompilerOpt.feature_test[1559] : testing feature 'SSE3' with flags (-msse -msse2 -msse3)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -Werror'
INFO: CCompilerOpt.__init__[1803] : check requested dispatch-able features
INFO: CCompilerOpt.cc_test_flags[1085] : testing flags (-mssse3)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-mssse3'
INFO: CCompilerOpt.cc_test_flags[1085] : testing flags (-msse4.1)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse4.1'
INFO: CCompilerOpt.feature_test[1559] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror'
INFO: CCompilerOpt.feature_test[1559] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -Werror'
INFO: CCompilerOpt.cc_test_flags[1085] : testing flags (-mpopcnt)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-mpopcnt'
INFO: CCompilerOpt.feature_test[1559] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror'
INFO: CCompilerOpt.cc_test_flags[1085] : testing flags (-msse4.2)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse4.2'
INFO: CCompilerOpt.feature_test[1559] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror'
INFO: CCompilerOpt.cc_test_flags[1085] : testing flags (-mavx)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-mavx'
INFO: CCompilerOpt.feature_test[1559] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror'
INFO: CCompilerOpt.cc_test_flags[1085] : testing flags (-mf16c)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-mf16c'
INFO: CCompilerOpt.feature_test[1559] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror'
INFO: CCompilerOpt.cc_test_flags[1085] : testing flags (-mavx2)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-mavx2'
INFO: CCompilerOpt.feature_test[1559] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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[1085] : testing flags (-mfma)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-mfma'
INFO: CCompilerOpt.feature_test[1559] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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[1085] : testing flags (-mavx512f -mno-mmx)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-mavx512f -mno-mmx'
INFO: CCompilerOpt.feature_test[1559] : 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 -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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[1085] : testing flags (-mavx512cd)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-mavx512cd'
INFO: CCompilerOpt.feature_test[1559] : 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 -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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[1085] : testing flags (-mavx512er -mavx512pf)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-mavx512er -mavx512pf'
INFO: CCompilerOpt.feature_test[1559] : 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 -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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'
WARN: CCompilerOpt.dist_test[636] : CCompilerOpt._dist_test_spawn[770] : Command (gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c /build/python-numpy-mkl/src/numpy-1.25.2/numpy/distutils/checks/cpu_avx512_knl.c -o /tmp/tmpsbiy4zna/build/python-numpy-mkl/src/numpy-1.25.2/numpy/distutils/checks/cpu_avx512_knl.o -MMD -MF /tmp/tmpsbiy4zna/build/python-numpy-mkl/src/numpy-1.25.2/numpy/distutils/checks/cpu_avx512_knl.o.d -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -Werror) failed with exit status 1 output ->
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/immintrin.h:57,
from /build/python-numpy-mkl/src/numpy-1.25.2/numpy/distutils/checks/cpu_avx512_knl.c:14:
In function ‘_mm512_mask_prefetch_i64scatter_pd’,
inlined from ‘main’ at /build/python-numpy-mkl/src/numpy-1.25.2/numpy/distutils/checks/cpu_avx512_knl.c:23:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avx512pfintrin.h:180:3: error: ‘base’ may be used uninitialized [-Werror=maybe-uninitialized]
180 | __builtin_ia32_scatterpfqpd (__mask, (__v8di) __index, __addr, __scale,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
181 | __hint);
| ~~~~~~~
<built-in>: In function ‘main’:
<built-in>: note: by argument 3 of type ‘const void *’ to ‘__builtin_ia32_scatterpfqpd’ declared here
/build/python-numpy-mkl/src/numpy-1.25.2/numpy/distutils/checks/cpu_avx512_knl.c:18:9: note: ‘base’ declared here
18 | int base[128];
| ^~~~
cc1: all warnings being treated as errors
WARN: CCompilerOpt.feature_test[1575] : testing failed
INFO: CCompilerOpt.cc_test_flags[1085] : testing flags (-mavx512vl -mavx512bw -mavx512dq)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-mavx512vl -mavx512bw -mavx512dq'
INFO: CCompilerOpt.cc_test_flags[1085] : testing flags (-mavx512vnni)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-mavx512vnni'
INFO: CCompilerOpt.cc_test_flags[1085] : testing flags (-mavx512ifma -mavx512vbmi)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-mavx512ifma -mavx512vbmi'
INFO: CCompilerOpt.cc_test_flags[1085] : testing flags (-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq'
INFO: CCompilerOpt.feature_test[1559] : 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 -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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.feature_test[1559] : 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 -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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.feature_test[1559] : 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 -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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.feature_test[1559] : 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 -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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[1085] : testing flags (-mavx512fp16)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-mavx512fp16'
INFO: CCompilerOpt.feature_test[1559] : testing feature 'AVX512_SPR' 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 -mavx512fp16)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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 -mavx512fp16 -Werror'
INFO: CCompilerOpt.__init__[1815] : skip features (SSE2 SSE3 SSE) since its part of baseline
INFO: CCompilerOpt.__init__[1819] : initialize targets groups
INFO: CCompilerOpt.__init__[1821] : parse target group simd_test
INFO: CCompilerOpt._parse_target_tokens[2032] : skip targets (VX VXE2 VXE XOP VSX2 VSX NEON FMA4 ASIMD VSX3 VSX4) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_policy_not_keepbase[2144] : skip baseline features (SSE2)
INFO: CCompilerOpt.generate_dispatch_header[2365] : generate CPU dispatch header: (build/src.linux-x86_64-3.11/numpy/distutils/include/npy_cpu_dispatch_config.h)
WARN: CCompilerOpt.generate_dispatch_header[2374] : dispatch header dir build/src.linux-x86_64-3.11/numpy/distutils/include does not exist, creating it
INFO: CCompilerOpt.feature_extra_checks[1639] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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[1639] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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 -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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 -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating tmp
creating tmp/tmpj7n2qv_0
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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
INFO: gcc: /tmp/tmpj7n2qv_0/test.c
INFO: C compiler: g++ -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating tmp/tmpvdjga2_o
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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
INFO: g++: /tmp/tmpvdjga2_o/test.cpp
INFO: building 'npymath' library
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating build/temp.linux-x86_64-cpython-311
creating build/temp.linux-x86_64-cpython-311/numpy
creating build/temp.linux-x86_64-cpython-311/numpy/core
creating build/temp.linux-x86_64-cpython-311/numpy/core/src
creating build/temp.linux-x86_64-cpython-311/numpy/core/src/npymath
creating build/temp.linux-x86_64-cpython-311/build
creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11
creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy
creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core
creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src
creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/npymath
INFO: compile options: '-Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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.11/numpy/core/src/npymath/ieee754.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/npymath/npy_math_complex.c
INFO: compiling C++ sources
INFO: C compiler: g++ -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
INFO: compile options: '-Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -fno-threadsafe-statics -D__STDC_VERSION__=0 -fno-exceptions -fno-rtti'
INFO: g++: numpy/core/src/npymath/halffloat.cpp
INFO: ar: adding 4 object files to build/temp.linux-x86_64-cpython-311/libnpymath.a
INFO: building 'npyrandom' library
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating build/temp.linux-x86_64-cpython-311/numpy/random
creating build/temp.linux-x86_64-cpython-311/numpy/random/src
creating build/temp.linux-x86_64-cpython-311/numpy/random/src/distributions
INFO: compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-std=c99 -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-cpython-311/libnpyrandom.a
running build_ext
INFO: customize UnixCCompiler
INFO: customize UnixCCompiler using new_build_ext
INFO: CCompilerOpt.__init__[840] : hit the memory cache
INFO: CCompilerOpt.generate_dispatch_header[2365] : generate CPU dispatch header: (build/src.linux-x86_64-3.11/numpy/distutils/include/npy_cpu_dispatch_config.h)
INFO: customize UnixCCompiler
INFO: customize UnixCCompiler using new_build_ext
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating tmp/tmpzsynv5f0
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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
INFO: gcc: /tmp/tmpzsynv5f0/test.c
INFO: C compiler: g++ -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating tmp/tmpfc0l4jcj
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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
INFO: g++: /tmp/tmpfc0l4jcj/test.cpp
INFO: building 'numpy.core._multiarray_tests' extension
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/multiarray
creating build/temp.linux-x86_64-cpython-311/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.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
INFO: gcc: build/src.linux-x86_64-3.11/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
INFO: g++ -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/multiarray/_multiarray_tests.o build/temp.linux-x86_64-cpython-311/numpy/core/src/common/mem_overlap.o build/temp.linux-x86_64-cpython-311/numpy/core/src/common/npy_argparse.o build/temp.linux-x86_64-cpython-311/numpy/core/src/common/npy_hashtable.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -lnpymath -o build/lib.linux-x86_64-cpython-311/numpy/core/_multiarray_tests.cpython-311-x86_64-linux-gnu.so
INFO: building 'numpy.core._multiarray_umath' extension
INFO: compiling C++ dispatch-able sources
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> numpy/core/src/npysort/simd_qsort.dispatch.cpp
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'KEEP_BASELINE' is ON
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/npysort/simd_qsort.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/npysort/simd_qsort.dispatch.avx512_skx.cpp
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'KEEP_BASELINE' is ON
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/npysort/simd_qsort_16bit.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/npysort/simd_qsort_16bit.dispatch.avx512_spr.cpp
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/npysort/simd_qsort_16bit.dispatch.avx512_icl.cpp
INFO: C compiler: g++ -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/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.11/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-fno-threadsafe-statics -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.11/numpy/core/src/npysort/simd_qsort.dispatch.avx512_skx.cpp
INFO: C compiler: g++ -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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.11/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-fno-threadsafe-statics -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 -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq -mavx512fp16'
INFO: g++: build/src.linux-x86_64-3.11/numpy/core/src/npysort/simd_qsort_16bit.dispatch.avx512_spr.cpp
INFO: C compiler: g++ -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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.11/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-fno-threadsafe-statics -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 -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq'
INFO: g++: build/src.linux-x86_64-3.11/numpy/core/src/npysort/simd_qsort_16bit.dispatch.avx512_icl.cpp
INFO: compiling C dispatch-able sources
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> build/src.linux-x86_64-3.11/numpy/core/src/multiarray/argfunc.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2032] : skip targets (VX VXE XOP VSX2 NEON ASIMD) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_policy_not_keepbase[2144] : skip baseline features (SSE2)
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/multiarray/argfunc.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/multiarray/argfunc.dispatch.avx512_skx.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/multiarray/argfunc.dispatch.avx2.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/multiarray/argfunc.dispatch.sse42.c
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2032] : skip targets (VX VXE VSX2 NEON ASIMD) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_policy_not_keepbase[2144] : skip baseline features (SSE2)
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary.dispatch.avx512_skx.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary.dispatch.avx2.c
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_fp.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2032] : skip targets (VX VXE VSX2 NEON ASIMD) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_policy_not_keepbase[2144] : skip baseline features (SSE2)
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_fp.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_fp.dispatch.sse41.c
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_fp_le.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2032] : skip targets (ASIMD VSX2 NEON) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_policy_not_keepbase[2144] : skip baseline features (SSE2)
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_fp_le.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_fp_le.dispatch.sse41.c
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithm_fp.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2032] : skip targets (VX VXE VSX2 NEON ASIMD VSX3) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_policy_not_keepbase[2144] : skip baseline features (SSE2)
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithm_fp.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithm_fp.dispatch.fma3.avx2.c
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2032] : skip targets (VSX2 VSX4 NEON VX) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_policy_not_keepbase[2144] : skip baseline features (SSE2)
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.avx512_skx.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.avx512f.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.avx2.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.sse41.c
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_logical.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2032] : skip targets (ASIMD NEON VSX2 VX) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_policy_not_keepbase[2144] : skip baseline features (SSE2)
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_logical.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_logical.dispatch.avx512_skx.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_logical.dispatch.avx2.c
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_minmax.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2032] : skip targets (VX VXE VSX2 NEON ASIMD) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_policy_not_keepbase[2144] : skip baseline features (SSE2)
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_minmax.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_minmax.dispatch.avx512_skx.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_minmax.dispatch.avx2.c
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_trigonometric.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2032] : skip targets (VXE2 VXE VSX2 NEON_VFPV4 VSX3 VSX4) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_trigonometric.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_trigonometric.dispatch.avx512f.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_trigonometric.dispatch.fma3.avx2.c
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_umath_fp.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_umath_fp.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_umath_fp.dispatch.avx512_skx.c
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_exponent_log.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_exponent_log.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_exponent_log.dispatch.avx512_skx.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_exponent_log.dispatch.avx512f.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_exponent_log.dispatch.fma3.avx2.c
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_hyperbolic.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2032] : skip targets (VX VXE VSX2 NEON_VFPV4 VSX4) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_hyperbolic.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_hyperbolic.dispatch.avx512_skx.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_hyperbolic.dispatch.fma3.avx2.c
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_modulo.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2032] : skip targets (VSX4) not part of baseline or dispatch-able features
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_modulo.dispatch.h
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2032] : skip targets (VX VXE VSX2 NEON VSX3) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_policy_not_keepbase[2144] : skip baseline features (SSE2)
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.avx512_skx.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.avx512f.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.avx2.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.sse42.c
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_complex.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2032] : skip targets (VX VXE VSX2 NEON ASIMD VSX3) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_policy_not_keepbase[2144] : skip baseline features (SSE2)
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_complex.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_complex.dispatch.avx512f.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_complex.dispatch.fma3.avx2.c
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_autovec.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2032] : skip targets (VSX2 NEON VX) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_policy_not_keepbase[2144] : skip baseline features (SSE2)
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'AUTOVEC' is ON
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_autovec.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_autovec.dispatch.avx2.c
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/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.11/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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.11/numpy/core/src/umath/loops_unary.dispatch.avx512_skx.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/multiarray/argfunc.dispatch.avx512_skx.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.avx512_skx.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_logical.dispatch.avx512_skx.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_minmax.dispatch.avx512_skx.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_umath_fp.dispatch.avx512_skx.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_exponent_log.dispatch.avx512_skx.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_hyperbolic.dispatch.avx512_skx.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.avx512_skx.c
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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.11/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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.11/numpy/core/src/multiarray/argfunc.dispatch.avx2.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary.dispatch.avx2.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.avx2.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_logical.dispatch.avx2.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_minmax.dispatch.avx2.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.avx2.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_autovec.dispatch.avx2.c
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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.11/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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.11/numpy/core/src/multiarray/argfunc.dispatch.sse42.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.sse42.c
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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.11/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-O3 -msse -msse2 -msse3'
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/multiarray/argfunc.dispatch.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary.dispatch.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_fp.dispatch.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_fp_le.dispatch.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithm_fp.dispatch.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_logical.dispatch.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_minmax.dispatch.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_trigonometric.dispatch.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_umath_fp.dispatch.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_exponent_log.dispatch.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_hyperbolic.dispatch.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_complex.dispatch.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_autovec.dispatch.c
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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.11/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-O3 -msse -msse2 -msse3 -mssse3 -msse4.1'
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_fp.dispatch.sse41.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_fp_le.dispatch.sse41.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.sse41.c
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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.11/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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.11/numpy/core/src/umath/loops_arithm_fp.dispatch.fma3.avx2.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_trigonometric.dispatch.fma3.avx2.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_exponent_log.dispatch.fma3.avx2.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_hyperbolic.dispatch.fma3.avx2.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_complex.dispatch.fma3.avx2.c
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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.11/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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.11/numpy/core/src/umath/loops_arithmetic.dispatch.avx512f.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_trigonometric.dispatch.avx512f.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_exponent_log.dispatch.avx512f.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.avx512f.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_complex.dispatch.avx512f.c
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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.11/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_modulo.dispatch.c
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray
creating build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/textreading
creating build/temp.linux-x86_64-cpython-311/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.11/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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
numpy/core/src/multiarray/alloc.c: In function ‘PyDataMem_FREE’:
numpy/core/src/multiarray/alloc.c:331:14: warning: pointer ‘ptr_8(D)’ may be used after ‘free’ [-Wuse-after-free]
331 | (*_PyDataMem_eventhook)(ptr, NULL, 0,
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
332 | _PyDataMem_eventhook_user_data);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numpy/core/src/multiarray/alloc.c:326:5: note: call to ‘free’ here
326 | free(ptr);
| ^~~~~~~~~
numpy/core/src/multiarray/alloc.c: In function ‘PyDataMem_RENEW’:
numpy/core/src/multiarray/alloc.c:356:14: warning: pointer ‘ptr_11(D)’ may be used after ‘realloc’ [-Wuse-after-free]
356 | (*_PyDataMem_eventhook)(ptr, result, size,
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
357 | _PyDataMem_eventhook_user_data);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numpy/core/src/multiarray/alloc.c:347:14: note: call to ‘realloc’ here
347 | result = realloc(ptr, size);
| ^~~~~~~~~~~~~~~~~~
numpy/core/src/multiarray/alloc.c:349:9: warning: pointer ‘ptr_11(D)’ may be used after ‘realloc’ [-Wuse-after-free]
349 | PyTraceMalloc_Untrack(NPY_TRACE_DOMAIN, (npy_uintp)ptr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numpy/core/src/multiarray/alloc.c:347:14: note: call to ‘realloc’ here
347 | result = realloc(ptr, size);
| ^~~~~~~~~~~~~~~~~~
INFO: gcc: numpy/core/src/multiarray/arrayobject.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/multiarray/arraytypes.c
INFO: gcc: numpy/core/src/multiarray/array_coercion.c
INFO: gcc: numpy/core/src/multiarray/array_method.c
INFO: gcc: numpy/core/src/multiarray/array_assign_scalar.c
INFO: gcc: numpy/core/src/multiarray/array_assign_array.c
INFO: gcc: numpy/core/src/multiarray/arrayfunction_override.c
INFO: gcc: numpy/core/src/multiarray/buffer.c
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
INFO: gcc: numpy/core/src/multiarray/common_dtype.c
INFO: gcc: numpy/core/src/multiarray/convert.c
INFO: gcc: numpy/core/src/multiarray/convert_datatype.c
INFO: gcc: numpy/core/src/multiarray/conversion_utils.c
INFO: gcc: numpy/core/src/multiarray/ctors.c
INFO: gcc: numpy/core/src/multiarray/datetime.c
INFO: gcc: numpy/core/src/multiarray/datetime_strings.c
INFO: gcc: numpy/core/src/multiarray/datetime_busday.c
INFO: gcc: numpy/core/src/multiarray/datetime_busdaycal.c
INFO: gcc: numpy/core/src/multiarray/descriptor.c
INFO: gcc: numpy/core/src/multiarray/dlpack.c
INFO: gcc: numpy/core/src/multiarray/dtypemeta.c
INFO: gcc: numpy/core/src/multiarray/dragon4.c
INFO: gcc: numpy/core/src/multiarray/dtype_transfer.c
INFO: gcc: numpy/core/src/multiarray/dtype_traversal.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/multiarray/einsum.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/multiarray/einsum_sumprod.c
INFO: gcc: numpy/core/src/multiarray/experimental_public_dtype_api.c
INFO: gcc: numpy/core/src/multiarray/flagsobject.c
INFO: gcc: numpy/core/src/multiarray/getset.c
INFO: gcc: numpy/core/src/multiarray/hashdescr.c
INFO: gcc: numpy/core/src/multiarray/item_selection.c
INFO: gcc: numpy/core/src/multiarray/iterators.c
INFO: gcc: numpy/core/src/multiarray/legacy_dtype_implementation.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/multiarray/lowlevel_strided_loops.c
INFO: gcc: numpy/core/src/multiarray/mapping.c
INFO: gcc: numpy/core/src/multiarray/methods.c
INFO: gcc: numpy/core/src/multiarray/multiarraymodule.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/multiarray/nditer_templ.c
INFO: gcc: numpy/core/src/multiarray/nditer_api.c
INFO: gcc: numpy/core/src/multiarray/nditer_constr.c
INFO: gcc: numpy/core/src/multiarray/nditer_pywrap.c
INFO: gcc: numpy/core/src/multiarray/number.c
INFO: gcc: numpy/core/src/multiarray/refcount.c
INFO: gcc: numpy/core/src/multiarray/sequence.c
INFO: gcc: numpy/core/src/multiarray/shape.c
INFO: gcc: numpy/core/src/multiarray/scalarapi.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/multiarray/scalartypes.c
INFO: gcc: numpy/core/src/multiarray/strfuncs.c
INFO: gcc: numpy/core/src/multiarray/temp_elide.c
INFO: gcc: numpy/core/src/multiarray/typeinfo.c
INFO: gcc: numpy/core/src/multiarray/usertypes.c
INFO: gcc: numpy/core/src/multiarray/vdot.c
INFO: gcc: numpy/core/src/multiarray/textreading/conversions.c
INFO: gcc: numpy/core/src/multiarray/textreading/field_types.c
INFO: gcc: numpy/core/src/multiarray/textreading/growth.c
INFO: gcc: numpy/core/src/multiarray/textreading/readtext.c
INFO: gcc: numpy/core/src/multiarray/textreading/rows.c
INFO: gcc: numpy/core/src/multiarray/textreading/stream_pyobject.c
INFO: gcc: numpy/core/src/multiarray/textreading/str_to_int.c
INFO: gcc: numpy/core/src/npymath/arm64_exports.c
INFO: gcc: numpy/core/src/umath/umathmodule.c
INFO: gcc: numpy/core/src/umath/reduction.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/matmul.c
INFO: gcc: numpy/core/src/umath/dispatching.c
INFO: gcc: numpy/core/src/umath/legacy_array_method.c
INFO: gcc: numpy/core/src/umath/wrapping_array_method.c
INFO: gcc: numpy/core/src/umath/ufunc_object.c
INFO: gcc: numpy/core/src/umath/extobj.c
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/scalarmath.c
INFO: gcc: numpy/core/src/umath/ufunc_type_resolution.c
INFO: gcc: numpy/core/src/umath/override.c
INFO: gcc: numpy/core/src/umath/_scaled_float_dtype.c
INFO: gcc: numpy/core/src/common/array_assign.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
INFO: gcc: numpy/core/src/common/npy_longdouble.c
INFO: gcc: numpy/core/src/common/ucsnarrow.c
INFO: gcc: numpy/core/src/common/ufunc_override.c
INFO: gcc: numpy/core/src/common/numpyos.c
INFO: gcc: numpy/core/src/common/npy_cpu_features.c
INFO: compiling C++ sources
INFO: C compiler: g++ -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating build/temp.linux-x86_64-cpython-311/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.11/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -fno-threadsafe-statics -D__STDC_VERSION__=0 -fno-exceptions -fno-rtti'
INFO: g++: numpy/core/src/npysort/quicksort.cpp
INFO: g++: numpy/core/src/npysort/mergesort.cpp
INFO: g++: numpy/core/src/npysort/timsort.cpp
INFO: g++: numpy/core/src/npysort/heapsort.cpp
INFO: g++: numpy/core/src/npysort/radixsort.cpp
INFO: g++: numpy/core/src/npysort/selection.cpp
INFO: g++: numpy/core/src/npysort/binsearch.cpp
INFO: g++: numpy/core/src/multiarray/textreading/tokenize.cpp
INFO: g++: numpy/core/src/umath/clip.cpp
INFO: g++: numpy/core/src/umath/string_ufuncs.cpp
INFO: g++ -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/npysort/simd_qsort.dispatch.avx512_skx.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/npysort/simd_qsort_16bit.dispatch.avx512_spr.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/npysort/simd_qsort_16bit.dispatch.avx512_icl.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/multiarray/argfunc.dispatch.avx512_skx.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary.dispatch.avx512_skx.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.avx512_skx.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_logical.dispatch.avx512_skx.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_minmax.dispatch.avx512_skx.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_umath_fp.dispatch.avx512_skx.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_exponent_log.dispatch.avx512_skx.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_hyperbolic.dispatch.avx512_skx.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.avx512_skx.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/multiarray/argfunc.dispatch.avx2.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary.dispatch.avx2.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.avx2.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_logical.dispatch.avx2.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_minmax.dispatch.avx2.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.avx2.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_autovec.dispatch.avx2.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/multiarray/argfunc.dispatch.sse42.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.sse42.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/multiarray/argfunc.dispatch.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary.dispatch.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_fp.dispatch.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_fp_le.dispatch.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithm_fp.dispatch.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_logical.dispatch.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_minmax.dispatch.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_trigonometric.dispatch.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_umath_fp.dispatch.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_exponent_log.dispatch.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_hyperbolic.dispatch.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_complex.dispatch.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_autovec.dispatch.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_fp.dispatch.sse41.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_fp_le.dispatch.sse41.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.sse41.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithm_fp.dispatch.fma3.avx2.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_trigonometric.dispatch.fma3.avx2.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_exponent_log.dispatch.fma3.avx2.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_hyperbolic.dispatch.fma3.avx2.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_complex.dispatch.fma3.avx2.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.avx512f.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_trigonometric.dispatch.avx512f.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_exponent_log.dispatch.avx512f.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.avx512f.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_complex.dispatch.avx512f.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_modulo.dispatch.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/abstractdtypes.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/alloc.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/arrayobject.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/multiarray/arraytypes.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/array_coercion.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/array_method.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/array_assign_scalar.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/array_assign_array.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/arrayfunction_override.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/buffer.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/calculation.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/compiled_base.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/common.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/common_dtype.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/convert.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/convert_datatype.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/conversion_utils.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/ctors.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/datetime.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/datetime_strings.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/datetime_busday.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/datetime_busdaycal.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/descriptor.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/dlpack.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/dtypemeta.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/dragon4.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/dtype_transfer.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/dtype_traversal.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/multiarray/einsum.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/multiarray/einsum_sumprod.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/experimental_public_dtype_api.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/flagsobject.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/getset.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/hashdescr.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/item_selection.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/iterators.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/legacy_dtype_implementation.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/multiarray/lowlevel_strided_loops.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/mapping.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/methods.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/multiarraymodule.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/multiarray/nditer_templ.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/nditer_api.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/nditer_constr.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/nditer_pywrap.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/number.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/refcount.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/sequence.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/shape.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/scalarapi.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/multiarray/scalartypes.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/strfuncs.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/temp_elide.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/typeinfo.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/usertypes.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/vdot.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/textreading/conversions.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/textreading/field_types.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/textreading/growth.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/textreading/readtext.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/textreading/rows.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/textreading/stream_pyobject.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/textreading/str_to_int.o build/temp.linux-x86_64-cpython-311/numpy/core/src/npymath/arm64_exports.o build/temp.linux-x86_64-cpython-311/numpy/core/src/umath/umathmodule.o build/temp.linux-x86_64-cpython-311/numpy/core/src/umath/reduction.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/loops.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/matmul.o build/temp.linux-x86_64-cpython-311/numpy/core/src/umath/dispatching.o build/temp.linux-x86_64-cpython-311/numpy/core/src/umath/legacy_array_method.o build/temp.linux-x86_64-cpython-311/numpy/core/src/umath/wrapping_array_method.o build/temp.linux-x86_64-cpython-311/numpy/core/src/umath/ufunc_object.o build/temp.linux-x86_64-cpython-311/numpy/core/src/umath/extobj.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/scalarmath.o build/temp.linux-x86_64-cpython-311/numpy/core/src/umath/ufunc_type_resolution.o build/temp.linux-x86_64-cpython-311/numpy/core/src/umath/override.o build/temp.linux-x86_64-cpython-311/numpy/core/src/umath/_scaled_float_dtype.o build/temp.linux-x86_64-cpython-311/numpy/core/src/common/array_assign.o build/temp.linux-x86_64-cpython-311/numpy/core/src/common/mem_overlap.o build/temp.linux-x86_64-cpython-311/numpy/core/src/common/npy_argparse.o build/temp.linux-x86_64-cpython-311/numpy/core/src/common/npy_hashtable.o build/temp.linux-x86_64-cpython-311/numpy/core/src/common/npy_longdouble.o build/temp.linux-x86_64-cpython-311/numpy/core/src/common/ucsnarrow.o build/temp.linux-x86_64-cpython-311/numpy/core/src/common/ufunc_override.o build/temp.linux-x86_64-cpython-311/numpy/core/src/common/numpyos.o build/temp.linux-x86_64-cpython-311/numpy/core/src/common/npy_cpu_features.o build/temp.linux-x86_64-cpython-311/numpy/core/src/npysort/quicksort.o build/temp.linux-x86_64-cpython-311/numpy/core/src/npysort/mergesort.o build/temp.linux-x86_64-cpython-311/numpy/core/src/npysort/timsort.o build/temp.linux-x86_64-cpython-311/numpy/core/src/npysort/heapsort.o build/temp.linux-x86_64-cpython-311/numpy/core/src/npysort/radixsort.o build/temp.linux-x86_64-cpython-311/numpy/core/src/npysort/selection.o build/temp.linux-x86_64-cpython-311/numpy/core/src/npysort/binsearch.o build/temp.linux-x86_64-cpython-311/numpy/core/src/multiarray/textreading/tokenize.o build/temp.linux-x86_64-cpython-311/numpy/core/src/umath/clip.o build/temp.linux-x86_64-cpython-311/numpy/core/src/umath/string_ufuncs.o numpy/core/src/umath/svml/linux/avx512/svml_z0_acos_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_acos_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_acos_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_acos_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_acos_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_acosh_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_acosh_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_acosh_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_acosh_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_acosh_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_asin_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_asin_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_asin_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_asin_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_asin_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_asinh_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_asinh_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_asinh_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_asinh_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_asinh_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_atan2_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_atan2_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_atan2_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_atan2_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_atan2_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_atan_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_atan_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_atan_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_atan_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_atan_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_atanh_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_atanh_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_atanh_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_atanh_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_atanh_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_cbrt_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_cbrt_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_cbrt_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_cbrt_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_cbrt_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_cos_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_cos_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_cos_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_cos_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_cos_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_cosh_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_cosh_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_cosh_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_cosh_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_cosh_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_exp10_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_exp2_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_exp2_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_exp2_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_exp2_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_exp2_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_exp_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_exp_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_exp_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_exp_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_exp_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_expm1_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_expm1_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_expm1_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_expm1_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_expm1_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_ln_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log10_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log10_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log10_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log10_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log10_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log1p_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log1p_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log1p_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log1p_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log1p_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log2_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log2_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log2_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log2_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log2_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_log_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_pow_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_pow_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_pow_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_pow_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_pow_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_sin_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_sin_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_sin_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_sin_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_sin_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_sinh_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_sinh_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_sinh_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_sinh_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_sinh_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_tan_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_tan_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_tan_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_tan_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_tan_s_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_tanh_d_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_tanh_d_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_tanh_h_la.s numpy/core/src/umath/svml/linux/avx512/svml_z0_tanh_s_ha.s numpy/core/src/umath/svml/linux/avx512/svml_z0_tanh_s_la.s -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -lnpymath -lm -o build/lib.linux-x86_64-cpython-311/numpy/core/_multiarray_umath.cpython-311-x86_64-linux-gnu.so
numpy/core/src/multiarray/experimental_public_dtype_api.c:389:1: warning: type of ‘PyUFunc_AddLoopFromSpec’ does not match original declaration [-Wlto-type-mismatch]
389 | PyUFunc_AddLoopFromSpec(PyUFuncObject *ufunc, PyObject *info, int ignore_duplicate);
| ^
numpy/core/src/umath/dispatching.c:154:1: note: type mismatch in parameter 3
154 | PyUFunc_AddLoopFromSpec(PyObject *ufunc, PyArrayMethod_Spec *spec)
| ^
numpy/core/src/umath/dispatching.c:154:1: note: type ‘void’ should match type ‘int’
numpy/core/src/umath/dispatching.c:154:1: note: ‘PyUFunc_AddLoopFromSpec’ was previously declared here
numpy/core/src/multiarray/compiled_base.h:15:1: warning: type of ‘arr_interp_complex’ does not match original declaration [-Wlto-type-mismatch]
15 | arr_interp_complex(PyObject *, PyObject *const *, Py_ssize_t, PyObject *, PyObject *);
| ^
numpy/core/src/multiarray/compiled_base.c:667:1: note: type mismatch in parameter 5
667 | arr_interp_complex(PyObject *NPY_UNUSED(self), PyObject *const *args, Py_ssize_t len_args,
| ^
numpy/core/src/multiarray/compiled_base.c:667:1: note: ‘arr_interp_complex’ was previously declared here
numpy/core/src/multiarray/compiled_base.h:13:1: warning: type of ‘arr_interp’ does not match original declaration [-Wlto-type-mismatch]
13 | arr_interp(PyObject *, PyObject *const *, Py_ssize_t, PyObject *, PyObject *);
| ^
numpy/core/src/multiarray/compiled_base.c:497:1: note: type mismatch in parameter 5
497 | arr_interp(PyObject *NPY_UNUSED(self), PyObject *const *args, Py_ssize_t len_args,
| ^
numpy/core/src/multiarray/compiled_base.c:497:1: note: ‘arr_interp’ was previously declared here
INFO: building 'numpy.core._umath_tests' extension
INFO: compiling C dispatch-able sources
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> numpy/core/src/umath/_umath_tests.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2032] : skip targets (ASIMDHP VSX2 VSX NEON ASIMD VSX3) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_policy_not_keepbase[2144] : skip baseline features (SSE2)
INFO: CCompilerOpt._parse_target_tokens[2056] : policy 'WERROR' is ON
INFO: CCompilerOpt._parse_policy_werror[2188] : compiler warnings are treated as errors
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/umath/_umath_tests.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/_umath_tests.dispatch.avx2.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/umath/_umath_tests.dispatch.sse41.c
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Ibuild/src.linux-x86_64-3.11/numpy/core/src/umath -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-Werror -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2'
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/_umath_tests.dispatch.avx2.c
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Ibuild/src.linux-x86_64-3.11/numpy/core/src/umath -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-Werror -msse -msse2 -msse3 -mssse3 -msse4.1'
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/_umath_tests.dispatch.sse41.c
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Ibuild/src.linux-x86_64-3.11/numpy/core/src/umath -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-Werror -msse -msse2 -msse3'
INFO: gcc: numpy/core/src/umath/_umath_tests.dispatch.c
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Ibuild/src.linux-x86_64-3.11/numpy/core/src/umath -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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/umath/_umath_tests.c
INFO: gcc: numpy/core/src/common/npy_cpu_features.c
INFO: gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/_umath_tests.dispatch.avx2.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/_umath_tests.dispatch.sse41.o build/temp.linux-x86_64-cpython-311/numpy/core/src/umath/_umath_tests.dispatch.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/umath/_umath_tests.o build/temp.linux-x86_64-cpython-311/numpy/core/src/common/npy_cpu_features.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -o build/lib.linux-x86_64-cpython-311/numpy/core/_umath_tests.cpython-311-x86_64-linux-gnu.so
INFO: building 'numpy.core._rational_tests' extension
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
INFO: gcc: numpy/core/src/umath/_rational_tests.c
INFO: gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/numpy/core/src/umath/_rational_tests.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -o build/lib.linux-x86_64-cpython-311/numpy/core/_rational_tests.cpython-311-x86_64-linux-gnu.so
INFO: building 'numpy.core._struct_ufunc_tests' extension
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
INFO: gcc: numpy/core/src/umath/_struct_ufunc_tests.c
INFO: gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/numpy/core/src/umath/_struct_ufunc_tests.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -o build/lib.linux-x86_64-cpython-311/numpy/core/_struct_ufunc_tests.cpython-311-x86_64-linux-gnu.so
INFO: building 'numpy.core._operand_flag_tests' extension
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
INFO: gcc: numpy/core/src/umath/_operand_flag_tests.c
INFO: gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/numpy/core/src/umath/_operand_flag_tests.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -o build/lib.linux-x86_64-cpython-311/numpy/core/_operand_flag_tests.cpython-311-x86_64-linux-gnu.so
INFO: building 'numpy.core._simd' extension
INFO: compiling C dispatch-able sources
INFO: CCompilerOpt.parse_targets[1861] : looking for '@targets' inside -> build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.c
INFO: CCompilerOpt._generate_config[2601] : generate dispatched config -> build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.h
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.avx512_skx.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.avx512f.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.fma3.avx2.c
INFO: CCompilerOpt._wrap_target[2561] : wrap dispatch-able target -> build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.sse42.c
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/_simd
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.11/numpy/core/src/_simd -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/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'
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.avx512_skx.c
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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.11/numpy/core/src/_simd -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx'
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.avx512f.c
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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.11/numpy/core/src/_simd -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2'
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.fma3.avx2.c
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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.11/numpy/core/src/_simd -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2'
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.sse42.c
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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.11/numpy/core/src/_simd -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
INFO: gcc: build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.c
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating build/temp.linux-x86_64-cpython-311/numpy/core/src/_simd
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.11/numpy/core/src/_simd -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
INFO: gcc: numpy/core/src/common/npy_cpu_features.c
INFO: gcc: numpy/core/src/_simd/_simd.c
INFO: g++ -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.avx512_skx.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.avx512f.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.fma3.avx2.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.sse42.o build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.o build/temp.linux-x86_64-cpython-311/numpy/core/src/common/npy_cpu_features.o build/temp.linux-x86_64-cpython-311/numpy/core/src/_simd/_simd.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -lnpymath -o build/lib.linux-x86_64-cpython-311/numpy/core/_simd.cpython-311-x86_64-linux-gnu.so
INFO: building 'numpy.fft._pocketfft_internal' extension
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating build/temp.linux-x86_64-cpython-311/numpy/fft
INFO: compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
INFO: gcc: numpy/fft/_pocketfft.c
INFO: gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/numpy/fft/_pocketfft.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -o build/lib.linux-x86_64-cpython-311/numpy/fft/_pocketfft_internal.cpython-311-x86_64-linux-gnu.so
INFO: building 'numpy.linalg.lapack_lite' extension
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating build/temp.linux-x86_64-cpython-311/numpy/linalg
creating build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite
INFO: compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
INFO: gcc: numpy/linalg/lapack_lite/python_xerbla.c
INFO: gcc: numpy/linalg/lapack_litemodule.c
INFO: gcc: numpy/linalg/lapack_lite/f2c_z_lapack.c
INFO: gcc: numpy/linalg/lapack_lite/f2c_c_lapack.c
INFO: gcc: numpy/linalg/lapack_lite/f2c_d_lapack.c
INFO: gcc: numpy/linalg/lapack_lite/f2c_s_lapack.c
INFO: gcc: numpy/linalg/lapack_lite/f2c_lapack.c
INFO: gcc: numpy/linalg/lapack_lite/f2c_blas.c
INFO: gcc: numpy/linalg/lapack_lite/f2c_config.c
INFO: gcc: numpy/linalg/lapack_lite/f2c.c
INFO: gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_litemodule.o build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/python_xerbla.o build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/f2c_z_lapack.o build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/f2c_c_lapack.o build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/f2c_d_lapack.o build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/f2c_s_lapack.o build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/f2c_lapack.o build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/f2c_blas.o build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/f2c_config.o build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/f2c.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -o build/lib.linux-x86_64-cpython-311/numpy/linalg/lapack_lite.cpython-311-x86_64-linux-gnu.so
INFO: building 'numpy.linalg._umath_linalg' extension
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
INFO: compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
INFO: compiling C++ sources
INFO: C compiler: g++ -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
INFO: compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -fno-threadsafe-statics -D__STDC_VERSION__=0 -fno-exceptions -fno-rtti'
INFO: g++: numpy/linalg/umath_linalg.cpp
INFO: g++ -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/python_xerbla.o build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/f2c_z_lapack.o build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/f2c_c_lapack.o build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/f2c_d_lapack.o build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/f2c_s_lapack.o build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/f2c_lapack.o build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/f2c_blas.o build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/f2c_config.o build/temp.linux-x86_64-cpython-311/numpy/linalg/lapack_lite/f2c.o build/temp.linux-x86_64-cpython-311/numpy/linalg/umath_linalg.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -lnpymath -o build/lib.linux-x86_64-cpython-311/numpy/linalg/_umath_linalg.cpython-311-x86_64-linux-gnu.so
INFO: building 'numpy.random._mt19937' extension
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating build/temp.linux-x86_64-cpython-311/numpy/random/src/mt19937
INFO: compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/mt19937 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -msse -msse2 -msse3'
INFO: gcc: numpy/random/_mt19937.c
INFO: gcc: numpy/random/src/mt19937/mt19937.c
INFO: gcc: numpy/random/src/mt19937/mt19937-jump.c
INFO: gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/numpy/random/_mt19937.o build/temp.linux-x86_64-cpython-311/numpy/random/src/mt19937/mt19937.o build/temp.linux-x86_64-cpython-311/numpy/random/src/mt19937/mt19937-jump.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -lnpyrandom -lm -o build/lib.linux-x86_64-cpython-311/numpy/random/_mt19937.cpython-311-x86_64-linux-gnu.so
INFO: building 'numpy.random._philox' extension
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating build/temp.linux-x86_64-cpython-311/numpy/random/src/philox
INFO: compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/philox -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -msse -msse2 -msse3'
INFO: gcc: numpy/random/_philox.c
INFO: gcc: numpy/random/src/philox/philox.c
INFO: gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/numpy/random/_philox.o build/temp.linux-x86_64-cpython-311/numpy/random/src/philox/philox.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -lnpyrandom -lm -o build/lib.linux-x86_64-cpython-311/numpy/random/_philox.cpython-311-x86_64-linux-gnu.so
INFO: building 'numpy.random._pcg64' extension
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating build/temp.linux-x86_64-cpython-311/numpy/random/src/pcg64
INFO: compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/pcg64 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -msse -msse2 -msse3'
INFO: gcc: numpy/random/_pcg64.c
INFO: gcc: numpy/random/src/pcg64/pcg64.c
INFO: gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/numpy/random/_pcg64.o build/temp.linux-x86_64-cpython-311/numpy/random/src/pcg64/pcg64.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -lnpyrandom -lm -o build/lib.linux-x86_64-cpython-311/numpy/random/_pcg64.cpython-311-x86_64-linux-gnu.so
INFO: building 'numpy.random._sfc64' extension
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating build/temp.linux-x86_64-cpython-311/numpy/random/src/sfc64
INFO: compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/sfc64 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -msse -msse2 -msse3'
INFO: gcc: numpy/random/_sfc64.c
INFO: gcc: numpy/random/src/sfc64/sfc64.c
INFO: gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/numpy/random/_sfc64.o build/temp.linux-x86_64-cpython-311/numpy/random/src/sfc64/sfc64.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -lnpyrandom -lm -o build/lib.linux-x86_64-cpython-311/numpy/random/_sfc64.cpython-311-x86_64-linux-gnu.so
INFO: building 'numpy.random._common' extension
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
INFO: compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -msse -msse2 -msse3'
INFO: gcc: numpy/random/_common.c
INFO: gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/numpy/random/_common.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -lnpyrandom -lm -o build/lib.linux-x86_64-cpython-311/numpy/random/_common.cpython-311-x86_64-linux-gnu.so
INFO: building 'numpy.random.bit_generator' extension
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
INFO: compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -msse -msse2 -msse3'
INFO: gcc: numpy/random/bit_generator.c
INFO: gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/numpy/random/bit_generator.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -lnpyrandom -lm -o build/lib.linux-x86_64-cpython-311/numpy/random/bit_generator.cpython-311-x86_64-linux-gnu.so
INFO: building 'numpy.random._generator' extension
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
INFO: compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -msse -msse2 -msse3'
INFO: gcc: numpy/random/_generator.c
INFO: g++ -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/numpy/random/_generator.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -lnpyrandom -lm -lnpymath -o build/lib.linux-x86_64-cpython-311/numpy/random/_generator.cpython-311-x86_64-linux-gnu.so
INFO: building 'numpy.random._bounded_integers' extension
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
INFO: compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -msse -msse2 -msse3'
INFO: gcc: numpy/random/_bounded_integers.c
INFO: g++ -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/numpy/random/_bounded_integers.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -lnpyrandom -lm -lnpymath -o build/lib.linux-x86_64-cpython-311/numpy/random/_bounded_integers.cpython-311-x86_64-linux-gnu.so
INFO: building 'numpy.random.mtrand' extension
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC
creating build/temp.linux-x86_64-cpython-311/numpy/random/src/legacy
INFO: compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -DNP_RANDOM_LEGACY=1 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/legacy -Inumpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.11/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/usr/include/python3.11 -Ibuild/src.linux-x86_64-3.11/numpy/core/src/common -Ibuild/src.linux-x86_64-3.11/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -msse -msse2 -msse3'
INFO: gcc: numpy/random/mtrand.c
INFO: gcc: numpy/random/src/legacy/legacy-distributions.c
INFO: gcc: numpy/random/src/distributions/distributions.c
INFO: g++ -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/numpy/random/mtrand.o build/temp.linux-x86_64-cpython-311/numpy/random/src/legacy/legacy-distributions.o build/temp.linux-x86_64-cpython-311/numpy/random/src/distributions/distributions.o -L/usr/lib -Lbuild/temp.linux-x86_64-cpython-311 -lm -lnpymath -o build/lib.linux-x86_64-cpython-311/numpy/random/mtrand.cpython-311-x86_64-linux-gnu.so
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_SKX AVX512_CLX AVX512_CNL AVX512_ICL AVX512_SPR
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.11/numpy/core/src/umath/loops_unary_fp.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_fp_le.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.c
: numpy/core/src/umath/_umath_tests.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.11/numpy/core/src/multiarray/argfunc.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.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.11/numpy/core/src/multiarray/argfunc.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_logical.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_minmax.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_autovec.dispatch.c
: numpy/core/src/umath/_umath_tests.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.11/numpy/core/src/umath/loops_arithm_fp.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_trigonometric.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_exponent_log.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_hyperbolic.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_complex.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.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.11/numpy/core/src/umath/loops_arithmetic.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_trigonometric.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_exponent_log.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary_complex.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.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/simd_qsort.dispatch.cpp
: build/src.linux-x86_64-3.11/numpy/core/src/multiarray/argfunc.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_unary.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_arithmetic.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_logical.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_minmax.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_umath_fp.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_exponent_log.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_hyperbolic.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/umath/loops_comparison.dispatch.c
: build/src.linux-x86_64-3.11/numpy/core/src/_simd/_simd.dispatch.c
:
AVX512_ICL : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_SKX AVX512_CLX AVX512_CNL
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
Extra checks: none
Detect : AVX512_ICL
: numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp
:
AVX512_SPR : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL
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 -mavx512fp16
Extra checks: none
Detect : AVX512_SPR
: numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp
INFO: CCompilerOpt.cache_flush[863] : write cache to path -> /build/python-numpy-mkl/src/numpy-1.25.2/build/temp.linux-x86_64-cpython-311/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_SKX AVX512_CLX AVX512_CNL AVX512_ICL AVX512_SPR
Generated : none
INFO: CCompilerOpt.cache_flush[863] : write cache to path -> /build/python-numpy-mkl/src/numpy-1.25.2/build/temp.linux-x86_64-cpython-311/ccompiler_opt_cache_clib.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment