neonbjb / tortoise-tts

A multi-voice TTS system trained with an emphasis on quality
Apache License 2.0
12.9k stars 1.78k forks source link

Using WAAAAY TOO MUCH bandwidth during Arch Install instructions! #255

Open conhibit opened 1 year ago

conhibit commented 1 year ago

git clone https://github.com/neonbjb/tortoise-tts.git cd tortoise-tts python -m pip install -r ./requirements.txt python setup.py install

I PUT THIS AND GET:

I THINK PIP SAYS:

1479/1479

THEN : it keeps downloading 500 MB nvidia .whl files

?>????? none of whom are in the dependencies text file for pip install i believe?????

like literally only 20 repos were supposed to download....????

UPDATE: Now it appears to of got an error when doing something with python which I swore was already installed via Pacman,.... >.>

`>>> git clone https://github.com/neonbjb/tortoise-tts.git
cd tortoise-tts
python -m pip install -r ./requirements.txt
python setup.py install
Cloning into 'tortoise-tts'...
remote: Enumerating objects: 1479, done.
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 1479 (delta 6), reused 8 (delta 1), pack-reused 1458
Receiving objects: 100% (1479/1479), 53.59 MiB | 1.36 MiB/s, done.
Resolving deltas: 100% (576/576), done.
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: tqdm in /usr/lib/python3.10/site-packages (from -r ./requirements.txt (line 1)) (4.64.1)
Collecting rotary_embedding_torch
  Downloading rotary_embedding_torch-0.2.1-py3-none-any.whl (4.5 kB)
Collecting transformers==4.19
  Downloading transformers-4.19.0-py3-none-any.whl (4.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 1.3 MB/s eta 0:00:00
Collecting tokenizers
  Downloading tokenizers-0.13.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/7.6 MB 1.3 MB/s eta 0:00:00
Requirement already satisfied: inflect in /usr/lib/python3.10/site-packages (from -r ./requirements.txt (line 5)) (6.0.2)
Collecting progressbar
  Downloading progressbar-2.5.tar.gz (10 kB)
  Preparing metadata (setup.py) ... done
Collecting einops
  Downloading einops-0.6.0-py3-none-any.whl (41 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.6/41.6 kB 585.2 kB/s eta 0:00:00
Requirement already satisfied: unidecode in /usr/lib/python3.10/site-packages (from -r ./requirements.txt (line 8)) (1.3.6)
Requirement already satisfied: scipy in /usr/lib/python3.10/site-packages (from -r ./requirements.txt (line 9)) (1.10.0)
Collecting librosa
  Downloading librosa-0.9.2-py3-none-any.whl (214 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 214.3/214.3 kB 1.7 MB/s eta 0:00:00
Collecting numpy==1.20.0
  Downloading numpy-1.20.0.zip (8.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/8.0 MB 253.0 kB/s eta 0:00:00
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting numba==0.48.0
  Downloading numba-0.48.0.tar.gz (2.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 550.5 kB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Collecting torchaudio
  Downloading torchaudio-0.13.1-cp310-cp310-manylinux1_x86_64.whl (4.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 1.0 MB/s eta 0:00:00
Collecting ffmpeg
  Downloading ffmpeg-1.4.tar.gz (5.1 kB)
  Preparing metadata (setup.py) ... done
Collecting threadpoolctl
  Downloading threadpoolctl-3.1.0-py3-none-any.whl (14 kB)
Collecting llvmlite
  Downloading llvmlite-0.39.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.6/34.6 MB 801.5 kB/s eta 0:00:00
Requirement already satisfied: appdirs in /usr/lib/python3.10/site-packages (from -r ./requirements.txt (line 17)) (1.4.4)
Requirement already satisfied: pyyaml>=5.1 in /usr/lib/python3.10/site-packages (from transformers==4.19->-r ./requirements.txt (line 3)) (6.0)
Collecting regex!=2019.12.17
  Downloading regex-2022.10.31-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (770 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 770.5/770.5 kB 341.9 kB/s eta 0:00:00
Requirement already satisfied: packaging>=20.0 in /usr/lib/python3.10/site-packages (from transformers==4.19->-r ./requirements.txt (line 3)) (21.3)
Collecting huggingface-hub<1.0,>=0.1.0
  Downloading huggingface_hub-0.11.1-py3-none-any.whl (182 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 182.4/182.4 kB 406.9 kB/s eta 0:00:00
Collecting filelock
  Downloading filelock-3.9.0-py3-none-any.whl (9.7 kB)
Collecting tokenizers
  Downloading tokenizers-0.12.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (6.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 422.6 kB/s eta 0:00:00
Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from transformers==4.19->-r ./requirements.txt (line 3)) (2.28.1)
Collecting llvmlite
  Downloading llvmlite-0.31.0.tar.gz (110 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.8/110.8 kB 1.6 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (from numba==0.48.0->-r ./requirements.txt (line 12)) (65.6.3)
Collecting torch>=1.6
  Downloading torch-1.13.1-cp310-cp310-manylinux1_x86_64.whl (887.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 887.5/887.5 MB 376.9 kB/s eta 0:00:00
Requirement already satisfied: pydantic>=1.9.1 in /usr/lib/python3.10/site-packages (from inflect->-r ./requirements.txt (line 5)) (1.10.4)
Collecting joblib>=0.14
  Downloading joblib-1.2.0-py3-none-any.whl (297 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 298.0/298.0 kB 370.6 kB/s eta 0:00:00
Requirement already satisfied: decorator>=4.0.10 in /usr/lib/python3.10/site-packages (from librosa->-r ./requirements.txt (line 10)) (5.1.1)
Collecting resampy>=0.2.2
  Downloading resampy-0.4.2-py3-none-any.whl (3.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 445.0 kB/s eta 0:00:00
Collecting soundfile>=0.10.2
  Downloading soundfile-0.11.0-py2.py3-none-any.whl (23 kB)
Requirement already satisfied: pooch>=1.0 in /usr/lib/python3.10/site-packages (from librosa->-r ./requirements.txt (line 10)) (1.6.0)
Collecting audioread>=2.1.9
  Downloading audioread-3.0.0.tar.gz (377 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 377.0/377.0 kB 435.6 kB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Collecting scikit-learn>=0.19.1
  Downloading scikit_learn-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 320.4 kB/s eta 0:00:00
Collecting nvidia-cublas-cu11==11.10.3.66
  Downloading nvidia_cublas_cu11-11.10.3.66-py3-none-manylinux1_x86_64.whl (317.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 317.1/317.1 MB 88.3 kB/s eta 0:00:00
Collecting nvidia-cuda-runtime-cu11==11.7.99
  Downloading nvidia_cuda_runtime_cu11-11.7.99-py3-none-manylinux1_x86_64.whl (849 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 849.3/849.3 kB 48.9 kB/s eta 0:00:00
Collecting nvidia-cudnn-cu11==8.5.0.96
  Downloading nvidia_cudnn_cu11-8.5.0.96-2-py3-none-manylinux1_x86_64.whl (557.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 557.1/557.1 MB 969.9 kB/s eta 0:00:00
Collecting nvidia-cuda-nvrtc-cu11==11.7.99
  Downloading nvidia_cuda_nvrtc_cu11-11.7.99-2-py3-none-manylinux1_x86_64.whl (21.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.0/21.0 MB 1.6 MB/s eta 0:00:00
Requirement already satisfied: typing-extensions in /usr/lib/python3.10/site-packages (from torch>=1.6->rotary_embedding_torch->-r ./requirements.txt (line 2)) (4.4.0)
Requirement already satisfied: wheel in /usr/lib/python3.10/site-packages (from nvidia-cublas-cu11==11.10.3.66->torch>=1.6->rotary_embedding_torch->-r ./requirements.txt (line 2)) (0.38.4)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/lib/python3.10/site-packages (from packaging>=20.0->transformers==4.19->-r ./requirements.txt (line 3)) (3.0.9)
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.10/site-packages (from requests->transformers==4.19->-r ./requirements.txt (line 3)) (3.4)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests->transformers==4.19->-r ./requirements.txt (line 3)) (1.26.12)
Collecting resampy>=0.2.2
  Downloading resampy-0.4.1-py3-none-any.whl (3.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 1.1 MB/s eta 0:00:00
  Downloading resampy-0.4.0-py3-none-any.whl (3.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 1.2 MB/s eta 0:00:00
  Downloading resampy-0.3.1-py3-none-any.whl (3.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 1.2 MB/s eta 0:00:00
Requirement already satisfied: cffi>=1.0 in /usr/lib/python3.10/site-packages (from soundfile>=0.10.2->librosa->-r ./requirements.txt (line 10)) (1.15.1)
Requirement already satisfied: pycparser in /usr/lib/python3.10/site-packages (from cffi>=1.0->soundfile>=0.10.2->librosa->-r ./requirements.txt (line 10)) (2.21)
Requirement already satisfied: jaraco.text in /usr/lib/python3.10/site-packages (from setuptools->numba==0.48.0->-r ./requirements.txt (line 12)) (3.11.0)
Requirement already satisfied: more-itertools in /usr/lib/python3.10/site-packages (from setuptools->numba==0.48.0->-r ./requirements.txt (line 12)) (9.0.0)
Requirement already satisfied: ordered-set in /usr/lib/python3.10/site-packages (from setuptools->numba==0.48.0->-r ./requirements.txt (line 12)) (4.1.0)
Requirement already satisfied: tomli in /usr/lib/python3.10/site-packages (from setuptools->numba==0.48.0->-r ./requirements.txt (line 12)) (2.0.1)
Requirement already satisfied: validate-pyproject in /usr/lib/python3.10/site-packages (from setuptools->numba==0.48.0->-r ./requirements.txt (line 12)) (0.10.1)
Requirement already satisfied: jaraco.functools in /usr/lib/python3.10/site-packages (from jaraco.text->setuptools->numba==0.48.0->-r ./requirements.txt (line 12)) (3.5.2)
Requirement already satisfied: autocommand in /usr/lib/python3.10/site-packages (from jaraco.text->setuptools->numba==0.48.0->-r ./requirements.txt (line 12)) (2.2.2)
Requirement already satisfied: jaraco.context>=4.1 in /usr/lib/python3.10/site-packages (from jaraco.text->setuptools->numba==0.48.0->-r ./requirements.txt (line 12)) (4.2.0)
Building wheels for collected packages: numpy, numba, progressbar, ffmpeg, llvmlite, audioread
  Building wheel for numpy (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for numpy (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [1523 lines of output]
      setup.py:66: RuntimeWarning: NumPy 1.20.0 may not yet support Python 3.10.
        warnings.warn(
      Running from numpy source directory.
      numpy/random/_bounded_integers.pxd.in has not changed
      Processing numpy/random/_bounded_integers.pyx
      numpy/random/mtrand.pyx has not changed
      numpy/random/_pcg64.pyx has not changed
      numpy/random/bit_generator.pyx has not changed
      numpy/random/_sfc64.pyx has not changed
      numpy/random/_common.pyx has not changed
      numpy/random/_bounded_integers.pyx.in has not changed
      numpy/random/_philox.pyx has not changed
      numpy/random/_generator.pyx has not changed
      numpy/random/_mt19937.pyx has not changed
      Cythonizing sources
      blas_opt_info:
      blas_mkl_info:
      customize UnixCCompiler
        libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
        NOT AVAILABLE

      blis_info:
        libraries blis not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
        NOT AVAILABLE

      openblas_info:
        libraries openblas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
        NOT AVAILABLE

      atlas_3_10_blas_threads_info:
      Setting PTATLAS=ATLAS
        libraries tatlas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
        NOT AVAILABLE

      atlas_3_10_blas_info:
        libraries satlas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
        NOT AVAILABLE

      atlas_blas_threads_info:
      Setting PTATLAS=ATLAS
        libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
        NOT AVAILABLE

      atlas_blas_info:
        libraries f77blas,cblas,atlas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
        NOT AVAILABLE

      /tmp/pip-install-egimm7lw/numpy_4b2f0c09c3af4c59a2ba58a8a882b297/numpy/distutils/system_info.py:1989: 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):
      blas_info:
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      creating /tmp/tmpgztbnqy6/tmp
      creating /tmp/tmpgztbnqy6/tmp/tmpgztbnqy6
      compile options: '-I/usr/local/include -I/usr/include -c'
      gcc: /tmp/tmpgztbnqy6/source.c
      gcc /tmp/tmpgztbnqy6/tmp/tmpgztbnqy6/source.o -L/usr/lib64 -lblas -o /tmp/tmpgztbnqy6/a.out
      /sbin/ld: /tmp/ccuMhShh.ltrans0.ltrans.o: in function `main':
      /tmp/tmpgztbnqy6/source.c:6: undefined reference to `cblas_ddot'
      collect2: error: ld returned 1 exit status
      gcc /tmp/tmpgztbnqy6/tmp/tmpgztbnqy6/source.o -L/usr/lib64 -lcblas -lblas -o /tmp/tmpgztbnqy6/a.out
        FOUND:
          libraries = ['cblas', 'blas', 'blas']
          library_dirs = ['/usr/lib64']
          include_dirs = ['/usr/local/include', '/usr/include']
          language = c
          define_macros = [('HAVE_CBLAS', None)]

        FOUND:
          define_macros = [('NO_ATLAS_INFO', 1), ('HAVE_CBLAS', None)]
          libraries = ['cblas', 'blas', 'blas']
          library_dirs = ['/usr/lib64']
          include_dirs = ['/usr/local/include', '/usr/include']
          language = c

      non-existing path in 'numpy/distutils': 'site.cfg'
      lapack_opt_info:
      lapack_mkl_info:
        libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
        NOT AVAILABLE

      openblas_lapack_info:
        libraries openblas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
        NOT AVAILABLE

      openblas_clapack_info:
        libraries openblas,lapack not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
        NOT AVAILABLE

      flame_info:
        libraries flame not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
        NOT AVAILABLE

      atlas_3_10_threads_info:
      Setting PTATLAS=ATLAS
        libraries lapack_atlas not found in /usr/local/lib
        libraries tatlas,tatlas not found in /usr/local/lib
        libraries lapack_atlas not found in /usr/lib64
        libraries tatlas,tatlas not found in /usr/lib64
        libraries lapack_atlas not found in /usr/lib
        libraries tatlas,tatlas not found in /usr/lib
        libraries lapack_atlas not found in /usr/lib/
        libraries tatlas,tatlas not found in /usr/lib/
      <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
        NOT AVAILABLE

      atlas_3_10_info:
        libraries lapack_atlas not found in /usr/local/lib
        libraries satlas,satlas not found in /usr/local/lib
        libraries lapack_atlas not found in /usr/lib64
        libraries satlas,satlas not found in /usr/lib64
        libraries lapack_atlas not found in /usr/lib
        libraries satlas,satlas not found in /usr/lib
        libraries lapack_atlas not found in /usr/lib/
        libraries satlas,satlas not found in /usr/lib/
      <class 'numpy.distutils.system_info.atlas_3_10_info'>
        NOT AVAILABLE

      atlas_threads_info:
      Setting PTATLAS=ATLAS
        libraries lapack_atlas not found in /usr/local/lib
        libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
        libraries lapack_atlas not found in /usr/lib64
        libraries ptf77blas,ptcblas,atlas not found in /usr/lib64
        libraries lapack_atlas not found in /usr/lib
        libraries ptf77blas,ptcblas,atlas not found in /usr/lib
        libraries lapack_atlas not found in /usr/lib/
        libraries ptf77blas,ptcblas,atlas not found in /usr/lib/
      <class 'numpy.distutils.system_info.atlas_threads_info'>
        NOT AVAILABLE

      atlas_info:
        libraries lapack_atlas not found in /usr/local/lib
        libraries f77blas,cblas,atlas not found in /usr/local/lib
        libraries lapack_atlas not found in /usr/lib64
        libraries f77blas,cblas,atlas not found in /usr/lib64
        libraries lapack_atlas not found in /usr/lib
        libraries f77blas,cblas,atlas not found in /usr/lib
        libraries lapack_atlas not found in /usr/lib/
        libraries f77blas,cblas,atlas not found in /usr/lib/
      <class 'numpy.distutils.system_info.atlas_info'>
        NOT AVAILABLE

      lapack_info:
        FOUND:
          libraries = ['lapack', 'lapack']
          library_dirs = ['/usr/lib64']
          language = f77

        FOUND:
          libraries = ['lapack', 'lapack', 'cblas', 'blas', 'blas']
          library_dirs = ['/usr/lib64']
          language = c
          define_macros = [('NO_ATLAS_INFO', 1), ('HAVE_CBLAS', None)]
          include_dirs = ['/usr/local/include', '/usr/include']

      /tmp/pip-build-env-owq6puf9/overlay/lib/python3.10/site-packages/setuptools/_distutils/dist.py:275: UserWarning: Unknown distribution option: 'define_macros'
        warnings.warn(msg)
      running bdist_wheel
      running build
      running config_cc
      unifing config_cc, config, build_clib, build_ext, build commands --compiler options
      running config_fc
      unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
      running build_src
      build_src
      building py_modules sources
      building library "npymath" sources
      Could not locate executable gfortran
      Could not locate executable f95
      Could not locate executable ifort
      Could not locate executable ifc
      Could not locate executable lf95
      Could not locate executable pgfortran
      Could not locate executable nvfortran
      Could not locate executable f90
      Could not locate executable f77
      Could not locate executable fort
      Could not locate executable efort
      Could not locate executable efc
      Could not locate executable g77
      Could not locate executable g95
      Could not locate executable pathf95
      Could not locate executable nagfor
      Could not locate executable frt
      don't know how to compile Fortran code on platform 'posix'
        adding 'build/src.linux-x86_64-3.10/numpy/core/src/npymath' to include_dirs.
      None - nothing done with h_files = ['build/src.linux-x86_64-3.10/numpy/core/src/npymath/npy_math_internal.h']
      building library "npyrandom" sources
      building extension "numpy.core._multiarray_tests" sources
      building extension "numpy.core._multiarray_umath" sources
        adding 'build/src.linux-x86_64-3.10/numpy/core/src/common' to include_dirs.
        adding 'build/src.linux-x86_64-3.10/numpy/core/src/umath' to include_dirs.
      numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.10/numpy/core/src/common/npy_sort.h', 'build/src.linux-x86_64-3.10/numpy/core/src/common/npy_partition.h', 'build/src.linux-x86_64-3.10/numpy/core/src/common/npy_binsearch.h', 'build/src.linux-x86_64-3.10/numpy/core/src/umath/funcs.inc', 'build/src.linux-x86_64-3.10/numpy/core/src/umath/simd.inc', 'build/src.linux-x86_64-3.10/numpy/core/src/umath/loops.h', 'build/src.linux-x86_64-3.10/numpy/core/src/umath/matmul.h', 'build/src.linux-x86_64-3.10/numpy/core/src/umath/clip.h', 'build/src.linux-x86_64-3.10/numpy/core/src/common/templ_common.h', 'build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.10/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.10/numpy/core/include/numpy/__multiarray_api.h', 'build/src.linux-x86_64-3.10/numpy/core/include/numpy/__ufunc_api.h']
      building extension "numpy.core._umath_tests" sources
      building extension "numpy.core._rational_tests" sources
      building extension "numpy.core._struct_ufunc_tests" sources
      building extension "numpy.core._operand_flag_tests" sources
      building extension "numpy.core._simd" sources
        adding 'build/src.linux-x86_64-3.10/numpy/core/src/_simd' to include_dirs.
      numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.10/numpy/core/src/_simd/_simd_inc.h', 'build/src.linux-x86_64-3.10/numpy/core/src/_simd/_simd_data.inc']
      building extension "numpy.fft._pocketfft_internal" sources
      building extension "numpy.linalg.lapack_lite" sources
      building extension "numpy.linalg._umath_linalg" sources
      building extension "numpy.random._mt19937" sources
      building extension "numpy.random._philox" sources
      building extension "numpy.random._pcg64" sources
      building extension "numpy.random._sfc64" sources
      building extension "numpy.random._common" sources
      building extension "numpy.random.bit_generator" sources
      building extension "numpy.random._generator" sources
      building extension "numpy.random._bounded_integers" sources
      building extension "numpy.random.mtrand" sources
      building data_files sources
      build_src: building npy-pkg config files
      running build_py
      creating build/lib.linux-x86_64-3.10
      creating build/lib.linux-x86_64-3.10/numpy
      copying numpy/ctypeslib.py -> build/lib.linux-x86_64-3.10/numpy
      copying numpy/_pytesttester.py -> build/lib.linux-x86_64-3.10/numpy
      copying numpy/version.py -> build/lib.linux-x86_64-3.10/numpy
      copying numpy/matlib.py -> build/lib.linux-x86_64-3.10/numpy
      copying numpy/conftest.py -> build/lib.linux-x86_64-3.10/numpy
      copying numpy/_distributor_init.py -> build/lib.linux-x86_64-3.10/numpy
      copying numpy/_globals.py -> build/lib.linux-x86_64-3.10/numpy
      copying numpy/dual.py -> build/lib.linux-x86_64-3.10/numpy
      copying numpy/__init__.py -> build/lib.linux-x86_64-3.10/numpy
      copying numpy/setup.py -> build/lib.linux-x86_64-3.10/numpy
      copying build/src.linux-x86_64-3.10/numpy/__config__.py -> build/lib.linux-x86_64-3.10/numpy
      creating build/lib.linux-x86_64-3.10/numpy/compat
      copying numpy/compat/py3k.py -> build/lib.linux-x86_64-3.10/numpy/compat
      copying numpy/compat/_inspect.py -> build/lib.linux-x86_64-3.10/numpy/compat
      copying numpy/compat/__init__.py -> build/lib.linux-x86_64-3.10/numpy/compat
      copying numpy/compat/setup.py -> build/lib.linux-x86_64-3.10/numpy/compat
      creating build/lib.linux-x86_64-3.10/numpy/compat/tests
      copying numpy/compat/tests/test_compat.py -> build/lib.linux-x86_64-3.10/numpy/compat/tests
      copying numpy/compat/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/compat/tests
      creating build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/_methods.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/machar.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/setup_common.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/_ufunc_config.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/umath_tests.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/_exceptions.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/shape_base.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/numerictypes.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/umath.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/cversions.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/_dtype.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/_dtype_ctypes.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/numeric.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/overrides.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/arrayprint.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/multiarray.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/function_base.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/memmap.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/records.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/__init__.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/_asarray.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/setup.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/einsumfunc.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/_type_aliases.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/defchararray.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/_add_newdocs.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/getlimits.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/_string_helpers.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/fromnumeric.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/_internal.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/_add_newdocs_scalars.py -> build/lib.linux-x86_64-3.10/numpy/core
      copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.linux-x86_64-3.10/numpy/core
      creating build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_umath.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_indexerrors.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_errstate.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_machar.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_getlimits.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_scalar_ctors.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_print.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_cpu_features.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_deprecations.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_casting_unittests.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_conversion_utils.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_scalarprint.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_unicode.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_simd.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_multiarray.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_overrides.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_api.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_scalarmath.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/_locales.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_indexing.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_abc.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_einsum.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_numeric.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_longdouble.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_scalarbuffer.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_datetime.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_arrayprint.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_dtype.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_scalarinherit.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_scalar_methods.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_defchararray.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_numerictypes.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_array_coercion.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_cython.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_cpu_dispatcher.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_records.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_mem_overlap.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_shape_base.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_item_selection.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_memmap.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_umath_complex.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_nditer.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test__exceptions.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_ufunc.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_function_base.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_simd_module.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_protocols.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_umath_accuracy.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_extint128.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      copying numpy/core/tests/test_half.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
      creating build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/extension.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/ccompiler_opt.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/line_endings.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/log.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/msvccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/_shell_utils.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/cpuinfo.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/intelccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/lib2def.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/system_info.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/ccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/pathccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/msvc9compiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/misc_util.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/numpy_distribution.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/from_template.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/unixccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/conv_template.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/__init__.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/setup.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/mingw32ccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/npy_pkg_config.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/core.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying numpy/distutils/exec_command.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      copying build/src.linux-x86_64-3.10/numpy/distutils/__config__.py -> build/lib.linux-x86_64-3.10/numpy/distutils
      creating build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/develop.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/build.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/egg_info.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/install_clib.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/install_headers.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/bdist_rpm.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/build_ext.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/build_clib.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/install_data.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/build_py.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/install.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/__init__.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/build_src.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/autodist.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/config.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/build_scripts.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/config_compiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      copying numpy/distutils/command/sdist.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
      creating build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/ibm.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/absoft.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/fujitsu.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/compaq.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/g95.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/gnu.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/pg.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/environment.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/sun.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/nv.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/hpux.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/mips.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/lahey.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/vast.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/__init__.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/none.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/intel.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/pathf95.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      copying numpy/distutils/fcompiler/nag.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
      creating build/lib.linux-x86_64-3.10/numpy/distutils/tests
      copying numpy/distutils/tests/test_ccompiler_opt.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
      copying numpy/distutils/tests/test_mingw32ccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
      copying numpy/distutils/tests/test_system_info.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
      copying numpy/distutils/tests/test_exec_command.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
      copying numpy/distutils/tests/test_npy_pkg_config.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
      copying numpy/distutils/tests/test_fcompiler_gnu.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
      copying numpy/distutils/tests/test_fcompiler_intel.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
      copying numpy/distutils/tests/test_fcompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
      copying numpy/distutils/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
      copying numpy/distutils/tests/test_misc_util.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
      copying numpy/distutils/tests/test_fcompiler_nagfor.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
      copying numpy/distutils/tests/test_ccompiler_opt_conf.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
      copying numpy/distutils/tests/test_from_template.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
      copying numpy/distutils/tests/test_shell_utils.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
      creating build/lib.linux-x86_64-3.10/numpy/doc
      copying numpy/doc/ufuncs.py -> build/lib.linux-x86_64-3.10/numpy/doc
      copying numpy/doc/constants.py -> build/lib.linux-x86_64-3.10/numpy/doc
      copying numpy/doc/__init__.py -> build/lib.linux-x86_64-3.10/numpy/doc
      creating build/lib.linux-x86_64-3.10/numpy/f2py
      copying numpy/f2py/common_rules.py -> build/lib.linux-x86_64-3.10/numpy/f2py
      copying numpy/f2py/capi_maps.py -> build/lib.linux-x86_64-3.10/numpy/f2py
      copying numpy/f2py/__version__.py -> build/lib.linux-x86_64-3.10/numpy/f2py
      copying numpy/f2py/use_rules.py -> build/lib.linux-x86_64-3.10/numpy/f2py
      copying numpy/f2py/func2subr.py -> build/lib.linux-x86_64-3.10/numpy/f2py
      copying numpy/f2py/__main__.py -> build/lib.linux-x86_64-3.10/numpy/f2py
      copying numpy/f2py/auxfuncs.py -> build/lib.linux-x86_64-3.10/numpy/f2py
      copying numpy/f2py/f90mod_rules.py -> build/lib.linux-x86_64-3.10/numpy/f2py
      copying numpy/f2py/cfuncs.py -> build/lib.linux-x86_64-3.10/numpy/f2py
      copying numpy/f2py/cb_rules.py -> build/lib.linux-x86_64-3.10/numpy/f2py
      copying numpy/f2py/diagnose.py -> build/lib.linux-x86_64-3.10/numpy/f2py
      copying numpy/f2py/f2py2e.py -> build/lib.linux-x86_64-3.10/numpy/f2py
      copying numpy/f2py/rules.py -> build/lib.linux-x86_64-3.10/numpy/f2py
      copying numpy/f2py/crackfortran.py -> build/lib.linux-x86_64-3.10/numpy/f2py
      copying numpy/f2py/__init__.py -> build/lib.linux-x86_64-3.10/numpy/f2py
      copying numpy/f2py/setup.py -> build/lib.linux-x86_64-3.10/numpy/f2py
      copying numpy/f2py/f2py_testing.py -> build/lib.linux-x86_64-3.10/numpy/f2py
      creating build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_mixed.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_compile_function.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_common.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_parameter.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_assumed_shape.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/util.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_quoted_character.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_kind.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_size.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_crackfortran.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_return_complex.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_block_docstring.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_return_logical.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_return_integer.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_array_from_pyobj.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_return_real.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_module_doc.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_callback.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_semicolon_split.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_string.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      copying numpy/f2py/tests/test_return_character.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
      creating build/lib.linux-x86_64-3.10/numpy/fft
      copying numpy/fft/helper.py -> build/lib.linux-x86_64-3.10/numpy/fft
      copying numpy/fft/__init__.py -> build/lib.linux-x86_64-3.10/numpy/fft
      copying numpy/fft/setup.py -> build/lib.linux-x86_64-3.10/numpy/fft
      copying numpy/fft/_pocketfft.py -> build/lib.linux-x86_64-3.10/numpy/fft
      creating build/lib.linux-x86_64-3.10/numpy/fft/tests
      copying numpy/fft/tests/test_pocketfft.py -> build/lib.linux-x86_64-3.10/numpy/fft/tests
      copying numpy/fft/tests/test_helper.py -> build/lib.linux-x86_64-3.10/numpy/fft/tests
      copying numpy/fft/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/fft/tests
      creating build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/recfunctions.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/mixins.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/format.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/arraypad.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/histograms.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/type_check.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/stride_tricks.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/shape_base.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/index_tricks.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/twodim_base.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/arraysetops.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/user_array.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/polynomial.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/npyio.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/function_base.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/_iotools.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/nanfunctions.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/__init__.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/setup.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/ufunclike.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/scimath.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/_version.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/utils.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/arrayterator.py -> build/lib.linux-x86_64-3.10/numpy/lib
      copying numpy/lib/_datasource.py -> build/lib.linux-x86_64-3.10/numpy/lib
      creating build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_format.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_polynomial.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_arraysetops.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_stride_tricks.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test__iotools.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_packbits.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_type_check.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test__datasource.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_io.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test__version.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_twodim_base.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_mixins.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_utils.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_shape_base.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_index_tricks.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_recfunctions.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_arraypad.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_nanfunctions.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_function_base.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_financial_expired.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_ufunclike.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_arrayterator.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      copying numpy/lib/tests/test_histograms.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
      creating build/lib.linux-x86_64-3.10/numpy/linalg
      copying numpy/linalg/linalg.py -> build/lib.linux-x86_64-3.10/numpy/linalg
      copying numpy/linalg/__init__.py -> build/lib.linux-x86_64-3.10/numpy/linalg
      copying numpy/linalg/setup.py -> build/lib.linux-x86_64-3.10/numpy/linalg
      creating build/lib.linux-x86_64-3.10/numpy/linalg/tests
      copying numpy/linalg/tests/test_linalg.py -> build/lib.linux-x86_64-3.10/numpy/linalg/tests
      copying numpy/linalg/tests/test_deprecations.py -> build/lib.linux-x86_64-3.10/numpy/linalg/tests
      copying numpy/linalg/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/linalg/tests
      copying numpy/linalg/tests/test_build.py -> build/lib.linux-x86_64-3.10/numpy/linalg/tests
      copying numpy/linalg/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/linalg/tests
      creating build/lib.linux-x86_64-3.10/numpy/ma
      copying numpy/ma/mrecords.py -> build/lib.linux-x86_64-3.10/numpy/ma
      copying numpy/ma/extras.py -> build/lib.linux-x86_64-3.10/numpy/ma
      copying numpy/ma/__init__.py -> build/lib.linux-x86_64-3.10/numpy/ma
      copying numpy/ma/bench.py -> build/lib.linux-x86_64-3.10/numpy/ma
      copying numpy/ma/testutils.py -> build/lib.linux-x86_64-3.10/numpy/ma
      copying numpy/ma/setup.py -> build/lib.linux-x86_64-3.10/numpy/ma
      copying numpy/ma/timer_comparison.py -> build/lib.linux-x86_64-3.10/numpy/ma
      copying numpy/ma/core.py -> build/lib.linux-x86_64-3.10/numpy/ma
      creating build/lib.linux-x86_64-3.10/numpy/ma/tests
      copying numpy/ma/tests/test_deprecations.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests
      copying numpy/ma/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests
      copying numpy/ma/tests/test_mrecords.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests
      copying numpy/ma/tests/test_subclassing.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests
      copying numpy/ma/tests/test_old_ma.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests
      copying numpy/ma/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests
      copying numpy/ma/tests/test_extras.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests
      copying numpy/ma/tests/test_core.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests
      creating build/lib.linux-x86_64-3.10/numpy/matrixlib
      copying numpy/matrixlib/defmatrix.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib
      copying numpy/matrixlib/__init__.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib
      copying numpy/matrixlib/setup.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib
      creating build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
      copying numpy/matrixlib/tests/test_interaction.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
      copying numpy/matrixlib/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
      copying numpy/matrixlib/tests/test_matrix_linalg.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
      copying numpy/matrixlib/tests/test_multiarray.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
      copying numpy/matrixlib/tests/test_masked_matrix.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
      copying numpy/matrixlib/tests/test_numeric.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
      copying numpy/matrixlib/tests/test_defmatrix.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
      copying numpy/matrixlib/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
      creating build/lib.linux-x86_64-3.10/numpy/polynomial
      copying numpy/polynomial/_polybase.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
      copying numpy/polynomial/hermite_e.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
      copying numpy/polynomial/polyutils.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
      copying numpy/polynomial/chebyshev.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
      copying numpy/polynomial/polynomial.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
      copying numpy/polynomial/legendre.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
      copying numpy/polynomial/laguerre.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
      copying numpy/polynomial/__init__.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
      copying numpy/polynomial/setup.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
      copying numpy/polynomial/hermite.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
      creating build/lib.linux-x86_64-3.10/numpy/polynomial/tests
      copying numpy/polynomial/tests/test_polynomial.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
      copying numpy/polynomial/tests/test_laguerre.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
      copying numpy/polynomial/tests/test_polyutils.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
      copying numpy/polynomial/tests/test_hermite_e.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
      copying numpy/polynomial/tests/test_printing.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
      copying numpy/polynomial/tests/test_chebyshev.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
      copying numpy/polynomial/tests/test_hermite.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
      copying numpy/polynomial/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
      copying numpy/polynomial/tests/test_legendre.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
      copying numpy/polynomial/tests/test_classes.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
      creating build/lib.linux-x86_64-3.10/numpy/random
      copying numpy/random/_pickle.py -> build/lib.linux-x86_64-3.10/numpy/random
      copying numpy/random/__init__.py -> build/lib.linux-x86_64-3.10/numpy/random
      copying numpy/random/setup.py -> build/lib.linux-x86_64-3.10/numpy/random
      creating build/lib.linux-x86_64-3.10/numpy/random/tests
      copying numpy/random/tests/test_random.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
      copying numpy/random/tests/test_direct.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
      copying numpy/random/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
      copying numpy/random/tests/test_randomstate_regression.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
      copying numpy/random/tests/test_generator_mt19937.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
      copying numpy/random/tests/test_smoke.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
      copying numpy/random/tests/test_randomstate.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
      copying numpy/random/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
      copying numpy/random/tests/test_seed_sequence.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
      copying numpy/random/tests/test_extending.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
      copying numpy/random/tests/test_generator_mt19937_regressions.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
      creating build/lib.linux-x86_64-3.10/numpy/testing
      copying numpy/testing/print_coercion_tables.py -> build/lib.linux-x86_64-3.10/numpy/testing
      copying numpy/testing/__init__.py -> build/lib.linux-x86_64-3.10/numpy/testing
      copying numpy/testing/setup.py -> build/lib.linux-x86_64-3.10/numpy/testing
      copying numpy/testing/utils.py -> build/lib.linux-x86_64-3.10/numpy/testing
      creating build/lib.linux-x86_64-3.10/numpy/testing/_private
      copying numpy/testing/_private/parameterized.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private
      copying numpy/testing/_private/decorators.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private
      copying numpy/testing/_private/noseclasses.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private
      copying numpy/testing/_private/nosetester.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private
      copying numpy/testing/_private/__init__.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private
      copying numpy/testing/_private/utils.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private
      creating build/lib.linux-x86_64-3.10/numpy/testing/tests
      copying numpy/testing/tests/test_utils.py -> build/lib.linux-x86_64-3.10/numpy/testing/tests
      copying numpy/testing/tests/test_doctesting.py -> build/lib.linux-x86_64-3.10/numpy/testing/tests
      copying numpy/testing/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/testing/tests
      copying numpy/testing/tests/test_decorators.py -> build/lib.linux-x86_64-3.10/numpy/testing/tests
      creating build/lib.linux-x86_64-3.10/numpy/typing
      copying numpy/typing/_callable.py -> build/lib.linux-x86_64-3.10/numpy/typing
      copying numpy/typing/_scalars.py -> build/lib.linux-x86_64-3.10/numpy/typing
      copying numpy/typing/_shape.py -> build/lib.linux-x86_64-3.10/numpy/typing
      copying numpy/typing/_dtype_like.py -> build/lib.linux-x86_64-3.10/numpy/typing
      copying numpy/typing/__init__.py -> build/lib.linux-x86_64-3.10/numpy/typing
      copying numpy/typing/setup.py -> build/lib.linux-x86_64-3.10/numpy/typing
      copying numpy/typing/_add_docstring.py -> build/lib.linux-x86_64-3.10/numpy/typing
      copying numpy/typing/_array_like.py -> build/lib.linux-x86_64-3.10/numpy/typing
      creating build/lib.linux-x86_64-3.10/numpy/typing/tests
      copying numpy/typing/tests/test_isfile.py -> build/lib.linux-x86_64-3.10/numpy/typing/tests
      copying numpy/typing/tests/test_typing.py -> build/lib.linux-x86_64-3.10/numpy/typing/tests
      copying numpy/typing/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/typing/tests
      creating build/lib.linux-x86_64-3.10/numpy/tests
      copying numpy/tests/test_warnings.py -> build/lib.linux-x86_64-3.10/numpy/tests
      copying numpy/tests/test_ctypeslib.py -> build/lib.linux-x86_64-3.10/numpy/tests
      copying numpy/tests/test_public_api.py -> build/lib.linux-x86_64-3.10/numpy/tests
      copying numpy/tests/test_reloading.py -> build/lib.linux-x86_64-3.10/numpy/tests
      copying numpy/tests/test_numpy_version.py -> build/lib.linux-x86_64-3.10/numpy/tests
      copying numpy/tests/test_matlib.py -> build/lib.linux-x86_64-3.10/numpy/tests
      copying numpy/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/tests
      copying numpy/tests/test_scripts.py -> build/lib.linux-x86_64-3.10/numpy/tests
      running build_clib
      customize UnixCCompiler
      customize UnixCCompiler using new_build_clib
      CCompilerOpt.cc_test_flags[999] : testing flags (-march=native)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      creating /tmp/tmpc_1xdpbp/tmp
      creating /tmp/tmpc_1xdpbp/tmp/pip-install-egimm7lw
      creating /tmp/tmpc_1xdpbp/tmp/pip-install-egimm7lw/numpy_4b2f0c09c3af4c59a2ba58a8a882b297
      creating /tmp/tmpc_1xdpbp/tmp/pip-install-egimm7lw/numpy_4b2f0c09c3af4c59a2ba58a8a882b297/numpy
      creating /tmp/tmpc_1xdpbp/tmp/pip-install-egimm7lw/numpy_4b2f0c09c3af4c59a2ba58a8a882b297/numpy/distutils
      creating /tmp/tmpc_1xdpbp/tmp/pip-install-egimm7lw/numpy_4b2f0c09c3af4c59a2ba58a8a882b297/numpy/distutils/checks
      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-march=native'
      CCompilerOpt.cc_test_flags[999] : testing flags (-O3)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-O3'
      CCompilerOpt.cc_test_flags[999] : testing flags (-Werror)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-Werror'
      CCompilerOpt.__init__[1674] : check requested baseline
      CCompilerOpt.cc_test_flags[999] : testing flags (-msse)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse'
      CCompilerOpt.cc_test_flags[999] : testing flags (-msse2)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse2'
      CCompilerOpt.feature_test[1444] : testing feature 'SSE' with flags (-msse -msse2)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -Werror'
      CCompilerOpt.feature_test[1444] : testing feature 'SSE2' with flags (-msse -msse2)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -Werror'
      CCompilerOpt.cc_test_flags[999] : testing flags (-msse3)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse3'
      CCompilerOpt.feature_test[1444] : testing feature 'SSE3' with flags (-msse -msse2 -msse3)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -Werror'
      CCompilerOpt.__init__[1683] : check requested dispatch-able features
      CCompilerOpt.cc_test_flags[999] : testing flags (-mssse3)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-mssse3'
      CCompilerOpt.cc_test_flags[999] : testing flags (-msse4.1)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse4.1'
      CCompilerOpt.cc_test_flags[999] : testing flags (-mpopcnt)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-mpopcnt'
      CCompilerOpt.cc_test_flags[999] : testing flags (-msse4.2)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse4.2'
      CCompilerOpt.cc_test_flags[999] : testing flags (-mavx)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-mavx'
      CCompilerOpt.feature_test[1444] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror'
      CCompilerOpt.feature_test[1444] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror'
      CCompilerOpt.cc_test_flags[999] : testing flags (-mf16c)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-mf16c'
      CCompilerOpt.cc_test_flags[999] : testing flags (-mavx2)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-mavx2'
      CCompilerOpt.feature_test[1444] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror'
      CCompilerOpt.cc_test_flags[999] : testing flags (-mfma)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-mfma'
      CCompilerOpt.feature_test[1444] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror'
      CCompilerOpt.feature_test[1444] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -Werror'
      CCompilerOpt.feature_test[1444] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror'
      CCompilerOpt.feature_test[1444] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror'
      CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512f)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-mavx512f'
      CCompilerOpt.feature_test[1444] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror'
      CCompilerOpt.feature_test[1444] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror'
      CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512cd)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-mavx512cd'
      CCompilerOpt.feature_test[1444] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -Werror'
      CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512er -mavx512pf)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-mavx512er -mavx512pf'
      CCompilerOpt.feature_test[1444] : testing feature 'AVX512_KNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror'
      CCompilerOpt.dist_test[576] : CCompilerOpt._dist_test_spawn[711] : Command (gcc -Wno-unused-result -Wsign-compare -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 -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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c /tmp/pip-install-egimm7lw/numpy_4b2f0c09c3af4c59a2ba58a8a882b297/numpy/distutils/checks/cpu_avx512_knl.c -o /tmp/tmpc_1xdpbp/tmp/pip-install-egimm7lw/numpy_4b2f0c09c3af4c59a2ba58a8a882b297/numpy/distutils/checks/cpu_avx512_knl.o -MMD -MF /tmp/tmpc_1xdpbp/tmp/pip-install-egimm7lw/numpy_4b2f0c09c3af4c59a2ba58a8a882b297/numpy/distutils/checks/cpu_avx512_knl.o.d -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror) failed with exit status 1 output ->
      In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include/immintrin.h:51,
                       from /tmp/pip-install-egimm7lw/numpy_4b2f0c09c3af4c59a2ba58a8a882b297/numpy/distutils/checks/cpu_avx512_knl.c:1:
      In function ‘_mm512_exp2a23_round_pd’,
          inlined from ‘main’ at /tmp/pip-install-egimm7lw/numpy_4b2f0c09c3af4c59a2ba58a8a882b297/numpy/distutils/checks/cpu_avx512_knl.c:7:17:
      /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include/avx512erintrin.h:55:20: error: ‘__W’ is used uninitialized [-Werror=uninitialized]
         55 |   return (__m512d) __builtin_ia32_exp2pd_mask ((__v8df) __A,
            |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         56 |                                                (__v8df) __W,
            |                                                ~~~~~~~~~~~~~
         57 |                                                (__mmask8) -1, __R);
            |                                                ~~~~~~~~~~~~~~~~~~~
      /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include/avx512erintrin.h: In function ‘main’:
      /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include/avx512erintrin.h:54:11: note: ‘__W’ was declared here
         54 |   __m512d __W;
            |           ^~~
      In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include/immintrin.h:53:
      In function ‘_mm512_mask_prefetch_i64scatter_pd’,
          inlined from ‘main’ at /tmp/pip-install-egimm7lw/numpy_4b2f0c09c3af4c59a2ba58a8a882b297/numpy/distutils/checks/cpu_avx512_knl.c:9:5:
      /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/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
      /tmp/pip-install-egimm7lw/numpy_4b2f0c09c3af4c59a2ba58a8a882b297/numpy/distutils/checks/cpu_avx512_knl.c:5:9: note: ‘base’ declared here
          5 |     int base[128];
            |         ^~~~
      cc1: all warnings being treated as errors

      CCompilerOpt.feature_test[1458] : testing failed
      CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512vl -mavx512bw -mavx512dq)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-mavx512vl -mavx512bw -mavx512dq'
      CCompilerOpt.feature_test[1444] : testing feature 'AVX512_SKX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
      CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512ifma -mavx512vbmi)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-mavx512ifma -mavx512vbmi'
      CCompilerOpt.feature_test[1444] : testing feature 'AVX512_CNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi -Werror'
      CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512vnni)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-mavx512vnni'
      CCompilerOpt.feature_test[1444] : testing feature 'AVX512_CLX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -Werror'
      CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq'
      CCompilerOpt.feature_test[1444] : testing feature 'AVX512_ICL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq -Werror'
      CCompilerOpt.__init__[1695] : skip features (SSE2 SSE SSE3) since its part of baseline
      CCompilerOpt.__init__[1699] : initialize targets groups
      CCompilerOpt.__init__[1701] : parse target group simd_test
      CCompilerOpt._parse_target_tokens[1910] : skip targets (VSX3 ASIMD VSX FMA4 NEON XOP VSX2) not part of baseline or dispatch-able features
      CCompilerOpt._parse_policy_not_keepbase[2022] : skip baseline features (SSE2)
      CCompilerOpt.generate_dispatch_header[2236] : generate CPU dispatch header: (build/src.linux-x86_64-3.10/numpy/distutils/include/npy_cpu_dispatch_config.h)
      CCompilerOpt.generate_dispatch_header[2245] : dispatch header dir build/src.linux-x86_64-3.10/numpy/distutils/include does not exist, creating it
      CCompilerOpt.feature_extra_checks[1519] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror'
      CCompilerOpt.feature_extra_checks[1519] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
      Detected changes on compiler optimizations, force rebuilding
      building 'npymath' library
      compiling C sources
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      creating build/temp.linux-x86_64-3.10
      creating build/temp.linux-x86_64-3.10/numpy
      creating build/temp.linux-x86_64-3.10/numpy/core
      creating build/temp.linux-x86_64-3.10/numpy/core/src
      creating build/temp.linux-x86_64-3.10/numpy/core/src/npymath
      creating build/temp.linux-x86_64-3.10/build
      creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10
      creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy
      creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core
      creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src
      creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/npymath
      compile options: '-Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3'
      gcc: numpy/core/src/npymath/npy_math.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/npymath/ieee754.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/npymath/npy_math_complex.c
      gcc: numpy/core/src/npymath/halffloat.c
      ar: adding 4 object files to build/temp.linux-x86_64-3.10/libnpymath.a
      building 'npyrandom' library
      compiling C sources
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      creating build/temp.linux-x86_64-3.10/numpy/random
      creating build/temp.linux-x86_64-3.10/numpy/random/src
      creating build/temp.linux-x86_64-3.10/numpy/random/src/distributions
      compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3'
      gcc: numpy/random/src/distributions/logfactorial.c
      gcc: numpy/random/src/distributions/distributions.c
      gcc: numpy/random/src/distributions/random_mvhg_marginals.c
      gcc: numpy/random/src/distributions/random_mvhg_count.c
      gcc: numpy/random/src/distributions/random_hypergeometric.c
      ar: adding 5 object files to build/temp.linux-x86_64-3.10/libnpyrandom.a
      running build_ext
      customize UnixCCompiler
      customize UnixCCompiler using new_build_ext
      CCompilerOpt.__init__[781] : hit the memory cache
      CCompilerOpt.generate_dispatch_header[2236] : generate CPU dispatch header: (build/src.linux-x86_64-3.10/numpy/distutils/include/npy_cpu_dispatch_config.h)
      Detected changes on compiler optimizations, force rebuilding
      building 'numpy.core._multiarray_tests' extension
      compiling C sources
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/multiarray
      creating build/temp.linux-x86_64-3.10/numpy/core/src/common
      compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3'
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/_multiarray_tests.c
      gcc: numpy/core/src/common/mem_overlap.c
      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 build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/multiarray/_multiarray_tests.o build/temp.linux-x86_64-3.10/numpy/core/src/common/mem_overlap.o -L/usr/lib -Lbuild/temp.linux-x86_64-3.10 -lnpymath -o build/lib.linux-x86_64-3.10/numpy/core/_multiarray_tests.cpython-310-x86_64-linux-gnu.so
      building 'numpy.core._multiarray_umath' extension
      compiling C dispatch-able sources
      CCompilerOpt.parse_targets[1741] : looking for '@targets' inside ->  build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_unary_fp.dispatch.c
      CCompilerOpt._parse_target_tokens[1910] : skip targets (NEON VSX2) not part of baseline or dispatch-able features
      CCompilerOpt._parse_policy_not_keepbase[2022] : skip baseline features (SSE2)
      CCompilerOpt._parse_target_tokens[1934] : policy 'MAXOPT' is ON
      CCompilerOpt._generate_config[2469] : generate dispatched config ->  build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_unary_fp.dispatch.h
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/umath
      compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=1 -DHAVE_CBLAS -I/usr/local/include -I/usr/include -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-O3 -msse -msse2 -msse3'
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_unary_fp.dispatch.c
      compiling C sources
      C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      creating build/temp.linux-x86_64-3.10/numpy/core/src/multiarray
      creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/npysort
      creating build/temp.linux-x86_64-3.10/numpy/core/src/umath
      creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/common
      compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=1 -DHAVE_CBLAS -I/usr/local/include -I/usr/include -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
      extra options: '-msse -msse2 -msse3'
      gcc: numpy/core/src/multiarray/abstractdtypes.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/arraytypes.c
      gcc: numpy/core/src/multiarray/array_assign_scalar.c
      gcc: numpy/core/src/multiarray/buffer.c
      gcc: numpy/core/src/multiarray/common.c
      gcc: numpy/core/src/multiarray/conversion_utils.c
      gcc: numpy/core/src/multiarray/descriptor.c
      gcc: numpy/core/src/multiarray/datetime_strings.c
      gcc: numpy/core/src/multiarray/alloc.c
      gcc: numpy/core/src/multiarray/array_assign_array.c
      gcc: numpy/core/src/multiarray/convert.c
      In function ‘PyDataMem_FREE’,
          inlined from ‘PyDataMem_FREE’ at numpy/core/src/multiarray/alloc.c:286:1,
          inlined from ‘_npy_free_cache’ at numpy/core/src/multiarray/alloc.c:128:5,
          inlined from ‘npy_free_cache’ at numpy/core/src/multiarray/alloc.c:163:5:
      numpy/core/src/multiarray/alloc.c:294:14: warning: pointer ‘p_2(D)’ may be used after ‘free’ [-Wuse-after-free]
        294 |             (*_PyDataMem_eventhook)(ptr, NULL, 0,
            |             ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        295 |                                     _PyDataMem_eventhook_user_data);
            |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      In function ‘PyDataMem_FREE’,
          inlined from ‘_npy_free_cache’ at numpy/core/src/multiarray/alloc.c:128:5,
          inlined from ‘npy_free_cache’ at numpy/core/src/multiarray/alloc.c:163:5:
      numpy/core/src/multiarray/alloc.c:289:5: note: call to ‘free’ here
        289 |     free(ptr);
            |     ^~~~~~~~~
      In function ‘PyDataMem_FREE’,
          inlined from ‘PyDataMem_FREE’ at numpy/core/src/multiarray/alloc.c:286:1:
      numpy/core/src/multiarray/alloc.c:294:14: warning: pointer ‘ptr_4(D)’ may be used after ‘free’ [-Wuse-after-free]
        294 |             (*_PyDataMem_eventhook)(ptr, NULL, 0,
            |             ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        295 |                                     _PyDataMem_eventhook_user_data);
            |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      numpy/core/src/multiarray/alloc.c: In function ‘PyDataMem_FREE’:
      numpy/core/src/multiarray/alloc.c:289:5: note: call to ‘free’ here
        289 |     free(ptr);
            |     ^~~~~~~~~
      numpy/core/src/multiarray/alloc.c: In function ‘PyDataMem_RENEW’:
      numpy/core/src/multiarray/alloc.c:312:9: warning: pointer ‘ptr_10(D)’ may be used after ‘realloc’ [-Wuse-after-free]
        312 |         PyTraceMalloc_Untrack(NPY_TRACE_DOMAIN, (npy_uintp)ptr);
            |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      numpy/core/src/multiarray/alloc.c:310:14: note: call to ‘realloc’ here
        310 |     result = realloc(ptr, size);
            |              ^~~~~~~~~~~~~~~~~~
      numpy/core/src/multiarray/alloc.c:319:14: warning: pointer ‘ptr_10(D)’ may be used after ‘realloc’ [-Wuse-after-free]
        319 |             (*_PyDataMem_eventhook)(ptr, result, size,
            |             ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        320 |                                     _PyDataMem_eventhook_user_data);
            |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      numpy/core/src/multiarray/alloc.c:310:14: note: call to ‘realloc’ here
        310 |     result = realloc(ptr, size);
            |              ^~~~~~~~~~~~~~~~~~
      gcc: numpy/core/src/multiarray/arrayobject.c
      gcc: numpy/core/src/multiarray/ctors.c
      gcc: numpy/core/src/multiarray/calculation.c
      gcc: numpy/core/src/multiarray/datetime_busday.c
      gcc: numpy/core/src/multiarray/arrayfunction_override.c
      gcc: numpy/core/src/multiarray/convert_datatype.c
      gcc: numpy/core/src/multiarray/dtype_transfer.c
      gcc: numpy/core/src/multiarray/datetime_busdaycal.c
      gcc: numpy/core/src/multiarray/dtypemeta.c
      gcc: numpy/core/src/multiarray/compiled_base.c
      gcc: numpy/core/src/multiarray/flagsobject.c
      gcc: numpy/core/src/multiarray/item_selection.c
      gcc: numpy/core/src/multiarray/dragon4.c
      In file included from numpy/core/src/common/npy_cpu_dispatch.h:8,
                       from numpy/core/src/common/npy_config.h:6,
                       from numpy/core/include/numpy/npy_common.h:10,
                       from numpy/core/include/numpy/ndarraytypes.h:4,
                       from numpy/core/include/numpy/ndarrayobject.h:12,
                       from numpy/core/include/numpy/arrayobject.h:4,
                       from numpy/core/src/multiarray/convert_datatype.c:7:
      numpy/core/include/numpy/utils.h:27:24: warning: argument 2 of type ‘PyArray_DTypeMeta *[2]’ {aka ‘struct PyArray_DTypeMeta_tag *[2]’} with mismatched bound [-Warray-parameter=]
         27 | #define NPY_UNUSED(x) (__NPY_UNUSED_TAGGED ## x) __COMP_NPY_UNUSED
      numpy/core/src/multiarray/convert_datatype.c:1942:28: note: in expansion of macro ‘NPY_UNUSED’
       1942 |         PyArray_DTypeMeta *NPY_UNUSED(dtypes[2]),
            |                            ^~~~~~~~~~
      In file included from numpy/core/src/multiarray/convert_datatype.c:23:
      numpy/core/src/multiarray/convert_datatype.h:72:29: note: previously declared as ‘PyArray_DTypeMeta **’ {aka ‘struct PyArray_DTypeMeta_tag **’}
         72 |         PyArray_DTypeMeta **dtypes,
            |         ~~~~~~~~~~~~~~~~~~~~^~~~~~
      numpy/core/src/multiarray/convert_datatype.c:1943:24: warning: argument 3 of type ‘PyArray_Descr *[2]’ {aka ‘struct _PyArray_Descr *[2]’} with mismatched bound [-Warray-parameter=]
       1943 |         PyArray_Descr *given_descrs[2],
            |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
      numpy/core/src/multiarray/convert_datatype.h:73:25: note: previously declared as ‘PyArray_Descr **’ {aka ‘struct _PyArray_Descr **’}
         73 |         PyArray_Descr **given_descrs,
            |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      numpy/core/src/multiarray/convert_datatype.c:1944:24: warning: argument 4 of type ‘PyArray_Descr *[2]’ {aka ‘struct _PyArray_Descr *[2]’} with mismatched bound [-Warray-parameter=]
       1944 |         PyArray_Descr *loop_descrs[2])
            |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
      numpy/core/src/multiarray/convert_datatype.h:74:25: note: previously declared as ‘PyArray_Descr **’ {aka ‘struct _PyArray_Descr **’}
         74 |         PyArray_Descr **loop_descrs);
            |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~
      numpy/core/src/multiarray/convert_datatype.c:1983:28: warning: argument 2 of type ‘PyArray_DTypeMeta *[2]’ {aka ‘struct PyArray_DTypeMeta_tag *[2]’} with mismatched bound [-Warray-parameter=]
       1983 |         PyArray_DTypeMeta *dtypes[2],
            |         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~
      numpy/core/src/multiarray/convert_datatype.h:79:29: note: previously declared as ‘PyArray_DTypeMeta **’ {aka ‘struct PyArray_DTypeMeta_tag **’}
         79 |         PyArray_DTypeMeta **dtypes,
            |         ~~~~~~~~~~~~~~~~~~~~^~~~~~
      numpy/core/src/multiarray/convert_datatype.c:1984:24: warning: argument 3 of type ‘PyArray_Descr *[2]’ {aka ‘struct _PyArray_Descr *[2]’} with mismatched bound [-Warray-parameter=]
       1984 |         PyArray_Descr *given_descrs[2],
            |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
      numpy/core/src/multiarray/convert_datatype.h:80:25: note: previously declared as ‘PyArray_Descr **’ {aka ‘struct _PyArray_Descr **’}
         80 |         PyArray_Descr **input_descrs,
            |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      numpy/core/src/multiarray/convert_datatype.c:1985:24: warning: argument 4 of type ‘PyArray_Descr *[2]’ {aka ‘struct _PyArray_Descr *[2]’} with mismatched bound [-Warray-parameter=]
       1985 |         PyArray_Descr *loop_descrs[2])
            |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
      numpy/core/src/multiarray/convert_datatype.h:81:25: note: previously declared as ‘PyArray_Descr **’ {aka ‘struct _PyArray_Descr **’}
         81 |         PyArray_Descr **loop_descrs);
            |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/lowlevel_strided_loops.c
      gcc: numpy/core/src/multiarray/getset.c
      gcc: numpy/core/src/multiarray/datetime.c
      gcc: numpy/core/src/multiarray/multiarraymodule.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/einsum.c
      gcc: numpy/core/src/multiarray/hashdescr.c
      gcc: numpy/core/src/multiarray/nditer_constr.c
      gcc: numpy/core/src/multiarray/refcount.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/einsum_sumprod.c
      gcc: numpy/core/src/multiarray/sequence.c
      gcc: numpy/core/src/multiarray/iterators.c
      gcc: numpy/core/src/multiarray/shape.c
      gcc: numpy/core/src/multiarray/scalarapi.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/scalartypes.c
      numpy/core/src/multiarray/nditer_constr.c: In function ‘npyiter_replace_axisdata’:
      numpy/core/src/multiarray/nditer_constr.c:2032:32: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=]
       2032 |     NIT_BASEOFFSETS(iter)[iop] = baseoffset;
      In file included from numpy/core/src/multiarray/nditer_constr.c:16:
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [40, 6160] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_constr.c: In function ‘npyiter_reverse_axis_ordering’:
      numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       2274 |         *perm = (npy_int8)i;
            |         ~~~~~~^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [17, 241] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
      numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       2274 |         *perm = (npy_int8)i;
            |         ~~~~~~^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [18, 242] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 2 into destination object ‘iter_flexdata’ of size 1
      numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       2274 |         *perm = (npy_int8)i;
            |         ~~~~~~^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [19, 243] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 3 into destination object ‘iter_flexdata’ of size 1
      numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       2274 |         *perm = (npy_int8)i;
            |         ~~~~~~^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [20, 244] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 4 into destination object ‘iter_flexdata’ of size 1
      numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       2274 |         *perm = (npy_int8)i;
            |         ~~~~~~^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [21, 245] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 5 into destination object ‘iter_flexdata’ of size 1
      numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       2274 |         *perm = (npy_int8)i;
            |         ~~~~~~^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [22, 246] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 6 into destination object ‘iter_flexdata’ of size 1
      numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       2274 |         *perm = (npy_int8)i;
            |         ~~~~~~^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [23, 247] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 7 into destination object ‘iter_flexdata’ of size 1
      numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       2274 |         *perm = (npy_int8)i;
            |         ~~~~~~^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [24, 248] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 8 into destination object ‘iter_flexdata’ of size 1
      numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       2274 |         *perm = (npy_int8)i;
            |         ~~~~~~^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [25, 249] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 9 into destination object ‘iter_flexdata’ of size 1
      numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       2274 |         *perm = (npy_int8)i;
            |         ~~~~~~^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [26, 250] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 10 into destination object ‘iter_flexdata’ of size 1
      numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       2274 |         *perm = (npy_int8)i;
            |         ~~~~~~^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [27, 251] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 11 into destination object ‘iter_flexdata’ of size 1
      numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       2274 |         *perm = (npy_int8)i;
            |         ~~~~~~^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [28, 252] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 12 into destination object ‘iter_flexdata’ of size 1
      numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       2274 |         *perm = (npy_int8)i;
            |         ~~~~~~^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [29, 253] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 13 into destination object ‘iter_flexdata’ of size 1
      numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       2274 |         *perm = (npy_int8)i;
            |         ~~~~~~^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [30, 254] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 14 into destination object ‘iter_flexdata’ of size 1
      numpy/core/src/multiarray/nditer_constr.c: In function ‘NpyIter_AdvancedNew’:
      numpy/core/src/multiarray/nditer_constr.c:285:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
        285 |         perm[idim] = (npy_int8)idim;
            |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_constr.c:285:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
        285 |         perm[idim] = (npy_int8)idim;
            |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [2, 2147483646] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_constr.c:285:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
        285 |         perm[idim] = (npy_int8)idim;
            |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [3, 2147483646] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_constr.c:285:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
        285 |         perm[idim] = (npy_int8)idim;
            |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [4, 2147483646] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_constr.c:285:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
        285 |         perm[idim] = (npy_int8)idim;
            |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [5, 2147483646] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_constr.c:285:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
        285 |         perm[idim] = (npy_int8)idim;
            |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [6, 2147483646] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      In function ‘npyiter_replace_axisdata’,
          inlined from ‘npyiter_allocate_arrays’ at numpy/core/src/multiarray/nditer_constr.c:2896:13,
          inlined from ‘NpyIter_AdvancedNew’ at numpy/core/src/multiarray/nditer_constr.c:405:10:
      numpy/core/src/multiarray/nditer_constr.c:2032:32: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=]
       2032 |     NIT_BASEOFFSETS(iter)[iop] = baseoffset;
      numpy/core/src/multiarray/nditer_impl.h: In function ‘NpyIter_AdvancedNew’:
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [40, 6152] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      gcc: numpy/core/src/multiarray/nditer_pywrap.c
      gcc: numpy/core/src/multiarray/temp_elide.c
      numpy/core/src/multiarray/scalartypes.c.src: In function ‘float_arrtype_hash’:
      numpy/core/src/multiarray/scalartypes.c.src:3175:27: error: incompatible type for argument 1 of ‘_Py_HashDouble’
       3175 |     return _Py_HashDouble((double) PyArrayScalar_VAL(obj, @name@));
      In file included from /usr/include/python3.10/Python.h:77,
                       from numpy/core/src/multiarray/scalartypes.c.src:3:
      /usr/include/python3.10/pyhash.h:10:38: note: expected ‘PyObject *’ {aka ‘struct _object *’} but argument is of type ‘double’
         10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
            |                                      ^~~~~~~~~~
      numpy/core/src/multiarray/scalartypes.c.src:3175:12: error: too few arguments to function ‘_Py_HashDouble’
       3175 |     return _Py_HashDouble((double) PyArrayScalar_VAL(obj, @name@));
            |            ^~~~~~~~~~~~~~
      /usr/include/python3.10/pyhash.h:10:23: note: declared here
         10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
            |                       ^~~~~~~~~~~~~~
      numpy/core/src/multiarray/scalartypes.c.src: In function ‘cfloat_arrtype_hash’:
      numpy/core/src/multiarray/scalartypes.c.src:3183:31: error: incompatible type for argument 1 of ‘_Py_HashDouble’
       3183 |     hashreal = _Py_HashDouble((double)
            |                               ^~~~~~~~
            |                               |
            |                               double
       3184 |             PyArrayScalar_VAL(obj, C@name@).real);
            |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /usr/include/python3.10/pyhash.h:10:38: note: expected ‘PyObject *’ {aka ‘struct _object *’} but argument is of type ‘double’
         10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
            |                                      ^~~~~~~~~~
      numpy/core/src/multiarray/scalartypes.c.src:3183:16: error: too few arguments to function ‘_Py_HashDouble’
       3183 |     hashreal = _Py_HashDouble((double)
            |                ^~~~~~~~~~~~~~
      /usr/include/python3.10/pyhash.h:10:23: note: declared here
         10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
            |                       ^~~~~~~~~~~~~~
      numpy/core/src/multiarray/scalartypes.c.src:3189:31: error: incompatible type for argument 1 of ‘_Py_HashDouble’
       3189 |     hashimag = _Py_HashDouble((double)
            |                               ^~~~~~~~
            |                               |
            |                               double
       3190 |             PyArrayScalar_VAL(obj, C@name@).imag);
            |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /usr/include/python3.10/pyhash.h:10:38: note: expected ‘PyObject *’ {aka ‘struct _object *’} but argument is of type ‘double’
         10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
            |                                      ^~~~~~~~~~
      numpy/core/src/multiarray/scalartypes.c.src:3189:16: error: too few arguments to function ‘_Py_HashDouble’
       3189 |     hashimag = _Py_HashDouble((double)
            |                ^~~~~~~~~~~~~~
      /usr/include/python3.10/pyhash.h:10:23: note: declared here
         10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
            |                       ^~~~~~~~~~~~~~
      numpy/core/src/multiarray/scalartypes.c.src: In function ‘longdouble_arrtype_hash’:
      numpy/core/src/multiarray/scalartypes.c.src:3175:27: error: incompatible type for argument 1 of ‘_Py_HashDouble’
       3175 |     return _Py_HashDouble((double) PyArrayScalar_VAL(obj, @name@));
      /usr/include/python3.10/pyhash.h:10:38: note: expected ‘PyObject *’ {aka ‘struct _object *’} but argument is of type ‘double’
         10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
            |                                      ^~~~~~~~~~
      numpy/core/src/multiarray/scalartypes.c.src:3175:12: error: too few arguments to function ‘_Py_HashDouble’
       3175 |     return _Py_HashDouble((double) PyArrayScalar_VAL(obj, @name@));
            |            ^~~~~~~~~~~~~~
      /usr/include/python3.10/pyhash.h:10:23: note: declared here
         10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
            |                       ^~~~~~~~~~~~~~
      numpy/core/src/multiarray/scalartypes.c.src: In function ‘clongdouble_arrtype_hash’:
      numpy/core/src/multiarray/scalartypes.c.src:3183:31: error: incompatible type for argument 1 of ‘_Py_HashDouble’
       3183 |     hashreal = _Py_HashDouble((double)
            |                               ^~~~~~~~
            |                               |
            |                               double
       3184 |             PyArrayScalar_VAL(obj, C@name@).real);
            |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /usr/include/python3.10/pyhash.h:10:38: note: expected ‘PyObject *’ {aka ‘struct _object *’} but argument is of type ‘double’
         10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
            |                                      ^~~~~~~~~~
      numpy/core/src/multiarray/scalartypes.c.src:3183:16: error: too few arguments to function ‘_Py_HashDouble’
       3183 |     hashreal = _Py_HashDouble((double)
            |                ^~~~~~~~~~~~~~
      /usr/include/python3.10/pyhash.h:10:23: note: declared here
         10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
            |                       ^~~~~~~~~~~~~~
      numpy/core/src/multiarray/scalartypes.c.src:3189:31: error: incompatible type for argument 1 of ‘_Py_HashDouble’
       3189 |     hashimag = _Py_HashDouble((double)
            |                               ^~~~~~~~
            |                               |
            |                               double
       3190 |             PyArrayScalar_VAL(obj, C@name@).imag);
            |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /usr/include/python3.10/pyhash.h:10:38: note: expected ‘PyObject *’ {aka ‘struct _object *’} but argument is of type ‘double’
         10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
            |                                      ^~~~~~~~~~
      numpy/core/src/multiarray/scalartypes.c.src:3189:16: error: too few arguments to function ‘_Py_HashDouble’
       3189 |     hashimag = _Py_HashDouble((double)
            |                ^~~~~~~~~~~~~~
      /usr/include/python3.10/pyhash.h:10:23: note: declared here
         10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
            |                       ^~~~~~~~~~~~~~
      numpy/core/src/multiarray/scalartypes.c.src: In function ‘half_arrtype_hash’:
      numpy/core/src/multiarray/scalartypes.c.src:3205:27: error: incompatible type for argument 1 of ‘_Py_HashDouble’
       3205 |     return _Py_HashDouble(npy_half_to_double(PyArrayScalar_VAL(obj, Half)));
            |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                           |
            |                           double
      /usr/include/python3.10/pyhash.h:10:38: note: expected ‘PyObject *’ {aka ‘struct _object *’} but argument is of type ‘double’
         10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
            |                                      ^~~~~~~~~~
      numpy/core/src/multiarray/scalartypes.c.src:3205:12: error: too few arguments to function ‘_Py_HashDouble’
       3205 |     return _Py_HashDouble(npy_half_to_double(PyArrayScalar_VAL(obj, Half)));
            |            ^~~~~~~~~~~~~~
      /usr/include/python3.10/pyhash.h:10:23: note: declared here
         10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
            |                       ^~~~~~~~~~~~~~
      numpy/core/src/multiarray/scalartypes.c.src: In function ‘longdouble_arrtype_hash’:
      numpy/core/src/multiarray/scalartypes.c.src:3176:1: warning: control reaches end of non-void function [-Wreturn-type]
       3176 | }
            | ^
      numpy/core/src/multiarray/scalartypes.c.src: In function ‘float_arrtype_hash’:
      numpy/core/src/multiarray/scalartypes.c.src:3176:1: warning: control reaches end of non-void function [-Wreturn-type]
       3176 | }
            | ^
      numpy/core/src/multiarray/scalartypes.c.src: In function ‘half_arrtype_hash’:
      numpy/core/src/multiarray/scalartypes.c.src:3206:1: warning: control reaches end of non-void function [-Wreturn-type]
       3206 | }
            | ^
      gcc: numpy/core/src/multiarray/vdot.c
      gcc: numpy/core/src/multiarray/typeinfo.c
      gcc: numpy/core/src/multiarray/legacy_dtype_implementation.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/npysort/quicksort.c
      gcc: numpy/core/src/multiarray/usertypes.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/npysort/timsort.c
      gcc: numpy/core/src/multiarray/number.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/npysort/selection.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/nditer_templ.c
      gcc: numpy/core/src/umath/reduction.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops.c
      gcc: numpy/core/src/multiarray/nditer_api.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/npysort/mergesort.c
      numpy/core/src/multiarray/nditer_api.c: In function ‘npyiter_coalesce_axes’:
      numpy/core/src/multiarray/nditer_api.c:1716:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       1716 |             perm[idim] = (npy_int8)idim;
            |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~
      In file included from numpy/core/src/multiarray/nditer_api.c:16:
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_api.c:1716:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       1716 |             perm[idim] = (npy_int8)idim;
            |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [2, 253] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_api.c:1716:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       1716 |             perm[idim] = (npy_int8)idim;
            |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [3, 253] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_api.c:1716:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       1716 |             perm[idim] = (npy_int8)idim;
            |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [4, 253] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_api.c:1716:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       1716 |             perm[idim] = (npy_int8)idim;
            |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [5, 253] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_api.c:1716:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
       1716 |             perm[idim] = (npy_int8)idim;
            |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [6, 253] into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_api.c: In function ‘NpyIter_RemoveAxis’:
      numpy/core/src/multiarray/nditer_api.c:123:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
        123 |         perm[idim] = p;
            |         ~~~~~~~~~~~^~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_api.c:123:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
        123 |         perm[idim] = p;
            |         ~~~~~~~~~~~^~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_api.c:123:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
        123 |         perm[idim] = p;
            |         ~~~~~~~~~~~^~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_api.c:123:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
        123 |         perm[idim] = p;
            |         ~~~~~~~~~~~^~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_api.c:123:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
        123 |         perm[idim] = p;
            |         ~~~~~~~~~~~^~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      numpy/core/src/multiarray/nditer_api.c:123:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
        123 |         perm[idim] = p;
            |         ~~~~~~~~~~~^~~
      numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
        148 |     char iter_flexdata;
            |          ^~~~~~~~~~~~~
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/clip.c
      gcc: numpy/core/src/umath/ufunc_object.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/scalarmath.c
      gcc: numpy/core/src/common/array_assign.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/npysort/binsearch.c
      gcc: numpy/core/src/common/mem_overlap.c
      gcc: numpy/core/src/common/npy_longdouble.c
      gcc: numpy/core/src/common/ucsnarrow.c
      gcc: numpy/core/src/common/ufunc_override.c
      gcc: numpy/core/src/common/numpyos.c
      gcc: numpy/core/src/multiarray/array_coercion.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/common/npy_cpu_features.c
      gcc: numpy/core/src/umath/umathmodule.c
      numpy/core/src/multiarray/array_coercion.c: In function ‘PyArray_DiscoverDTypeAndShape_Recursive’:
      numpy/core/src/multiarray/array_coercion.c:1089:9: warning: ‘update_shape’ reading 256 bytes from a region of size 8 [-Wstringop-overread]
       1089 |     if (update_shape(curr_dims, &max_dims,
            |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       1090 |                      out_shape, 1, &size, NPY_TRUE, flags) < 0) {
            |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      numpy/core/src/multiarray/array_coercion.c:1089:9: note: referencing argument 5 of type ‘const npy_intp[32]’
      numpy/core/src/multiarray/array_coercion.c:480:1: note: in a call to function ‘update_shape’
        480 | update_shape(int curr_ndim, int *max_ndim,
            | ^~~~~~~~~~~~
      gcc: numpy/core/src/multiarray/array_method.c
      gcc: numpy/core/src/common/cblasfuncs.c
      gcc: numpy/core/src/common/python_xerbla.c
      gcc: numpy/core/src/umath/extobj.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/npysort/heapsort.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/npysort/radixsort.c
      gcc: numpy/core/src/multiarray/mapping.c
      gcc: numpy/core/src/umath/ufunc_type_resolution.c
      gcc: numpy/core/src/umath/override.c
      gcc: numpy/core/src/multiarray/methods.c
      gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/matmul.c
      error: Command "gcc -Wno-unused-result -Wsign-compare -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 -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=1 -DHAVE_CBLAS -I/usr/local/include -I/usr/include -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c build/src.linux-x86_64-3.10/numpy/core/src/multiarray/scalartypes.c -o build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/multiarray/scalartypes.o.d -msse -msse2 -msse3" failed with exit status 1

      ########### EXT COMPILER OPTIMIZATION ###########
      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
      CCompilerOpt._cache_write[796] : write cache to path -> /tmp/pip-install-egimm7lw/numpy_4b2f0c09c3af4c59a2ba58a8a882b297/build/temp.linux-x86_64-3.10/ccompiler_opt_cache_ext.py

      ########### CLIB COMPILER OPTIMIZATION ###########
      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
      CCompilerOpt._cache_write[796] : write cache to path -> /tmp/pip-install-egimm7lw/numpy_4b2f0c09c3af4c59a2ba58a8a882b297/build/temp.linux-x86_64-3.10/ccompiler_opt_cache_clib.py
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for numpy
  Building wheel for numba (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py bdist_wheel did not run successfully.
  │ exit code: 1
  ╰─> [764 lines of output]
      /tmp/pip-install-egimm7lw/numba_591cf9938ae74f908049c4e303e8d105/setup.py:98: 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.misc_util as np_misc
      TBB not found
      OpenMP disabled
      running bdist_wheel
      running build
      got version from file /tmp/pip-install-egimm7lw/numba_591cf9938ae74f908049c4e303e8d105/numba/_version.py {'version': '0.48.0', 'full': 'cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96'}
      running build_py
      creating build
      creating build/lib.linux-x86_64-cpython-310
      creating build/lib.linux-x86_64-cpython-310/numba
      copying numba/decorators.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/compiler_lock.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/npdatetime.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/extending.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/pythonapi.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/runtests.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/macro.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/cgutils.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/controlflow.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/__main__.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/special.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/typedobjectutils.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/dictobject.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/callwrapper.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/dataflow.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/untyped_passes.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_runtests.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/byteflow.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/dummyarray.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/bytecode.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/typed_passes.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/errors.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/typeinfer.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/six.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/pretty_annotate.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/entrypoints.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/debuginfo.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/findlib.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/utils.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/unicode_support.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/caching.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/interpreter.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/listobject.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/cffi_support.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/charseq.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/appdirs.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/generators.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/consts.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/array_analysis.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/unittest_support.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/itanium_mangler.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/ir.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/__init__.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/numpy_support.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/sigutils.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/object_mode_passes.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/stencilparfor.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/numba_entry.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/lowering.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/parfor.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/numpy_extensions.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/io_support.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/pylowering.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/ir_utils.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/inline_closurecall.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/unicode.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_version.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/analysis.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/withcontexts.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/ctypes_support.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/compiler.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/config.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/ccallback.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/tracing.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/compiler_machinery.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/transforms.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/stencil.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/postproc.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/funcdesc.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/serialize.py -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/dispatcher.py -> build/lib.linux-x86_64-cpython-310/numba
      creating build/lib.linux-x86_64-cpython-310/numba/help
      copying numba/help/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/help
      copying numba/help/inspector.py -> build/lib.linux-x86_64-cpython-310/numba/help
      creating build/lib.linux-x86_64-cpython-310/numba/datamodel
      copying numba/datamodel/manager.py -> build/lib.linux-x86_64-cpython-310/numba/datamodel
      copying numba/datamodel/testing.py -> build/lib.linux-x86_64-cpython-310/numba/datamodel
      copying numba/datamodel/packer.py -> build/lib.linux-x86_64-cpython-310/numba/datamodel
      copying numba/datamodel/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/datamodel
      copying numba/datamodel/registry.py -> build/lib.linux-x86_64-cpython-310/numba/datamodel
      copying numba/datamodel/models.py -> build/lib.linux-x86_64-cpython-310/numba/datamodel
      creating build/lib.linux-x86_64-cpython-310/numba/servicelib
      copying numba/servicelib/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/servicelib
      copying numba/servicelib/threadlocal.py -> build/lib.linux-x86_64-cpython-310/numba/servicelib
      copying numba/servicelib/service.py -> build/lib.linux-x86_64-cpython-310/numba/servicelib
      creating build/lib.linux-x86_64-cpython-310/numba/npyufunc
      copying numba/npyufunc/decorators.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc
      copying numba/npyufunc/parallel.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc
      copying numba/npyufunc/wrappers.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc
      copying numba/npyufunc/array_exprs.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc
      copying numba/npyufunc/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc
      copying numba/npyufunc/parfor.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc
      copying numba/npyufunc/sigparse.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc
      copying numba/npyufunc/ufuncbuilder.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc
      copying numba/npyufunc/dufunc.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc
      copying numba/npyufunc/deviceufunc.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc
      creating build/lib.linux-x86_64-cpython-310/numba/typed
      copying numba/typed/typeddict.py -> build/lib.linux-x86_64-cpython-310/numba/typed
      copying numba/typed/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/typed
      copying numba/typed/typedlist.py -> build/lib.linux-x86_64-cpython-310/numba/typed
      creating build/lib.linux-x86_64-cpython-310/numba/scripts
      copying numba/scripts/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/scripts
      copying numba/scripts/generate_lower_listing.py -> build/lib.linux-x86_64-cpython-310/numba/scripts
      creating build/lib.linux-x86_64-cpython-310/numba/cext
      copying numba/cext/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/cext
      creating build/lib.linux-x86_64-cpython-310/numba/unsafe
      copying numba/unsafe/bytes.py -> build/lib.linux-x86_64-cpython-310/numba/unsafe
      copying numba/unsafe/ndarray.py -> build/lib.linux-x86_64-cpython-310/numba/unsafe
      copying numba/unsafe/numbers.py -> build/lib.linux-x86_64-cpython-310/numba/unsafe
      copying numba/unsafe/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/unsafe
      copying numba/unsafe/nrt.py -> build/lib.linux-x86_64-cpython-310/numba/unsafe
      copying numba/unsafe/eh.py -> build/lib.linux-x86_64-cpython-310/numba/unsafe
      copying numba/unsafe/tuple.py -> build/lib.linux-x86_64-cpython-310/numba/unsafe
      copying numba/unsafe/refcount.py -> build/lib.linux-x86_64-cpython-310/numba/unsafe
      creating build/lib.linux-x86_64-cpython-310/numba/testing
      copying numba/testing/__main__.py -> build/lib.linux-x86_64-cpython-310/numba/testing
      copying numba/testing/main.py -> build/lib.linux-x86_64-cpython-310/numba/testing
      copying numba/testing/notebook.py -> build/lib.linux-x86_64-cpython-310/numba/testing
      copying numba/testing/loader.py -> build/lib.linux-x86_64-cpython-310/numba/testing
      copying numba/testing/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/testing
      creating build/lib.linux-x86_64-cpython-310/numba/roc
      copying numba/roc/decorators.py -> build/lib.linux-x86_64-cpython-310/numba/roc
      copying numba/roc/codegen.py -> build/lib.linux-x86_64-cpython-310/numba/roc
      copying numba/roc/target.py -> build/lib.linux-x86_64-cpython-310/numba/roc
      copying numba/roc/vectorizers.py -> build/lib.linux-x86_64-cpython-310/numba/roc
      copying numba/roc/stubs.py -> build/lib.linux-x86_64-cpython-310/numba/roc
      copying numba/roc/gcn_occupancy.py -> build/lib.linux-x86_64-cpython-310/numba/roc
      copying numba/roc/api.py -> build/lib.linux-x86_64-cpython-310/numba/roc
      copying numba/roc/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/roc
      copying numba/roc/hsaimpl.py -> build/lib.linux-x86_64-cpython-310/numba/roc
      copying numba/roc/dispatch.py -> build/lib.linux-x86_64-cpython-310/numba/roc
      copying numba/roc/hsadecl.py -> build/lib.linux-x86_64-cpython-310/numba/roc
      copying numba/roc/initialize.py -> build/lib.linux-x86_64-cpython-310/numba/roc
      copying numba/roc/mathimpl.py -> build/lib.linux-x86_64-cpython-310/numba/roc
      copying numba/roc/compiler.py -> build/lib.linux-x86_64-cpython-310/numba/roc
      copying numba/roc/mathdecl.py -> build/lib.linux-x86_64-cpython-310/numba/roc
      copying numba/roc/enums.py -> build/lib.linux-x86_64-cpython-310/numba/roc
      copying numba/roc/descriptor.py -> build/lib.linux-x86_64-cpython-310/numba/roc
      creating build/lib.linux-x86_64-cpython-310/numba/annotations
      copying numba/annotations/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/annotations
      copying numba/annotations/type_annotations.py -> build/lib.linux-x86_64-cpython-310/numba/annotations
      creating build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/npdatetime.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/typeof.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/cffi_utils.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/enumdecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/ctypes_utils.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/collections.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/context.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/arraydecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/templates.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/npydecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/setdecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/randomdecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/builtins.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/listdecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/dictdecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/mathdecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/bufproto.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      copying numba/typing/cmathdecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing
      creating build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_nan.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_array_return.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_random.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_codegen.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_types.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_gdb.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_record_dtype.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_objects.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_dyn_array.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_help.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_sets.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_pipeline.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_entrypoints.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_parfors.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_errorhandling.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_withlifting.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_chained_assign.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_nested_calls.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/timsort.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_nrt_refct.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_unicode_array.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_cli.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_range.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/pdlike_usecase.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_ufuncs.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_dispatcher.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_closure.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_datamodel.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_sys_stdin_assignment.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_parfors_caching.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_itanium_mangler.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_hashing.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_jit_module.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_complex.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_compiler_lock.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_api.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_cgutils.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_unpack_sequence.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_dyn_func.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_array_reductions.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_compile_cache.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_target_overloadselector.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_recarray_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_caching.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_errormodels.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_runtests.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/threading_backend_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_numconv.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_fastmath.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_iteration.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_heapq.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_boundscheck.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_typedlist.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_serialize.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_config.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_array_analysis.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_blackscholes.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_lists.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_casting.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/inlining_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_buffer_protocol.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_array_iterators.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_flow_control.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_svml.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_tuples.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_dataflow.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/true_div_usecase.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/cache_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_annotations.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_stencils.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_mixed_tuple_unroller.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_numpyadapt.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_profiler.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_enums.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_func_interface.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_array_methods.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/error_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_array_attr.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_overlap.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_import.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_extending_types.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_multi3.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_alignment.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_extended_arg.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_unicode_literals.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_unicode_names.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/annotation_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_byteflow.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_pycc.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_indexing.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_conversion.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_cfunc.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_sort.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_try_except.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_cffi.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_auto_constants.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_typeof.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_ctypes.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_copy_propagate.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_object_mode.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_typingerror.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_globals.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_numberctor.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_ir_utils.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_mathlib.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_optional.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_dicts.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_locals.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_listimpl.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/ctypes_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_comprehension.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_exceptions.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_maxmin.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_analysis.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_dictimpl.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_operators.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_recursion.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/dummy_module.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_generators.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/recursion_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_storeslice.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_looplifting.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_deprecations.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_ir.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/compile_with_pycc.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_numpy_support.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_mandelbrot.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_slices.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_numbers.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/cffi_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_array_constants.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_gil.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_del.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_listobject.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_literal_dispatch.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_unsafe_intrinsics.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/serialize_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_remove_dead.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_extending.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_intwidth.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_obj_lifetime.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_wrapper.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_polynomial.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_jitclasses.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_python_int.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_array_exprs.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/complex_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_make_function_to_jit_function.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/matmul_usecase.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_vectorization_type_inference.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_ir_inlining.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_tracing.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_typedobjectutils.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_np_functions.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_typeconv.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_interproc.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_debug.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_print.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/jitclass_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/support.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_practical_lowering_issues.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_fancy_indexing.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_npdatetime.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_mangling.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/orphaned_semaphore_usecase.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_typenames.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_warnings.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_nrt.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_parallel_backend.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_return_values.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_unicode.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_typeinfer.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_func_lifetime.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_debuginfo.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/enum_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/overload_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/cfunc_cache_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_threadsafety.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/parfors_cache_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_linalg.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_dummyarray.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_dictobject.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_array_manipulation.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_inlining.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_jitmethod.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_builtins.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_llvm_version_check.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_map_filter_reduce.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      copying numba/tests/test_support.py -> build/lib.linux-x86_64-cpython-310/numba/tests
      creating build/lib.linux-x86_64-cpython-310/numba/runtime
      copying numba/runtime/context.py -> build/lib.linux-x86_64-cpython-310/numba/runtime
      copying numba/runtime/nrtopt.py -> build/lib.linux-x86_64-cpython-310/numba/runtime
      copying numba/runtime/nrtdynmod.py -> build/lib.linux-x86_64-cpython-310/numba/runtime
      copying numba/runtime/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/runtime
      copying numba/runtime/nrt.py -> build/lib.linux-x86_64-cpython-310/numba/runtime
      creating build/lib.linux-x86_64-cpython-310/numba/pycc
      copying numba/pycc/decorators.py -> build/lib.linux-x86_64-cpython-310/numba/pycc
      copying numba/pycc/platform.py -> build/lib.linux-x86_64-cpython-310/numba/pycc
      copying numba/pycc/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/pycc
      copying numba/pycc/llvm_types.py -> build/lib.linux-x86_64-cpython-310/numba/pycc
      copying numba/pycc/compiler.py -> build/lib.linux-x86_64-cpython-310/numba/pycc
      copying numba/pycc/cc.py -> build/lib.linux-x86_64-cpython-310/numba/pycc
      creating build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/decorators.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/codegen.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/cudadecl.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/testing.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/nvvmutils.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/cudaimpl.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/errors.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/cudamath.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/target.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/args.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/vectorizers.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/stubs.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/api.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/random.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/envvars.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/simulator_init.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/cuda_paths.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/initialize.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/intrinsic_wrapper.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/compiler.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/device_init.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/libdevice.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/printimpl.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/descriptor.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      copying numba/cuda/dispatcher.py -> build/lib.linux-x86_64-cpython-310/numba/cuda
      creating build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/npdatetime.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/base.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/hashing.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/mergesort.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/polynomial.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/codegen.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/enumimpl.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/arrayobj.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/gdb_hook.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/iterators.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/npyfuncs.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/cpu_options.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/rangeobj.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/linalg.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/arraymath.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/descriptors.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/cffiimpl.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/intrinsics.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/boxing.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/removerefctpass.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/listobj.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/numbers.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/slicing.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/npyimpl.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/randomimpl.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/callconv.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/quicksort.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/cpu.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/externals.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/builtins.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/imputils.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/registry.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/heapq.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/ufunc_db.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/mathimpl.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/literal.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/tupleobj.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/dictimpl.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/optional.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/cmathimpl.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/printimpl.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/options.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/setobj.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/targets/fastmathpass.py -> build/lib.linux-x86_64-cpython-310/numba/targets
      creating build/lib.linux-x86_64-cpython-310/numba/jitclass
      copying numba/jitclass/decorators.py -> build/lib.linux-x86_64-cpython-310/numba/jitclass
      copying numba/jitclass/base.py -> build/lib.linux-x86_64-cpython-310/numba/jitclass
      copying numba/jitclass/boxing.py -> build/lib.linux-x86_64-cpython-310/numba/jitclass
      copying numba/jitclass/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/jitclass
      creating build/lib.linux-x86_64-cpython-310/numba/types
      copying numba/types/scalars.py -> build/lib.linux-x86_64-cpython-310/numba/types
      copying numba/types/iterators.py -> build/lib.linux-x86_64-cpython-310/numba/types
      copying numba/types/common.py -> build/lib.linux-x86_64-cpython-310/numba/types
      copying numba/types/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/types
      copying numba/types/npytypes.py -> build/lib.linux-x86_64-cpython-310/numba/types
      copying numba/types/containers.py -> build/lib.linux-x86_64-cpython-310/numba/types
      copying numba/types/misc.py -> build/lib.linux-x86_64-cpython-310/numba/types
      copying numba/types/functions.py -> build/lib.linux-x86_64-cpython-310/numba/types
      copying numba/types/abstract.py -> build/lib.linux-x86_64-cpython-310/numba/types
      creating build/lib.linux-x86_64-cpython-310/numba/rewrites
      copying numba/rewrites/static_binop.py -> build/lib.linux-x86_64-cpython-310/numba/rewrites
      copying numba/rewrites/static_getitem.py -> build/lib.linux-x86_64-cpython-310/numba/rewrites
      copying numba/rewrites/macros.py -> build/lib.linux-x86_64-cpython-310/numba/rewrites
      copying numba/rewrites/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/rewrites
      copying numba/rewrites/static_raise.py -> build/lib.linux-x86_64-cpython-310/numba/rewrites
      copying numba/rewrites/registry.py -> build/lib.linux-x86_64-cpython-310/numba/rewrites
      copying numba/rewrites/ir_print.py -> build/lib.linux-x86_64-cpython-310/numba/rewrites
      creating build/lib.linux-x86_64-cpython-310/numba/typeconv
      copying numba/typeconv/castgraph.py -> build/lib.linux-x86_64-cpython-310/numba/typeconv
      copying numba/typeconv/rules.py -> build/lib.linux-x86_64-cpython-310/numba/typeconv
      copying numba/typeconv/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/typeconv
      copying numba/typeconv/typeconv.py -> build/lib.linux-x86_64-cpython-310/numba/typeconv
      creating build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv
      copying numba/roc/hsadrv/devicearray.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv
      copying numba/roc/hsadrv/devices.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv
      copying numba/roc/hsadrv/driver.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv
      copying numba/roc/hsadrv/drvapi.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv
      copying numba/roc/hsadrv/enums_ext.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv
      copying numba/roc/hsadrv/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv
      copying numba/roc/hsadrv/error.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv
      copying numba/roc/hsadrv/enums.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv
      creating build/lib.linux-x86_64-cpython-310/numba/roc/tests
      copying numba/roc/tests/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests
      creating build/lib.linux-x86_64-cpython-310/numba/roc/hlc
      copying numba/roc/hlc/libhlc.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hlc
      copying numba/roc/hlc/hlc.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hlc
      copying numba/roc/hlc/common.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hlc
      copying numba/roc/hlc/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hlc
      copying numba/roc/hlc/config.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hlc
      creating build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsadrv
      copying numba/roc/tests/hsadrv/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsadrv
      copying numba/roc/tests/hsadrv/test_driver.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsadrv
      copying numba/roc/tests/hsadrv/test_async.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsadrv
      creating build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_decorator.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_occupancy.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_large_code.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_math.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/run_far_branch.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_memory.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_matmul.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_reduction.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_scan.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_gufuncbuilding.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_barrier.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_positioning.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_compiler.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_simple.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_intrinsics.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_autojit.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_ufuncbuilding.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_linkage.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_atomics.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      copying numba/roc/tests/hsapy/test_async_kernel.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy
      creating build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc
      copying numba/tests/npyufunc/test_gufunc.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc
      copying numba/tests/npyufunc/test_caching.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc
      copying numba/tests/npyufunc/test_ufunc.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc
      copying numba/tests/npyufunc/test_parallel_low_work.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc
      copying numba/tests/npyufunc/test_parallel_env_variable.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc
      copying numba/tests/npyufunc/test_dufunc.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc
      copying numba/tests/npyufunc/test_parallel_ufunc_issues.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc
      copying numba/tests/npyufunc/cache_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc
      copying numba/tests/npyufunc/test_vectorize_decor.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc
      copying numba/tests/npyufunc/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc
      copying numba/tests/npyufunc/test_errors.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc
      copying numba/tests/npyufunc/test_ufuncbuilding.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc
      creating build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv
      copying numba/cuda/cudadrv/libs.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv
      copying numba/cuda/cudadrv/devicearray.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv
      copying numba/cuda/cudadrv/devices.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv
      copying numba/cuda/cudadrv/autotune.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv
      copying numba/cuda/cudadrv/driver.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv
      copying numba/cuda/cudadrv/drvapi.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv
      copying numba/cuda/cudadrv/ndarray.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv
      copying numba/cuda/cudadrv/nvvm.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv
      copying numba/cuda/cudadrv/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv
      copying numba/cuda/cudadrv/error.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv
      copying numba/cuda/cudadrv/enums.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv
      creating build/lib.linux-x86_64-cpython-310/numba/cuda/simulator
      copying numba/cuda/simulator/kernelapi.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator
      copying numba/cuda/simulator/api.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator
      copying numba/cuda/simulator/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator
      copying numba/cuda/simulator/reduction.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator
      copying numba/cuda/simulator/kernel.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator
      copying numba/cuda/simulator/compiler.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator
      creating build/lib.linux-x86_64-cpython-310/numba/cuda/tests
      copying numba/cuda/tests/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests
      creating build/lib.linux-x86_64-cpython-310/numba/cuda/kernels
      copying numba/cuda/kernels/transpose.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/kernels
      copying numba/cuda/kernels/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/kernels
      copying numba/cuda/kernels/reduction.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/kernels
      creating build/lib.linux-x86_64-cpython-310/numba/cuda/simulator/cudadrv
      copying numba/cuda/simulator/cudadrv/devicearray.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator/cudadrv
      copying numba/cuda/simulator/cudadrv/devices.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator/cudadrv
      copying numba/cuda/simulator/cudadrv/driver.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator/cudadrv
      copying numba/cuda/simulator/cudadrv/drvapi.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator/cudadrv
      copying numba/cuda/simulator/cudadrv/nvvm.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator/cudadrv
      copying numba/cuda/simulator/cudadrv/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator/cudadrv
      creating build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_ir_patch.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_cuda_libraries.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_events.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_select_device.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_cuda_auto_context.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_pinned.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_host_alloc.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_nvvm_driver.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_cuda_devicerecord.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_cuda_memory.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_deallocations.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_profiler.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_array_attr.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_inline_ptx.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_detect.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_cuda_ndarray.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_context_stack.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_cuda_driver.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_linker.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_reset_device.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      copying numba/cuda/tests/cudadrv/test_cuda_array_slicing.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv
      creating build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_random.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_gufunc.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_record_dtype.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_math.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_gufunc_scheduling.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_vectorize_device.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_array_args.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_complex.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_warp_ops.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_cuda_autojit.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_userexc.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_fastmath.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_serialize.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_exception.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_blackscholes.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_casting.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_inspect.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_complex_kernel.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_multigpu.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_datetime.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_matmul.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_vectorize_scalar_arg.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_array_methods.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_reduction.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_alignment.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_vectorize_decor.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_constmem.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_device_func.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_idiv.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_globals.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_macro.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_gufunc_scalar.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_boolean.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_mandel.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_intrinsics.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_sm.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_array.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_montecarlo.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_multiprocessing.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_slicing.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_autojit.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_vectorize_complex.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_errors.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_multithreads.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_lang.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_sync.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_nondet.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_minmax.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_transpose.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_operator.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_powi.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_debug.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_laplace.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_print.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_const_string.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_localmem.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_freevar.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_py2_div_issue.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_retrieve_autoconverted_arrays.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_debuginfo.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_atomics.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_cuda_array_interface.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_forall.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_vectorize.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_ipc.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      copying numba/cuda/tests/cudapy/test_deprecation.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy
      creating build/lib.linux-x86_64-cpython-310/numba/cuda/tests/nocuda
      copying numba/cuda/tests/nocuda/test_library_lookup.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/nocuda
      copying numba/cuda/tests/nocuda/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/nocuda
      copying numba/cuda/tests/nocuda/test_nvvm.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/nocuda
      creating build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudasim
      copying numba/cuda/tests/cudasim/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudasim
      copying numba/cuda/tests/cudasim/test_cudasim_issues.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudasim
      copying numba/cuda/tests/cudasim/support.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudasim
      creating build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv/data
      copying numba/cuda/tests/cudadrv/data/__init__.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv/data
      copying numba/_math_c99.c -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_npymath_exports.c -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_typeof.c -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/mviewbuf.c -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_hashtable.c -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_dynfunc.c -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_dynfuncmod.c -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_dispatcher.c -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_helpermod.c -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_helperlib.c -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_lapack.c -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_random.c -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_unicodetype_db.h -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_dispatcher.h -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_pymodule.h -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_math_c99.h -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_numba_common.h -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/mathnames.h -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_arraystruct.h -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_typeof.h -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/_hashtable.h -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/capsulethunk.h -> build/lib.linux-x86_64-cpython-310/numba
      copying numba/cext/dictobject.c -> build/lib.linux-x86_64-cpython-310/numba/cext
      copying numba/cext/utils.c -> build/lib.linux-x86_64-cpython-310/numba/cext
      copying numba/cext/listobject.c -> build/lib.linux-x86_64-cpython-310/numba/cext
      copying numba/cext/listobject.h -> build/lib.linux-x86_64-cpython-310/numba/cext
      copying numba/cext/cext.h -> build/lib.linux-x86_64-cpython-310/numba/cext
      copying numba/cext/dictobject.h -> build/lib.linux-x86_64-cpython-310/numba/cext
      copying numba/annotations/template.html -> build/lib.linux-x86_64-cpython-310/numba/annotations
      creating build/lib.linux-x86_64-cpython-310/numba/tests/pycc_distutils_usecase
      copying numba/tests/pycc_distutils_usecase/setup_distutils.py -> build/lib.linux-x86_64-cpython-310/numba/tests/pycc_distutils_usecase
      copying numba/tests/pycc_distutils_usecase/source_module.py -> build/lib.linux-x86_64-cpython-310/numba/tests/pycc_distutils_usecase
      copying numba/tests/pycc_distutils_usecase/setup_setuptools.py -> build/lib.linux-x86_64-cpython-310/numba/tests/pycc_distutils_usecase
      copying numba/runtime/nrt.c -> build/lib.linux-x86_64-cpython-310/numba/runtime
      copying numba/runtime/_nrt_pythonmod.c -> build/lib.linux-x86_64-cpython-310/numba/runtime
      copying numba/runtime/_nrt_python.c -> build/lib.linux-x86_64-cpython-310/numba/runtime
      copying numba/runtime/nrt_external.h -> build/lib.linux-x86_64-cpython-310/numba/runtime
      copying numba/runtime/nrt.h -> build/lib.linux-x86_64-cpython-310/numba/runtime
      copying numba/pycc/modulemixin.c -> build/lib.linux-x86_64-cpython-310/numba/pycc
      copying numba/targets/cmdlang.gdb -> build/lib.linux-x86_64-cpython-310/numba/targets
      copying numba/cuda/tests/cudadrv/data/jitlink.ptx -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv/data
      running build_ext
      building 'numba._dynfunc' extension
      Warning: Can't read registry to find the necessary compiler setting
      Make sure that Python modules winreg, win32api or win32con are installed.
      INFO: C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      creating build/temp.linux-x86_64-cpython-310
      creating build/temp.linux-x86_64-cpython-310/numba
      INFO: compile options: '-I/usr/include/python3.10 -c'
      extra options: '-g'
      INFO: gcc: numba/_dynfuncmod.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 build/temp.linux-x86_64-cpython-310/numba/_dynfuncmod.o -o build/lib.linux-x86_64-cpython-310/numba/_dynfunc.cpython-310-x86_64-linux-gnu.so
      building 'numba._dispatcher' extension
      INFO: C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

      creating build/temp.linux-x86_64-cpython-310/numba/typeconv
      INFO: compile options: '-I/usr/lib/python3.10/site-packages/numpy/core/include -I/usr/include/python3.10 -c'
      INFO: gcc: numba/_dispatcherimpl.cpp
      INFO: gcc: numba/_dispatcher.c
      INFO: gcc: numba/_hashtable.c
      INFO: gcc: numba/_typeof.c
      INFO: gcc: numba/typeconv/typeconv.cpp
      numba/_dispatcher.c: In function ‘call_trace’:
      numba/_dispatcher.c:26:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘use_tracing’; did you mean ‘tracing’?
         26 |     tstate->use_tracing = 0;
            |             ^~~~~~~~~~~
            |             tracing
      numba/_dispatcher.c:28:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘use_tracing’; did you mean ‘tracing’?
         28 |     tstate->use_tracing = ((tstate->c_tracefunc != NULL)
            |             ^~~~~~~~~~~
            |             tracing
      numba/_dispatcher.c: In function ‘call_cfunc’:
      numba/_dispatcher.c:301:17: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘use_tracing’; did you mean ‘tracing’?
        301 |     if (tstate->use_tracing && tstate->c_profilefunc)
            |                 ^~~~~~~~~~~
            |                 tracing
      numba/_dispatcher.c: In function ‘Dispatcher_call’:
      numba/_dispatcher.c:507:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘use_tracing’; did you mean ‘tracing’?
        507 |     if (ts->use_tracing && ts->c_profilefunc)
            |             ^~~~~~~~~~~
            |             tracing
      numba/_dispatcher.c: In function ‘call_cfunc’:
      numba/_dispatcher.c:349:1: warning: control reaches end of non-void function [-Wreturn-type]
        349 | }
            | ^
      error: Command "gcc -Wno-unused-result -Wsign-compare -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 -fPIC -I/usr/lib/python3.10/site-packages/numpy/core/include -I/usr/include/python3.10 -c numba/_dispatcher.c -o build/temp.linux-x86_64-cpython-310/numba/_dispatcher.o" failed with exit status 1
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for numba
  Running setup.py clean for numba
  Building wheel for progressbar (setup.py) ... done
  Created wheel for progressbar: filename=progressbar-2.5-py3-none-any.whl size=12067 sha256=98d4c458334ac9c516153c560ffe70753b9f2c4879f61b4e48df7726f2a810fd
  Stored in directory: /home/negatron/.cache/pip/wheels/87/80/e5/ebb505e651c0099350734492f23bea3f5ad466275f78448b9d
  Building wheel for ffmpeg (setup.py) ... done
  Created wheel for ffmpeg: filename=ffmpeg-1.4-py3-none-any.whl size=6082 sha256=73775a32423567c21614e65812d2a852c5a56303f9f1731440d0edeb18f1f020
  Stored in directory: /home/negatron/.cache/pip/wheels/e3/61/b9/e9c5cf3d76e5a83f61e4dc835e61ef86af884c2a48b4feeb47
  Building wheel for llvmlite (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py bdist_wheel did not run successfully.
  │ exit code: 1
  ╰─> [26 lines of output]
      running bdist_wheel
      /sbin/python /tmp/pip-install-egimm7lw/llvmlite_69c7934117a04683a010b68a314cfe02/ffi/build.py
      LLVM version... Traceback (most recent call last):
        File "/tmp/pip-install-egimm7lw/llvmlite_69c7934117a04683a010b68a314cfe02/ffi/build.py", line 105, in main_posix
          out = subprocess.check_output([llvm_config, '--version'])
        File "/usr/lib/python3.10/subprocess.py", line 421, in check_output
          return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
        File "/usr/lib/python3.10/subprocess.py", line 503, in run
          with Popen(*popenargs, **kwargs) as process:
        File "/usr/lib/python3.10/subprocess.py", line 971, in __init__
          self._execute_child(args, executable, preexec_fn, close_fds,
        File "/usr/lib/python3.10/subprocess.py", line 1847, in _execute_child
          raise child_exception_type(errno_num, err_msg, err_filename)
      FileNotFoundError: [Errno 2] No such file or directory: 'llvm-config'

      During handling of the above exception, another exception occurred:

      Traceback (most recent call last):
        File "/tmp/pip-install-egimm7lw/llvmlite_69c7934117a04683a010b68a314cfe02/ffi/build.py", line 168, in <module>
          main()
        File "/tmp/pip-install-egimm7lw/llvmlite_69c7934117a04683a010b68a314cfe02/ffi/build.py", line 158, in main
          main_posix('linux', '.so')
        File "/tmp/pip-install-egimm7lw/llvmlite_69c7934117a04683a010b68a314cfe02/ffi/build.py", line 107, in main_posix
          raise RuntimeError("%s failed executing, please point LLVM_CONFIG "
      RuntimeError: llvm-config failed executing, please point LLVM_CONFIG to the path for llvm-config
      error: command '/sbin/python' failed with exit code 1
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for llvmlite
  Running setup.py clean for llvmlite
  Building wheel for audioread (setup.py) ... done
  Created wheel for audioread: filename=audioread-3.0.0-py3-none-any.whl size=23704 sha256=254d3eca2412cc9067dd8be460a9bd2f9765b94e455a398089de3655d189d33a
  Stored in directory: /home/negatron/.cache/pip/wheels/3d/e0/4b/51b8aa4a0e2b6361c14943f7a7c2c7adb7b9cd419e0a1b720d
Successfully built progressbar ffmpeg audioread
Failed to build numpy numba llvmlite
ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
running install
/usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
/usr/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
error: can't create or remove files in install directory

The following error occurred while trying to add or remove files in the
installation directory:

    [Errno 13] Permission denied: '/usr/lib/python3.10/site-packages/test-easy-install-107329.write-test'

The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:

    /usr/lib/python3.10/site-packages/

Perhaps your account does not have write access to this directory?  If the
installation directory is a system-owned directory, you may need to sign in
as the administrator or "root" account.  If you do not have administrative
access to this machine, you may wish to choose a different installation
directory, preferably one that is listed in your PYTHONPATH environment
variable.

For information on other options, you may wish to consult the
documentation at:

  https://setuptools.pypa.io/en/latest/deprecated/easy_install.html

Please make the appropriate changes for your system and try again.
`
neonbjb commented 1 year ago

Hey, not really sure what's going on here. The last time I installed tortoise (which was awhile ago) it didn't look like this. There are a lot of dependencies, though. This repo is certainly not appropriate for any kind of production use.

conhibit commented 1 year ago

Hey, not really sure what's going on here. The last time I installed tortoise (which was awhile ago) it didn't look like this. There are a lot of dependencies, though. This repo is certainly not appropriate for any kind of production use.

I have planned on and still intend on Helping the Disabled with with similar ideas like this... If this were to take off I would definitely ask before outright stealing others property :)

neonbjb commented 1 year ago

You're not stealing anyone's property, it's open for you and everyone else to use. The above statement is merely that if you wish to build products on tortoise you should expect to have to do some legwork. My awful packaging skills are one reason.

conhibit commented 1 year ago

You're not stealing anyone's property, it's open for you and everyone else to use. The above statement is merely that if you wish to build products on tortoise you should expect to have to do some legwork. My awful packaging skills are one reason.

and i would never steal from anybody with such reverance for Open Source principals... unfortunately i got too much on my plate in the next few to several months to downstream any arch methods... = ]

krishna-santosh commented 1 year ago

@conhibit I had the same issue on my Arch machine I installed numpy and numba manually and removed them from the requirements.txt

pip install numpy numba

and then

pip install -r requirements.txt

worked fine after that.

conhibit commented 1 year ago

@conhibit I had the same issue on my Arch machine I installed numpy and numba manually and removed them from the requirements.txt

pip install numpy numba

and then

pip install -r requirements.txt

worked fine after that.

impressive, where is this requirements .txt located... i get an error....

pip install -r requirements.txt Defaulting to user installation because normal site-packages is not writeable ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

could be that i dont remember the directory where i installed tortoise???

TRIED YOUR SOLUTIONS ... got this now... Successfully installed torchvision-0.14.1+cpu [negatron@Negatron]-[~]

cd tortoise-tts [negatron@Negatron]-[~/tortoise-tts] ls CITATION.cff LICENSE README.md scripts tortoise tortoise_v2_examples.html examples MANIFEST.in requirements.txt setup.py tortoise_tts.ipynb TTS [negatron@Negatron]-[~/tortoise-tts] python -m pip install -r ./requirements.txt Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: tqdm in /usr/lib/python3.10/site-packages (from -r ./requirements.txt (line 1)) (4.64.1) Collecting rotary_embedding_torch Using cached rotary_embedding_torch-0.2.1-py3-none-any.whl (4.5 kB) Collecting transformers==4.19 Using cached transformers-4.19.0-py3-none-any.whl (4.2 MB) Collecting tokenizers Using cached tokenizers-0.13.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.6 MB) Requirement already satisfied: inflect in /home/negatron/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 5)) (5.6.0) Collecting progressbar Using cached progressbar-2.5-py3-none-any.whl Collecting einops Using cached einops-0.6.0-py3-none-any.whl (41 kB) Requirement already satisfied: unidecode in /usr/lib/python3.10/site-packages (from -r ./requirements.txt (line 8)) (1.3.6) Requirement already satisfied: scipy in /usr/lib/python3.10/site-packages (from -r ./requirements.txt (line 9)) (1.10.0) Requirement already satisfied: librosa in /home/negatron/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 10)) (0.8.0) Collecting numpy==1.20.0 Using cached numpy-1.20.0.zip (8.0 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting numba==0.48.0 Using cached numba-0.48.0.tar.gz (2.0 MB) Preparing metadata (setup.py) ... done Requirement already satisfied: torchaudio in /home/negatron/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 13)) (0.13.1) Collecting ffmpeg Using cached ffmpeg-1.4-py3-none-any.whl Requirement already satisfied: threadpoolctl in /home/negatron/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 15)) (3.1.0) Requirement already satisfied: llvmlite in /home/negatron/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 16)) (0.38.1) Requirement already satisfied: appdirs in /usr/lib/python3.10/site-packages (from -r ./requirements.txt (line 17)) (1.4.4) Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from transformers==4.19->-r ./requirements.txt (line 3)) (2.28.1) Collecting huggingface-hub<1.0,>=0.1.0 Downloading huggingface_hub-0.12.0-py3-none-any.whl (190 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190.3/190.3 kB 2.1 MB/s eta 0:00:00 Requirement already satisfied: packaging>=20.0 in /usr/lib/python3.10/site-packages (from transformers==4.19->-r ./requirements.txt (line 3)) (21.3) Collecting tokenizers Using cached tokenizers-0.12.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (6.6 MB) Requirement already satisfied: pyyaml>=5.1 in /usr/lib/python3.10/site-packages (from transformers==4.19->-r ./requirements.txt (line 3)) (6.0) Requirement already satisfied: regex!=2019.12.17 in /home/negatron/.local/lib/python3.10/site-packages (from transformers==4.19->-r ./requirements.txt (line 3)) (2022.10.31) Collecting filelock Using cached filelock-3.9.0-py3-none-any.whl (9.7 kB) Collecting llvmlite Using cached llvmlite-0.31.0.tar.gz (110 kB) Preparing metadata (setup.py) ... done Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (from numba==0.48.0->-r ./requirements.txt (line 12)) (65.6.3) Requirement already satisfied: torch>=1.6 in /home/negatron/.local/lib/python3.10/site-packages (from rotary_embedding_torch->-r ./requirements.txt (line 2)) (1.13.1) Requirement already satisfied: scikit-learn!=0.19.0,>=0.14.0 in /home/negatron/.local/lib/python3.10/site-packages (from librosa->-r ./requirements.txt (line 10)) (1.2.0) Requirement already satisfied: decorator>=3.0.0 in /usr/lib/python3.10/site-packages (from librosa->-r ./requirements.txt (line 10)) (5.1.1) Requirement already satisfied: joblib>=0.14 in /home/negatron/.local/lib/python3.10/site-packages (from librosa->-r ./requirements.txt (line 10)) (1.2.0) Requirement already satisfied: resampy>=0.2.2 in /home/negatron/.local/lib/python3.10/site-packages (from librosa->-r ./requirements.txt (line 10)) (0.4.2) Requirement already satisfied: pooch>=1.0 in /usr/lib/python3.10/site-packages (from librosa->-r ./requirements.txt (line 10)) (1.6.0) Requirement already satisfied: audioread>=2.0.0 in /home/negatron/.local/lib/python3.10/site-packages (from librosa->-r ./requirements.txt (line 10)) (3.0.0) Requirement already satisfied: soundfile>=0.9.0 in /home/negatron/.local/lib/python3.10/site-packages (from librosa->-r ./requirements.txt (line 10)) (0.11.0) Requirement already satisfied: nvidia-cuda-runtime-cu11==11.7.99 in /home/negatron/.local/lib/python3.10/site-packages (from torch>=1.6->rotary_embedding_torch->-r ./requirements.txt (line 2)) (11.7.99) Requirement already satisfied: nvidia-cublas-cu11==11.10.3.66 in /home/negatron/.local/lib/python3.10/site-packages (from torch>=1.6->rotary_embedding_torch->-r ./requirements.txt (line 2)) (11.10.3.66) Requirement already satisfied: nvidia-cudnn-cu11==8.5.0.96 in /home/negatron/.local/lib/python3.10/site-packages (from torch>=1.6->rotary_embedding_torch->-r ./requirements.txt (line 2)) (8.5.0.96) Requirement already satisfied: nvidia-cuda-nvrtc-cu11==11.7.99 in /home/negatron/.local/lib/python3.10/site-packages (from torch>=1.6->rotary_embedding_torch->-r ./requirements.txt (line 2)) (11.7.99) Requirement already satisfied: typing-extensions in /usr/lib/python3.10/site-packages (from torch>=1.6->rotary_embedding_torch->-r ./requirements.txt (line 2)) (4.4.0) Requirement already satisfied: wheel in /usr/lib/python3.10/site-packages (from nvidia-cublas-cu11==11.10.3.66->torch>=1.6->rotary_embedding_torch->-r ./requirements.txt (line 2)) (0.38.4) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/lib/python3.10/site-packages (from packaging>=20.0->transformers==4.19->-r ./requirements.txt (line 3)) (3.0.9) Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.10/site-packages (from requests->transformers==4.19->-r ./requirements.txt (line 3)) (3.4) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests->transformers==4.19->-r ./requirements.txt (line 3)) (1.26.12) Collecting resampy>=0.2.2 Using cached resampy-0.4.1-py3-none-any.whl (3.1 MB) Using cached resampy-0.4.0-py3-none-any.whl (3.1 MB) Using cached resampy-0.3.1-py3-none-any.whl (3.1 MB) Requirement already satisfied: cffi>=1.0 in /usr/lib/python3.10/site-packages (from soundfile>=0.9.0->librosa->-r ./requirements.txt (line 10)) (1.15.1) Requirement already satisfied: pycparser in /usr/lib/python3.10/site-packages (from cffi>=1.0->soundfile>=0.9.0->librosa->-r ./requirements.txt (line 10)) (2.21) Requirement already satisfied: jaraco.text in /usr/lib/python3.10/site-packages (from setuptools->numba==0.48.0->-r ./requirements.txt (line 12)) (3.11.0) Requirement already satisfied: more-itertools in /usr/lib/python3.10/site-packages (from setuptools->numba==0.48.0->-r ./requirements.txt (line 12)) (9.0.0) Requirement already satisfied: ordered-set in /usr/lib/python3.10/site-packages (from setuptools->numba==0.48.0->-r ./requirements.txt (line 12)) (4.1.0) Requirement already satisfied: tomli in /usr/lib/python3.10/site-packages (from setuptools->numba==0.48.0->-r ./requirements.txt (line 12)) (2.0.1) Requirement already satisfied: validate-pyproject in /usr/lib/python3.10/site-packages (from setuptools->numba==0.48.0->-r ./requirements.txt (line 12)) (0.10.1) Requirement already satisfied: jaraco.functools in /usr/lib/python3.10/site-packages (from jaraco.text->setuptools->numba==0.48.0->-r ./requirements.txt (line 12)) (3.5.2) Requirement already satisfied: jaraco.context>=4.1 in /usr/lib/python3.10/site-packages (from jaraco.text->setuptools->numba==0.48.0->-r ./requirements.txt (line 12)) (4.2.0) Requirement already satisfied: autocommand in /usr/lib/python3.10/site-packages (from jaraco.text->setuptools->numba==0.48.0->-r ./requirements.txt (line 12)) (2.2.2) Building wheels for collected packages: numpy, numba, llvmlite Building wheel for numpy (pyproject.toml) ... error error: subprocess-exited-with-error

× Building wheel for numpy (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [1523 lines of output] setup.py:66: RuntimeWarning: NumPy 1.20.0 may not yet support Python 3.10. warnings.warn( Running from numpy source directory. numpy/random/_bounded_integers.pxd.in has not changed Processing numpy/random/_bounded_integers.pyx numpy/random/mtrand.pyx has not changed numpy/random/_pcg64.pyx has not changed numpy/random/bit_generator.pyx has not changed numpy/random/_sfc64.pyx has not changed numpy/random/_common.pyx has not changed numpy/random/_bounded_integers.pyx.in has not changed numpy/random/_philox.pyx has not changed numpy/random/_generator.pyx has not changed numpy/random/_mt19937.pyx has not changed Cythonizing sources blas_opt_info: blas_mkl_info: customize UnixCCompiler libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] NOT AVAILABLE

  blis_info:
    libraries blis not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
    NOT AVAILABLE

  openblas_info:
    libraries openblas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
    NOT AVAILABLE

  atlas_3_10_blas_threads_info:
  Setting PTATLAS=ATLAS
    libraries tatlas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
    NOT AVAILABLE

  atlas_3_10_blas_info:
    libraries satlas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
    NOT AVAILABLE

  atlas_blas_threads_info:
  Setting PTATLAS=ATLAS
    libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
    NOT AVAILABLE

  atlas_blas_info:
    libraries f77blas,cblas,atlas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
    NOT AVAILABLE

  /tmp/pip-install-mrqpki0z/numpy_99057b46d39a4cb7bd0a62611534658e/numpy/distutils/system_info.py:1989: 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):
  blas_info:
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  creating /tmp/tmp23xv16zz/tmp
  creating /tmp/tmp23xv16zz/tmp/tmp23xv16zz
  compile options: '-I/usr/local/include -I/usr/include -c'
  gcc: /tmp/tmp23xv16zz/source.c
  gcc /tmp/tmp23xv16zz/tmp/tmp23xv16zz/source.o -L/usr/lib64 -lblas -o /tmp/tmp23xv16zz/a.out
  /sbin/ld: /tmp/ccgfrAXH.ltrans0.ltrans.o: in function `main':
  /tmp/tmp23xv16zz/source.c:6: undefined reference to `cblas_ddot'
  collect2: error: ld returned 1 exit status
  gcc /tmp/tmp23xv16zz/tmp/tmp23xv16zz/source.o -L/usr/lib64 -lcblas -lblas -o /tmp/tmp23xv16zz/a.out
    FOUND:
      libraries = ['cblas', 'blas', 'blas']
      library_dirs = ['/usr/lib64']
      include_dirs = ['/usr/local/include', '/usr/include']
      language = c
      define_macros = [('HAVE_CBLAS', None)]

    FOUND:
      define_macros = [('NO_ATLAS_INFO', 1), ('HAVE_CBLAS', None)]
      libraries = ['cblas', 'blas', 'blas']
      library_dirs = ['/usr/lib64']
      include_dirs = ['/usr/local/include', '/usr/include']
      language = c

  non-existing path in 'numpy/distutils': 'site.cfg'
  lapack_opt_info:
  lapack_mkl_info:
    libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
    NOT AVAILABLE

  openblas_lapack_info:
    libraries openblas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
    NOT AVAILABLE

  openblas_clapack_info:
    libraries openblas,lapack not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
    NOT AVAILABLE

  flame_info:
    libraries flame not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
    NOT AVAILABLE

  atlas_3_10_threads_info:
  Setting PTATLAS=ATLAS
    libraries lapack_atlas not found in /usr/local/lib
    libraries tatlas,tatlas not found in /usr/local/lib
    libraries lapack_atlas not found in /usr/lib64
    libraries tatlas,tatlas not found in /usr/lib64
    libraries lapack_atlas not found in /usr/lib
    libraries tatlas,tatlas not found in /usr/lib
    libraries lapack_atlas not found in /usr/lib/
    libraries tatlas,tatlas not found in /usr/lib/
  <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
    NOT AVAILABLE

  atlas_3_10_info:
    libraries lapack_atlas not found in /usr/local/lib
    libraries satlas,satlas not found in /usr/local/lib
    libraries lapack_atlas not found in /usr/lib64
    libraries satlas,satlas not found in /usr/lib64
    libraries lapack_atlas not found in /usr/lib
    libraries satlas,satlas not found in /usr/lib
    libraries lapack_atlas not found in /usr/lib/
    libraries satlas,satlas not found in /usr/lib/
  <class 'numpy.distutils.system_info.atlas_3_10_info'>
    NOT AVAILABLE

  atlas_threads_info:
  Setting PTATLAS=ATLAS
    libraries lapack_atlas not found in /usr/local/lib
    libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
    libraries lapack_atlas not found in /usr/lib64
    libraries ptf77blas,ptcblas,atlas not found in /usr/lib64
    libraries lapack_atlas not found in /usr/lib
    libraries ptf77blas,ptcblas,atlas not found in /usr/lib
    libraries lapack_atlas not found in /usr/lib/
    libraries ptf77blas,ptcblas,atlas not found in /usr/lib/
  <class 'numpy.distutils.system_info.atlas_threads_info'>
    NOT AVAILABLE

  atlas_info:
    libraries lapack_atlas not found in /usr/local/lib
    libraries f77blas,cblas,atlas not found in /usr/local/lib
    libraries lapack_atlas not found in /usr/lib64
    libraries f77blas,cblas,atlas not found in /usr/lib64
    libraries lapack_atlas not found in /usr/lib
    libraries f77blas,cblas,atlas not found in /usr/lib
    libraries lapack_atlas not found in /usr/lib/
    libraries f77blas,cblas,atlas not found in /usr/lib/
  <class 'numpy.distutils.system_info.atlas_info'>
    NOT AVAILABLE

  lapack_info:
    FOUND:
      libraries = ['lapack', 'lapack']
      library_dirs = ['/usr/lib64']
      language = f77

    FOUND:
      libraries = ['lapack', 'lapack', 'cblas', 'blas', 'blas']
      library_dirs = ['/usr/lib64']
      language = c
      define_macros = [('NO_ATLAS_INFO', 1), ('HAVE_CBLAS', None)]
      include_dirs = ['/usr/local/include', '/usr/include']

  /tmp/pip-build-env-_my974hr/overlay/lib/python3.10/site-packages/setuptools/_distutils/dist.py:275: UserWarning: Unknown distribution option: 'define_macros'
    warnings.warn(msg)
  running bdist_wheel
  running build
  running config_cc
  unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  running config_fc
  unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  running build_src
  build_src
  building py_modules sources
  building library "npymath" sources
  Could not locate executable gfortran
  Could not locate executable f95
  Could not locate executable ifort
  Could not locate executable ifc
  Could not locate executable lf95
  Could not locate executable pgfortran
  Could not locate executable nvfortran
  Could not locate executable f90
  Could not locate executable f77
  Could not locate executable fort
  Could not locate executable efort
  Could not locate executable efc
  Could not locate executable g77
  Could not locate executable g95
  Could not locate executable pathf95
  Could not locate executable nagfor
  Could not locate executable frt
  don't know how to compile Fortran code on platform 'posix'
    adding 'build/src.linux-x86_64-3.10/numpy/core/src/npymath' to include_dirs.
  None - nothing done with h_files = ['build/src.linux-x86_64-3.10/numpy/core/src/npymath/npy_math_internal.h']
  building library "npyrandom" sources
  building extension "numpy.core._multiarray_tests" sources
  building extension "numpy.core._multiarray_umath" sources
    adding 'build/src.linux-x86_64-3.10/numpy/core/src/common' to include_dirs.
    adding 'build/src.linux-x86_64-3.10/numpy/core/src/umath' to include_dirs.
  numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.10/numpy/core/src/common/npy_sort.h', 'build/src.linux-x86_64-3.10/numpy/core/src/common/npy_partition.h', 'build/src.linux-x86_64-3.10/numpy/core/src/common/npy_binsearch.h', 'build/src.linux-x86_64-3.10/numpy/core/src/umath/funcs.inc', 'build/src.linux-x86_64-3.10/numpy/core/src/umath/simd.inc', 'build/src.linux-x86_64-3.10/numpy/core/src/umath/loops.h', 'build/src.linux-x86_64-3.10/numpy/core/src/umath/matmul.h', 'build/src.linux-x86_64-3.10/numpy/core/src/umath/clip.h', 'build/src.linux-x86_64-3.10/numpy/core/src/common/templ_common.h', 'build/src.linux-x86_64-3.10/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.10/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.10/numpy/core/include/numpy/__multiarray_api.h', 'build/src.linux-x86_64-3.10/numpy/core/include/numpy/__ufunc_api.h']
  building extension "numpy.core._umath_tests" sources
  building extension "numpy.core._rational_tests" sources
  building extension "numpy.core._struct_ufunc_tests" sources
  building extension "numpy.core._operand_flag_tests" sources
  building extension "numpy.core._simd" sources
    adding 'build/src.linux-x86_64-3.10/numpy/core/src/_simd' to include_dirs.
  numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.10/numpy/core/src/_simd/_simd_inc.h', 'build/src.linux-x86_64-3.10/numpy/core/src/_simd/_simd_data.inc']
  building extension "numpy.fft._pocketfft_internal" sources
  building extension "numpy.linalg.lapack_lite" sources
  building extension "numpy.linalg._umath_linalg" sources
  building extension "numpy.random._mt19937" sources
  building extension "numpy.random._philox" sources
  building extension "numpy.random._pcg64" sources
  building extension "numpy.random._sfc64" sources
  building extension "numpy.random._common" sources
  building extension "numpy.random.bit_generator" sources
  building extension "numpy.random._generator" sources
  building extension "numpy.random._bounded_integers" sources
  building extension "numpy.random.mtrand" sources
  building data_files sources
  build_src: building npy-pkg config files
  running build_py
  creating build/lib.linux-x86_64-3.10
  creating build/lib.linux-x86_64-3.10/numpy
  copying numpy/ctypeslib.py -> build/lib.linux-x86_64-3.10/numpy
  copying numpy/_pytesttester.py -> build/lib.linux-x86_64-3.10/numpy
  copying numpy/version.py -> build/lib.linux-x86_64-3.10/numpy
  copying numpy/matlib.py -> build/lib.linux-x86_64-3.10/numpy
  copying numpy/conftest.py -> build/lib.linux-x86_64-3.10/numpy
  copying numpy/_distributor_init.py -> build/lib.linux-x86_64-3.10/numpy
  copying numpy/_globals.py -> build/lib.linux-x86_64-3.10/numpy
  copying numpy/dual.py -> build/lib.linux-x86_64-3.10/numpy
  copying numpy/__init__.py -> build/lib.linux-x86_64-3.10/numpy
  copying numpy/setup.py -> build/lib.linux-x86_64-3.10/numpy
  copying build/src.linux-x86_64-3.10/numpy/__config__.py -> build/lib.linux-x86_64-3.10/numpy
  creating build/lib.linux-x86_64-3.10/numpy/compat
  copying numpy/compat/py3k.py -> build/lib.linux-x86_64-3.10/numpy/compat
  copying numpy/compat/_inspect.py -> build/lib.linux-x86_64-3.10/numpy/compat
  copying numpy/compat/__init__.py -> build/lib.linux-x86_64-3.10/numpy/compat
  copying numpy/compat/setup.py -> build/lib.linux-x86_64-3.10/numpy/compat
  creating build/lib.linux-x86_64-3.10/numpy/compat/tests
  copying numpy/compat/tests/test_compat.py -> build/lib.linux-x86_64-3.10/numpy/compat/tests
  copying numpy/compat/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/compat/tests
  creating build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/_methods.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/machar.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/setup_common.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/_ufunc_config.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/umath_tests.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/_exceptions.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/shape_base.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/numerictypes.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/umath.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/cversions.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/_dtype.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/_dtype_ctypes.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/numeric.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/overrides.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/arrayprint.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/multiarray.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/function_base.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/memmap.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/records.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/__init__.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/_asarray.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/setup.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/einsumfunc.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/_type_aliases.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/defchararray.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/_add_newdocs.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/getlimits.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/_string_helpers.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/fromnumeric.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/_internal.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/_add_newdocs_scalars.py -> build/lib.linux-x86_64-3.10/numpy/core
  copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.linux-x86_64-3.10/numpy/core
  creating build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_umath.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_indexerrors.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_errstate.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_machar.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_getlimits.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_scalar_ctors.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_print.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_cpu_features.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_deprecations.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_casting_unittests.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_conversion_utils.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_scalarprint.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_unicode.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_simd.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_multiarray.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_overrides.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_api.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_scalarmath.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/_locales.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_indexing.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_abc.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_einsum.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_numeric.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_longdouble.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_scalarbuffer.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_datetime.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_arrayprint.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_dtype.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_scalarinherit.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_scalar_methods.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_defchararray.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_numerictypes.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_array_coercion.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_cython.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_cpu_dispatcher.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_records.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_mem_overlap.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_shape_base.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_item_selection.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_memmap.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_umath_complex.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_nditer.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test__exceptions.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_ufunc.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_function_base.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_simd_module.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_protocols.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_umath_accuracy.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_extint128.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  copying numpy/core/tests/test_half.py -> build/lib.linux-x86_64-3.10/numpy/core/tests
  creating build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/extension.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/ccompiler_opt.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/line_endings.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/log.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/msvccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/_shell_utils.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/cpuinfo.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/intelccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/lib2def.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/system_info.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/ccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/pathccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/msvc9compiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/misc_util.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/numpy_distribution.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/from_template.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/unixccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/conv_template.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/__init__.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/setup.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/mingw32ccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/npy_pkg_config.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/core.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying numpy/distutils/exec_command.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  copying build/src.linux-x86_64-3.10/numpy/distutils/__config__.py -> build/lib.linux-x86_64-3.10/numpy/distutils
  creating build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/develop.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/build.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/egg_info.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/install_clib.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/install_headers.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/bdist_rpm.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/build_ext.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/build_clib.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/install_data.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/build_py.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/install.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/__init__.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/build_src.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/autodist.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/config.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/build_scripts.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/config_compiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  copying numpy/distutils/command/sdist.py -> build/lib.linux-x86_64-3.10/numpy/distutils/command
  creating build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/ibm.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/absoft.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/fujitsu.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/compaq.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/g95.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/gnu.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/pg.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/environment.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/sun.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/nv.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/hpux.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/mips.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/lahey.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/vast.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/__init__.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/none.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/intel.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/pathf95.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/nag.py -> build/lib.linux-x86_64-3.10/numpy/distutils/fcompiler
  creating build/lib.linux-x86_64-3.10/numpy/distutils/tests
  copying numpy/distutils/tests/test_ccompiler_opt.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
  copying numpy/distutils/tests/test_mingw32ccompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
  copying numpy/distutils/tests/test_system_info.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
  copying numpy/distutils/tests/test_exec_command.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
  copying numpy/distutils/tests/test_npy_pkg_config.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
  copying numpy/distutils/tests/test_fcompiler_gnu.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
  copying numpy/distutils/tests/test_fcompiler_intel.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
  copying numpy/distutils/tests/test_fcompiler.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
  copying numpy/distutils/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
  copying numpy/distutils/tests/test_misc_util.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
  copying numpy/distutils/tests/test_fcompiler_nagfor.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
  copying numpy/distutils/tests/test_ccompiler_opt_conf.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
  copying numpy/distutils/tests/test_from_template.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
  copying numpy/distutils/tests/test_shell_utils.py -> build/lib.linux-x86_64-3.10/numpy/distutils/tests
  creating build/lib.linux-x86_64-3.10/numpy/doc
  copying numpy/doc/ufuncs.py -> build/lib.linux-x86_64-3.10/numpy/doc
  copying numpy/doc/constants.py -> build/lib.linux-x86_64-3.10/numpy/doc
  copying numpy/doc/__init__.py -> build/lib.linux-x86_64-3.10/numpy/doc
  creating build/lib.linux-x86_64-3.10/numpy/f2py
  copying numpy/f2py/common_rules.py -> build/lib.linux-x86_64-3.10/numpy/f2py
  copying numpy/f2py/capi_maps.py -> build/lib.linux-x86_64-3.10/numpy/f2py
  copying numpy/f2py/__version__.py -> build/lib.linux-x86_64-3.10/numpy/f2py
  copying numpy/f2py/use_rules.py -> build/lib.linux-x86_64-3.10/numpy/f2py
  copying numpy/f2py/func2subr.py -> build/lib.linux-x86_64-3.10/numpy/f2py
  copying numpy/f2py/__main__.py -> build/lib.linux-x86_64-3.10/numpy/f2py
  copying numpy/f2py/auxfuncs.py -> build/lib.linux-x86_64-3.10/numpy/f2py
  copying numpy/f2py/f90mod_rules.py -> build/lib.linux-x86_64-3.10/numpy/f2py
  copying numpy/f2py/cfuncs.py -> build/lib.linux-x86_64-3.10/numpy/f2py
  copying numpy/f2py/cb_rules.py -> build/lib.linux-x86_64-3.10/numpy/f2py
  copying numpy/f2py/diagnose.py -> build/lib.linux-x86_64-3.10/numpy/f2py
  copying numpy/f2py/f2py2e.py -> build/lib.linux-x86_64-3.10/numpy/f2py
  copying numpy/f2py/rules.py -> build/lib.linux-x86_64-3.10/numpy/f2py
  copying numpy/f2py/crackfortran.py -> build/lib.linux-x86_64-3.10/numpy/f2py
  copying numpy/f2py/__init__.py -> build/lib.linux-x86_64-3.10/numpy/f2py
  copying numpy/f2py/setup.py -> build/lib.linux-x86_64-3.10/numpy/f2py
  copying numpy/f2py/f2py_testing.py -> build/lib.linux-x86_64-3.10/numpy/f2py
  creating build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_mixed.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_compile_function.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_common.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_parameter.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_assumed_shape.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/util.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_quoted_character.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_kind.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_size.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_crackfortran.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_return_complex.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_block_docstring.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_return_logical.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_return_integer.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_array_from_pyobj.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_return_real.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_module_doc.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_callback.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_semicolon_split.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_string.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  copying numpy/f2py/tests/test_return_character.py -> build/lib.linux-x86_64-3.10/numpy/f2py/tests
  creating build/lib.linux-x86_64-3.10/numpy/fft
  copying numpy/fft/helper.py -> build/lib.linux-x86_64-3.10/numpy/fft
  copying numpy/fft/__init__.py -> build/lib.linux-x86_64-3.10/numpy/fft
  copying numpy/fft/setup.py -> build/lib.linux-x86_64-3.10/numpy/fft
  copying numpy/fft/_pocketfft.py -> build/lib.linux-x86_64-3.10/numpy/fft
  creating build/lib.linux-x86_64-3.10/numpy/fft/tests
  copying numpy/fft/tests/test_pocketfft.py -> build/lib.linux-x86_64-3.10/numpy/fft/tests
  copying numpy/fft/tests/test_helper.py -> build/lib.linux-x86_64-3.10/numpy/fft/tests
  copying numpy/fft/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/fft/tests
  creating build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/recfunctions.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/mixins.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/format.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/arraypad.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/histograms.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/type_check.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/stride_tricks.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/shape_base.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/index_tricks.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/twodim_base.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/arraysetops.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/user_array.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/polynomial.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/npyio.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/function_base.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/_iotools.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/nanfunctions.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/__init__.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/setup.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/ufunclike.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/scimath.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/_version.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/utils.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/arrayterator.py -> build/lib.linux-x86_64-3.10/numpy/lib
  copying numpy/lib/_datasource.py -> build/lib.linux-x86_64-3.10/numpy/lib
  creating build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_format.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_polynomial.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_arraysetops.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_stride_tricks.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test__iotools.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_packbits.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_type_check.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test__datasource.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_io.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test__version.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_twodim_base.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_mixins.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_utils.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_shape_base.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_index_tricks.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_recfunctions.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_arraypad.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_nanfunctions.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_function_base.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_financial_expired.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_ufunclike.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_arrayterator.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  copying numpy/lib/tests/test_histograms.py -> build/lib.linux-x86_64-3.10/numpy/lib/tests
  creating build/lib.linux-x86_64-3.10/numpy/linalg
  copying numpy/linalg/linalg.py -> build/lib.linux-x86_64-3.10/numpy/linalg
  copying numpy/linalg/__init__.py -> build/lib.linux-x86_64-3.10/numpy/linalg
  copying numpy/linalg/setup.py -> build/lib.linux-x86_64-3.10/numpy/linalg
  creating build/lib.linux-x86_64-3.10/numpy/linalg/tests
  copying numpy/linalg/tests/test_linalg.py -> build/lib.linux-x86_64-3.10/numpy/linalg/tests
  copying numpy/linalg/tests/test_deprecations.py -> build/lib.linux-x86_64-3.10/numpy/linalg/tests
  copying numpy/linalg/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/linalg/tests
  copying numpy/linalg/tests/test_build.py -> build/lib.linux-x86_64-3.10/numpy/linalg/tests
  copying numpy/linalg/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/linalg/tests
  creating build/lib.linux-x86_64-3.10/numpy/ma
  copying numpy/ma/mrecords.py -> build/lib.linux-x86_64-3.10/numpy/ma
  copying numpy/ma/extras.py -> build/lib.linux-x86_64-3.10/numpy/ma
  copying numpy/ma/__init__.py -> build/lib.linux-x86_64-3.10/numpy/ma
  copying numpy/ma/bench.py -> build/lib.linux-x86_64-3.10/numpy/ma
  copying numpy/ma/testutils.py -> build/lib.linux-x86_64-3.10/numpy/ma
  copying numpy/ma/setup.py -> build/lib.linux-x86_64-3.10/numpy/ma
  copying numpy/ma/timer_comparison.py -> build/lib.linux-x86_64-3.10/numpy/ma
  copying numpy/ma/core.py -> build/lib.linux-x86_64-3.10/numpy/ma
  creating build/lib.linux-x86_64-3.10/numpy/ma/tests
  copying numpy/ma/tests/test_deprecations.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests
  copying numpy/ma/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests
  copying numpy/ma/tests/test_mrecords.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests
  copying numpy/ma/tests/test_subclassing.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests
  copying numpy/ma/tests/test_old_ma.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests
  copying numpy/ma/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests
  copying numpy/ma/tests/test_extras.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests
  copying numpy/ma/tests/test_core.py -> build/lib.linux-x86_64-3.10/numpy/ma/tests
  creating build/lib.linux-x86_64-3.10/numpy/matrixlib
  copying numpy/matrixlib/defmatrix.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib
  copying numpy/matrixlib/__init__.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib
  copying numpy/matrixlib/setup.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib
  creating build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
  copying numpy/matrixlib/tests/test_interaction.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
  copying numpy/matrixlib/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
  copying numpy/matrixlib/tests/test_matrix_linalg.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
  copying numpy/matrixlib/tests/test_multiarray.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
  copying numpy/matrixlib/tests/test_masked_matrix.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
  copying numpy/matrixlib/tests/test_numeric.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
  copying numpy/matrixlib/tests/test_defmatrix.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
  copying numpy/matrixlib/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/matrixlib/tests
  creating build/lib.linux-x86_64-3.10/numpy/polynomial
  copying numpy/polynomial/_polybase.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
  copying numpy/polynomial/hermite_e.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
  copying numpy/polynomial/polyutils.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
  copying numpy/polynomial/chebyshev.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
  copying numpy/polynomial/polynomial.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
  copying numpy/polynomial/legendre.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
  copying numpy/polynomial/laguerre.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
  copying numpy/polynomial/__init__.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
  copying numpy/polynomial/setup.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
  copying numpy/polynomial/hermite.py -> build/lib.linux-x86_64-3.10/numpy/polynomial
  creating build/lib.linux-x86_64-3.10/numpy/polynomial/tests
  copying numpy/polynomial/tests/test_polynomial.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
  copying numpy/polynomial/tests/test_laguerre.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
  copying numpy/polynomial/tests/test_polyutils.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
  copying numpy/polynomial/tests/test_hermite_e.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
  copying numpy/polynomial/tests/test_printing.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
  copying numpy/polynomial/tests/test_chebyshev.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
  copying numpy/polynomial/tests/test_hermite.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
  copying numpy/polynomial/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
  copying numpy/polynomial/tests/test_legendre.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
  copying numpy/polynomial/tests/test_classes.py -> build/lib.linux-x86_64-3.10/numpy/polynomial/tests
  creating build/lib.linux-x86_64-3.10/numpy/random
  copying numpy/random/_pickle.py -> build/lib.linux-x86_64-3.10/numpy/random
  copying numpy/random/__init__.py -> build/lib.linux-x86_64-3.10/numpy/random
  copying numpy/random/setup.py -> build/lib.linux-x86_64-3.10/numpy/random
  creating build/lib.linux-x86_64-3.10/numpy/random/tests
  copying numpy/random/tests/test_random.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
  copying numpy/random/tests/test_direct.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
  copying numpy/random/tests/test_regression.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
  copying numpy/random/tests/test_randomstate_regression.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
  copying numpy/random/tests/test_generator_mt19937.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
  copying numpy/random/tests/test_smoke.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
  copying numpy/random/tests/test_randomstate.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
  copying numpy/random/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
  copying numpy/random/tests/test_seed_sequence.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
  copying numpy/random/tests/test_extending.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
  copying numpy/random/tests/test_generator_mt19937_regressions.py -> build/lib.linux-x86_64-3.10/numpy/random/tests
  creating build/lib.linux-x86_64-3.10/numpy/testing
  copying numpy/testing/print_coercion_tables.py -> build/lib.linux-x86_64-3.10/numpy/testing
  copying numpy/testing/__init__.py -> build/lib.linux-x86_64-3.10/numpy/testing
  copying numpy/testing/setup.py -> build/lib.linux-x86_64-3.10/numpy/testing
  copying numpy/testing/utils.py -> build/lib.linux-x86_64-3.10/numpy/testing
  creating build/lib.linux-x86_64-3.10/numpy/testing/_private
  copying numpy/testing/_private/parameterized.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private
  copying numpy/testing/_private/decorators.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private
  copying numpy/testing/_private/noseclasses.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private
  copying numpy/testing/_private/nosetester.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private
  copying numpy/testing/_private/__init__.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private
  copying numpy/testing/_private/utils.py -> build/lib.linux-x86_64-3.10/numpy/testing/_private
  creating build/lib.linux-x86_64-3.10/numpy/testing/tests
  copying numpy/testing/tests/test_utils.py -> build/lib.linux-x86_64-3.10/numpy/testing/tests
  copying numpy/testing/tests/test_doctesting.py -> build/lib.linux-x86_64-3.10/numpy/testing/tests
  copying numpy/testing/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/testing/tests
  copying numpy/testing/tests/test_decorators.py -> build/lib.linux-x86_64-3.10/numpy/testing/tests
  creating build/lib.linux-x86_64-3.10/numpy/typing
  copying numpy/typing/_callable.py -> build/lib.linux-x86_64-3.10/numpy/typing
  copying numpy/typing/_scalars.py -> build/lib.linux-x86_64-3.10/numpy/typing
  copying numpy/typing/_shape.py -> build/lib.linux-x86_64-3.10/numpy/typing
  copying numpy/typing/_dtype_like.py -> build/lib.linux-x86_64-3.10/numpy/typing
  copying numpy/typing/__init__.py -> build/lib.linux-x86_64-3.10/numpy/typing
  copying numpy/typing/setup.py -> build/lib.linux-x86_64-3.10/numpy/typing
  copying numpy/typing/_add_docstring.py -> build/lib.linux-x86_64-3.10/numpy/typing
  copying numpy/typing/_array_like.py -> build/lib.linux-x86_64-3.10/numpy/typing
  creating build/lib.linux-x86_64-3.10/numpy/typing/tests
  copying numpy/typing/tests/test_isfile.py -> build/lib.linux-x86_64-3.10/numpy/typing/tests
  copying numpy/typing/tests/test_typing.py -> build/lib.linux-x86_64-3.10/numpy/typing/tests
  copying numpy/typing/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/typing/tests
  creating build/lib.linux-x86_64-3.10/numpy/tests
  copying numpy/tests/test_warnings.py -> build/lib.linux-x86_64-3.10/numpy/tests
  copying numpy/tests/test_ctypeslib.py -> build/lib.linux-x86_64-3.10/numpy/tests
  copying numpy/tests/test_public_api.py -> build/lib.linux-x86_64-3.10/numpy/tests
  copying numpy/tests/test_reloading.py -> build/lib.linux-x86_64-3.10/numpy/tests
  copying numpy/tests/test_numpy_version.py -> build/lib.linux-x86_64-3.10/numpy/tests
  copying numpy/tests/test_matlib.py -> build/lib.linux-x86_64-3.10/numpy/tests
  copying numpy/tests/__init__.py -> build/lib.linux-x86_64-3.10/numpy/tests
  copying numpy/tests/test_scripts.py -> build/lib.linux-x86_64-3.10/numpy/tests
  running build_clib
  customize UnixCCompiler
  customize UnixCCompiler using new_build_clib
  CCompilerOpt.cc_test_flags[999] : testing flags (-march=native)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  creating /tmp/tmp4jl7v0yy/tmp
  creating /tmp/tmp4jl7v0yy/tmp/pip-install-mrqpki0z
  creating /tmp/tmp4jl7v0yy/tmp/pip-install-mrqpki0z/numpy_99057b46d39a4cb7bd0a62611534658e
  creating /tmp/tmp4jl7v0yy/tmp/pip-install-mrqpki0z/numpy_99057b46d39a4cb7bd0a62611534658e/numpy
  creating /tmp/tmp4jl7v0yy/tmp/pip-install-mrqpki0z/numpy_99057b46d39a4cb7bd0a62611534658e/numpy/distutils
  creating /tmp/tmp4jl7v0yy/tmp/pip-install-mrqpki0z/numpy_99057b46d39a4cb7bd0a62611534658e/numpy/distutils/checks
  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-march=native'
  CCompilerOpt.cc_test_flags[999] : testing flags (-O3)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-O3'
  CCompilerOpt.cc_test_flags[999] : testing flags (-Werror)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-Werror'
  CCompilerOpt.__init__[1674] : check requested baseline
  CCompilerOpt.cc_test_flags[999] : testing flags (-msse)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse'
  CCompilerOpt.cc_test_flags[999] : testing flags (-msse2)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse2'
  CCompilerOpt.feature_test[1444] : testing feature 'SSE2' with flags (-msse -msse2)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -Werror'
  CCompilerOpt.feature_test[1444] : testing feature 'SSE' with flags (-msse -msse2)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -Werror'
  CCompilerOpt.cc_test_flags[999] : testing flags (-msse3)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse3'
  CCompilerOpt.feature_test[1444] : testing feature 'SSE3' with flags (-msse -msse2 -msse3)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -Werror'
  CCompilerOpt.__init__[1683] : check requested dispatch-able features
  CCompilerOpt.cc_test_flags[999] : testing flags (-mssse3)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-mssse3'
  CCompilerOpt.cc_test_flags[999] : testing flags (-msse4.1)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse4.1'
  CCompilerOpt.cc_test_flags[999] : testing flags (-mpopcnt)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-mpopcnt'
  CCompilerOpt.cc_test_flags[999] : testing flags (-msse4.2)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse4.2'
  CCompilerOpt.cc_test_flags[999] : testing flags (-mavx)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-mavx'
  CCompilerOpt.cc_test_flags[999] : testing flags (-mf16c)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-mf16c'
  CCompilerOpt.cc_test_flags[999] : testing flags (-mfma)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-mfma'
  CCompilerOpt.cc_test_flags[999] : testing flags (-mavx2)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-mavx2'
  CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512f)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-mavx512f'
  CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512cd)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-mavx512cd'
  CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512vl -mavx512bw -mavx512dq)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-mavx512vl -mavx512bw -mavx512dq'
  CCompilerOpt.feature_test[1444] : testing feature 'AVX512_SKX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
  CCompilerOpt.feature_test[1444] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror'
  CCompilerOpt.feature_test[1444] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror'
  CCompilerOpt.feature_test[1444] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror'
  CCompilerOpt.feature_test[1444] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror'
  CCompilerOpt.feature_test[1444] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror'
  CCompilerOpt.feature_test[1444] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror'
  CCompilerOpt.feature_test[1444] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror'
  CCompilerOpt.feature_test[1444] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -Werror'
  CCompilerOpt.feature_test[1444] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -Werror'
  CCompilerOpt.feature_test[1444] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror'
  CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512vnni)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-mavx512vnni'
  CCompilerOpt.feature_test[1444] : testing feature 'AVX512_CLX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -Werror'
  CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512ifma -mavx512vbmi)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-mavx512ifma -mavx512vbmi'
  CCompilerOpt.feature_test[1444] : testing feature 'AVX512_CNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi -Werror'
  CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq'
  CCompilerOpt.feature_test[1444] : testing feature 'AVX512_ICL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq -Werror'
  CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512er -mavx512pf)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-mavx512er -mavx512pf'
  CCompilerOpt.feature_test[1444] : testing feature 'AVX512_KNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror'
  CCompilerOpt.dist_test[576] : CCompilerOpt._dist_test_spawn[711] : Command (gcc -Wno-unused-result -Wsign-compare -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 -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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c /tmp/pip-install-mrqpki0z/numpy_99057b46d39a4cb7bd0a62611534658e/numpy/distutils/checks/cpu_avx512_knl.c -o /tmp/tmp4jl7v0yy/tmp/pip-install-mrqpki0z/numpy_99057b46d39a4cb7bd0a62611534658e/numpy/distutils/checks/cpu_avx512_knl.o -MMD -MF /tmp/tmp4jl7v0yy/tmp/pip-install-mrqpki0z/numpy_99057b46d39a4cb7bd0a62611534658e/numpy/distutils/checks/cpu_avx512_knl.o.d -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror) failed with exit status 1 output ->
  In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include/immintrin.h:51,
                   from /tmp/pip-install-mrqpki0z/numpy_99057b46d39a4cb7bd0a62611534658e/numpy/distutils/checks/cpu_avx512_knl.c:1:
  In function ‘_mm512_exp2a23_round_pd’,
      inlined from ‘main’ at /tmp/pip-install-mrqpki0z/numpy_99057b46d39a4cb7bd0a62611534658e/numpy/distutils/checks/cpu_avx512_knl.c:7:17:
  /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include/avx512erintrin.h:55:20: error: ‘__W’ is used uninitialized [-Werror=uninitialized]
     55 |   return (__m512d) __builtin_ia32_exp2pd_mask ((__v8df) __A,
        |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     56 |                                                (__v8df) __W,
        |                                                ~~~~~~~~~~~~~
     57 |                                                (__mmask8) -1, __R);
        |                                                ~~~~~~~~~~~~~~~~~~~
  /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include/avx512erintrin.h: In function ‘main’:
  /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include/avx512erintrin.h:54:11: note: ‘__W’ was declared here
     54 |   __m512d __W;
        |           ^~~
  In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include/immintrin.h:53:
  In function ‘_mm512_mask_prefetch_i64scatter_pd’,
      inlined from ‘main’ at /tmp/pip-install-mrqpki0z/numpy_99057b46d39a4cb7bd0a62611534658e/numpy/distutils/checks/cpu_avx512_knl.c:9:5:
  /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/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
  /tmp/pip-install-mrqpki0z/numpy_99057b46d39a4cb7bd0a62611534658e/numpy/distutils/checks/cpu_avx512_knl.c:5:9: note: ‘base’ declared here
      5 |     int base[128];
        |         ^~~~
  cc1: all warnings being treated as errors

  CCompilerOpt.feature_test[1458] : testing failed
  CCompilerOpt.__init__[1695] : skip features (SSE SSE3 SSE2) since its part of baseline
  CCompilerOpt.__init__[1699] : initialize targets groups
  CCompilerOpt.__init__[1701] : parse target group simd_test
  CCompilerOpt._parse_target_tokens[1910] : skip targets (ASIMD XOP NEON VSX2 VSX3 FMA4 VSX) not part of baseline or dispatch-able features
  CCompilerOpt._parse_policy_not_keepbase[2022] : skip baseline features (SSE2)
  CCompilerOpt.generate_dispatch_header[2236] : generate CPU dispatch header: (build/src.linux-x86_64-3.10/numpy/distutils/include/npy_cpu_dispatch_config.h)
  CCompilerOpt.generate_dispatch_header[2245] : dispatch header dir build/src.linux-x86_64-3.10/numpy/distutils/include does not exist, creating it
  CCompilerOpt.feature_extra_checks[1519] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror'
  CCompilerOpt.feature_extra_checks[1519] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
  Detected changes on compiler optimizations, force rebuilding
  building 'npymath' library
  compiling C sources
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  creating build/temp.linux-x86_64-3.10
  creating build/temp.linux-x86_64-3.10/numpy
  creating build/temp.linux-x86_64-3.10/numpy/core
  creating build/temp.linux-x86_64-3.10/numpy/core/src
  creating build/temp.linux-x86_64-3.10/numpy/core/src/npymath
  creating build/temp.linux-x86_64-3.10/build
  creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10
  creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy
  creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core
  creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src
  creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/npymath
  compile options: '-Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3'
  gcc: numpy/core/src/npymath/npy_math.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/npymath/ieee754.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/npymath/npy_math_complex.c
  gcc: numpy/core/src/npymath/halffloat.c
  ar: adding 4 object files to build/temp.linux-x86_64-3.10/libnpymath.a
  building 'npyrandom' library
  compiling C sources
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  creating build/temp.linux-x86_64-3.10/numpy/random
  creating build/temp.linux-x86_64-3.10/numpy/random/src
  creating build/temp.linux-x86_64-3.10/numpy/random/src/distributions
  compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3'
  gcc: numpy/random/src/distributions/logfactorial.c
  gcc: numpy/random/src/distributions/distributions.c
  gcc: numpy/random/src/distributions/random_mvhg_count.c
  gcc: numpy/random/src/distributions/random_mvhg_marginals.c
  gcc: numpy/random/src/distributions/random_hypergeometric.c
  ar: adding 5 object files to build/temp.linux-x86_64-3.10/libnpyrandom.a
  running build_ext
  customize UnixCCompiler
  customize UnixCCompiler using new_build_ext
  CCompilerOpt.__init__[781] : hit the memory cache
  CCompilerOpt.generate_dispatch_header[2236] : generate CPU dispatch header: (build/src.linux-x86_64-3.10/numpy/distutils/include/npy_cpu_dispatch_config.h)
  Detected changes on compiler optimizations, force rebuilding
  building 'numpy.core._multiarray_tests' extension
  compiling C sources
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/multiarray
  creating build/temp.linux-x86_64-3.10/numpy/core/src/common
  compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3'
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/_multiarray_tests.c
  gcc: numpy/core/src/common/mem_overlap.c
  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 build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/multiarray/_multiarray_tests.o build/temp.linux-x86_64-3.10/numpy/core/src/common/mem_overlap.o -L/usr/lib -Lbuild/temp.linux-x86_64-3.10 -lnpymath -o build/lib.linux-x86_64-3.10/numpy/core/_multiarray_tests.cpython-310-x86_64-linux-gnu.so
  building 'numpy.core._multiarray_umath' extension
  compiling C dispatch-able sources
  CCompilerOpt.parse_targets[1741] : looking for '@targets' inside ->  build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_unary_fp.dispatch.c
  CCompilerOpt._parse_target_tokens[1910] : skip targets (NEON VSX2) not part of baseline or dispatch-able features
  CCompilerOpt._parse_policy_not_keepbase[2022] : skip baseline features (SSE2)
  CCompilerOpt._parse_target_tokens[1934] : policy 'MAXOPT' is ON
  CCompilerOpt._generate_config[2469] : generate dispatched config ->  build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_unary_fp.dispatch.h
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/umath
  compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=1 -DHAVE_CBLAS -I/usr/local/include -I/usr/include -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-O3 -msse -msse2 -msse3'
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops_unary_fp.dispatch.c
  compiling C sources
  C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  creating build/temp.linux-x86_64-3.10/numpy/core/src/multiarray
  creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/npysort
  creating build/temp.linux-x86_64-3.10/numpy/core/src/umath
  creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/common
  compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=1 -DHAVE_CBLAS -I/usr/local/include -I/usr/include -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c'
  extra options: '-msse -msse2 -msse3'
  gcc: numpy/core/src/multiarray/abstractdtypes.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/arraytypes.c
  gcc: numpy/core/src/multiarray/array_assign_scalar.c
  gcc: numpy/core/src/multiarray/common.c
  gcc: numpy/core/src/multiarray/buffer.c
  gcc: numpy/core/src/multiarray/conversion_utils.c
  gcc: numpy/core/src/multiarray/datetime_strings.c
  gcc: numpy/core/src/multiarray/descriptor.c
  gcc: numpy/core/src/multiarray/alloc.c
  gcc: numpy/core/src/multiarray/array_assign_array.c
  gcc: numpy/core/src/multiarray/convert.c
  In function ‘PyDataMem_FREE’,
      inlined from ‘PyDataMem_FREE’ at numpy/core/src/multiarray/alloc.c:286:1,
      inlined from ‘_npy_free_cache’ at numpy/core/src/multiarray/alloc.c:128:5,
      inlined from ‘npy_free_cache’ at numpy/core/src/multiarray/alloc.c:163:5:
  numpy/core/src/multiarray/alloc.c:294:14: warning: pointer ‘p_2(D)’ may be used after ‘free’ [-Wuse-after-free]
    294 |             (*_PyDataMem_eventhook)(ptr, NULL, 0,
        |             ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    295 |                                     _PyDataMem_eventhook_user_data);
        |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  In function ‘PyDataMem_FREE’,
      inlined from ‘_npy_free_cache’ at numpy/core/src/multiarray/alloc.c:128:5,
      inlined from ‘npy_free_cache’ at numpy/core/src/multiarray/alloc.c:163:5:
  numpy/core/src/multiarray/alloc.c:289:5: note: call to ‘free’ here
    289 |     free(ptr);
        |     ^~~~~~~~~
  In function ‘PyDataMem_FREE’,
      inlined from ‘PyDataMem_FREE’ at numpy/core/src/multiarray/alloc.c:286:1:
  numpy/core/src/multiarray/alloc.c:294:14: warning: pointer ‘ptr_4(D)’ may be used after ‘free’ [-Wuse-after-free]
    294 |             (*_PyDataMem_eventhook)(ptr, NULL, 0,
        |             ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    295 |                                     _PyDataMem_eventhook_user_data);
        |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  numpy/core/src/multiarray/alloc.c: In function ‘PyDataMem_FREE’:
  numpy/core/src/multiarray/alloc.c:289:5: note: call to ‘free’ here
    289 |     free(ptr);
        |     ^~~~~~~~~
  numpy/core/src/multiarray/alloc.c: In function ‘PyDataMem_RENEW’:
  numpy/core/src/multiarray/alloc.c:312:9: warning: pointer ‘ptr_10(D)’ may be used after ‘realloc’ [-Wuse-after-free]
    312 |         PyTraceMalloc_Untrack(NPY_TRACE_DOMAIN, (npy_uintp)ptr);
        |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  numpy/core/src/multiarray/alloc.c:310:14: note: call to ‘realloc’ here
    310 |     result = realloc(ptr, size);
        |              ^~~~~~~~~~~~~~~~~~
  numpy/core/src/multiarray/alloc.c:319:14: warning: pointer ‘ptr_10(D)’ may be used after ‘realloc’ [-Wuse-after-free]
    319 |             (*_PyDataMem_eventhook)(ptr, result, size,
        |             ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    320 |                                     _PyDataMem_eventhook_user_data);
        |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  numpy/core/src/multiarray/alloc.c:310:14: note: call to ‘realloc’ here
    310 |     result = realloc(ptr, size);
        |              ^~~~~~~~~~~~~~~~~~
  gcc: numpy/core/src/multiarray/arrayobject.c
  gcc: numpy/core/src/multiarray/ctors.c
  gcc: numpy/core/src/multiarray/calculation.c
  gcc: numpy/core/src/multiarray/datetime_busday.c
  gcc: numpy/core/src/multiarray/arrayfunction_override.c
  gcc: numpy/core/src/multiarray/convert_datatype.c
  gcc: numpy/core/src/multiarray/dtype_transfer.c
  gcc: numpy/core/src/multiarray/datetime_busdaycal.c
  gcc: numpy/core/src/multiarray/compiled_base.c
  gcc: numpy/core/src/multiarray/dtypemeta.c
  gcc: numpy/core/src/multiarray/flagsobject.c
  gcc: numpy/core/src/multiarray/item_selection.c
  gcc: numpy/core/src/multiarray/dragon4.c
  In file included from numpy/core/src/common/npy_cpu_dispatch.h:8,
                   from numpy/core/src/common/npy_config.h:6,
                   from numpy/core/include/numpy/npy_common.h:10,
                   from numpy/core/include/numpy/ndarraytypes.h:4,
                   from numpy/core/include/numpy/ndarrayobject.h:12,
                   from numpy/core/include/numpy/arrayobject.h:4,
                   from numpy/core/src/multiarray/convert_datatype.c:7:
  numpy/core/include/numpy/utils.h:27:24: warning: argument 2 of type ‘PyArray_DTypeMeta *[2]’ {aka ‘struct PyArray_DTypeMeta_tag *[2]’} with mismatched bound [-Warray-parameter=]
     27 | #define NPY_UNUSED(x) (__NPY_UNUSED_TAGGED ## x) __COMP_NPY_UNUSED
  numpy/core/src/multiarray/convert_datatype.c:1942:28: note: in expansion of macro ‘NPY_UNUSED’
   1942 |         PyArray_DTypeMeta *NPY_UNUSED(dtypes[2]),
        |                            ^~~~~~~~~~
  In file included from numpy/core/src/multiarray/convert_datatype.c:23:
  numpy/core/src/multiarray/convert_datatype.h:72:29: note: previously declared as ‘PyArray_DTypeMeta **’ {aka ‘struct PyArray_DTypeMeta_tag **’}
     72 |         PyArray_DTypeMeta **dtypes,
        |         ~~~~~~~~~~~~~~~~~~~~^~~~~~
  numpy/core/src/multiarray/convert_datatype.c:1943:24: warning: argument 3 of type ‘PyArray_Descr *[2]’ {aka ‘struct _PyArray_Descr *[2]’} with mismatched bound [-Warray-parameter=]
   1943 |         PyArray_Descr *given_descrs[2],
        |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  numpy/core/src/multiarray/convert_datatype.h:73:25: note: previously declared as ‘PyArray_Descr **’ {aka ‘struct _PyArray_Descr **’}
     73 |         PyArray_Descr **given_descrs,
        |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  numpy/core/src/multiarray/convert_datatype.c:1944:24: warning: argument 4 of type ‘PyArray_Descr *[2]’ {aka ‘struct _PyArray_Descr *[2]’} with mismatched bound [-Warray-parameter=]
   1944 |         PyArray_Descr *loop_descrs[2])
        |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  numpy/core/src/multiarray/convert_datatype.h:74:25: note: previously declared as ‘PyArray_Descr **’ {aka ‘struct _PyArray_Descr **’}
     74 |         PyArray_Descr **loop_descrs);
        |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~
  numpy/core/src/multiarray/convert_datatype.c:1983:28: warning: argument 2 of type ‘PyArray_DTypeMeta *[2]’ {aka ‘struct PyArray_DTypeMeta_tag *[2]’} with mismatched bound [-Warray-parameter=]
   1983 |         PyArray_DTypeMeta *dtypes[2],
        |         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  numpy/core/src/multiarray/convert_datatype.h:79:29: note: previously declared as ‘PyArray_DTypeMeta **’ {aka ‘struct PyArray_DTypeMeta_tag **’}
     79 |         PyArray_DTypeMeta **dtypes,
        |         ~~~~~~~~~~~~~~~~~~~~^~~~~~
  numpy/core/src/multiarray/convert_datatype.c:1984:24: warning: argument 3 of type ‘PyArray_Descr *[2]’ {aka ‘struct _PyArray_Descr *[2]’} with mismatched bound [-Warray-parameter=]
   1984 |         PyArray_Descr *given_descrs[2],
        |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  numpy/core/src/multiarray/convert_datatype.h:80:25: note: previously declared as ‘PyArray_Descr **’ {aka ‘struct _PyArray_Descr **’}
     80 |         PyArray_Descr **input_descrs,
        |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  numpy/core/src/multiarray/convert_datatype.c:1985:24: warning: argument 4 of type ‘PyArray_Descr *[2]’ {aka ‘struct _PyArray_Descr *[2]’} with mismatched bound [-Warray-parameter=]
   1985 |         PyArray_Descr *loop_descrs[2])
        |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  numpy/core/src/multiarray/convert_datatype.h:81:25: note: previously declared as ‘PyArray_Descr **’ {aka ‘struct _PyArray_Descr **’}
     81 |         PyArray_Descr **loop_descrs);
        |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/lowlevel_strided_loops.c
  gcc: numpy/core/src/multiarray/datetime.c
  gcc: numpy/core/src/multiarray/getset.c
  gcc: numpy/core/src/multiarray/multiarraymodule.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/einsum.c
  gcc: numpy/core/src/multiarray/hashdescr.c
  gcc: numpy/core/src/multiarray/nditer_constr.c
  gcc: numpy/core/src/multiarray/refcount.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/einsum_sumprod.c
  gcc: numpy/core/src/multiarray/sequence.c
  gcc: numpy/core/src/multiarray/iterators.c
  gcc: numpy/core/src/multiarray/scalarapi.c
  gcc: numpy/core/src/multiarray/shape.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/scalartypes.c
  gcc: numpy/core/src/multiarray/temp_elide.c
  numpy/core/src/multiarray/scalartypes.c.src: In function ‘float_arrtype_hash’:
  numpy/core/src/multiarray/scalartypes.c.src:3175:27: error: incompatible type for argument 1 of ‘_Py_HashDouble’
   3175 |     return _Py_HashDouble((double) PyArrayScalar_VAL(obj, @name@));
  In file included from /usr/include/python3.10/Python.h:77,
                   from numpy/core/src/multiarray/scalartypes.c.src:3:
  /usr/include/python3.10/pyhash.h:10:38: note: expected ‘PyObject *’ {aka ‘struct _object *’} but argument is of type ‘double’
     10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
        |                                      ^~~~~~~~~~
  numpy/core/src/multiarray/scalartypes.c.src:3175:12: error: too few arguments to function ‘_Py_HashDouble’
   3175 |     return _Py_HashDouble((double) PyArrayScalar_VAL(obj, @name@));
        |            ^~~~~~~~~~~~~~
  /usr/include/python3.10/pyhash.h:10:23: note: declared here
     10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
        |                       ^~~~~~~~~~~~~~
  numpy/core/src/multiarray/scalartypes.c.src: In function ‘cfloat_arrtype_hash’:
  numpy/core/src/multiarray/scalartypes.c.src:3183:31: error: incompatible type for argument 1 of ‘_Py_HashDouble’
   3183 |     hashreal = _Py_HashDouble((double)
        |                               ^~~~~~~~
        |                               |
        |                               double
   3184 |             PyArrayScalar_VAL(obj, C@name@).real);
        |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  /usr/include/python3.10/pyhash.h:10:38: note: expected ‘PyObject *’ {aka ‘struct _object *’} but argument is of type ‘double’
     10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
        |                                      ^~~~~~~~~~
  numpy/core/src/multiarray/scalartypes.c.src:3183:16: error: too few arguments to function ‘_Py_HashDouble’
   3183 |     hashreal = _Py_HashDouble((double)
        |                ^~~~~~~~~~~~~~
  /usr/include/python3.10/pyhash.h:10:23: note: declared here
     10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
        |                       ^~~~~~~~~~~~~~
  numpy/core/src/multiarray/scalartypes.c.src:3189:31: error: incompatible type for argument 1 of ‘_Py_HashDouble’
   3189 |     hashimag = _Py_HashDouble((double)
        |                               ^~~~~~~~
        |                               |
        |                               double
   3190 |             PyArrayScalar_VAL(obj, C@name@).imag);
        |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  /usr/include/python3.10/pyhash.h:10:38: note: expected ‘PyObject *’ {aka ‘struct _object *’} but argument is of type ‘double’
     10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
        |                                      ^~~~~~~~~~
  numpy/core/src/multiarray/scalartypes.c.src:3189:16: error: too few arguments to function ‘_Py_HashDouble’
   3189 |     hashimag = _Py_HashDouble((double)
        |                ^~~~~~~~~~~~~~
  /usr/include/python3.10/pyhash.h:10:23: note: declared here
     10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
        |                       ^~~~~~~~~~~~~~
  numpy/core/src/multiarray/scalartypes.c.src: In function ‘longdouble_arrtype_hash’:
  numpy/core/src/multiarray/scalartypes.c.src:3175:27: error: incompatible type for argument 1 of ‘_Py_HashDouble’
   3175 |     return _Py_HashDouble((double) PyArrayScalar_VAL(obj, @name@));
  /usr/include/python3.10/pyhash.h:10:38: note: expected ‘PyObject *’ {aka ‘struct _object *’} but argument is of type ‘double’
     10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
        |                                      ^~~~~~~~~~
  numpy/core/src/multiarray/scalartypes.c.src:3175:12: error: too few arguments to function ‘_Py_HashDouble’
   3175 |     return _Py_HashDouble((double) PyArrayScalar_VAL(obj, @name@));
        |            ^~~~~~~~~~~~~~
  /usr/include/python3.10/pyhash.h:10:23: note: declared here
     10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
        |                       ^~~~~~~~~~~~~~
  numpy/core/src/multiarray/scalartypes.c.src: In function ‘clongdouble_arrtype_hash’:
  numpy/core/src/multiarray/scalartypes.c.src:3183:31: error: incompatible type for argument 1 of ‘_Py_HashDouble’
   3183 |     hashreal = _Py_HashDouble((double)
        |                               ^~~~~~~~
        |                               |
        |                               double
   3184 |             PyArrayScalar_VAL(obj, C@name@).real);
        |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  /usr/include/python3.10/pyhash.h:10:38: note: expected ‘PyObject *’ {aka ‘struct _object *’} but argument is of type ‘double’
     10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
        |                                      ^~~~~~~~~~
  numpy/core/src/multiarray/scalartypes.c.src:3183:16: error: too few arguments to function ‘_Py_HashDouble’
   3183 |     hashreal = _Py_HashDouble((double)
        |                ^~~~~~~~~~~~~~
  /usr/include/python3.10/pyhash.h:10:23: note: declared here
     10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
        |                       ^~~~~~~~~~~~~~
  numpy/core/src/multiarray/scalartypes.c.src:3189:31: error: incompatible type for argument 1 of ‘_Py_HashDouble’
   3189 |     hashimag = _Py_HashDouble((double)
        |                               ^~~~~~~~
        |                               |
        |                               double
   3190 |             PyArrayScalar_VAL(obj, C@name@).imag);
        |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  /usr/include/python3.10/pyhash.h:10:38: note: expected ‘PyObject *’ {aka ‘struct _object *’} but argument is of type ‘double’
     10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
        |                                      ^~~~~~~~~~
  numpy/core/src/multiarray/scalartypes.c.src:3189:16: error: too few arguments to function ‘_Py_HashDouble’
   3189 |     hashimag = _Py_HashDouble((double)
        |                ^~~~~~~~~~~~~~
  /usr/include/python3.10/pyhash.h:10:23: note: declared here
     10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
        |                       ^~~~~~~~~~~~~~
  numpy/core/src/multiarray/scalartypes.c.src: In function ‘half_arrtype_hash’:
  numpy/core/src/multiarray/scalartypes.c.src:3205:27: error: incompatible type for argument 1 of ‘_Py_HashDouble’
   3205 |     return _Py_HashDouble(npy_half_to_double(PyArrayScalar_VAL(obj, Half)));
        |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        |                           |
        |                           double
  /usr/include/python3.10/pyhash.h:10:38: note: expected ‘PyObject *’ {aka ‘struct _object *’} but argument is of type ‘double’
     10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
        |                                      ^~~~~~~~~~
  numpy/core/src/multiarray/scalartypes.c.src:3205:12: error: too few arguments to function ‘_Py_HashDouble’
   3205 |     return _Py_HashDouble(npy_half_to_double(PyArrayScalar_VAL(obj, Half)));
        |            ^~~~~~~~~~~~~~
  /usr/include/python3.10/pyhash.h:10:23: note: declared here
     10 | PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
        |                       ^~~~~~~~~~~~~~
  numpy/core/src/multiarray/scalartypes.c.src: In function ‘longdouble_arrtype_hash’:
  numpy/core/src/multiarray/scalartypes.c.src:3176:1: warning: control reaches end of non-void function [-Wreturn-type]
   3176 | }
        | ^
  numpy/core/src/multiarray/scalartypes.c.src: In function ‘float_arrtype_hash’:
  numpy/core/src/multiarray/scalartypes.c.src:3176:1: warning: control reaches end of non-void function [-Wreturn-type]
   3176 | }
        | ^
  numpy/core/src/multiarray/scalartypes.c.src: In function ‘half_arrtype_hash’:
  numpy/core/src/multiarray/scalartypes.c.src:3206:1: warning: control reaches end of non-void function [-Wreturn-type]
   3206 | }
        | ^
  gcc: numpy/core/src/multiarray/vdot.c
  gcc: numpy/core/src/multiarray/legacy_dtype_implementation.c
  gcc: numpy/core/src/multiarray/typeinfo.c
  numpy/core/src/multiarray/nditer_constr.c: In function ‘npyiter_replace_axisdata’:
  numpy/core/src/multiarray/nditer_constr.c:2032:32: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=]
   2032 |     NIT_BASEOFFSETS(iter)[iop] = baseoffset;
  In file included from numpy/core/src/multiarray/nditer_constr.c:16:
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [40, 6160] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_constr.c: In function ‘npyiter_reverse_axis_ordering’:
  numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   2274 |         *perm = (npy_int8)i;
        |         ~~~~~~^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [17, 241] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
  numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   2274 |         *perm = (npy_int8)i;
        |         ~~~~~~^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [18, 242] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 2 into destination object ‘iter_flexdata’ of size 1
  numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   2274 |         *perm = (npy_int8)i;
        |         ~~~~~~^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [19, 243] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 3 into destination object ‘iter_flexdata’ of size 1
  numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   2274 |         *perm = (npy_int8)i;
        |         ~~~~~~^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [20, 244] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 4 into destination object ‘iter_flexdata’ of size 1
  numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   2274 |         *perm = (npy_int8)i;
        |         ~~~~~~^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [21, 245] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 5 into destination object ‘iter_flexdata’ of size 1
  numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   2274 |         *perm = (npy_int8)i;
        |         ~~~~~~^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [22, 246] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 6 into destination object ‘iter_flexdata’ of size 1
  numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   2274 |         *perm = (npy_int8)i;
        |         ~~~~~~^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [23, 247] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 7 into destination object ‘iter_flexdata’ of size 1
  numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   2274 |         *perm = (npy_int8)i;
        |         ~~~~~~^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [24, 248] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 8 into destination object ‘iter_flexdata’ of size 1
  numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   2274 |         *perm = (npy_int8)i;
        |         ~~~~~~^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [25, 249] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 9 into destination object ‘iter_flexdata’ of size 1
  numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   2274 |         *perm = (npy_int8)i;
        |         ~~~~~~^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [26, 250] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 10 into destination object ‘iter_flexdata’ of size 1
  numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   2274 |         *perm = (npy_int8)i;
        |         ~~~~~~^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [27, 251] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 11 into destination object ‘iter_flexdata’ of size 1
  numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   2274 |         *perm = (npy_int8)i;
        |         ~~~~~~^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [28, 252] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 12 into destination object ‘iter_flexdata’ of size 1
  numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   2274 |         *perm = (npy_int8)i;
        |         ~~~~~~^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [29, 253] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 13 into destination object ‘iter_flexdata’ of size 1
  numpy/core/src/multiarray/nditer_constr.c:2274:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   2274 |         *perm = (npy_int8)i;
        |         ~~~~~~^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [30, 254] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 14 into destination object ‘iter_flexdata’ of size 1
  numpy/core/src/multiarray/nditer_constr.c: In function ‘NpyIter_AdvancedNew’:
  numpy/core/src/multiarray/nditer_constr.c:285:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
    285 |         perm[idim] = (npy_int8)idim;
        |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_constr.c:285:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
    285 |         perm[idim] = (npy_int8)idim;
        |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [2, 2147483646] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_constr.c:285:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
    285 |         perm[idim] = (npy_int8)idim;
        |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [3, 2147483646] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_constr.c:285:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
    285 |         perm[idim] = (npy_int8)idim;
        |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [4, 2147483646] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_constr.c:285:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
    285 |         perm[idim] = (npy_int8)idim;
        |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [5, 2147483646] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_constr.c:285:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
    285 |         perm[idim] = (npy_int8)idim;
        |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [6, 2147483646] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  In function ‘npyiter_replace_axisdata’,
      inlined from ‘npyiter_allocate_arrays’ at numpy/core/src/multiarray/nditer_constr.c:2896:13,
      inlined from ‘NpyIter_AdvancedNew’ at numpy/core/src/multiarray/nditer_constr.c:405:10:
  numpy/core/src/multiarray/nditer_constr.c:2032:32: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=]
   2032 |     NIT_BASEOFFSETS(iter)[iop] = baseoffset;
  numpy/core/src/multiarray/nditer_impl.h: In function ‘NpyIter_AdvancedNew’:
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [40, 6152] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  gcc: numpy/core/src/multiarray/nditer_pywrap.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/npysort/quicksort.c
  gcc: numpy/core/src/multiarray/usertypes.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/npysort/timsort.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/npysort/selection.c
  gcc: numpy/core/src/multiarray/number.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/multiarray/nditer_templ.c
  gcc: numpy/core/src/umath/reduction.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/loops.c
  gcc: numpy/core/src/multiarray/nditer_api.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/npysort/mergesort.c
  numpy/core/src/multiarray/nditer_api.c: In function ‘npyiter_coalesce_axes’:
  numpy/core/src/multiarray/nditer_api.c:1716:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   1716 |             perm[idim] = (npy_int8)idim;
        |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~
  In file included from numpy/core/src/multiarray/nditer_api.c:16:
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_api.c:1716:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   1716 |             perm[idim] = (npy_int8)idim;
        |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [2, 253] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_api.c:1716:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   1716 |             perm[idim] = (npy_int8)idim;
        |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [3, 253] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_api.c:1716:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   1716 |             perm[idim] = (npy_int8)idim;
        |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [4, 253] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_api.c:1716:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   1716 |             perm[idim] = (npy_int8)idim;
        |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [5, 253] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_api.c:1716:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   1716 |             perm[idim] = (npy_int8)idim;
        |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset [6, 253] into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_api.c: In function ‘NpyIter_RemoveAxis’:
  numpy/core/src/multiarray/nditer_api.c:123:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
    123 |         perm[idim] = p;
        |         ~~~~~~~~~~~^~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_api.c:123:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
    123 |         perm[idim] = p;
        |         ~~~~~~~~~~~^~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_api.c:123:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
    123 |         perm[idim] = p;
        |         ~~~~~~~~~~~^~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_api.c:123:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
    123 |         perm[idim] = p;
        |         ~~~~~~~~~~~^~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_api.c:123:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
    123 |         perm[idim] = p;
        |         ~~~~~~~~~~~^~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  numpy/core/src/multiarray/nditer_api.c:123:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
    123 |         perm[idim] = p;
        |         ~~~~~~~~~~~^~~
  numpy/core/src/multiarray/nditer_impl.h:148:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
    148 |     char iter_flexdata;
        |          ^~~~~~~~~~~~~
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/clip.c
  gcc: numpy/core/src/umath/ufunc_object.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/scalarmath.c
  gcc: numpy/core/src/common/array_assign.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/npysort/binsearch.c
  gcc: numpy/core/src/common/mem_overlap.c
  gcc: numpy/core/src/common/npy_longdouble.c
  gcc: numpy/core/src/common/ucsnarrow.c
  gcc: numpy/core/src/common/ufunc_override.c
  gcc: numpy/core/src/common/numpyos.c
  gcc: numpy/core/src/multiarray/array_coercion.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/common/npy_cpu_features.c
  gcc: numpy/core/src/umath/umathmodule.c
  gcc: numpy/core/src/common/cblasfuncs.c
  numpy/core/src/multiarray/array_coercion.c: In function ‘PyArray_DiscoverDTypeAndShape_Recursive’:
  numpy/core/src/multiarray/array_coercion.c:1089:9: warning: ‘update_shape’ reading 256 bytes from a region of size 8 [-Wstringop-overread]
   1089 |     if (update_shape(curr_dims, &max_dims,
        |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1090 |                      out_shape, 1, &size, NPY_TRUE, flags) < 0) {
        |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  numpy/core/src/multiarray/array_coercion.c:1089:9: note: referencing argument 5 of type ‘const npy_intp[32]’
  numpy/core/src/multiarray/array_coercion.c:480:1: note: in a call to function ‘update_shape’
    480 | update_shape(int curr_ndim, int *max_ndim,
        | ^~~~~~~~~~~~
  gcc: numpy/core/src/multiarray/array_method.c
  gcc: numpy/core/src/common/python_xerbla.c
  gcc: numpy/core/src/umath/extobj.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/npysort/heapsort.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/npysort/radixsort.c
  gcc: numpy/core/src/umath/ufunc_type_resolution.c
  gcc: numpy/core/src/multiarray/mapping.c
  gcc: numpy/core/src/umath/override.c
  gcc: numpy/core/src/multiarray/methods.c
  gcc: build/src.linux-x86_64-3.10/numpy/core/src/umath/matmul.c
  error: Command "gcc -Wno-unused-result -Wsign-compare -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 -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=1 -DHAVE_CBLAS -I/usr/local/include -I/usr/include -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -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.10 -Ibuild/src.linux-x86_64-3.10/numpy/core/src/common -Ibuild/src.linux-x86_64-3.10/numpy/core/src/npymath -c build/src.linux-x86_64-3.10/numpy/core/src/multiarray/scalartypes.c -o build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/numpy/core/src/multiarray/scalartypes.o.d -msse -msse2 -msse3" failed with exit status 1

  ########### EXT COMPILER OPTIMIZATION ###########
  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
  CCompilerOpt._cache_write[796] : write cache to path -> /tmp/pip-install-mrqpki0z/numpy_99057b46d39a4cb7bd0a62611534658e/build/temp.linux-x86_64-3.10/ccompiler_opt_cache_ext.py

  ########### CLIB COMPILER OPTIMIZATION ###########
  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
  CCompilerOpt._cache_write[796] : write cache to path -> /tmp/pip-install-mrqpki0z/numpy_99057b46d39a4cb7bd0a62611534658e/build/temp.linux-x86_64-3.10/ccompiler_opt_cache_clib.py
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for numpy Building wheel for numba (setup.py) ... error error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [753 lines of output] TBB not found OpenMP disabled running bdist_wheel running build got version from file /tmp/pip-install-mrqpki0z/numba_385534aa64d849ee88d0e7c2e2a24438/numba/_version.py {'version': '0.48.0', 'full': 'cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96'} running build_py creating build creating build/lib.linux-x86_64-cpython-310 creating build/lib.linux-x86_64-cpython-310/numba copying numba/decorators.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/compiler_lock.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/npdatetime.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/extending.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/pythonapi.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/runtests.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/macro.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/cgutils.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/controlflow.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/main.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/special.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/typedobjectutils.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/dictobject.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/callwrapper.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/dataflow.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/untyped_passes.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/_runtests.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/byteflow.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/dummyarray.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/bytecode.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/typed_passes.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/errors.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/typeinfer.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/six.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/pretty_annotate.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/entrypoints.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/debuginfo.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/findlib.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/utils.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/unicode_support.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/caching.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/interpreter.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/listobject.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/cffi_support.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/charseq.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/appdirs.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/generators.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/consts.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/array_analysis.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/unittest_support.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/itanium_mangler.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/ir.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/init.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/numpy_support.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/sigutils.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/object_mode_passes.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/stencilparfor.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/numba_entry.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/lowering.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/parfor.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/numpy_extensions.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/io_support.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/pylowering.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/ir_utils.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/inline_closurecall.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/unicode.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/_version.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/analysis.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/withcontexts.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/ctypes_support.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/compiler.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/config.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/ccallback.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/tracing.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/compiler_machinery.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/transforms.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/stencil.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/postproc.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/funcdesc.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/serialize.py -> build/lib.linux-x86_64-cpython-310/numba copying numba/dispatcher.py -> build/lib.linux-x86_64-cpython-310/numba creating build/lib.linux-x86_64-cpython-310/numba/help copying numba/help/init.py -> build/lib.linux-x86_64-cpython-310/numba/help copying numba/help/inspector.py -> build/lib.linux-x86_64-cpython-310/numba/help creating build/lib.linux-x86_64-cpython-310/numba/datamodel copying numba/datamodel/manager.py -> build/lib.linux-x86_64-cpython-310/numba/datamodel copying numba/datamodel/testing.py -> build/lib.linux-x86_64-cpython-310/numba/datamodel copying numba/datamodel/packer.py -> build/lib.linux-x86_64-cpython-310/numba/datamodel copying numba/datamodel/init.py -> build/lib.linux-x86_64-cpython-310/numba/datamodel copying numba/datamodel/registry.py -> build/lib.linux-x86_64-cpython-310/numba/datamodel copying numba/datamodel/models.py -> build/lib.linux-x86_64-cpython-310/numba/datamodel creating build/lib.linux-x86_64-cpython-310/numba/servicelib copying numba/servicelib/init.py -> build/lib.linux-x86_64-cpython-310/numba/servicelib copying numba/servicelib/threadlocal.py -> build/lib.linux-x86_64-cpython-310/numba/servicelib copying numba/servicelib/service.py -> build/lib.linux-x86_64-cpython-310/numba/servicelib creating build/lib.linux-x86_64-cpython-310/numba/npyufunc copying numba/npyufunc/decorators.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc copying numba/npyufunc/parallel.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc copying numba/npyufunc/wrappers.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc copying numba/npyufunc/array_exprs.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc copying numba/npyufunc/init.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc copying numba/npyufunc/parfor.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc copying numba/npyufunc/sigparse.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc copying numba/npyufunc/ufuncbuilder.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc copying numba/npyufunc/dufunc.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc copying numba/npyufunc/deviceufunc.py -> build/lib.linux-x86_64-cpython-310/numba/npyufunc creating build/lib.linux-x86_64-cpython-310/numba/typed copying numba/typed/typeddict.py -> build/lib.linux-x86_64-cpython-310/numba/typed copying numba/typed/init.py -> build/lib.linux-x86_64-cpython-310/numba/typed copying numba/typed/typedlist.py -> build/lib.linux-x86_64-cpython-310/numba/typed creating build/lib.linux-x86_64-cpython-310/numba/scripts copying numba/scripts/init.py -> build/lib.linux-x86_64-cpython-310/numba/scripts copying numba/scripts/generate_lower_listing.py -> build/lib.linux-x86_64-cpython-310/numba/scripts creating build/lib.linux-x86_64-cpython-310/numba/cext copying numba/cext/init.py -> build/lib.linux-x86_64-cpython-310/numba/cext creating build/lib.linux-x86_64-cpython-310/numba/unsafe copying numba/unsafe/bytes.py -> build/lib.linux-x86_64-cpython-310/numba/unsafe copying numba/unsafe/ndarray.py -> build/lib.linux-x86_64-cpython-310/numba/unsafe copying numba/unsafe/numbers.py -> build/lib.linux-x86_64-cpython-310/numba/unsafe copying numba/unsafe/init.py -> build/lib.linux-x86_64-cpython-310/numba/unsafe copying numba/unsafe/nrt.py -> build/lib.linux-x86_64-cpython-310/numba/unsafe copying numba/unsafe/eh.py -> build/lib.linux-x86_64-cpython-310/numba/unsafe copying numba/unsafe/tuple.py -> build/lib.linux-x86_64-cpython-310/numba/unsafe copying numba/unsafe/refcount.py -> build/lib.linux-x86_64-cpython-310/numba/unsafe creating build/lib.linux-x86_64-cpython-310/numba/testing copying numba/testing/main.py -> build/lib.linux-x86_64-cpython-310/numba/testing copying numba/testing/main.py -> build/lib.linux-x86_64-cpython-310/numba/testing copying numba/testing/notebook.py -> build/lib.linux-x86_64-cpython-310/numba/testing copying numba/testing/loader.py -> build/lib.linux-x86_64-cpython-310/numba/testing copying numba/testing/init.py -> build/lib.linux-x86_64-cpython-310/numba/testing creating build/lib.linux-x86_64-cpython-310/numba/roc copying numba/roc/decorators.py -> build/lib.linux-x86_64-cpython-310/numba/roc copying numba/roc/codegen.py -> build/lib.linux-x86_64-cpython-310/numba/roc copying numba/roc/target.py -> build/lib.linux-x86_64-cpython-310/numba/roc copying numba/roc/vectorizers.py -> build/lib.linux-x86_64-cpython-310/numba/roc copying numba/roc/stubs.py -> build/lib.linux-x86_64-cpython-310/numba/roc copying numba/roc/gcn_occupancy.py -> build/lib.linux-x86_64-cpython-310/numba/roc copying numba/roc/api.py -> build/lib.linux-x86_64-cpython-310/numba/roc copying numba/roc/init.py -> build/lib.linux-x86_64-cpython-310/numba/roc copying numba/roc/hsaimpl.py -> build/lib.linux-x86_64-cpython-310/numba/roc copying numba/roc/dispatch.py -> build/lib.linux-x86_64-cpython-310/numba/roc copying numba/roc/hsadecl.py -> build/lib.linux-x86_64-cpython-310/numba/roc copying numba/roc/initialize.py -> build/lib.linux-x86_64-cpython-310/numba/roc copying numba/roc/mathimpl.py -> build/lib.linux-x86_64-cpython-310/numba/roc copying numba/roc/compiler.py -> build/lib.linux-x86_64-cpython-310/numba/roc copying numba/roc/mathdecl.py -> build/lib.linux-x86_64-cpython-310/numba/roc copying numba/roc/enums.py -> build/lib.linux-x86_64-cpython-310/numba/roc copying numba/roc/descriptor.py -> build/lib.linux-x86_64-cpython-310/numba/roc creating build/lib.linux-x86_64-cpython-310/numba/annotations copying numba/annotations/init.py -> build/lib.linux-x86_64-cpython-310/numba/annotations copying numba/annotations/type_annotations.py -> build/lib.linux-x86_64-cpython-310/numba/annotations creating build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/npdatetime.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/typeof.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/cffi_utils.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/enumdecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/ctypes_utils.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/collections.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/context.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/arraydecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/templates.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/npydecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/setdecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/init.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/randomdecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/builtins.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/listdecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/dictdecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/mathdecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/bufproto.py -> build/lib.linux-x86_64-cpython-310/numba/typing copying numba/typing/cmathdecl.py -> build/lib.linux-x86_64-cpython-310/numba/typing creating build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_nan.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_array_return.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_random.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_codegen.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_types.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_gdb.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_record_dtype.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_objects.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_dyn_array.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_help.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_sets.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_pipeline.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_entrypoints.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_parfors.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_errorhandling.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_withlifting.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_chained_assign.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_nested_calls.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/timsort.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_nrt_refct.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_unicode_array.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_cli.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_range.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/pdlike_usecase.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_ufuncs.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_dispatcher.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_closure.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_datamodel.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_sys_stdin_assignment.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_parfors_caching.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_itanium_mangler.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_hashing.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_jit_module.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_complex.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_compiler_lock.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_api.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_cgutils.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_unpack_sequence.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_dyn_func.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_array_reductions.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_compile_cache.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_target_overloadselector.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_recarray_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_caching.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_errormodels.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_runtests.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/threading_backend_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_numconv.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_fastmath.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_iteration.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_heapq.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_boundscheck.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_typedlist.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_serialize.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_config.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_array_analysis.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_blackscholes.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_lists.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_casting.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/inlining_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_buffer_protocol.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_array_iterators.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_flow_control.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_svml.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_tuples.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_dataflow.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/true_div_usecase.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/cache_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_annotations.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_stencils.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_mixed_tuple_unroller.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_numpyadapt.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_profiler.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_enums.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_func_interface.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_array_methods.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/error_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_array_attr.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_overlap.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_import.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_extending_types.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_multi3.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_alignment.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_extended_arg.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_unicode_literals.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_unicode_names.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/annotation_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_byteflow.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_pycc.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_indexing.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_conversion.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_cfunc.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_sort.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_try_except.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_cffi.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_auto_constants.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_typeof.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_ctypes.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_copy_propagate.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_object_mode.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_typingerror.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_globals.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_numberctor.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_ir_utils.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_mathlib.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_optional.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_dicts.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_locals.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_listimpl.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/ctypes_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_comprehension.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/init.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_exceptions.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_maxmin.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_analysis.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_dictimpl.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_operators.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_recursion.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/dummy_module.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_generators.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/recursion_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_storeslice.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_looplifting.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_deprecations.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_ir.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/compile_with_pycc.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_numpy_support.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_mandelbrot.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_slices.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_numbers.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/cffi_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_array_constants.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_gil.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_del.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_listobject.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_literal_dispatch.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_unsafe_intrinsics.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/serialize_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_remove_dead.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_extending.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_intwidth.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_obj_lifetime.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_wrapper.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_polynomial.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_jitclasses.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_python_int.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_array_exprs.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/complex_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_make_function_to_jit_function.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/matmul_usecase.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_vectorization_type_inference.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_ir_inlining.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_tracing.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_typedobjectutils.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_np_functions.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_typeconv.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_interproc.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_debug.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_print.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/jitclass_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/support.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_practical_lowering_issues.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_fancy_indexing.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_npdatetime.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_mangling.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/orphaned_semaphore_usecase.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_typenames.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_warnings.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_nrt.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_parallel_backend.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_return_values.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_unicode.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_typeinfer.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_func_lifetime.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_debuginfo.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/enum_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/overload_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/cfunc_cache_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_threadsafety.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/parfors_cache_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_linalg.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_dummyarray.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_dictobject.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_array_manipulation.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_inlining.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_jitmethod.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_builtins.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_llvm_version_check.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_map_filter_reduce.py -> build/lib.linux-x86_64-cpython-310/numba/tests copying numba/tests/test_support.py -> build/lib.linux-x86_64-cpython-310/numba/tests creating build/lib.linux-x86_64-cpython-310/numba/runtime copying numba/runtime/context.py -> build/lib.linux-x86_64-cpython-310/numba/runtime copying numba/runtime/nrtopt.py -> build/lib.linux-x86_64-cpython-310/numba/runtime copying numba/runtime/nrtdynmod.py -> build/lib.linux-x86_64-cpython-310/numba/runtime copying numba/runtime/init.py -> build/lib.linux-x86_64-cpython-310/numba/runtime copying numba/runtime/nrt.py -> build/lib.linux-x86_64-cpython-310/numba/runtime creating build/lib.linux-x86_64-cpython-310/numba/pycc copying numba/pycc/decorators.py -> build/lib.linux-x86_64-cpython-310/numba/pycc copying numba/pycc/platform.py -> build/lib.linux-x86_64-cpython-310/numba/pycc copying numba/pycc/init.py -> build/lib.linux-x86_64-cpython-310/numba/pycc copying numba/pycc/llvm_types.py -> build/lib.linux-x86_64-cpython-310/numba/pycc copying numba/pycc/compiler.py -> build/lib.linux-x86_64-cpython-310/numba/pycc copying numba/pycc/cc.py -> build/lib.linux-x86_64-cpython-310/numba/pycc creating build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/decorators.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/codegen.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/cudadecl.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/testing.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/nvvmutils.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/cudaimpl.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/errors.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/cudamath.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/target.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/args.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/vectorizers.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/stubs.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/api.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/random.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/init.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/envvars.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/simulator_init.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/cuda_paths.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/initialize.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/intrinsic_wrapper.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/compiler.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/device_init.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/libdevice.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/printimpl.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/descriptor.py -> build/lib.linux-x86_64-cpython-310/numba/cuda copying numba/cuda/dispatcher.py -> build/lib.linux-x86_64-cpython-310/numba/cuda creating build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/npdatetime.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/base.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/hashing.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/mergesort.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/polynomial.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/codegen.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/enumimpl.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/arrayobj.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/gdb_hook.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/iterators.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/npyfuncs.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/cpu_options.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/rangeobj.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/linalg.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/arraymath.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/descriptors.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/cffiimpl.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/intrinsics.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/boxing.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/removerefctpass.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/listobj.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/numbers.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/slicing.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/init.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/npyimpl.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/randomimpl.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/callconv.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/quicksort.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/cpu.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/externals.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/builtins.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/imputils.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/registry.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/heapq.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/ufunc_db.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/mathimpl.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/literal.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/tupleobj.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/dictimpl.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/optional.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/cmathimpl.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/printimpl.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/options.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/setobj.py -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/targets/fastmathpass.py -> build/lib.linux-x86_64-cpython-310/numba/targets creating build/lib.linux-x86_64-cpython-310/numba/jitclass copying numba/jitclass/decorators.py -> build/lib.linux-x86_64-cpython-310/numba/jitclass copying numba/jitclass/base.py -> build/lib.linux-x86_64-cpython-310/numba/jitclass copying numba/jitclass/boxing.py -> build/lib.linux-x86_64-cpython-310/numba/jitclass copying numba/jitclass/init.py -> build/lib.linux-x86_64-cpython-310/numba/jitclass creating build/lib.linux-x86_64-cpython-310/numba/types copying numba/types/scalars.py -> build/lib.linux-x86_64-cpython-310/numba/types copying numba/types/iterators.py -> build/lib.linux-x86_64-cpython-310/numba/types copying numba/types/common.py -> build/lib.linux-x86_64-cpython-310/numba/types copying numba/types/init.py -> build/lib.linux-x86_64-cpython-310/numba/types copying numba/types/npytypes.py -> build/lib.linux-x86_64-cpython-310/numba/types copying numba/types/containers.py -> build/lib.linux-x86_64-cpython-310/numba/types copying numba/types/misc.py -> build/lib.linux-x86_64-cpython-310/numba/types copying numba/types/functions.py -> build/lib.linux-x86_64-cpython-310/numba/types copying numba/types/abstract.py -> build/lib.linux-x86_64-cpython-310/numba/types creating build/lib.linux-x86_64-cpython-310/numba/rewrites copying numba/rewrites/static_binop.py -> build/lib.linux-x86_64-cpython-310/numba/rewrites copying numba/rewrites/static_getitem.py -> build/lib.linux-x86_64-cpython-310/numba/rewrites copying numba/rewrites/macros.py -> build/lib.linux-x86_64-cpython-310/numba/rewrites copying numba/rewrites/init.py -> build/lib.linux-x86_64-cpython-310/numba/rewrites copying numba/rewrites/static_raise.py -> build/lib.linux-x86_64-cpython-310/numba/rewrites copying numba/rewrites/registry.py -> build/lib.linux-x86_64-cpython-310/numba/rewrites copying numba/rewrites/ir_print.py -> build/lib.linux-x86_64-cpython-310/numba/rewrites creating build/lib.linux-x86_64-cpython-310/numba/typeconv copying numba/typeconv/castgraph.py -> build/lib.linux-x86_64-cpython-310/numba/typeconv copying numba/typeconv/rules.py -> build/lib.linux-x86_64-cpython-310/numba/typeconv copying numba/typeconv/init.py -> build/lib.linux-x86_64-cpython-310/numba/typeconv copying numba/typeconv/typeconv.py -> build/lib.linux-x86_64-cpython-310/numba/typeconv creating build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv copying numba/roc/hsadrv/devicearray.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv copying numba/roc/hsadrv/devices.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv copying numba/roc/hsadrv/driver.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv copying numba/roc/hsadrv/drvapi.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv copying numba/roc/hsadrv/enums_ext.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv copying numba/roc/hsadrv/init.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv copying numba/roc/hsadrv/error.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv copying numba/roc/hsadrv/enums.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hsadrv creating build/lib.linux-x86_64-cpython-310/numba/roc/tests copying numba/roc/tests/init.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests creating build/lib.linux-x86_64-cpython-310/numba/roc/hlc copying numba/roc/hlc/libhlc.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hlc copying numba/roc/hlc/hlc.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hlc copying numba/roc/hlc/common.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hlc copying numba/roc/hlc/init.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hlc copying numba/roc/hlc/config.py -> build/lib.linux-x86_64-cpython-310/numba/roc/hlc creating build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsadrv copying numba/roc/tests/hsadrv/init.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsadrv copying numba/roc/tests/hsadrv/test_driver.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsadrv copying numba/roc/tests/hsadrv/test_async.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsadrv creating build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_decorator.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_occupancy.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_large_code.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_math.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/run_far_branch.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_memory.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_matmul.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_reduction.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_scan.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_gufuncbuilding.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_barrier.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/init.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_positioning.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_compiler.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_simple.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_intrinsics.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_autojit.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_ufuncbuilding.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_linkage.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_atomics.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy copying numba/roc/tests/hsapy/test_async_kernel.py -> build/lib.linux-x86_64-cpython-310/numba/roc/tests/hsapy creating build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc copying numba/tests/npyufunc/test_gufunc.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc copying numba/tests/npyufunc/test_caching.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc copying numba/tests/npyufunc/test_ufunc.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc copying numba/tests/npyufunc/test_parallel_low_work.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc copying numba/tests/npyufunc/test_parallel_env_variable.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc copying numba/tests/npyufunc/test_dufunc.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc copying numba/tests/npyufunc/test_parallel_ufunc_issues.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc copying numba/tests/npyufunc/cache_usecases.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc copying numba/tests/npyufunc/test_vectorize_decor.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc copying numba/tests/npyufunc/init.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc copying numba/tests/npyufunc/test_errors.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc copying numba/tests/npyufunc/test_ufuncbuilding.py -> build/lib.linux-x86_64-cpython-310/numba/tests/npyufunc creating build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv copying numba/cuda/cudadrv/libs.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv copying numba/cuda/cudadrv/devicearray.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv copying numba/cuda/cudadrv/devices.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv copying numba/cuda/cudadrv/autotune.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv copying numba/cuda/cudadrv/driver.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv copying numba/cuda/cudadrv/drvapi.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv copying numba/cuda/cudadrv/ndarray.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv copying numba/cuda/cudadrv/nvvm.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv copying numba/cuda/cudadrv/init.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv copying numba/cuda/cudadrv/error.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv copying numba/cuda/cudadrv/enums.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/cudadrv creating build/lib.linux-x86_64-cpython-310/numba/cuda/simulator copying numba/cuda/simulator/kernelapi.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator copying numba/cuda/simulator/api.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator copying numba/cuda/simulator/init.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator copying numba/cuda/simulator/reduction.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator copying numba/cuda/simulator/kernel.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator copying numba/cuda/simulator/compiler.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator creating build/lib.linux-x86_64-cpython-310/numba/cuda/tests copying numba/cuda/tests/init.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests creating build/lib.linux-x86_64-cpython-310/numba/cuda/kernels copying numba/cuda/kernels/transpose.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/kernels copying numba/cuda/kernels/init.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/kernels copying numba/cuda/kernels/reduction.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/kernels creating build/lib.linux-x86_64-cpython-310/numba/cuda/simulator/cudadrv copying numba/cuda/simulator/cudadrv/devicearray.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator/cudadrv copying numba/cuda/simulator/cudadrv/devices.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator/cudadrv copying numba/cuda/simulator/cudadrv/driver.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator/cudadrv copying numba/cuda/simulator/cudadrv/drvapi.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator/cudadrv copying numba/cuda/simulator/cudadrv/nvvm.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator/cudadrv copying numba/cuda/simulator/cudadrv/init.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/simulator/cudadrv creating build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_ir_patch.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_cuda_libraries.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_events.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_select_device.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_cuda_auto_context.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_pinned.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_host_alloc.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_nvvm_driver.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_cuda_devicerecord.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_cuda_memory.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_deallocations.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_profiler.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_array_attr.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_inline_ptx.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/init.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_detect.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_cuda_ndarray.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_context_stack.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_cuda_driver.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_linker.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_reset_device.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv copying numba/cuda/tests/cudadrv/test_cuda_array_slicing.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv creating build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_random.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_gufunc.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_record_dtype.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_math.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_gufunc_scheduling.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_vectorize_device.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_array_args.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_complex.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_warp_ops.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_cuda_autojit.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_userexc.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_fastmath.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_serialize.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_exception.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_blackscholes.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_casting.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_inspect.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_complex_kernel.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_multigpu.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_datetime.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_matmul.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_vectorize_scalar_arg.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_array_methods.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_reduction.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_alignment.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_vectorize_decor.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_constmem.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_device_func.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_idiv.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_globals.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/init.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_macro.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_gufunc_scalar.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_boolean.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_mandel.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_intrinsics.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_sm.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_array.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_montecarlo.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_multiprocessing.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_slicing.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_autojit.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_vectorize_complex.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_errors.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_multithreads.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_lang.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_sync.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_nondet.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_minmax.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_transpose.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_operator.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_powi.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_debug.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_laplace.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_print.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_const_string.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_localmem.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_freevar.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_py2_div_issue.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_retrieve_autoconverted_arrays.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_debuginfo.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_atomics.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_cuda_array_interface.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_forall.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_vectorize.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_ipc.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy copying numba/cuda/tests/cudapy/test_deprecation.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudapy creating build/lib.linux-x86_64-cpython-310/numba/cuda/tests/nocuda copying numba/cuda/tests/nocuda/test_library_lookup.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/nocuda copying numba/cuda/tests/nocuda/init.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/nocuda copying numba/cuda/tests/nocuda/test_nvvm.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/nocuda creating build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudasim copying numba/cuda/tests/cudasim/init.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudasim copying numba/cuda/tests/cudasim/test_cudasim_issues.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudasim copying numba/cuda/tests/cudasim/support.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudasim creating build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv/data copying numba/cuda/tests/cudadrv/data/init.py -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv/data copying numba/_math_c99.c -> build/lib.linux-x86_64-cpython-310/numba copying numba/_npymath_exports.c -> build/lib.linux-x86_64-cpython-310/numba copying numba/_typeof.c -> build/lib.linux-x86_64-cpython-310/numba copying numba/mviewbuf.c -> build/lib.linux-x86_64-cpython-310/numba copying numba/_hashtable.c -> build/lib.linux-x86_64-cpython-310/numba copying numba/_dynfunc.c -> build/lib.linux-x86_64-cpython-310/numba copying numba/_dynfuncmod.c -> build/lib.linux-x86_64-cpython-310/numba copying numba/_dispatcher.c -> build/lib.linux-x86_64-cpython-310/numba copying numba/_helpermod.c -> build/lib.linux-x86_64-cpython-310/numba copying numba/_helperlib.c -> build/lib.linux-x86_64-cpython-310/numba copying numba/_lapack.c -> build/lib.linux-x86_64-cpython-310/numba copying numba/_random.c -> build/lib.linux-x86_64-cpython-310/numba copying numba/_unicodetype_db.h -> build/lib.linux-x86_64-cpython-310/numba copying numba/_dispatcher.h -> build/lib.linux-x86_64-cpython-310/numba copying numba/_pymodule.h -> build/lib.linux-x86_64-cpython-310/numba copying numba/_math_c99.h -> build/lib.linux-x86_64-cpython-310/numba copying numba/_numba_common.h -> build/lib.linux-x86_64-cpython-310/numba copying numba/mathnames.h -> build/lib.linux-x86_64-cpython-310/numba copying numba/_arraystruct.h -> build/lib.linux-x86_64-cpython-310/numba copying numba/_typeof.h -> build/lib.linux-x86_64-cpython-310/numba copying numba/_hashtable.h -> build/lib.linux-x86_64-cpython-310/numba copying numba/capsulethunk.h -> build/lib.linux-x86_64-cpython-310/numba copying numba/cext/dictobject.c -> build/lib.linux-x86_64-cpython-310/numba/cext copying numba/cext/utils.c -> build/lib.linux-x86_64-cpython-310/numba/cext copying numba/cext/listobject.c -> build/lib.linux-x86_64-cpython-310/numba/cext copying numba/cext/listobject.h -> build/lib.linux-x86_64-cpython-310/numba/cext copying numba/cext/cext.h -> build/lib.linux-x86_64-cpython-310/numba/cext copying numba/cext/dictobject.h -> build/lib.linux-x86_64-cpython-310/numba/cext copying numba/annotations/template.html -> build/lib.linux-x86_64-cpython-310/numba/annotations creating build/lib.linux-x86_64-cpython-310/numba/tests/pycc_distutils_usecase copying numba/tests/pycc_distutils_usecase/setup_distutils.py -> build/lib.linux-x86_64-cpython-310/numba/tests/pycc_distutils_usecase copying numba/tests/pycc_distutils_usecase/source_module.py -> build/lib.linux-x86_64-cpython-310/numba/tests/pycc_distutils_usecase copying numba/tests/pycc_distutils_usecase/setup_setuptools.py -> build/lib.linux-x86_64-cpython-310/numba/tests/pycc_distutils_usecase copying numba/runtime/nrt.c -> build/lib.linux-x86_64-cpython-310/numba/runtime copying numba/runtime/_nrt_pythonmod.c -> build/lib.linux-x86_64-cpython-310/numba/runtime copying numba/runtime/_nrt_python.c -> build/lib.linux-x86_64-cpython-310/numba/runtime copying numba/runtime/nrt_external.h -> build/lib.linux-x86_64-cpython-310/numba/runtime copying numba/runtime/nrt.h -> build/lib.linux-x86_64-cpython-310/numba/runtime copying numba/pycc/modulemixin.c -> build/lib.linux-x86_64-cpython-310/numba/pycc copying numba/targets/cmdlang.gdb -> build/lib.linux-x86_64-cpython-310/numba/targets copying numba/cuda/tests/cudadrv/data/jitlink.ptx -> build/lib.linux-x86_64-cpython-310/numba/cuda/tests/cudadrv/data running build_ext building 'numba._dynfunc' extension Warning: Can't read registry to find the necessary compiler setting Make sure that Python modules winreg, win32api or win32con are installed. INFO: C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  creating build/temp.linux-x86_64-cpython-310
  creating build/temp.linux-x86_64-cpython-310/numba
  INFO: compile options: '-I/usr/include/python3.10 -c'
  extra options: '-g'
  INFO: gcc: numba/_dynfuncmod.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 build/temp.linux-x86_64-cpython-310/numba/_dynfuncmod.o -o build/lib.linux-x86_64-cpython-310/numba/_dynfunc.cpython-310-x86_64-linux-gnu.so
  building 'numba._dispatcher' extension
  INFO: C compiler: gcc -Wno-unused-result -Wsign-compare -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 -fPIC

  creating build/temp.linux-x86_64-cpython-310/numba/typeconv
  INFO: compile options: '-I/home/negatron/.local/lib/python3.10/site-packages/numpy/core/include -I/usr/include/python3.10 -c'
  INFO: gcc: numba/_dispatcher.c
  INFO: gcc: numba/_dispatcherimpl.cpp
  INFO: gcc: numba/_hashtable.c
  INFO: gcc: numba/_typeof.c
  INFO: gcc: numba/typeconv/typeconv.cpp
  numba/_dispatcher.c: In function ‘call_trace’:
  numba/_dispatcher.c:26:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘use_tracing’; did you mean ‘tracing’?
     26 |     tstate->use_tracing = 0;
        |             ^~~~~~~~~~~
        |             tracing
  numba/_dispatcher.c:28:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘use_tracing’; did you mean ‘tracing’?
     28 |     tstate->use_tracing = ((tstate->c_tracefunc != NULL)
        |             ^~~~~~~~~~~
        |             tracing
  numba/_dispatcher.c: In function ‘call_cfunc’:
  numba/_dispatcher.c:301:17: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘use_tracing’; did you mean ‘tracing’?
    301 |     if (tstate->use_tracing && tstate->c_profilefunc)
        |                 ^~~~~~~~~~~
        |                 tracing
  numba/_dispatcher.c: In function ‘Dispatcher_call’:
  numba/_dispatcher.c:507:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘use_tracing’; did you mean ‘tracing’?
    507 |     if (ts->use_tracing && ts->c_profilefunc)
        |             ^~~~~~~~~~~
        |             tracing
  numba/_dispatcher.c: In function ‘call_cfunc’:
  numba/_dispatcher.c:349:1: warning: control reaches end of non-void function [-Wreturn-type]
    349 | }
        | ^
  error: Command "gcc -Wno-unused-result -Wsign-compare -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 -fPIC -I/home/negatron/.local/lib/python3.10/site-packages/numpy/core/include -I/usr/include/python3.10 -c numba/_dispatcher.c -o build/temp.linux-x86_64-cpython-310/numba/_dispatcher.o" failed with exit status 1
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for numba Running setup.py clean for numba Building wheel for llvmlite (setup.py) ... error error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [26 lines of output] running bdist_wheel /sbin/python /tmp/pip-install-mrqpki0z/llvmlite_5f9347d62971461fba1ed925a51bb088/ffi/build.py LLVM version... Traceback (most recent call last): File "/tmp/pip-install-mrqpki0z/llvmlite_5f9347d62971461fba1ed925a51bb088/ffi/build.py", line 105, in main_posix out = subprocess.check_output([llvm_config, '--version']) File "/usr/lib/python3.10/subprocess.py", line 421, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.10/subprocess.py", line 503, in run with Popen(popenargs, **kwargs) as process: File "/usr/lib/python3.10/subprocess.py", line 971, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.10/subprocess.py", line 1847, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'llvm-config'

  During handling of the above exception, another exception occurred:

  Traceback (most recent call last):
    File "/tmp/pip-install-mrqpki0z/llvmlite_5f9347d62971461fba1ed925a51bb088/ffi/build.py", line 168, in <module>
      main()
    File "/tmp/pip-install-mrqpki0z/llvmlite_5f9347d62971461fba1ed925a51bb088/ffi/build.py", line 158, in main
      main_posix('linux', '.so')
    File "/tmp/pip-install-mrqpki0z/llvmlite_5f9347d62971461fba1ed925a51bb088/ffi/build.py", line 107, in main_posix
      raise RuntimeError("%s failed executing, please point LLVM_CONFIG "
  RuntimeError: llvm-config failed executing, please point LLVM_CONFIG to the path for llvm-config
  error: command '/sbin/python' failed with exit code 1
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for llvmlite Running setup.py clean for llvmlite Failed to build numpy numba llvmlite ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects

llvm error????? gonna attempt updating pacman.. see if that resolves it... = /

krishna-santosh commented 1 year ago

@conhibit
It seems like you have numpy version 1.20.0, and numba version 0.48.0 you can confirm this by running

pip list | grep -e numpy -e numba

In the error message you posted we can see that

× Building wheel for numpy (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [1523 lines of output]
setup.py:66: RuntimeWarning: NumPy 1.20.0 may not yet support Python 3.10.

so upgrading numpy and numba might fix this issue

pip install -U numpy numba

Remove numpy and numba from requrements.txt if you haven't already and then proceed with installing the requirements

plincter10 commented 1 year ago

Your big problem is using python 10 when it needs 9. Create your environment with 9 and install all software inside this environment. Even put Pytorch inside here, that's the first thing you do. I made the same mistake knowing I already had it installed, via a check, so I skipped ahead with the install. You still have to remove the numba and lvmlite file from requirements.txt Then before running the .py setup file reinstall numba only and it will acquire what it needs I'm a 70 year old noob and I have it running. Word of caution, if you can't run it on your Nvidia card it will take you 5 hours to generate 3 lines with your CPU. I had it working but didn't have pytorch in the right spot so it wasn't using my card. I used Miniconda and It sits there "solving the environment" for over ten minutes. I can't figure that one out but it eventually solves it and moves on. I have a 3060 with 12 gigs 11th Gen Intel(R) Core(TM) i7-11700F @ 2.50GHz 2.50 GHz. Good luck.......just follow the directions, took me a few days to get it going.

conhibit commented 1 year ago

Your big problem is using python 10 when it needs 9. Create your environment with 9 and install all software inside this environment. Even put Pytorch inside here, that's the first thing you do. I made the same mistake knowing I already had it installed, via a check, so I skipped ahead with the install. You still have to remove the numba and lvmlite file from requirements.txt Then before running the .py setup file reinstall numba only and it will acquire what it needs I'm a 70 year old noob and I have it running. Word of caution, if you can't run it on your Nvidia card it will take you 5 hours to generate 3 lines with your CPU. I had it working but didn't have pytorch in the right spot so it wasn't using my card. I used Miniconda and It sits there "solving the environment" for over ten minutes. I can't figure that one out but it eventually solves it and moves on. I have a 3060 with 12 gigs 11th Gen Intel(R) Core(TM) i7-11700F @ 2.50GHz 2.50 GHz. Good luck.......just follow the directions, took me a few days to get it going.

....AND your on Ar ch????