Source: scikit-fmm
Version: 2022.08.15-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240115 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> cython3 --cplus -3 /<<PKGBUILDDIR>>/skfmm/pheap.pyx
> dh_auto_configure
> I: pybuild base:305: python3.12 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:265: 
> UserWarning: Unknown distribution option: 'configuration'
>   warnings.warn(msg)
> /usr/lib/python3/dist-packages/setuptools/dist.py:508: InformationOnly: 
> Normalizing '2022.08.15' to '2022.8.15'
>   self.metadata.version = self._normalize_version(
> running config
> I: pybuild base:305: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:265: 
> UserWarning: Unknown distribution option: 'configuration'
>   warnings.warn(msg)
> /usr/lib/python3/dist-packages/setuptools/dist.py:508: InformationOnly: 
> Normalizing '2022.08.15' to '2022.8.15'
>   self.metadata.version = self._normalize_version(
> running config
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:305: /usr/bin/python3.12 setup.py build 
> /<<PKGBUILDDIR>>/setup.py:116: 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 
> 
> 
>   from numpy.distutils.core import setup
> /usr/lib/python3/dist-packages/setuptools/dist.py:508: InformationOnly: 
> Normalizing '2022.08.15' to '2022.8.15'
>   self.metadata.version = self._normalize_version(
> 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 extension "skfmm.cfmm" sources
> INFO: building extension "skfmm.pheap" sources
> INFO: build_src: building npy-pkg config files
> /usr/lib/python3/dist-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 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_scikit-fmm/build/skfmm
> copying skfmm/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_scikit-fmm/build/skfmm
> copying skfmm/setup.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_scikit-fmm/build/skfmm
> copying skfmm/heap.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_scikit-fmm/build/skfmm
> copying skfmm/pfmm.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_scikit-fmm/build/skfmm
> running build_ext
> INFO: customize UnixCCompiler
> INFO: customize UnixCCompiler using build_ext
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-march=native)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating /tmp/tmp4j7s8560/usr
> creating /tmp/tmp4j7s8560/usr/lib
> creating /tmp/tmp4j7s8560/usr/lib/python3
> creating /tmp/tmp4j7s8560/usr/lib/python3/dist-packages
> creating /tmp/tmp4j7s8560/usr/lib/python3/dist-packages/numpy
> creating /tmp/tmp4j7s8560/usr/lib/python3/dist-packages/numpy/distutils
> creating /tmp/tmp4j7s8560/usr/lib/python3/dist-packages/numpy/distutils/checks
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-march=native'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-O3)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-O3'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-Werror)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-Werror'
> INFO: CCompilerOpt.__init__[1786] : check requested baseline
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-msse)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-msse2)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse2'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSE' with flags 
> (-msse -msse2)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse -msse2 -Werror'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSE2' with flags 
> (-msse -msse2)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse -msse2 -Werror'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-msse3)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse3'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSE3' with flags 
> (-msse -msse2 -msse3)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse -msse2 -msse3 -Werror'
> INFO: CCompilerOpt.__init__[1795] : check requested dispatch-able features
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mssse3)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-mssse3'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-msse4.1)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse4.1'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mpopcnt)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-mpopcnt'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-msse4.2)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse4.2'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSE42' with flags 
> (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 
> -Werror'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'POPCNT' with flags 
> (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSE41' with flags 
> (-msse -msse2 -msse3 -mssse3 -msse4.1)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-mavx'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mf16c)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-mf16c'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx2)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-mavx2'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'AVX2' with flags 
> (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx 
> -mf16c -mavx2 -Werror'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mfma)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-mfma'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'FMA3' with flags 
> (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx 
> -mf16c -mfma -Werror'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'F16C' with flags 
> (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx 
> -mf16c -Werror'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSSE3' with flags 
> (-msse -msse2 -msse3 -mssse3)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -Werror'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'AVX' with flags 
> (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx 
> -Werror'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx512f -mno-mmx)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-mavx512f -mno-mmx'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'AVX512F' with flags 
> (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma 
> -mavx2 -mavx512f -mno-mmx)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -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[1077] : testing flags (-mavx512cd)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-mavx512cd'
> INFO: CCompilerOpt.feature_test[1551] : 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: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -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[1077] : testing flags (-mavx512er -mavx512pf)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-mavx512er -mavx512pf'
> INFO: CCompilerOpt.feature_test[1551] : 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: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -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[630] : CCompilerOpt._dist_test_spawn[764] : 
> Command (x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g 
> -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.12 -c 
> /usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.c -o 
> /tmp/tmp4j7s8560/usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.o
>  -MMD -MF 
> /tmp/tmp4j7s8560/usr/lib/python3/dist-packages/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-linux-gnu/13/include/immintrin.h:57,
>                  from 
> /usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.c:14:
> In function ‘_mm512_mask_prefetch_i64scatter_pd’,
>     inlined from ‘main’ at 
> /usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.c:23:5:
> /usr/lib/gcc/x86_64-linux-gnu/13/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
> /usr/lib/python3/dist-packages/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[1567] : testing failed
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx512vl -mavx512bw 
> -mavx512dq)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-mavx512vl -mavx512bw -mavx512dq'
> INFO: CCompilerOpt.feature_test[1551] : 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: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -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[1077] : testing flags (-mavx512ifma 
> -mavx512vbmi)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-mavx512ifma -mavx512vbmi'
> INFO: CCompilerOpt.feature_test[1551] : 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: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx 
> -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw 
> -mavx512dq -mavx512ifma -mavx512vbmi -Werror'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx512vnni)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-mavx512vnni'
> INFO: CCompilerOpt.feature_test[1551] : 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: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx 
> -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw 
> -mavx512dq -mavx512vnni -Werror'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx512vbmi2 
> -mavx512bitalg -mavx512vpopcntdq)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq'
> INFO: CCompilerOpt.feature_test[1551] : 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: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx 
> -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw 
> -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 
> -mavx512bitalg -mavx512vpopcntdq -Werror'
> INFO: CCompilerOpt.__init__[1807] : skip features (SSE2 SSE SSE3) since its 
> part of baseline
> INFO: CCompilerOpt.__init__[1811] : initialize targets groups
> INFO: CCompilerOpt.__init__[1813] : parse target group simd_test
> INFO: CCompilerOpt._parse_target_tokens[2024] : skip targets (ASIMD VXE XOP 
> VSX4 VSX3 VXE2 FMA4 NEON VSX2 VSX VX) not part of baseline or dispatch-able 
> features
> INFO: CCompilerOpt._parse_policy_not_keepbase[2136] : skip baseline features 
> (SSE2)
> INFO: CCompilerOpt.generate_dispatch_header[2357] : generate CPU dispatch 
> header: 
> (build/src.linux-x86_64-3.12/numpy/distutils/include/npy_cpu_dispatch_config.h)
> WARN: CCompilerOpt.generate_dispatch_header[2366] : dispatch header dir 
> build/src.linux-x86_64-3.12/numpy/distutils/include does not exist, creating 
> it
> INFO: CCompilerOpt.feature_extra_checks[1631] : Testing extra checks for 
> feature 'AVX512F' (AVX512F_REDUCE)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -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[1631] : Testing extra checks for 
> feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
> INFO: C compiler: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -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: x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.12 -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: customize UnixCCompiler
> INFO: customize UnixCCompiler using build_ext
> INFO: building 'skfmm.cfmm' extension
> INFO: compiling C++ sources
> INFO: C compiler: x86_64-linux-gnu-g++ -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-312/skfmm
> INFO: compile options: '-Iskfmm 
> -I/usr/lib/python3/dist-packages/numpy/core/include 
> -Ibuild/src.linux-x86_64-3.12/numpy/distutils/include 
> -I/usr/include/python3.12 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-g++: skfmm/fmm.cpp
> INFO: x86_64-linux-gnu-g++: skfmm/heap.cpp
> INFO: x86_64-linux-gnu-g++: skfmm/base_marcher.cpp
> INFO: x86_64-linux-gnu-g++: skfmm/distance_marcher.cpp
> INFO: x86_64-linux-gnu-g++: skfmm/travel_time_marcher.cpp
> INFO: x86_64-linux-gnu-g++: skfmm/extension_velocity_marcher.cpp
> In file included from /usr/include/python3.11/numpy/ndarraytypes.h:1940,
>                  from /usr/include/python3.11/numpy/ndarrayobject.h:12,
>                  from /usr/include/python3.11/numpy/noprefix.h:9,
>                  from skfmm/fmm.cpp:5:
> /usr/include/python3.11/numpy/npy_1_7_deprecated_api.h:17:2: warning: 
> #warning "Using deprecated NumPy API, disable it with " "#define 
> NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> skfmm/travel_time_marcher.cpp: In member function ‘virtual double 
> travelTimeMarcher::updatePointOrderTwo(int, std::set<int>)’:
> skfmm/travel_time_marcher.cpp:87:25: warning: comparison of integer 
> expressions of different signedness: ‘std::set<int>::size_type’ {aka ‘long 
> unsigned int’} and ‘int’ [-Wsign-compare]
>    87 |     if(avoid_dim.size() == dim_) return 
> std::numeric_limits<double>::infinity(); //end of the recursion, use inf so 
> that it is discarded selecting the minimum
>       |        ~~~~~~~~~~~~~~~~~^~~~~~~
> In file included from skfmm/base_marcher.cpp:6:
> In member function ‘int baseMarcher::_getN(int, int, int, int)’,
>     inlined from ‘void baseMarcher::solve()’ at skfmm/base_marcher.cpp:201:33:
> skfmm/base_marcher.h:77:25: warning: ‘coord’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>    77 |     int newc = coord[dim]+dir;
>       |                ~~~~~~~~~^
> skfmm/base_marcher.h: In member function ‘void baseMarcher::solve()’:
> skfmm/base_marcher.h:75:9: note: ‘coord’ declared here
>    75 |     int coord[MaximumDimension];
>       |         ^~~~~
> INFO: x86_64-linux-gnu-g++ -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g 
> -fwrapv -O2 -L/usr/lib/python3.11/config-3.11-x86_64-linux-gnu 
> -L/usr/lib/x86_64-linux-gnu -ldl -lm -I/usr/include/python3.11 
> -I/usr/include/python3.11 -Wsign-compare -g -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DNDEBUG -g -fwrapv -O2 -Wall -Wdate-time -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-cpython-312/skfmm/fmm.o 
> build/temp.linux-x86_64-cpython-312/skfmm/heap.o 
> build/temp.linux-x86_64-cpython-312/skfmm/base_marcher.o 
> build/temp.linux-x86_64-cpython-312/skfmm/distance_marcher.o 
> build/temp.linux-x86_64-cpython-312/skfmm/travel_time_marcher.o 
> build/temp.linux-x86_64-cpython-312/skfmm/extension_velocity_marcher.o 
> -L/usr/lib/x86_64-linux-gnu -o 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_scikit-fmm/build/skfmm/cfmm.cpython-312-x86_64-linux-gnu.so
> INFO: building 'skfmm.pheap' extension
> INFO: compiling C++ sources
> INFO: C compiler: x86_64-linux-gnu-g++ -fno-strict-overflow -Wsign-compare 
> -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection 
> -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include 
> -Ibuild/src.linux-x86_64-3.12/numpy/distutils/include 
> -I/usr/include/python3.12 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-g++: skfmm/pheap.cpp
> INFO: x86_64-linux-gnu-g++: skfmm/heap.cpp
> INFO: x86_64-linux-gnu-g++ -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g 
> -fwrapv -O2 -L/usr/lib/python3.11/config-3.11-x86_64-linux-gnu 
> -L/usr/lib/x86_64-linux-gnu -ldl -lm -I/usr/include/python3.11 
> -I/usr/include/python3.11 -Wsign-compare -g -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DNDEBUG -g -fwrapv -O2 -Wall -Wdate-time -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-cpython-312/skfmm/pheap.o 
> build/temp.linux-x86_64-cpython-312/skfmm/heap.o -L/usr/lib/x86_64-linux-gnu 
> -o 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_scikit-fmm/build/skfmm/pheap.cpython-312-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
>   Generated   : none
> INFO: CCompilerOpt.cache_flush[857] : write cache to path -> 
> /<<PKGBUILDDIR>>/build/temp.linux-x86_64-cpython-312/ccompiler_opt_cache_ext.py
> I: pybuild base:305: /usr/bin/python3 setup.py build 
> /<<PKGBUILDDIR>>/setup.py:116: 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 
> 
> 
>   from numpy.distutils.core import setup
> /usr/lib/python3/dist-packages/setuptools/dist.py:508: InformationOnly: 
> Normalizing '2022.08.15' to '2022.8.15'
>   self.metadata.version = self._normalize_version(
> 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 extension "skfmm.cfmm" sources
> INFO: building extension "skfmm.pheap" sources
> INFO: build_src: building npy-pkg config files
> /usr/lib/python3/dist-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 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_scikit-fmm/build/skfmm
> copying skfmm/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_scikit-fmm/build/skfmm
> copying skfmm/setup.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_scikit-fmm/build/skfmm
> copying skfmm/heap.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_scikit-fmm/build/skfmm
> copying skfmm/pfmm.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_scikit-fmm/build/skfmm
> running build_ext
> INFO: customize UnixCCompiler
> INFO: customize UnixCCompiler using build_ext
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-march=native)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating /tmp/tmp47y1qhly/usr
> creating /tmp/tmp47y1qhly/usr/lib
> creating /tmp/tmp47y1qhly/usr/lib/python3
> creating /tmp/tmp47y1qhly/usr/lib/python3/dist-packages
> creating /tmp/tmp47y1qhly/usr/lib/python3/dist-packages/numpy
> creating /tmp/tmp47y1qhly/usr/lib/python3/dist-packages/numpy/distutils
> creating /tmp/tmp47y1qhly/usr/lib/python3/dist-packages/numpy/distutils/checks
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-march=native'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-O3)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-O3'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-Werror)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-Werror'
> INFO: CCompilerOpt.__init__[1786] : check requested baseline
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-msse)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-msse2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse2'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSE2' with flags 
> (-msse -msse2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -Werror'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSE' with flags 
> (-msse -msse2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -Werror'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-msse3)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse3'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSE3' with flags 
> (-msse -msse2 -msse3)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -Werror'
> INFO: CCompilerOpt.__init__[1795] : check requested dispatch-able features
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mssse3)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-mssse3'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-msse4.1)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse4.1'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSE41' with flags 
> (-msse -msse2 -msse3 -mssse3 -msse4.1)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSSE3' with flags 
> (-msse -msse2 -msse3 -mssse3)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -Werror'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mpopcnt)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-mpopcnt'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'POPCNT' with flags 
> (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-msse4.2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse4.2'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSE42' with flags 
> (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 
> -Werror'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-mavx'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'AVX' with flags 
> (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx 
> -Werror'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mf16c)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-mf16c'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mfma)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-mfma'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'FMA3' with flags 
> (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx 
> -mf16c -mfma -Werror'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-mavx2'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx512f -mno-mmx)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-mavx512f -mno-mmx'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx512cd)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-mavx512cd'
> INFO: CCompilerOpt.feature_test[1551] : 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: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx 
> -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -Werror'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'F16C' with flags 
> (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx 
> -mf16c -Werror'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'AVX512F' with flags 
> (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma 
> -mavx2 -mavx512f -mno-mmx)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx 
> -mf16c -mfma -mavx2 -mavx512f -mno-mmx -Werror'
> INFO: CCompilerOpt.feature_test[1551] : testing feature 'AVX2' with flags 
> (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx 
> -mf16c -mavx2 -Werror'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx512vl -mavx512bw 
> -mavx512dq)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-mavx512vl -mavx512bw -mavx512dq'
> INFO: CCompilerOpt.feature_test[1551] : 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: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -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[1077] : testing flags (-mavx512ifma 
> -mavx512vbmi)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-mavx512ifma -mavx512vbmi'
> INFO: CCompilerOpt.feature_test[1551] : 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: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx 
> -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw 
> -mavx512dq -mavx512ifma -mavx512vbmi -Werror'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx512er -mavx512pf)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-mavx512er -mavx512pf'
> INFO: CCompilerOpt.feature_test[1551] : 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: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -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[630] : CCompilerOpt._dist_test_spawn[764] : 
> Command (x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.11 -c 
> /usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.c -o 
> /tmp/tmp47y1qhly/usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.o
>  -MMD -MF 
> /tmp/tmp47y1qhly/usr/lib/python3/dist-packages/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-linux-gnu/13/include/immintrin.h:57,
>                  from 
> /usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.c:14:
> In function ‘_mm512_mask_prefetch_i64scatter_pd’,
>     inlined from ‘main’ at 
> /usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.c:23:5:
> /usr/lib/gcc/x86_64-linux-gnu/13/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
> /usr/lib/python3/dist-packages/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[1567] : testing failed
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx512vnni)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-mavx512vnni'
> INFO: CCompilerOpt.feature_test[1551] : 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: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx 
> -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw 
> -mavx512dq -mavx512vnni -Werror'
> INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx512vbmi2 
> -mavx512bitalg -mavx512vpopcntdq)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq'
> INFO: CCompilerOpt.feature_test[1551] : 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: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx 
> -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw 
> -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 
> -mavx512bitalg -mavx512vpopcntdq -Werror'
> INFO: CCompilerOpt.__init__[1807] : skip features (SSE SSE2 SSE3) since its 
> part of baseline
> INFO: CCompilerOpt.__init__[1811] : initialize targets groups
> INFO: CCompilerOpt.__init__[1813] : parse target group simd_test
> INFO: CCompilerOpt._parse_target_tokens[2024] : skip targets (FMA4 VXE2 VSX4 
> VSX NEON VSX2 VX ASIMD VXE XOP VSX3) not part of baseline or dispatch-able 
> features
> INFO: CCompilerOpt._parse_policy_not_keepbase[2136] : skip baseline features 
> (SSE2)
> INFO: CCompilerOpt.generate_dispatch_header[2357] : generate CPU dispatch 
> header: 
> (build/src.linux-x86_64-3.11/numpy/distutils/include/npy_cpu_dispatch_config.h)
> WARN: CCompilerOpt.generate_dispatch_header[2366] : dispatch header dir 
> build/src.linux-x86_64-3.11/numpy/distutils/include does not exist, creating 
> it
> INFO: CCompilerOpt.feature_extra_checks[1631] : Testing extra checks for 
> feature 'AVX512F' (AVX512F_REDUCE)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -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[1631] : Testing extra checks for 
> feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -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: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/include/python3.11 -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: customize UnixCCompiler
> INFO: customize UnixCCompiler using build_ext
> INFO: building 'skfmm.cfmm' extension
> INFO: compiling C++ sources
> INFO: C compiler: x86_64-linux-gnu-g++ -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-311/skfmm
> INFO: compile options: '-Iskfmm 
> -I/usr/lib/python3/dist-packages/numpy/core/include 
> -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include 
> -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-g++: skfmm/fmm.cpp
> INFO: x86_64-linux-gnu-g++: skfmm/heap.cpp
> INFO: x86_64-linux-gnu-g++: skfmm/base_marcher.cpp
> INFO: x86_64-linux-gnu-g++: skfmm/distance_marcher.cpp
> INFO: x86_64-linux-gnu-g++: skfmm/travel_time_marcher.cpp
> INFO: x86_64-linux-gnu-g++: skfmm/extension_velocity_marcher.cpp
> In file included from /usr/include/python3.11/numpy/ndarraytypes.h:1940,
>                  from /usr/include/python3.11/numpy/ndarrayobject.h:12,
>                  from /usr/include/python3.11/numpy/noprefix.h:9,
>                  from skfmm/fmm.cpp:5:
> /usr/include/python3.11/numpy/npy_1_7_deprecated_api.h:17:2: warning: 
> #warning "Using deprecated NumPy API, disable it with " "#define 
> NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> skfmm/travel_time_marcher.cpp: In member function ‘virtual double 
> travelTimeMarcher::updatePointOrderTwo(int, std::set<int>)’:
> skfmm/travel_time_marcher.cpp:87:25: warning: comparison of integer 
> expressions of different signedness: ‘std::set<int>::size_type’ {aka ‘long 
> unsigned int’} and ‘int’ [-Wsign-compare]
>    87 |     if(avoid_dim.size() == dim_) return 
> std::numeric_limits<double>::infinity(); //end of the recursion, use inf so 
> that it is discarded selecting the minimum
>       |        ~~~~~~~~~~~~~~~~~^~~~~~~
> In file included from skfmm/base_marcher.cpp:6:
> In member function ‘int baseMarcher::_getN(int, int, int, int)’,
>     inlined from ‘void baseMarcher::solve()’ at skfmm/base_marcher.cpp:201:33:
> skfmm/base_marcher.h:77:25: warning: ‘coord’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>    77 |     int newc = coord[dim]+dir;
>       |                ~~~~~~~~~^
> skfmm/base_marcher.h: In member function ‘void baseMarcher::solve()’:
> skfmm/base_marcher.h:75:9: note: ‘coord’ declared here
>    75 |     int coord[MaximumDimension];
>       |         ^~~~~
> INFO: x86_64-linux-gnu-g++ -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g 
> -fwrapv -O2 -L/usr/lib/python3.11/config-3.11-x86_64-linux-gnu 
> -L/usr/lib/x86_64-linux-gnu -ldl -lm -I/usr/include/python3.11 
> -I/usr/include/python3.11 -Wsign-compare -g -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DNDEBUG -g -fwrapv -O2 -Wall -Wdate-time -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-cpython-311/skfmm/fmm.o 
> build/temp.linux-x86_64-cpython-311/skfmm/heap.o 
> build/temp.linux-x86_64-cpython-311/skfmm/base_marcher.o 
> build/temp.linux-x86_64-cpython-311/skfmm/distance_marcher.o 
> build/temp.linux-x86_64-cpython-311/skfmm/travel_time_marcher.o 
> build/temp.linux-x86_64-cpython-311/skfmm/extension_velocity_marcher.o 
> -L/usr/lib/x86_64-linux-gnu -o 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_scikit-fmm/build/skfmm/cfmm.cpython-311-x86_64-linux-gnu.so
> INFO: building 'skfmm.pheap' extension
> INFO: compiling C++ sources
> INFO: C compiler: x86_64-linux-gnu-g++ -Wsign-compare -DNDEBUG -g -fwrapv -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -fwrapv -O2 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -Wsign-compare -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include 
> -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include 
> -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-g++: skfmm/pheap.cpp
> INFO: x86_64-linux-gnu-g++: skfmm/heap.cpp
> INFO: x86_64-linux-gnu-g++ -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g 
> -fwrapv -O2 -L/usr/lib/python3.11/config-3.11-x86_64-linux-gnu 
> -L/usr/lib/x86_64-linux-gnu -ldl -lm -I/usr/include/python3.11 
> -I/usr/include/python3.11 -Wsign-compare -g -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DNDEBUG -g -fwrapv -O2 -Wall -Wdate-time -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-cpython-311/skfmm/pheap.o 
> build/temp.linux-x86_64-cpython-311/skfmm/heap.o -L/usr/lib/x86_64-linux-gnu 
> -o 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_scikit-fmm/build/skfmm/pheap.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
>   Generated   : none
> INFO: CCompilerOpt.cache_flush[857] : write cache to path -> 
> /<<PKGBUILDDIR>>/build/temp.linux-x86_64-cpython-311/ccompiler_opt_cache_ext.py
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:305: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_scikit-fmm/build; python3.12 -m 
> unittest discover -v 
> skfmm (unittest.loader._FailedTest.skfmm) ... ERROR
> 
> ======================================================================
> ERROR: skfmm (unittest.loader._FailedTest.skfmm)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: skfmm
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 427, in _find_test_path
>     package = self._get_module_from_name(name)
>               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_scikit-fmm/build/skfmm/__init__.py", 
> line 52, in <module>
>     from .heap import heap
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_scikit-fmm/build/skfmm/heap.py", 
> line 1, in <module>
>     from .pheap import pheap as _pheap
> ImportError: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_scikit-fmm/build/skfmm/pheap.cpython-312-x86_64-linux-gnu.so:
>  undefined symbol: PyCode_NewWithPosOnlyArgs
> 
> 
> ----------------------------------------------------------------------
> Ran 1 test in 0.000s
> 
> FAILED (errors=1)
> E: pybuild pybuild:391: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_scikit-fmm/build; python3.12 -m 
> unittest discover -v 
> I: pybuild base:305: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_scikit-fmm/build; python3.11 -m 
> unittest discover -v 
> 
> ----------------------------------------------------------------------
> Ran 0 tests in 0.000s
> 
> OK
> dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11" 
> returned exit code 13
> make: *** [debian/rules:11: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2024/01/15/scikit-fmm_2022.08.15-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240115;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240115&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to