[Debian-med-packaging] Bug#1028778: nipy: FTBFS: AttributeError: module 'numpy' has no attribute 'float'. Did you mean: 'cfloat'?

Lucas Nussbaum lucas at debian.org
Sat Jan 14 12:29:03 GMT 2023


Source: nipy
Version: 0.5.0-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20230113 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> : # I: build the arch-dep packages to be able to build the docs
> dh_auto_build
> 	pybuild --build -i python{version} -p "3.10 3.11"
> I: pybuild base:240: /usr/bin/python3.10 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'doc-files' will not be supported in future versions. Please use the underscore name 'doc_files' instead
>   warnings.warn(
> INFO: lapack_opt_info:
> INFO: lapack_armpl_info:
> INFO: customize UnixCCompiler
> INFO:   libraries armpl_lp64_mp not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
> INFO:   NOT AVAILABLE
> INFO: 
> INFO: lapack_mkl_info:
> INFO:   libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
> INFO:   NOT AVAILABLE
> INFO: 
> INFO: openblas_lapack_info:
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating /tmp/tmp6osdtn50/tmp
> creating /tmp/tmp6osdtn50/tmp/tmp6osdtn50
> INFO: compile options: '-c'
> INFO: x86_64-linux-gnu-gcc: /tmp/tmp6osdtn50/source.c
> INFO: x86_64-linux-gnu-gcc /tmp/tmp6osdtn50/tmp/tmp6osdtn50/source.o -L/usr/lib/x86_64-linux-gnu -lopenblas -o /tmp/tmp6osdtn50/a.out
> INFO:   FOUND:
> INFO:     libraries = ['openblas', 'openblas']
> INFO:     library_dirs = ['/usr/lib/x86_64-linux-gnu']
> INFO:     language = c
> INFO:     define_macros = [('HAVE_CBLAS', None)]
> INFO: 
> INFO:   FOUND:
> INFO:     libraries = ['openblas', 'openblas']
> INFO:     library_dirs = ['/usr/lib/x86_64-linux-gnu']
> INFO:     language = c
> INFO:     define_macros = [('HAVE_CBLAS', None)]
> INFO: 
> Linking with system Lapack
> /usr/lib/python3/dist-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'doc-files' will not be supported in future versions. Please use the underscore name 'doc_files' instead
>   warnings.warn(
> LAPACK build options:
> library_dirs: ['/usr/lib/x86_64-linux-gnu'] 
> libraries: ['openblas', 'openblas'] 
> lapack_info: {'libraries': ['openblas', 'openblas'], 'library_dirs': ['/usr/lib/x86_64-linux-gnu'], 'language': 'c', 'define_macros': [('HAVE_CBLAS', None)]} 
> running build
> running config_cc
> INFO: unifing config_cc, config, build_clib, build_ext, build commands --compiler options
> running config_fc
> INFO: unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
> running build_src
> INFO: build_src
> INFO: building py_modules sources
> creating build
> creating build/src.linux-x86_64-3.10
> creating build/src.linux-x86_64-3.10/nipy
> creating build/src.linux-x86_64-3.10/nipy/labs
> INFO: building library "cstat" sources
> INFO: building extension "nipy.algorithms.registration._registration" sources
> INFO: cythonc:> build/src.linux-x86_64-3.10/nipy/algorithms/registration/_registration.c
> creating build/src.linux-x86_64-3.10/nipy/algorithms
> creating build/src.linux-x86_64-3.10/nipy/algorithms/registration
> INFO: Disabling color, you really want to install colorlog.
> Disabling color, you really want to install colorlog.
> /usr/lib/python3/dist-packages/pythran/tables.py:4530: FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.  (This may have returned Python scalars in past versions.
>   if not hasattr(numpy, method):
> /usr/lib/python3/dist-packages/pythran/tables.py:4563: FutureWarning: In the future `np.bytes` will be defined as the corresponding NumPy scalar.  (This may have returned Python scalars in past versions.
>   obj = getattr(themodule, elem)
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/algorithms/registration/_registration.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> INFO: building extension "nipy.algorithms.segmentation._segmentation" sources
> INFO: cythonc:> build/src.linux-x86_64-3.10/nipy/algorithms/segmentation/_segmentation.c
> creating build/src.linux-x86_64-3.10/nipy/algorithms/segmentation
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/algorithms/segmentation/_segmentation.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> INFO: building extension "nipy.algorithms.statistics.intvol" sources
> INFO: cythonc:> build/src.linux-x86_64-3.10/nipy/algorithms/statistics/intvol.c
> creating build/src.linux-x86_64-3.10/nipy/algorithms/statistics
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/algorithms/statistics/intvol.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> INFO: building extension "nipy.algorithms.statistics.histogram" sources
> INFO: cythonc:> build/src.linux-x86_64-3.10/nipy/algorithms/statistics/histogram.c
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/algorithms/statistics/histogram.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> INFO: building extension "nipy.algorithms.statistics._quantile" sources
> INFO: cythonc:> build/src.linux-x86_64-3.10/nipy/algorithms/statistics/_quantile.c
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/algorithms/statistics/_quantile.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/algorithms/statistics/_quantile.pyx:51:16: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/algorithms/statistics/_quantile.pyx:51:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building extension "nipy.algorithms.graph._graph" sources
> INFO: building extension "nipy.labs.bindings.linalg" sources
> INFO: cythonc:> build/src.linux-x86_64-3.10/nipy/labs/bindings/linalg.c
> creating build/src.linux-x86_64-3.10/nipy/labs/bindings
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/labs/bindings/linalg.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/labs/bindings/linalg.pyx:108:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:108:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:122:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:122:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:136:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:136:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:150:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:150:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:164:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:164:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:164:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:180:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:180:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:180:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:196:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:196:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:196:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:212:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:212:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:212:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:303:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:303:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:315:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:315:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:315:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:371:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:371:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:377:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:377:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:377:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:387:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:387:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:406:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:406:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:406:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:406:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:431:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:431:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:431:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:431:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:458:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:458:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:458:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:485:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:485:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:485:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:510:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:510:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:510:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:532:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:532:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:532:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:532:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building extension "nipy.labs.bindings.array" sources
> INFO: cythonc:> build/src.linux-x86_64-3.10/nipy/labs/bindings/array.c
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/labs/bindings/array.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/labs/bindings/array.pyx:45:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:45:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:60:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:60:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:60:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:77:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:77:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:77:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:94:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:94:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:94:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:111:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:111:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:111:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building extension "nipy.labs.bindings.wrapper" sources
> INFO: cythonc:> build/src.linux-x86_64-3.10/nipy/labs/bindings/wrapper.c
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/labs/bindings/wrapper.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/labs/bindings/wrapper.pyx:65:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:65:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:108:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:108:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:120:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:120:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:132:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:132:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:132:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:155:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:155:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:187:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:187:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building extension "nipy.labs.glm.kalman" sources
> INFO: cythonc:> build/src.linux-x86_64-3.10/nipy/labs/glm/kalman.c
> creating build/src.linux-x86_64-3.10/nipy/labs/glm
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/labs/glm/kalman.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/labs/glm/kalman.pyx:87:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/glm/kalman.pyx:87:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/glm/kalman.pyx:87:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/glm/kalman.pyx:164:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/glm/kalman.pyx:164:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/glm/kalman.pyx:164:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/glm/kalman.pyx:164:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/glm/kalman.pyx:164:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building extension "nipy.labs.group.onesample" sources
> INFO: cythonc:> build/src.linux-x86_64-3.10/nipy/labs/group/onesample.c
> creating build/src.linux-x86_64-3.10/nipy/labs/group
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/labs/group/onesample.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/labs/group/onesample.pyx:96:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:96:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:96:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:96:35: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:165:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:165:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:165:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:165:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:165:39: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:236:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:236:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:236:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:236:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:280:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:280:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:280:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:280:31: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building extension "nipy.labs.group.twosample" sources
> INFO: cythonc:> build/src.linux-x86_64-3.10/nipy/labs/group/twosample.c
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/labs/group/twosample.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/labs/group/twosample.pyx:73:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:73:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:73:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:73:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:73:37: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:74:17: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:74:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:158:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:158:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:158:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:158:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:158:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:158:42: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:158:47: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:158:52: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:159:17: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:159:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building extension "nipy.labs.group.glm_twolevel" sources
> INFO: cythonc:> build/src.linux-x86_64-3.10/nipy/labs/group/glm_twolevel.c
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/labs/group/glm_twolevel.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/labs/group/glm_twolevel.pyx:64:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:64:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:64:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:64:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:65:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:65:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:134:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:134:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:134:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:134:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:134:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:134:43: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building extension "nipy.labs.utils.routines" sources
> INFO: cythonc:> build/src.linux-x86_64-3.10/nipy/labs/utils/routines.c
> creating build/src.linux-x86_64-3.10/nipy/labs/utils
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/labs/utils/routines.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/labs/utils/routines.pyx:56:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:56:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:101:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:101:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:101:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:101:37: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:101:46: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:166:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:166:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:166:36: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:166:49: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:166:53: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:169:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:169:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:169:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:238:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:238:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:258:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:258:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building data_files sources
> INFO: build_src: building npy-pkg config files
> /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
>   warnings.warn(
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy
> copying nipy/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy
> copying nipy/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy
> copying nipy/pkg_info.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy
> copying nipy/info.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy
> copying build/src.linux-x86_64-3.10/nipy/__config__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms
> copying nipy/algorithms/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms
> copying nipy/algorithms/resample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms
> copying nipy/algorithms/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms
> copying nipy/algorithms/kernel_smooth.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms
> copying nipy/algorithms/optimize.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms
> copying nipy/algorithms/interpolation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms
> copying nipy/algorithms/fwhm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests
> copying nipy/algorithms/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests
> copying nipy/algorithms/tests/test_resample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests
> copying nipy/algorithms/tests/test_kernel_smooth.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests
> copying nipy/algorithms/tests/test_interpolator.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/resample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/polyaffine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/histogram_registration.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/optimizer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/chain_transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/scripting.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/type_check.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/groupwise_registration.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/similarity_measures.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/affine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_resample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_scripting.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_histogram_registration.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_chain_transforms.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_slice_timing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_cubic_spline.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_fmri_realign4d.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_affine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_polyaffine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_register.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/slicetiming
> copying nipy/algorithms/slicetiming/timefuncs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/slicetiming
> copying nipy/algorithms/slicetiming/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/slicetiming
> copying nipy/algorithms/slicetiming/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/slicetiming
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/slicetiming/tests
> copying nipy/algorithms/slicetiming/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/slicetiming/tests
> copying nipy/algorithms/slicetiming/tests/test_timefuncs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/slicetiming/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation
> copying nipy/algorithms/segmentation/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation
> copying nipy/algorithms/segmentation/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation
> copying nipy/algorithms/segmentation/segmentation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation
> copying nipy/algorithms/segmentation/brain_segmentation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation/tests
> copying nipy/algorithms/segmentation/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation/tests
> copying nipy/algorithms/segmentation/tests/test_segmentation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/empirical_pvalue.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/onesample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/mixed_effects_stat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/api.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/bayesian_mixed_effects.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/rft.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/regression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/nlsmodel.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/glm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/setupscons.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/model.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/info.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/family
> copying nipy/algorithms/statistics/models/family/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/family
> copying nipy/algorithms/statistics/models/family/links.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/family
> copying nipy/algorithms/statistics/models/family/family.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/family
> copying nipy/algorithms/statistics/models/family/varfuncs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/family
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/test_anova.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/test_estimable.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/test_model.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/test_ar.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/exampledata.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/test_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/test_glm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/test_regression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/test_olsR.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula
> copying nipy/algorithms/statistics/formula/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula
> copying nipy/algorithms/statistics/formula/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula
> copying nipy/algorithms/statistics/formula/formulae.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/tests
> copying nipy/algorithms/statistics/formula/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/tests
> copying nipy/algorithms/statistics/formula/tests/test_formula.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/bench
> copying nipy/algorithms/statistics/bench/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/bench
> copying nipy/algorithms/statistics/bench/bench_intvol.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/bench
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/test_intrinsic_volumes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/test_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/test_quantile.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/test_mixed_effects.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/test_empirical_pvalue.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/test_onesample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/test_rft.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/test_histogram.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics
> copying nipy/algorithms/diagnostics/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics
> copying nipy/algorithms/diagnostics/screens.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics
> copying nipy/algorithms/diagnostics/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics
> copying nipy/algorithms/diagnostics/commands.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics
> copying nipy/algorithms/diagnostics/timediff.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics
> copying nipy/algorithms/diagnostics/tsdiffplot.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/tests
> copying nipy/algorithms/diagnostics/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/tests
> copying nipy/algorithms/diagnostics/tests/test_time_difference.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/tests
> copying nipy/algorithms/diagnostics/tests/test_screen.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/tests
> copying nipy/algorithms/diagnostics/tests/test_commands.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/imm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/ggmixture.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/von_mises_fisher_mixture.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/gmm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/bgmm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/hierarchical_clustering.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests
> copying nipy/algorithms/clustering/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests
> copying nipy/algorithms/clustering/tests/test_vmm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests
> copying nipy/algorithms/clustering/tests/test_imm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests
> copying nipy/algorithms/clustering/tests/test_gmm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests
> copying nipy/algorithms/clustering/tests/test_clustering.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests
> copying nipy/algorithms/clustering/tests/test_hierarchical_clustering.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests
> copying nipy/algorithms/clustering/tests/test_ggm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests
> copying nipy/algorithms/clustering/tests/test_bgmm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils
> copying nipy/algorithms/utils/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils
> copying nipy/algorithms/utils/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils
> copying nipy/algorithms/utils/pca.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils
> copying nipy/algorithms/utils/fast_distance.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils
> copying nipy/algorithms/utils/matrices.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/tests
> copying nipy/algorithms/utils/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/tests
> copying nipy/algorithms/utils/tests/test_matrices.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/tests
> copying nipy/algorithms/utils/tests/test_pca.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/tests
> copying nipy/algorithms/utils/tests/test_fast_distance.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/tests
> copying nipy/algorithms/utils/tests/test_pca_image.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph
> copying nipy/algorithms/graph/graph.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph
> copying nipy/algorithms/graph/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph
> copying nipy/algorithms/graph/forest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph
> copying nipy/algorithms/graph/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph
> copying nipy/algorithms/graph/bipartite_graph.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph
> copying nipy/algorithms/graph/field.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/tests
> copying nipy/algorithms/graph/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/tests
> copying nipy/algorithms/graph/tests/test_bipartite_graph.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/tests
> copying nipy/algorithms/graph/tests/test_field.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/tests
> copying nipy/algorithms/graph/tests/test_forest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/tests
> copying nipy/algorithms/graph/tests/test_graph.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group
> copying nipy/algorithms/group/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group
> copying nipy/algorithms/group/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group
> copying nipy/algorithms/group/parcel_analysis.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/tests
> copying nipy/algorithms/group/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/tests
> copying nipy/algorithms/group/tests/test_parcel_analysis.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/interfaces
> copying nipy/interfaces/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/interfaces
> copying nipy/interfaces/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/interfaces
> copying nipy/interfaces/matlab.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/interfaces
> copying nipy/interfaces/spm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/interfaces
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/interfaces/tests
> copying nipy/interfaces/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/interfaces/tests
> copying nipy/interfaces/tests/test_mlabtemp.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/interfaces/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core
> copying nipy/core/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core
> copying nipy/core/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core
> copying nipy/core/api.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image
> copying nipy/core/image/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image
> copying nipy/core/image/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image
> copying nipy/core/image/image_spaces.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image
> copying nipy/core/image/image_list.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image
> copying nipy/core/image/roi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image
> copying nipy/core/image/image.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/tests
> copying nipy/core/image/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/tests
> copying nipy/core/image/tests/test_image_list.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/tests
> copying nipy/core/image/tests/test_rollimg.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/tests
> copying nipy/core/image/tests/test_image_spaces.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/tests
> copying nipy/core/image/tests/test_image.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils
> copying nipy/core/utils/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils
> copying nipy/core/utils/generators.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils
> copying nipy/core/utils/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils/tests
> copying nipy/core/utils/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils/tests
> copying nipy/core/utils/tests/test_generators.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference
> copying nipy/core/reference/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference
> copying nipy/core/reference/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference
> copying nipy/core/reference/array_coords.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference
> copying nipy/core/reference/coordinate_map.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference
> copying nipy/core/reference/coordinate_system.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference
> copying nipy/core/reference/slices.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference
> copying nipy/core/reference/spaces.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/test_array_coords.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/test_matrix_groups.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/test_coordinate_map.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/test_spaces.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/matrix_groups.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/test_slices.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/test_parametrized_surface.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/test_coordinate_system.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes
> copying nipy/fixes/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes
> copying nipy/fixes/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/numpy
> copying nipy/fixes/numpy/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/numpy
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/numpy/testing
> copying nipy/fixes/numpy/testing/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/numpy/testing
> copying nipy/fixes/numpy/testing/nosetester.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/numpy/testing
> copying nipy/fixes/numpy/testing/noseclasses.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/numpy/testing
> copying nipy/fixes/numpy/testing/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/numpy/testing
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/nibabel
> copying nipy/fixes/nibabel/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/nibabel
> copying nipy/fixes/nibabel/orientations.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/nibabel
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/scipy
> copying nipy/fixes/scipy/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/scipy
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/scipy/ndimage
> copying nipy/fixes/scipy/ndimage/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/scipy/ndimage
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io
> copying nipy/io/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io
> copying nipy/io/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io
> copying nipy/io/api.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io
> copying nipy/io/nibcompat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io
> copying nipy/io/nifti_ref.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io
> copying nipy/io/files.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/tests
> copying nipy/io/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/tests
> copying nipy/io/tests/test_image_io.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/tests
> copying nipy/io/tests/test_save.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/tests
> copying nipy/io/tests/test_nifti_ref.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/tests
> copying nipy/io/tests/test_nibcompat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/imageformats
> copying nipy/io/imageformats/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/imageformats
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities
> copying nipy/modalities/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities
> copying nipy/modalities/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/fmri.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/design.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/hemodynamic_models.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/api.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/glm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/hrf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/realfuncs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/design_matrix.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/experimental_paradigm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_paradigm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_realfuncs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_dmtx.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_design.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_hemodynamic_models.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_glm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_aliases.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_hrf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_fmri.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_iterators.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat
> copying nipy/modalities/fmri/fmristat/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat
> copying nipy/modalities/fmri/fmristat/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat
> copying nipy/modalities/fmri/fmristat/api.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat
> copying nipy/modalities/fmri/fmristat/outputters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat
> copying nipy/modalities/fmri/fmristat/model.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat
> copying nipy/modalities/fmri/fmristat/hrf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat
> copying nipy/modalities/fmri/fmristat/invert.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/tests
> copying nipy/modalities/fmri/fmristat/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/tests
> copying nipy/modalities/fmri/fmristat/tests/test_iterables.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/tests
> copying nipy/modalities/fmri/fmristat/tests/test_FIAC.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/tests
> copying nipy/modalities/fmri/fmristat/tests/FIACdesigns.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/tests
> copying nipy/modalities/fmri/fmristat/tests/test_model.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/tests
> copying nipy/modalities/fmri/fmristat/tests/test_hrf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/tests
> copying nipy/modalities/fmri/fmristat/tests/test_outputters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm
> copying nipy/modalities/fmri/spm/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm
> copying nipy/modalities/fmri/spm/trace.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm
> copying nipy/modalities/fmri/spm/model.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm
> copying nipy/modalities/fmri/spm/correlation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm
> copying nipy/modalities/fmri/spm/reml.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils
> copying nipy/utils/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils
> copying nipy/utils/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils
> copying nipy/utils/arrays.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils
> copying nipy/utils/compat3.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils
> copying nipy/utils/skip_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils
> copying nipy/utils/perlpie.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils
> copying nipy/utils/utilities.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/tests
> copying nipy/utils/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/tests
> copying nipy/utils/tests/test_skip_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/tests
> copying nipy/utils/tests/test_compat3.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/tests
> copying nipy/utils/tests/test_arrays.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/tests
> copying nipy/utils/tests/test_utilities.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/tests
> copying nipy/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/tests
> copying nipy/tests/scriptrunner.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/tests
> copying nipy/tests/test_scripts.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals
> copying nipy/externals/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals
> copying nipy/externals/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals
> copying nipy/externals/six.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals
> copying nipy/externals/configobj.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals
> copying nipy/externals/argparse.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals
> copying nipy/externals/validate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d
> copying nipy/externals/transforms3d/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d
> copying nipy/externals/transforms3d/quaternions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d
> copying nipy/externals/transforms3d/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d
> copying nipy/externals/transforms3d/taitbryan.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d
> copying nipy/externals/transforms3d/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d/tests
> copying nipy/externals/transforms3d/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d/tests
> copying nipy/externals/transforms3d/tests/test_taitbryan.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d/tests
> copying nipy/externals/transforms3d/tests/samples.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d/tests
> copying nipy/externals/transforms3d/tests/test_quaternions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli
> copying nipy/cli/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli
> copying nipy/cli/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli
> copying nipy/cli/realign4d.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli
> copying nipy/cli/img3dto4d.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli
> copying nipy/cli/img4dto3d.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli
> copying nipy/cli/tsdiffana.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli
> copying nipy/cli/diagnose.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing
> copying nipy/testing/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing
> copying nipy/testing/doctester.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing
> copying nipy/testing/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing
> copying nipy/testing/decorators.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing
> copying nipy/testing/nosetester.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/tests
> copying nipy/testing/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/tests
> copying nipy/testing/tests/test_doctesting.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/tests
> copying nipy/testing/tests/test_doctester.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/tests
> copying nipy/testing/tests/test_images.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs
> copying nipy/labs/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs
> copying nipy/labs/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs
> copying nipy/labs/mask.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs
> copying nipy/labs/viz3d.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs
> copying nipy/labs/viz.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs
> copying nipy/labs/statistical_mapping.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs
> copying build/src.linux-x86_64-3.10/nipy/labs/__config__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings
> copying nipy/labs/bindings/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings
> copying nipy/labs/bindings/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/tests
> copying nipy/labs/bindings/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/tests
> copying nipy/labs/bindings/tests/test_numpy.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/tests
> copying nipy/labs/bindings/tests/test_linalg.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/tests
> copying nipy/labs/bindings/tests/test_blas1.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/tests
> copying nipy/labs/bindings/tests/test_blas3.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/tests
> copying nipy/labs/bindings/tests/test_array.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/benchmarks
> copying nipy/labs/bindings/benchmarks/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/benchmarks
> copying nipy/labs/bindings/benchmarks/bench_numpy.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/benchmarks
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm
> copying nipy/labs/glm/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm
> copying nipy/labs/glm/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm
> copying nipy/labs/glm/glm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/tests
> copying nipy/labs/glm/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/tests
> copying nipy/labs/glm/tests/test_glm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/benchmarks
> copying nipy/labs/glm/benchmarks/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/benchmarks
> copying nipy/labs/glm/benchmarks/bench_glm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/benchmarks
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group
> copying nipy/labs/group/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group
> copying nipy/labs/group/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group
> copying nipy/labs/group/permutation_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/tests
> copying nipy/labs/group/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/tests
> copying nipy/labs/group/tests/test_onesample_stat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/tests
> copying nipy/labs/group/tests/test_permutation_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/mroi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/discrete_domain.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/parcel_io.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/parcellation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/bayesian_structural_analysis.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/hierarchical_parcellation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/bsa_io.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/hroi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/structural_bfls.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests
> copying nipy/labs/spatial_models/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests
> copying nipy/labs/spatial_models/tests/test_parcel.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests
> copying nipy/labs/spatial_models/tests/test_bsa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests
> copying nipy/labs/spatial_models/tests/test_discrete_domain.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests
> copying nipy/labs/spatial_models/tests/test_mroi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests
> copying nipy/labs/spatial_models/tests/test_bsa_io.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests
> copying nipy/labs/spatial_models/tests/test_hroi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests
> copying nipy/labs/spatial_models/tests/test_parcel_io.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils
> copying nipy/labs/utils/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils
> copying nipy/labs/utils/zscore.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils
> copying nipy/labs/utils/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils
> copying nipy/labs/utils/mask.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils
> copying nipy/labs/utils/simul_multisubject_fmri_dataset.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils
> copying nipy/labs/utils/reproducibility_measures.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/tests
> copying nipy/labs/utils/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/tests
> copying nipy/labs/utils/tests/test_repro.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/tests
> copying nipy/labs/utils/tests/test_simul_multisubject_fmri_dataset.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/tests
> copying nipy/labs/utils/tests/test_misc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/cm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/coord_tools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/slicers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/edge_detect.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/anat_cache.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/maps_3d.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/activation_maps.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test
> copying nipy/labs/viz_tools/test/test_slicers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test
> copying nipy/labs/viz_tools/test/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test
> copying nipy/labs/viz_tools/test/test_coord_tools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test
> copying nipy/labs/viz_tools/test/test_cm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test
> copying nipy/labs/viz_tools/test/test_edge_detect.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test
> copying nipy/labs/viz_tools/test/test_activation_maps.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets
> copying nipy/labs/datasets/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets
> copying nipy/labs/datasets/converters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets
> copying nipy/labs/datasets/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes
> copying nipy/labs/datasets/volumes/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes
> copying nipy/labs/datasets/volumes/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes
> copying nipy/labs/datasets/volumes/volume_field.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes
> copying nipy/labs/datasets/volumes/volume_img.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes
> copying nipy/labs/datasets/volumes/volume_grid.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes
> copying nipy/labs/datasets/volumes/volume_data.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/tests
> copying nipy/labs/datasets/volumes/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/tests
> copying nipy/labs/datasets/volumes/tests/test_volume_img.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/tests
> copying nipy/labs/datasets/volumes/tests/test_volume_grid.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/tests
> copying nipy/labs/datasets/volumes/tests/test_volume_field.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/tests
> copying nipy/labs/datasets/volumes/tests/test_volume_data.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms
> copying nipy/labs/datasets/transforms/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms
> copying nipy/labs/datasets/transforms/affine_transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms
> copying nipy/labs/datasets/transforms/transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms
> copying nipy/labs/datasets/transforms/affine_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms
> copying nipy/labs/datasets/transforms/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/tests
> copying nipy/labs/datasets/transforms/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/tests
> copying nipy/labs/datasets/transforms/tests/test_affine_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/tests
> copying nipy/labs/datasets/transforms/tests/test_affine_transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/tests
> copying nipy/labs/datasets/transforms/tests/test_transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/tests
> copying nipy/labs/datasets/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/tests
> copying nipy/labs/datasets/tests/test_converters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/tests
> copying nipy/labs/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/tests
> copying nipy/labs/tests/test_mask.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/tests
> copying nipy/labs/tests/test_statistical_mapping.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/tests
> running build_clib
> INFO: customize UnixCCompiler
> INFO: customize UnixCCompiler using build_clib
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-march=native)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating /tmp/tmpcvrhm08z/usr
> creating /tmp/tmpcvrhm08z/usr/lib
> creating /tmp/tmpcvrhm08z/usr/lib/python3
> creating /tmp/tmpcvrhm08z/usr/lib/python3/dist-packages
> creating /tmp/tmpcvrhm08z/usr/lib/python3/dist-packages/numpy
> creating /tmp/tmpcvrhm08z/usr/lib/python3/dist-packages/numpy/distutils
> creating /tmp/tmpcvrhm08z/usr/lib/python3/dist-packages/numpy/distutils/checks
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-march=native'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-O3)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-O3'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-Werror)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-Werror'
> INFO: CCompilerOpt.__init__[1782] : check requested baseline
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse2'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE' with flags (-msse -msse2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE2' with flags (-msse -msse2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -Werror'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse3)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse3'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE3' with flags (-msse -msse2 -msse3)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -Werror'
> INFO: CCompilerOpt.__init__[1791] : check requested dispatch-able features
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mssse3)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-mssse3'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse4.1)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse4.1'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mpopcnt)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-mpopcnt'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse4.2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse4.2'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-mavx'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mf16c)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-mf16c'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-mavx2'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mfma)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-mfma'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -Werror'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512f -mno-mmx)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-mavx512f -mno-mmx'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512cd)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-mavx512cd'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512er -mavx512pf)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-mavx512er -mavx512pf'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_KNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -Werror'
> WARN: CCompilerOpt.dist_test[630] : CCompilerOpt._dist_test_spawn[764] : Command (x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c /usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.c -o /tmp/tmpcvrhm08z/usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.o -MMD -MF /tmp/tmpcvrhm08z/usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.o.d -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -Werror) failed with exit status 1 output -> 
> In file included from /usr/lib/gcc/x86_64-linux-gnu/12/include/immintrin.h:51,
>                  from /usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.c:14:
> In function ‘_mm512_exp2a23_round_pd’,
>     inlined from ‘main’ at /usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.c:21:17:
> /usr/lib/gcc/x86_64-linux-gnu/12/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-linux-gnu/12/include/avx512erintrin.h: In function ‘main’:
> /usr/lib/gcc/x86_64-linux-gnu/12/include/avx512erintrin.h:54:11: note: ‘__W’ was declared here
>    54 |   __m512d __W;
>       |           ^~~
> In file included from /usr/lib/gcc/x86_64-linux-gnu/12/include/immintrin.h:53:
> In function ‘_mm512_mask_prefetch_i64scatter_pd’,
>     inlined from ‘main’ at /usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.c:23:5:
> /usr/lib/gcc/x86_64-linux-gnu/12/include/avx512pfintrin.h:180:3: error: ‘base’ may be used uninitialized [-Werror=maybe-uninitialized]
>   180 |   __builtin_ia32_scatterpfqpd (__mask, (__v8di) __index, __addr, __scale,
>       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>   181 |                                __hint);
>       |                                ~~~~~~~
> <built-in>: In function ‘main’:
> <built-in>: note: by argument 3 of type ‘const void *’ to ‘__builtin_ia32_scatterpfqpd’ declared here
> /usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.c:18:9: note: ‘base’ declared here
>    18 |     int base[128];
>       |         ^~~~
> cc1: all warnings being treated as errors
> 
> WARN: CCompilerOpt.feature_test[1563] : testing failed
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -Werror'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vl -mavx512bw -mavx512dq)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-mavx512vl -mavx512bw -mavx512dq'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_SKX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512ifma -mavx512vbmi)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-mavx512ifma -mavx512vbmi'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_CNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi -Werror'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vnni)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-mavx512vnni'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_CLX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -Werror'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_ICL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq -Werror'
> INFO: CCompilerOpt.__init__[1803] : skip features (SSE3 SSE SSE2) since its part of baseline
> INFO: CCompilerOpt.__init__[1807] : initialize targets groups
> INFO: CCompilerOpt.__init__[1809] : parse target group simd_test
> INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (VSX2 VXE FMA4 ASIMD VXE2 XOP VSX3 VSX4 VX VSX NEON) not part of baseline or dispatch-able features
> INFO: CCompilerOpt._parse_policy_not_keepbase[2132] : skip baseline features (SSE2)
> INFO: CCompilerOpt.generate_dispatch_header[2353] : generate CPU dispatch header: (build/src.linux-x86_64-3.10/numpy/distutils/include/npy_cpu_dispatch_config.h)
> WARN: CCompilerOpt.generate_dispatch_header[2362] : dispatch header dir build/src.linux-x86_64-3.10/numpy/distutils/include does not exist, creating it
> INFO: CCompilerOpt.feature_extra_checks[1627] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -Werror'
> INFO: CCompilerOpt.feature_extra_checks[1627] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
> INFO: building 'cstat' library
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-310
> creating build/temp.linux-x86_64-cpython-310/build
> creating build/temp.linux-x86_64-cpython-310/<<BUILDDIR>>
> creating build/temp.linux-x86_64-cpython-310/<<PKGBUILDDIR>>
> creating build/temp.linux-x86_64-cpython-310/<<PKGBUILDDIR>>/lib
> creating build/temp.linux-x86_64-cpython-310/<<PKGBUILDDIR>>/lib/fff
> creating build/temp.linux-x86_64-cpython-310/<<PKGBUILDDIR>>/lib/fff_python_wrapper
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_array.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_base.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_gen_stats.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_blas.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_glm_kalman.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_glm_twolevel.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_matrix.c
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c: In function ‘fff_blas_ddot’:
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c:97:10: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
>    97 |   if ( n != y->size )
>       |          ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c: In function ‘fff_blas_dswap’:
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c:142:10: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
>   142 |   if ( n != y->size )
>       |          ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c: In function ‘fff_blas_dcopy’:
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c:155:10: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
>   155 |   if ( n != y->size )
>       |          ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c: In function ‘fff_blas_daxpy’:
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c:168:10: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
>   168 |   if ( n != y->size )
>       |          ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c: In function ‘fff_blas_drot’:
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c:202:10: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
>   202 |   if ( n != y->size )
>       |          ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c: In function ‘fff_lapack_dgetrf’:
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c:59:20: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>    59 |        (ipiv->dimX != FFF_MIN(m,n)) ||
>       |                    ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c: In function ‘fff_blas_drotm’:
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c: In function ‘fff_lapack_dgeqrf’:
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c:224:10: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
>   224 |   if ( n != y->size )
>       |          ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c:82:19: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>    82 |   if ( (tau->size != FFF_MIN(m,n)) ||
>       |                   ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c: In function ‘fff_lapack_dgesdd’:
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c:136:17: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>   136 |   if ( U->size1 != m)
>       |                 ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c:138:18: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>   138 |   if ( Vt->size1 != n)
>       |                  ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c:140:19: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>   140 |   if ( Aux->size1 != dmax)
>       |                   ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c:142:17: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>   142 |   if ( (s->size != dmin) ||
>       |                 ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c:147:21: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>   147 |        (iwork->dimX != 8*dmin) ||
>       |                     ^~
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_onesample_stat.c
> /<<PKGBUILDDIR>>/lib/fff/fff_matrix.c: In function ‘fff_matrix_transpose’:
> /<<PKGBUILDDIR>>/lib/fff/fff_matrix.c:264:20: warning: variable ‘rB’ set but not used [-Wunused-but-set-variable]
>   264 |   size_t i, j, rA, rB;
>       |                    ^~
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_routines.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_specfun.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_twosample_stat.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_vector.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.h:2,
>                  from /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c:1:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c: In function ‘fffpy_import_array’:
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c:17:3: warning: returning ‘void *’ from a function with return type ‘IMP_OUT’ {aka ‘int’} makes integer from pointer without a cast [-Wint-conversion]
>    17 |   import_array();
>       |   ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c: In function ‘_fff_vector_new_from_buffer’:
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c:68:40: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
>    68 |   if ((type == NPY_DOUBLE) && (itemsize==sizeof_double)) {
>       |                                        ^~
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c: In function ‘fffpy_multi_iterator_delete’:
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c:591:13: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
>   591 |   for(i=0; i<thisone->narr; i++)
>       |             ^
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c: In function ‘fffpy_multi_iterator_update’:
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c:603:13: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
>   603 |   for(i=0; i<thisone->narr; i++)
>       |             ^
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c: In function ‘fffpy_multi_iterator_reset’:
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c:614:13: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
>   614 |   for(i=0; i<thisone->narr; i++)
>       |             ^
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c: In function ‘fffpy_import_array’:
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c:18:1: warning: control reaches end of non-void function [-Wreturn-type]
>    18 | }
>       | ^
> INFO: x86_64-linux-gnu-gcc-ar: adding 14 object files to build/temp.linux-x86_64-cpython-310/libcstat.a
> running build_ext
> INFO: customize UnixCCompiler
> INFO: customize UnixCCompiler using MyBuildExt
> INFO: CCompilerOpt.__init__[834] : hit the memory cache
> INFO: CCompilerOpt.generate_dispatch_header[2353] : generate CPU dispatch header: (build/src.linux-x86_64-3.10/numpy/distutils/include/npy_cpu_dispatch_config.h)
> INFO: updating extension 'nipy.labs.bindings.linalg' libraries from ['cstat'] to ['cstat', 'openblas', 'openblas']
> INFO: updating extension 'nipy.labs.bindings.array' libraries from ['cstat'] to ['cstat', 'openblas', 'openblas']
> INFO: updating extension 'nipy.labs.bindings.wrapper' libraries from ['cstat'] to ['cstat', 'openblas', 'openblas']
> INFO: updating extension 'nipy.labs.glm.kalman' libraries from ['cstat'] to ['cstat', 'openblas', 'openblas']
> INFO: updating extension 'nipy.labs.group.onesample' libraries from ['cstat'] to ['cstat', 'openblas', 'openblas']
> INFO: updating extension 'nipy.labs.group.twosample' libraries from ['cstat'] to ['cstat', 'openblas', 'openblas']
> INFO: updating extension 'nipy.labs.group.glm_twolevel' libraries from ['cstat'] to ['cstat', 'openblas', 'openblas']
> INFO: updating extension 'nipy.labs.utils.routines' libraries from ['cstat'] to ['cstat', 'openblas', 'openblas']
> INFO: building 'nipy.algorithms.registration._registration' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10
> creating build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy
> creating build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/algorithms
> creating build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/algorithms/registration
> creating build/temp.linux-x86_64-cpython-310/nipy
> creating build/temp.linux-x86_64-cpython-310/nipy/algorithms
> creating build/temp.linux-x86_64-cpython-310/nipy/algorithms/registration
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.10/nipy/algorithms/registration/_registration.c
> INFO: x86_64-linux-gnu-gcc: nipy/algorithms/registration/joint_histogram.c
> INFO: x86_64-linux-gnu-gcc: nipy/algorithms/registration/wichmann_prng.c
> INFO: x86_64-linux-gnu-gcc: nipy/algorithms/registration/cubic_spline.c
> INFO: x86_64-linux-gnu-gcc: nipy/algorithms/registration/polyaffine.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.10/nipy/algorithms/registration/_registration.c:747:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from nipy/algorithms/registration/joint_histogram.h:27,
>                  from nipy/algorithms/registration/joint_histogram.c:1:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> nipy/algorithms/registration/joint_histogram.c: In function ‘L1_moments’:
> nipy/algorithms/registration/joint_histogram.c:358:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   358 |   for (i=0; i<size; i++, buf+=offset)
>       |              ^
> nipy/algorithms/registration/joint_histogram.c:398:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   398 |     if (med < size) {
>       |             ^
> nipy/algorithms/registration/joint_histogram.c:400:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   400 |       for (i=med; i<size; i ++, buf += offset)
>       |                    ^
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from nipy/algorithms/registration/cubic_spline.h:35,
>                  from nipy/algorithms/registration/cubic_spline.c:1:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from nipy/algorithms/registration/polyaffine.h:16,
>                  from nipy/algorithms/registration/polyaffine.c:1:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> nipy/algorithms/registration/cubic_spline.c: In function ‘_cubic_spline_transform1d’:
> nipy/algorithms/registration/cubic_spline.c:107:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   107 |   for (k=1; k<dim; k++) {
>       |              ^
> nipy/algorithms/registration/cubic_spline.c:114:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   114 |   for (k=2; k<dim; k++) {
>       |              ^
> nipy/algorithms/registration/cubic_spline.c:131:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   131 |   for (k=1; k<dim; k++) {
>       |              ^
> nipy/algorithms/registration/cubic_spline.c:144:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   144 |   for (k=1; k<dim; k++) {
>       |              ^
> nipy/algorithms/registration/cubic_spline.c: In function ‘cubic_spline_transform’:
> nipy/algorithms/registration/cubic_spline.c:205:19: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
>   205 |   for(axis=0; axis<res->nd; axis++) {
>       |                   ^
> nipy/algorithms/registration/cubic_spline.c:215:19: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
>   215 |   for(axis=0; axis<res->nd; axis++)
>       |                   ^
> nipy/algorithms/registration/cubic_spline.c: In function ‘_mirrored_position’:
> nipy/algorithms/registration/cubic_spline.c:634:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   634 |   else if (x > ddim)
>       |              ^
> nipy/algorithms/registration/cubic_spline.c: In function ‘_mirror_grid_neighbors’:
> nipy/algorithms/registration/cubic_spline.c:690:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   690 |   if ((*px>=3) && (*px<=3*ddim)) {
>       |                       ^~
> nipy/algorithms/registration/cubic_spline.c: In function ‘_neighbors_zero_outside’:
> nipy/algorithms/registration/cubic_spline.c:717:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   717 |       if (*px>dim) { /* ddim<=x<dim, px=dim+1 */
>       |              ^
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/algorithms/registration/_registration.o build/temp.linux-x86_64-cpython-310/nipy/algorithms/registration/joint_histogram.o build/temp.linux-x86_64-cpython-310/nipy/algorithms/registration/wichmann_prng.o build/temp.linux-x86_64-cpython-310/nipy/algorithms/registration/cubic_spline.o build/temp.linux-x86_64-cpython-310/nipy/algorithms/registration/polyaffine.o -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-310 -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/_registration.cpython-310-x86_64-linux-gnu.so
> INFO: building 'nipy.algorithms.segmentation._segmentation' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/algorithms/segmentation
> creating build/temp.linux-x86_64-cpython-310/nipy/algorithms/segmentation
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.10/nipy/algorithms/segmentation/_segmentation.c
> INFO: x86_64-linux-gnu-gcc: nipy/algorithms/segmentation/mrf.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.10/nipy/algorithms/segmentation/_segmentation.c:747:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from nipy/algorithms/segmentation/mrf.h:16,
>                  from nipy/algorithms/segmentation/mrf.c:1:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/algorithms/segmentation/_segmentation.o build/temp.linux-x86_64-cpython-310/nipy/algorithms/segmentation/mrf.o -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-310 -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation/_segmentation.cpython-310-x86_64-linux-gnu.so
> INFO: building 'nipy.algorithms.statistics.intvol' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/algorithms/statistics
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.10/nipy/algorithms/statistics/intvol.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.10/nipy/algorithms/statistics/intvol.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/algorithms/statistics/intvol.o -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-310 -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/intvol.cpython-310-x86_64-linux-gnu.so
> INFO: building 'nipy.algorithms.statistics.histogram' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.10/nipy/algorithms/statistics/histogram.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.10/nipy/algorithms/statistics/histogram.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/algorithms/statistics/histogram.o -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-310 -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/histogram.cpython-310-x86_64-linux-gnu.so
> INFO: building 'nipy.algorithms.statistics._quantile' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-310/nipy/algorithms/statistics
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.10/nipy/algorithms/statistics/_quantile.c
> INFO: x86_64-linux-gnu-gcc: nipy/algorithms/statistics/quantile.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from nipy/algorithms/statistics/quantile.h:9,
>                  from nipy/algorithms/statistics/quantile.c:1:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.10/nipy/algorithms/statistics/_quantile.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:21:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/__multiarray_api.h:1477:1: warning: ‘_import_array’ defined but not used [-Wunused-function]
>  1477 | _import_array(void)
>       | ^~~~~~~~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/algorithms/statistics/_quantile.o build/temp.linux-x86_64-cpython-310/nipy/algorithms/statistics/quantile.o -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-310 -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/_quantile.cpython-310-x86_64-linux-gnu.so
> INFO: building 'nipy.algorithms.graph._graph' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-310/nipy/algorithms/graph
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: nipy/algorithms/graph/_graph.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from nipy/algorithms/graph/_graph.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/nipy/algorithms/graph/_graph.o -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-310 -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/_graph.cpython-310-x86_64-linux-gnu.so
> INFO: building 'nipy.labs.bindings.linalg' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/labs
> creating build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/labs/bindings
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.10/nipy/labs/bindings/linalg.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.10/nipy/labs/bindings/linalg.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/labs/bindings/linalg.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-310 -lcstat -lopenblas -lopenblas -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/linalg.cpython-310-x86_64-linux-gnu.so
> INFO: building 'nipy.labs.bindings.array' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.10/nipy/labs/bindings/array.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.10/nipy/labs/bindings/array.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/labs/bindings/array.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-310 -lcstat -lopenblas -lopenblas -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/array.cpython-310-x86_64-linux-gnu.so
> INFO: building 'nipy.labs.bindings.wrapper' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.10/nipy/labs/bindings/wrapper.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.10/nipy/labs/bindings/wrapper.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> build/src.linux-x86_64-3.10/nipy/labs/bindings/wrapper.c: In function ‘__pyx_pf_4nipy_4labs_8bindings_7wrapper_12pass_vector_via_iterator’:
> build/src.linux-x86_64-3.10/nipy/labs/bindings/wrapper.c:3067:40: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>  3067 |     __pyx_t_4 = ((__pyx_v_multi->index < __pyx_v_niters) != 0);
>       |                                        ^
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/labs/bindings/wrapper.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-310 -lcstat -lopenblas -lopenblas -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/wrapper.cpython-310-x86_64-linux-gnu.so
> INFO: building 'nipy.labs.glm.kalman' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/labs/glm
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.10/nipy/labs/glm/kalman.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.10/nipy/labs/glm/kalman.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/labs/glm/kalman.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-310 -lcstat -lopenblas -lopenblas -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/kalman.cpython-310-x86_64-linux-gnu.so
> INFO: building 'nipy.labs.group.onesample' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/labs/group
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.10/nipy/labs/group/onesample.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.10/nipy/labs/group/onesample.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/labs/group/onesample.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-310 -lcstat -lopenblas -lopenblas -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/onesample.cpython-310-x86_64-linux-gnu.so
> INFO: building 'nipy.labs.group.twosample' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.10/nipy/labs/group/twosample.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.10/nipy/labs/group/twosample.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/labs/group/twosample.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-310 -lcstat -lopenblas -lopenblas -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/twosample.cpython-310-x86_64-linux-gnu.so
> INFO: building 'nipy.labs.group.glm_twolevel' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.10/nipy/labs/group/glm_twolevel.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.10/nipy/labs/group/glm_twolevel.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/labs/group/glm_twolevel.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-310 -lcstat -lopenblas -lopenblas -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/glm_twolevel.cpython-310-x86_64-linux-gnu.so
> INFO: building 'nipy.labs.utils.routines' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/labs/utils
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.10/nipy/labs/utils/routines.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.10/nipy/labs/utils/routines.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/build/src.linux-x86_64-3.10/nipy/labs/utils/routines.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-310 -lcstat -lopenblas -lopenblas -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/routines.cpython-310-x86_64-linux-gnu.so
> ________________________________________________________________________________
> Could not find datasource "nipy/templates" in data path "/usr/share/nipy:/usr/local/share/nipy:/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/.nipy"; Is it possible you have not installed a data package?
> 
> You may need the package "nipy-templates"
> 
> You can download and install the package from:
> 
> http://nipy.org/data-packages/nipy-templates-0.2.tar.gz
> 
> Check the instructions in the ``doc/users/install_data.rst`` file in the nipy
> source tree, or online at http://nipy.org/nipy/users/install_data.html
> 
> If you have the package, have you set the path to the package correctly?
> ________________________________________________________________________________
> Could not find datasource "nipy/data" in data path "/usr/share/nipy:/usr/local/share/nipy:/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/.nipy"; Is it possible you have not installed a data package?
> 
> You may need the package "nipy-data"
> 
> You can download and install the package from:
> 
> http://nipy.org/data-packages/nipy-data-0.2.tar.gz
> 
> Check the instructions in the ``doc/users/install_data.rst`` file in the nipy
> source tree, or online at http://nipy.org/nipy/users/install_data.html
> 
> If you have the package, have you set the path to the package correctly?
> INFO: 
> ########### EXT COMPILER OPTIMIZATION ###########
> INFO: Platform      : 
>   Architecture: x64
>   Compiler    : gcc
> 
> CPU baseline  : 
>   Requested   : 'min'
>   Enabled     : SSE SSE2 SSE3
>   Flags       : -msse -msse2 -msse3
>   Extra checks: none
> 
> CPU dispatch  : 
>   Requested   : 'max -xop -fma4'
>   Enabled     : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL
>   Generated   : none
> INFO: CCompilerOpt.cache_flush[857] : write cache to path -> /<<PKGBUILDDIR>>/build/temp.linux-x86_64-cpython-310/ccompiler_opt_cache_ext.py
> INFO: 
> ########### CLIB COMPILER OPTIMIZATION ###########
> INFO: Platform      : 
>   Architecture: x64
>   Compiler    : gcc
> 
> CPU baseline  : 
>   Requested   : 'min'
>   Enabled     : SSE SSE2 SSE3
>   Flags       : -msse -msse2 -msse3
>   Extra checks: none
> 
> CPU dispatch  : 
>   Requested   : 'max -xop -fma4'
>   Enabled     : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL
>   Generated   : none
> INFO: CCompilerOpt.cache_flush[857] : write cache to path -> /<<PKGBUILDDIR>>/build/temp.linux-x86_64-cpython-310/ccompiler_opt_cache_clib.py
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'doc-files' will not be supported in future versions. Please use the underscore name 'doc_files' instead
>   warnings.warn(
> INFO: lapack_opt_info:
> INFO: lapack_armpl_info:
> INFO: customize UnixCCompiler
> INFO:   libraries armpl_lp64_mp not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
> INFO:   NOT AVAILABLE
> INFO: 
> INFO: lapack_mkl_info:
> INFO:   libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
> INFO:   NOT AVAILABLE
> INFO: 
> INFO: openblas_lapack_info:
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating /tmp/tmpsukwplqm/tmp
> creating /tmp/tmpsukwplqm/tmp/tmpsukwplqm
> INFO: compile options: '-c'
> INFO: x86_64-linux-gnu-gcc: /tmp/tmpsukwplqm/source.c
> INFO: x86_64-linux-gnu-gcc /tmp/tmpsukwplqm/tmp/tmpsukwplqm/source.o -L/usr/lib/x86_64-linux-gnu -lopenblas -o /tmp/tmpsukwplqm/a.out
> INFO:   FOUND:
> INFO:     libraries = ['openblas', 'openblas']
> INFO:     library_dirs = ['/usr/lib/x86_64-linux-gnu']
> INFO:     language = c
> INFO:     define_macros = [('HAVE_CBLAS', None)]
> INFO: 
> INFO:   FOUND:
> INFO:     libraries = ['openblas', 'openblas']
> INFO:     library_dirs = ['/usr/lib/x86_64-linux-gnu']
> INFO:     language = c
> INFO:     define_macros = [('HAVE_CBLAS', None)]
> INFO: 
> Linking with system Lapack
> /usr/lib/python3/dist-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'doc-files' will not be supported in future versions. Please use the underscore name 'doc_files' instead
>   warnings.warn(
> LAPACK build options:
> library_dirs: ['/usr/lib/x86_64-linux-gnu'] 
> libraries: ['openblas', 'openblas'] 
> lapack_info: {'libraries': ['openblas', 'openblas'], 'library_dirs': ['/usr/lib/x86_64-linux-gnu'], 'language': 'c', 'define_macros': [('HAVE_CBLAS', None)]} 
> running build
> running config_cc
> INFO: unifing config_cc, config, build_clib, build_ext, build commands --compiler options
> running config_fc
> INFO: unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
> running build_src
> INFO: build_src
> INFO: building py_modules sources
> creating build/src.linux-x86_64-3.11
> creating build/src.linux-x86_64-3.11/nipy
> creating build/src.linux-x86_64-3.11/nipy/labs
> INFO: building library "cstat" sources
> INFO: building extension "nipy.algorithms.registration._registration" sources
> INFO: cythonc:> build/src.linux-x86_64-3.11/nipy/algorithms/registration/_registration.c
> creating build/src.linux-x86_64-3.11/nipy/algorithms
> creating build/src.linux-x86_64-3.11/nipy/algorithms/registration
> INFO: Disabling color, you really want to install colorlog.
> Disabling color, you really want to install colorlog.
> /usr/lib/python3/dist-packages/pythran/tables.py:4530: FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.  (This may have returned Python scalars in past versions.
>   if not hasattr(numpy, method):
> /usr/lib/python3/dist-packages/pythran/tables.py:4563: FutureWarning: In the future `np.bytes` will be defined as the corresponding NumPy scalar.  (This may have returned Python scalars in past versions.
>   obj = getattr(themodule, elem)
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/algorithms/registration/_registration.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> INFO: building extension "nipy.algorithms.segmentation._segmentation" sources
> INFO: cythonc:> build/src.linux-x86_64-3.11/nipy/algorithms/segmentation/_segmentation.c
> creating build/src.linux-x86_64-3.11/nipy/algorithms/segmentation
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/algorithms/segmentation/_segmentation.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> INFO: building extension "nipy.algorithms.statistics.intvol" sources
> INFO: cythonc:> build/src.linux-x86_64-3.11/nipy/algorithms/statistics/intvol.c
> creating build/src.linux-x86_64-3.11/nipy/algorithms/statistics
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/algorithms/statistics/intvol.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> INFO: building extension "nipy.algorithms.statistics.histogram" sources
> INFO: cythonc:> build/src.linux-x86_64-3.11/nipy/algorithms/statistics/histogram.c
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/algorithms/statistics/histogram.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> INFO: building extension "nipy.algorithms.statistics._quantile" sources
> INFO: cythonc:> build/src.linux-x86_64-3.11/nipy/algorithms/statistics/_quantile.c
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/algorithms/statistics/_quantile.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/algorithms/statistics/_quantile.pyx:51:16: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/algorithms/statistics/_quantile.pyx:51:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building extension "nipy.algorithms.graph._graph" sources
> INFO: building extension "nipy.labs.bindings.linalg" sources
> INFO: cythonc:> build/src.linux-x86_64-3.11/nipy/labs/bindings/linalg.c
> creating build/src.linux-x86_64-3.11/nipy/labs/bindings
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/labs/bindings/linalg.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/labs/bindings/linalg.pyx:108:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:108:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:122:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:122:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:136:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:136:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:150:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:150:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:164:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:164:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:164:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:180:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:180:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:180:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:196:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:196:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:196:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:212:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:212:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:212:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:303:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:303:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:315:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:315:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:315:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:371:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:371:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:377:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:377:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:377:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:387:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:387:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:406:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:406:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:406:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:406:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:431:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:431:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:431:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:431:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:458:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:458:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:458:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:485:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:485:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:485:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:510:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:510:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:510:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:532:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:532:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:532:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/linalg.pyx:532:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building extension "nipy.labs.bindings.array" sources
> INFO: cythonc:> build/src.linux-x86_64-3.11/nipy/labs/bindings/array.c
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/labs/bindings/array.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/labs/bindings/array.pyx:45:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:45:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:60:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:60:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:60:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:77:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:77:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:77:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:94:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:94:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:94:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:111:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:111:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/array.pyx:111:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building extension "nipy.labs.bindings.wrapper" sources
> INFO: cythonc:> build/src.linux-x86_64-3.11/nipy/labs/bindings/wrapper.c
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/labs/bindings/wrapper.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/labs/bindings/wrapper.pyx:65:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:65:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:108:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:108:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:120:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:120:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:132:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:132:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:132:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:155:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:155:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:187:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/bindings/wrapper.pyx:187:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building extension "nipy.labs.glm.kalman" sources
> INFO: cythonc:> build/src.linux-x86_64-3.11/nipy/labs/glm/kalman.c
> creating build/src.linux-x86_64-3.11/nipy/labs/glm
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/labs/glm/kalman.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/labs/glm/kalman.pyx:87:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/glm/kalman.pyx:87:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/glm/kalman.pyx:87:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/glm/kalman.pyx:164:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/glm/kalman.pyx:164:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/glm/kalman.pyx:164:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/glm/kalman.pyx:164:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/glm/kalman.pyx:164:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building extension "nipy.labs.group.onesample" sources
> INFO: cythonc:> build/src.linux-x86_64-3.11/nipy/labs/group/onesample.c
> creating build/src.linux-x86_64-3.11/nipy/labs/group
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/labs/group/onesample.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/labs/group/onesample.pyx:96:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:96:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:96:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:96:35: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:165:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:165:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:165:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:165:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:165:39: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:236:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:236:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:236:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:236:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:280:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:280:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:280:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/onesample.pyx:280:31: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building extension "nipy.labs.group.twosample" sources
> INFO: cythonc:> build/src.linux-x86_64-3.11/nipy/labs/group/twosample.c
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/labs/group/twosample.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/labs/group/twosample.pyx:73:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:73:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:73:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:73:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:73:37: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:74:17: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:74:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:158:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:158:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:158:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:158:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:158:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:158:42: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:158:47: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:158:52: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:159:17: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/twosample.pyx:159:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building extension "nipy.labs.group.glm_twolevel" sources
> INFO: cythonc:> build/src.linux-x86_64-3.11/nipy/labs/group/glm_twolevel.c
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/labs/group/glm_twolevel.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/labs/group/glm_twolevel.pyx:64:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:64:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:64:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:64:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:65:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:65:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:134:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:134:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:134:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:134:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:134:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/group/glm_twolevel.pyx:134:43: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building extension "nipy.labs.utils.routines" sources
> INFO: cythonc:> build/src.linux-x86_64-3.11/nipy/labs/utils/routines.c
> creating build/src.linux-x86_64-3.11/nipy/labs/utils
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/nipy/labs/utils/routines.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> warning: nipy/labs/utils/routines.pyx:56:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:56:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:101:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:101:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:101:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:101:37: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:101:46: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:166:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:166:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:166:36: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:166:49: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:166:53: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:169:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:169:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:169:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:238:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:238:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:258:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> warning: nipy/labs/utils/routines.pyx:258:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
> INFO: building data_files sources
> INFO: build_src: building npy-pkg config files
> /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
>   warnings.warn(
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy
> copying nipy/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy
> copying nipy/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy
> copying nipy/pkg_info.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy
> copying nipy/info.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy
> copying build/src.linux-x86_64-3.11/nipy/__config__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms
> copying nipy/algorithms/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms
> copying nipy/algorithms/resample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms
> copying nipy/algorithms/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms
> copying nipy/algorithms/kernel_smooth.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms
> copying nipy/algorithms/optimize.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms
> copying nipy/algorithms/interpolation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms
> copying nipy/algorithms/fwhm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/tests
> copying nipy/algorithms/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/tests
> copying nipy/algorithms/tests/test_resample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/tests
> copying nipy/algorithms/tests/test_kernel_smooth.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/tests
> copying nipy/algorithms/tests/test_interpolator.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/resample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/polyaffine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/histogram_registration.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/optimizer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/chain_transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/scripting.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/type_check.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/groupwise_registration.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/similarity_measures.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration
> copying nipy/algorithms/registration/affine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_resample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_scripting.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_histogram_registration.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_chain_transforms.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_slice_timing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_cubic_spline.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_fmri_realign4d.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_affine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_polyaffine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration/tests
> copying nipy/algorithms/registration/tests/test_register.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/slicetiming
> copying nipy/algorithms/slicetiming/timefuncs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/slicetiming
> copying nipy/algorithms/slicetiming/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/slicetiming
> copying nipy/algorithms/slicetiming/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/slicetiming
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/slicetiming/tests
> copying nipy/algorithms/slicetiming/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/slicetiming/tests
> copying nipy/algorithms/slicetiming/tests/test_timefuncs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/slicetiming/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/segmentation
> copying nipy/algorithms/segmentation/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/segmentation
> copying nipy/algorithms/segmentation/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/segmentation
> copying nipy/algorithms/segmentation/segmentation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/segmentation
> copying nipy/algorithms/segmentation/brain_segmentation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/segmentation
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/segmentation/tests
> copying nipy/algorithms/segmentation/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/segmentation/tests
> copying nipy/algorithms/segmentation/tests/test_segmentation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/segmentation/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/empirical_pvalue.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/onesample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/mixed_effects_stat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/api.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/bayesian_mixed_effects.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/rft.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics
> copying nipy/algorithms/statistics/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/regression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/nlsmodel.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/glm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/setupscons.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/model.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/info.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models
> copying nipy/algorithms/statistics/models/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models/family
> copying nipy/algorithms/statistics/models/family/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models/family
> copying nipy/algorithms/statistics/models/family/links.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models/family
> copying nipy/algorithms/statistics/models/family/family.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models/family
> copying nipy/algorithms/statistics/models/family/varfuncs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models/family
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/test_anova.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/test_estimable.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/test_model.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/test_ar.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/exampledata.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/test_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/test_glm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/test_regression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models/tests
> copying nipy/algorithms/statistics/models/tests/test_olsR.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/models/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/formula
> copying nipy/algorithms/statistics/formula/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/formula
> copying nipy/algorithms/statistics/formula/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/formula
> copying nipy/algorithms/statistics/formula/formulae.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/formula
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/formula/tests
> copying nipy/algorithms/statistics/formula/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/formula/tests
> copying nipy/algorithms/statistics/formula/tests/test_formula.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/formula/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/bench
> copying nipy/algorithms/statistics/bench/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/bench
> copying nipy/algorithms/statistics/bench/bench_intvol.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/bench
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/test_intrinsic_volumes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/test_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/test_quantile.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/test_mixed_effects.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/test_empirical_pvalue.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/test_onesample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/test_rft.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/tests
> copying nipy/algorithms/statistics/tests/test_histogram.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/diagnostics
> copying nipy/algorithms/diagnostics/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/diagnostics
> copying nipy/algorithms/diagnostics/screens.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/diagnostics
> copying nipy/algorithms/diagnostics/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/diagnostics
> copying nipy/algorithms/diagnostics/commands.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/diagnostics
> copying nipy/algorithms/diagnostics/timediff.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/diagnostics
> copying nipy/algorithms/diagnostics/tsdiffplot.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/diagnostics
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/diagnostics/tests
> copying nipy/algorithms/diagnostics/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/diagnostics/tests
> copying nipy/algorithms/diagnostics/tests/test_time_difference.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/diagnostics/tests
> copying nipy/algorithms/diagnostics/tests/test_screen.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/diagnostics/tests
> copying nipy/algorithms/diagnostics/tests/test_commands.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/diagnostics/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/imm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/ggmixture.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/von_mises_fisher_mixture.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/gmm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/bgmm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/hierarchical_clustering.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering
> copying nipy/algorithms/clustering/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering/tests
> copying nipy/algorithms/clustering/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering/tests
> copying nipy/algorithms/clustering/tests/test_vmm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering/tests
> copying nipy/algorithms/clustering/tests/test_imm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering/tests
> copying nipy/algorithms/clustering/tests/test_gmm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering/tests
> copying nipy/algorithms/clustering/tests/test_clustering.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering/tests
> copying nipy/algorithms/clustering/tests/test_hierarchical_clustering.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering/tests
> copying nipy/algorithms/clustering/tests/test_ggm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering/tests
> copying nipy/algorithms/clustering/tests/test_bgmm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/clustering/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/utils
> copying nipy/algorithms/utils/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/utils
> copying nipy/algorithms/utils/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/utils
> copying nipy/algorithms/utils/pca.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/utils
> copying nipy/algorithms/utils/fast_distance.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/utils
> copying nipy/algorithms/utils/matrices.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/utils
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/utils/tests
> copying nipy/algorithms/utils/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/utils/tests
> copying nipy/algorithms/utils/tests/test_matrices.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/utils/tests
> copying nipy/algorithms/utils/tests/test_pca.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/utils/tests
> copying nipy/algorithms/utils/tests/test_fast_distance.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/utils/tests
> copying nipy/algorithms/utils/tests/test_pca_image.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/utils/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/graph
> copying nipy/algorithms/graph/graph.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/graph
> copying nipy/algorithms/graph/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/graph
> copying nipy/algorithms/graph/forest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/graph
> copying nipy/algorithms/graph/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/graph
> copying nipy/algorithms/graph/bipartite_graph.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/graph
> copying nipy/algorithms/graph/field.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/graph
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/graph/tests
> copying nipy/algorithms/graph/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/graph/tests
> copying nipy/algorithms/graph/tests/test_bipartite_graph.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/graph/tests
> copying nipy/algorithms/graph/tests/test_field.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/graph/tests
> copying nipy/algorithms/graph/tests/test_forest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/graph/tests
> copying nipy/algorithms/graph/tests/test_graph.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/graph/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/group
> copying nipy/algorithms/group/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/group
> copying nipy/algorithms/group/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/group
> copying nipy/algorithms/group/parcel_analysis.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/group
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/group/tests
> copying nipy/algorithms/group/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/group/tests
> copying nipy/algorithms/group/tests/test_parcel_analysis.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/group/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/interfaces
> copying nipy/interfaces/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/interfaces
> copying nipy/interfaces/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/interfaces
> copying nipy/interfaces/matlab.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/interfaces
> copying nipy/interfaces/spm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/interfaces
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/interfaces/tests
> copying nipy/interfaces/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/interfaces/tests
> copying nipy/interfaces/tests/test_mlabtemp.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/interfaces/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core
> copying nipy/core/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core
> copying nipy/core/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core
> copying nipy/core/api.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/image
> copying nipy/core/image/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/image
> copying nipy/core/image/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/image
> copying nipy/core/image/image_spaces.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/image
> copying nipy/core/image/image_list.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/image
> copying nipy/core/image/roi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/image
> copying nipy/core/image/image.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/image
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/image/tests
> copying nipy/core/image/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/image/tests
> copying nipy/core/image/tests/test_image_list.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/image/tests
> copying nipy/core/image/tests/test_rollimg.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/image/tests
> copying nipy/core/image/tests/test_image_spaces.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/image/tests
> copying nipy/core/image/tests/test_image.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/image/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/utils
> copying nipy/core/utils/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/utils
> copying nipy/core/utils/generators.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/utils
> copying nipy/core/utils/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/utils
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/utils/tests
> copying nipy/core/utils/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/utils/tests
> copying nipy/core/utils/tests/test_generators.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/utils/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference
> copying nipy/core/reference/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference
> copying nipy/core/reference/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference
> copying nipy/core/reference/array_coords.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference
> copying nipy/core/reference/coordinate_map.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference
> copying nipy/core/reference/coordinate_system.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference
> copying nipy/core/reference/slices.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference
> copying nipy/core/reference/spaces.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/test_array_coords.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/test_matrix_groups.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/test_coordinate_map.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/test_spaces.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/matrix_groups.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/test_slices.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/test_parametrized_surface.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference/tests
> copying nipy/core/reference/tests/test_coordinate_system.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/fixes
> copying nipy/fixes/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/fixes
> copying nipy/fixes/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/fixes
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/fixes/numpy
> copying nipy/fixes/numpy/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/fixes/numpy
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/fixes/numpy/testing
> copying nipy/fixes/numpy/testing/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/fixes/numpy/testing
> copying nipy/fixes/numpy/testing/nosetester.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/fixes/numpy/testing
> copying nipy/fixes/numpy/testing/noseclasses.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/fixes/numpy/testing
> copying nipy/fixes/numpy/testing/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/fixes/numpy/testing
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/fixes/nibabel
> copying nipy/fixes/nibabel/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/fixes/nibabel
> copying nipy/fixes/nibabel/orientations.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/fixes/nibabel
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/fixes/scipy
> copying nipy/fixes/scipy/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/fixes/scipy
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/fixes/scipy/ndimage
> copying nipy/fixes/scipy/ndimage/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/fixes/scipy/ndimage
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/io
> copying nipy/io/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/io
> copying nipy/io/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/io
> copying nipy/io/api.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/io
> copying nipy/io/nibcompat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/io
> copying nipy/io/nifti_ref.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/io
> copying nipy/io/files.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/io
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/io/tests
> copying nipy/io/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/io/tests
> copying nipy/io/tests/test_image_io.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/io/tests
> copying nipy/io/tests/test_save.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/io/tests
> copying nipy/io/tests/test_nifti_ref.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/io/tests
> copying nipy/io/tests/test_nibcompat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/io/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/io/imageformats
> copying nipy/io/imageformats/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/io/imageformats
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities
> copying nipy/modalities/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities
> copying nipy/modalities/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/fmri.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/design.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/hemodynamic_models.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/api.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/glm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/hrf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/realfuncs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/design_matrix.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/experimental_paradigm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri
> copying nipy/modalities/fmri/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_paradigm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_realfuncs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_dmtx.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_design.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_hemodynamic_models.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_glm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_aliases.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_hrf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_fmri.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/test_iterators.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/fmristat
> copying nipy/modalities/fmri/fmristat/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/fmristat
> copying nipy/modalities/fmri/fmristat/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/fmristat
> copying nipy/modalities/fmri/fmristat/api.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/fmristat
> copying nipy/modalities/fmri/fmristat/outputters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/fmristat
> copying nipy/modalities/fmri/fmristat/model.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/fmristat
> copying nipy/modalities/fmri/fmristat/hrf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/fmristat
> copying nipy/modalities/fmri/fmristat/invert.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/fmristat
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/fmristat/tests
> copying nipy/modalities/fmri/fmristat/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/fmristat/tests
> copying nipy/modalities/fmri/fmristat/tests/test_iterables.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/fmristat/tests
> copying nipy/modalities/fmri/fmristat/tests/test_FIAC.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/fmristat/tests
> copying nipy/modalities/fmri/fmristat/tests/FIACdesigns.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/fmristat/tests
> copying nipy/modalities/fmri/fmristat/tests/test_model.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/fmristat/tests
> copying nipy/modalities/fmri/fmristat/tests/test_hrf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/fmristat/tests
> copying nipy/modalities/fmri/fmristat/tests/test_outputters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/fmristat/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/spm
> copying nipy/modalities/fmri/spm/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/spm
> copying nipy/modalities/fmri/spm/trace.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/spm
> copying nipy/modalities/fmri/spm/model.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/spm
> copying nipy/modalities/fmri/spm/correlation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/spm
> copying nipy/modalities/fmri/spm/reml.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/modalities/fmri/spm
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/utils
> copying nipy/utils/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/utils
> copying nipy/utils/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/utils
> copying nipy/utils/arrays.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/utils
> copying nipy/utils/compat3.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/utils
> copying nipy/utils/skip_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/utils
> copying nipy/utils/perlpie.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/utils
> copying nipy/utils/utilities.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/utils
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/utils/tests
> copying nipy/utils/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/utils/tests
> copying nipy/utils/tests/test_skip_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/utils/tests
> copying nipy/utils/tests/test_compat3.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/utils/tests
> copying nipy/utils/tests/test_arrays.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/utils/tests
> copying nipy/utils/tests/test_utilities.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/utils/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/tests
> copying nipy/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/tests
> copying nipy/tests/scriptrunner.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/tests
> copying nipy/tests/test_scripts.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals
> copying nipy/externals/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals
> copying nipy/externals/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals
> copying nipy/externals/six.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals
> copying nipy/externals/configobj.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals
> copying nipy/externals/argparse.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals
> copying nipy/externals/validate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals/transforms3d
> copying nipy/externals/transforms3d/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals/transforms3d
> copying nipy/externals/transforms3d/quaternions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals/transforms3d
> copying nipy/externals/transforms3d/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals/transforms3d
> copying nipy/externals/transforms3d/taitbryan.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals/transforms3d
> copying nipy/externals/transforms3d/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals/transforms3d
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals/transforms3d/tests
> copying nipy/externals/transforms3d/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals/transforms3d/tests
> copying nipy/externals/transforms3d/tests/test_taitbryan.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals/transforms3d/tests
> copying nipy/externals/transforms3d/tests/samples.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals/transforms3d/tests
> copying nipy/externals/transforms3d/tests/test_quaternions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/externals/transforms3d/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/cli
> copying nipy/cli/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/cli
> copying nipy/cli/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/cli
> copying nipy/cli/realign4d.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/cli
> copying nipy/cli/img3dto4d.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/cli
> copying nipy/cli/img4dto3d.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/cli
> copying nipy/cli/tsdiffana.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/cli
> copying nipy/cli/diagnose.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/cli
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/testing
> copying nipy/testing/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/testing
> copying nipy/testing/doctester.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/testing
> copying nipy/testing/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/testing
> copying nipy/testing/decorators.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/testing
> copying nipy/testing/nosetester.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/testing
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/testing/tests
> copying nipy/testing/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/testing/tests
> copying nipy/testing/tests/test_doctesting.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/testing/tests
> copying nipy/testing/tests/test_doctester.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/testing/tests
> copying nipy/testing/tests/test_images.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/testing/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs
> copying nipy/labs/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs
> copying nipy/labs/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs
> copying nipy/labs/mask.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs
> copying nipy/labs/viz3d.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs
> copying nipy/labs/viz.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs
> copying nipy/labs/statistical_mapping.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs
> copying build/src.linux-x86_64-3.11/nipy/labs/__config__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/bindings
> copying nipy/labs/bindings/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/bindings
> copying nipy/labs/bindings/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/bindings
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/bindings/tests
> copying nipy/labs/bindings/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/bindings/tests
> copying nipy/labs/bindings/tests/test_numpy.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/bindings/tests
> copying nipy/labs/bindings/tests/test_linalg.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/bindings/tests
> copying nipy/labs/bindings/tests/test_blas1.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/bindings/tests
> copying nipy/labs/bindings/tests/test_blas3.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/bindings/tests
> copying nipy/labs/bindings/tests/test_array.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/bindings/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/bindings/benchmarks
> copying nipy/labs/bindings/benchmarks/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/bindings/benchmarks
> copying nipy/labs/bindings/benchmarks/bench_numpy.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/bindings/benchmarks
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/glm
> copying nipy/labs/glm/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/glm
> copying nipy/labs/glm/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/glm
> copying nipy/labs/glm/glm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/glm
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/glm/tests
> copying nipy/labs/glm/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/glm/tests
> copying nipy/labs/glm/tests/test_glm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/glm/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/glm/benchmarks
> copying nipy/labs/glm/benchmarks/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/glm/benchmarks
> copying nipy/labs/glm/benchmarks/bench_glm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/glm/benchmarks
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/group
> copying nipy/labs/group/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/group
> copying nipy/labs/group/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/group
> copying nipy/labs/group/permutation_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/group
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/group/tests
> copying nipy/labs/group/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/group/tests
> copying nipy/labs/group/tests/test_onesample_stat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/group/tests
> copying nipy/labs/group/tests/test_permutation_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/group/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/mroi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/discrete_domain.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/parcel_io.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/parcellation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/bayesian_structural_analysis.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/hierarchical_parcellation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/bsa_io.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/hroi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models
> copying nipy/labs/spatial_models/structural_bfls.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models/tests
> copying nipy/labs/spatial_models/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models/tests
> copying nipy/labs/spatial_models/tests/test_parcel.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models/tests
> copying nipy/labs/spatial_models/tests/test_bsa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models/tests
> copying nipy/labs/spatial_models/tests/test_discrete_domain.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models/tests
> copying nipy/labs/spatial_models/tests/test_mroi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models/tests
> copying nipy/labs/spatial_models/tests/test_bsa_io.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models/tests
> copying nipy/labs/spatial_models/tests/test_hroi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models/tests
> copying nipy/labs/spatial_models/tests/test_parcel_io.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/spatial_models/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/utils
> copying nipy/labs/utils/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/utils
> copying nipy/labs/utils/zscore.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/utils
> copying nipy/labs/utils/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/utils
> copying nipy/labs/utils/mask.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/utils
> copying nipy/labs/utils/simul_multisubject_fmri_dataset.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/utils
> copying nipy/labs/utils/reproducibility_measures.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/utils
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/utils/tests
> copying nipy/labs/utils/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/utils/tests
> copying nipy/labs/utils/tests/test_repro.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/utils/tests
> copying nipy/labs/utils/tests/test_simul_multisubject_fmri_dataset.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/utils/tests
> copying nipy/labs/utils/tests/test_misc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/utils/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/cm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/coord_tools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/slicers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/edge_detect.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/anat_cache.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/maps_3d.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/viz_tools
> copying nipy/labs/viz_tools/activation_maps.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/viz_tools
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/viz_tools/test
> copying nipy/labs/viz_tools/test/test_slicers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/viz_tools/test
> copying nipy/labs/viz_tools/test/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/viz_tools/test
> copying nipy/labs/viz_tools/test/test_coord_tools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/viz_tools/test
> copying nipy/labs/viz_tools/test/test_cm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/viz_tools/test
> copying nipy/labs/viz_tools/test/test_edge_detect.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/viz_tools/test
> copying nipy/labs/viz_tools/test/test_activation_maps.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/viz_tools/test
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets
> copying nipy/labs/datasets/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets
> copying nipy/labs/datasets/converters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets
> copying nipy/labs/datasets/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/volumes
> copying nipy/labs/datasets/volumes/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/volumes
> copying nipy/labs/datasets/volumes/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/volumes
> copying nipy/labs/datasets/volumes/volume_field.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/volumes
> copying nipy/labs/datasets/volumes/volume_img.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/volumes
> copying nipy/labs/datasets/volumes/volume_grid.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/volumes
> copying nipy/labs/datasets/volumes/volume_data.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/volumes
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/volumes/tests
> copying nipy/labs/datasets/volumes/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/volumes/tests
> copying nipy/labs/datasets/volumes/tests/test_volume_img.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/volumes/tests
> copying nipy/labs/datasets/volumes/tests/test_volume_grid.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/volumes/tests
> copying nipy/labs/datasets/volumes/tests/test_volume_field.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/volumes/tests
> copying nipy/labs/datasets/volumes/tests/test_volume_data.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/volumes/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/transforms
> copying nipy/labs/datasets/transforms/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/transforms
> copying nipy/labs/datasets/transforms/affine_transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/transforms
> copying nipy/labs/datasets/transforms/transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/transforms
> copying nipy/labs/datasets/transforms/affine_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/transforms
> copying nipy/labs/datasets/transforms/setup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/transforms
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/transforms/tests
> copying nipy/labs/datasets/transforms/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/transforms/tests
> copying nipy/labs/datasets/transforms/tests/test_affine_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/transforms/tests
> copying nipy/labs/datasets/transforms/tests/test_affine_transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/transforms/tests
> copying nipy/labs/datasets/transforms/tests/test_transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/transforms/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/tests
> copying nipy/labs/datasets/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/tests
> copying nipy/labs/datasets/tests/test_converters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/datasets/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/tests
> copying nipy/labs/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/tests
> copying nipy/labs/tests/test_mask.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/tests
> copying nipy/labs/tests/test_statistical_mapping.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/tests
> running build_clib
> INFO: customize UnixCCompiler
> INFO: customize UnixCCompiler using build_clib
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-march=native)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating /tmp/tmpsl4jm6da/usr
> creating /tmp/tmpsl4jm6da/usr/lib
> creating /tmp/tmpsl4jm6da/usr/lib/python3
> creating /tmp/tmpsl4jm6da/usr/lib/python3/dist-packages
> creating /tmp/tmpsl4jm6da/usr/lib/python3/dist-packages/numpy
> creating /tmp/tmpsl4jm6da/usr/lib/python3/dist-packages/numpy/distutils
> creating /tmp/tmpsl4jm6da/usr/lib/python3/dist-packages/numpy/distutils/checks
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-march=native'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-O3)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-O3'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-Werror)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-Werror'
> INFO: CCompilerOpt.__init__[1782] : check requested baseline
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse2'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE' with flags (-msse -msse2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE2' with flags (-msse -msse2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -Werror'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse3)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse3'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE3' with flags (-msse -msse2 -msse3)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -Werror'
> INFO: CCompilerOpt.__init__[1791] : check requested dispatch-able features
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mssse3)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-mssse3'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse4.1)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse4.1'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mpopcnt)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-mpopcnt'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse4.2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse4.2'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-mavx'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mf16c)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-mf16c'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-mavx2'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mfma)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-mfma'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512f -mno-mmx)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-mavx512f -mno-mmx'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512cd)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-mavx512cd'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vl -mavx512bw -mavx512dq)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-mavx512vl -mavx512bw -mavx512dq'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_SKX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -Werror'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512ifma -mavx512vbmi)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-mavx512ifma -mavx512vbmi'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_CNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi -Werror'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vnni)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-mavx512vnni'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_CLX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -Werror'
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512er -mavx512pf)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-mavx512er -mavx512pf'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_KNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -Werror'
> WARN: CCompilerOpt.dist_test[630] : CCompilerOpt._dist_test_spawn[764] : Command (x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c /usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.c -o /tmp/tmpsl4jm6da/usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.o -MMD -MF /tmp/tmpsl4jm6da/usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.o.d -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -Werror) failed with exit status 1 output -> 
> In file included from /usr/lib/gcc/x86_64-linux-gnu/12/include/immintrin.h:51,
>                  from /usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.c:14:
> In function ‘_mm512_exp2a23_round_pd’,
>     inlined from ‘main’ at /usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.c:21:17:
> /usr/lib/gcc/x86_64-linux-gnu/12/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-linux-gnu/12/include/avx512erintrin.h: In function ‘main’:
> /usr/lib/gcc/x86_64-linux-gnu/12/include/avx512erintrin.h:54:11: note: ‘__W’ was declared here
>    54 |   __m512d __W;
>       |           ^~~
> In file included from /usr/lib/gcc/x86_64-linux-gnu/12/include/immintrin.h:53:
> In function ‘_mm512_mask_prefetch_i64scatter_pd’,
>     inlined from ‘main’ at /usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.c:23:5:
> /usr/lib/gcc/x86_64-linux-gnu/12/include/avx512pfintrin.h:180:3: error: ‘base’ may be used uninitialized [-Werror=maybe-uninitialized]
>   180 |   __builtin_ia32_scatterpfqpd (__mask, (__v8di) __index, __addr, __scale,
>       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>   181 |                                __hint);
>       |                                ~~~~~~~
> <built-in>: In function ‘main’:
> <built-in>: note: by argument 3 of type ‘const void *’ to ‘__builtin_ia32_scatterpfqpd’ declared here
> /usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.c:18:9: note: ‘base’ declared here
>    18 |     int base[128];
>       |         ^~~~
> cc1: all warnings being treated as errors
> 
> WARN: CCompilerOpt.feature_test[1563] : testing failed
> INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq'
> INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_ICL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq -Werror'
> INFO: CCompilerOpt.__init__[1803] : skip features (SSE2 SSE3 SSE) since its part of baseline
> INFO: CCompilerOpt.__init__[1807] : initialize targets groups
> INFO: CCompilerOpt.__init__[1809] : parse target group simd_test
> INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (FMA4 XOP NEON VX VXE2 VSX4 ASIMD VXE VSX3 VSX2 VSX) not part of baseline or dispatch-able features
> INFO: CCompilerOpt._parse_policy_not_keepbase[2132] : skip baseline features (SSE2)
> INFO: CCompilerOpt.generate_dispatch_header[2353] : generate CPU dispatch header: (build/src.linux-x86_64-3.11/numpy/distutils/include/npy_cpu_dispatch_config.h)
> WARN: CCompilerOpt.generate_dispatch_header[2362] : dispatch header dir build/src.linux-x86_64-3.11/numpy/distutils/include does not exist, creating it
> INFO: CCompilerOpt.feature_extra_checks[1627] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -Werror'
> INFO: CCompilerOpt.feature_extra_checks[1627] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
> INFO: building 'cstat' library
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-311
> creating build/temp.linux-x86_64-cpython-311/build
> creating build/temp.linux-x86_64-cpython-311/<<BUILDDIR>>
> creating build/temp.linux-x86_64-cpython-311/<<PKGBUILDDIR>>
> creating build/temp.linux-x86_64-cpython-311/<<PKGBUILDDIR>>/lib
> creating build/temp.linux-x86_64-cpython-311/<<PKGBUILDDIR>>/lib/fff
> creating build/temp.linux-x86_64-cpython-311/<<PKGBUILDDIR>>/lib/fff_python_wrapper
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_array.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_base.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_blas.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_gen_stats.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_glm_kalman.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_glm_twolevel.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_matrix.c
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c: In function ‘fff_blas_ddot’:
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c:97:10: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
>    97 |   if ( n != y->size )
>       |          ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c: In function ‘fff_blas_dswap’:
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c:142:10: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
>   142 |   if ( n != y->size )
>       |          ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c: In function ‘fff_blas_dcopy’:
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c:155:10: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
>   155 |   if ( n != y->size )
>       |          ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c: In function ‘fff_blas_daxpy’:
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c:168:10: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
>   168 |   if ( n != y->size )
>       |          ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c: In function ‘fff_blas_drot’:
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c:202:10: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
>   202 |   if ( n != y->size )
>       |          ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c: In function ‘fff_blas_drotm’:
> /<<PKGBUILDDIR>>/lib/fff/fff_blas.c:224:10: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
>   224 |   if ( n != y->size )
>       |          ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c: In function ‘fff_lapack_dgetrf’:
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c:59:20: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>    59 |        (ipiv->dimX != FFF_MIN(m,n)) ||
>       |                    ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c: In function ‘fff_lapack_dgeqrf’:
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c:82:19: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>    82 |   if ( (tau->size != FFF_MIN(m,n)) ||
>       |                   ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c: In function ‘fff_lapack_dgesdd’:
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c:136:17: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>   136 |   if ( U->size1 != m)
>       |                 ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c:138:18: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>   138 |   if ( Vt->size1 != n)
>       |                  ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c:140:19: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>   140 |   if ( Aux->size1 != dmax)
>       |                   ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c:142:17: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>   142 |   if ( (s->size != dmin) ||
>       |                 ^~
> /<<PKGBUILDDIR>>/lib/fff/fff_lapack.c:147:21: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>   147 |        (iwork->dimX != 8*dmin) ||
>       |                     ^~
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_onesample_stat.c
> /<<PKGBUILDDIR>>/lib/fff/fff_matrix.c: In function ‘fff_matrix_transpose’:
> /<<PKGBUILDDIR>>/lib/fff/fff_matrix.c:264:20: warning: variable ‘rB’ set but not used [-Wunused-but-set-variable]
>   264 |   size_t i, j, rA, rB;
>       |                    ^~
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_routines.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_specfun.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_twosample_stat.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_vector.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.h:2,
>                  from /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c:1:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c: In function ‘fffpy_import_array’:
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c:17:3: warning: returning ‘void *’ from a function with return type ‘IMP_OUT’ {aka ‘int’} makes integer from pointer without a cast [-Wint-conversion]
>    17 |   import_array();
>       |   ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c: In function ‘_fff_vector_new_from_buffer’:
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c:68:40: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
>    68 |   if ((type == NPY_DOUBLE) && (itemsize==sizeof_double)) {
>       |                                        ^~
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c: In function ‘fffpy_multi_iterator_delete’:
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c:591:13: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
>   591 |   for(i=0; i<thisone->narr; i++)
>       |             ^
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c: In function ‘fffpy_multi_iterator_update’:
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c:603:13: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
>   603 |   for(i=0; i<thisone->narr; i++)
>       |             ^
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c: In function ‘fffpy_multi_iterator_reset’:
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c:614:13: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
>   614 |   for(i=0; i<thisone->narr; i++)
>       |             ^
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c: In function ‘fffpy_import_array’:
> /<<PKGBUILDDIR>>/lib/fff_python_wrapper/fffpy.c:18:1: warning: control reaches end of non-void function [-Wreturn-type]
>    18 | }
>       | ^
> INFO: x86_64-linux-gnu-gcc-ar: adding 14 object files to build/temp.linux-x86_64-cpython-311/libcstat.a
> running build_ext
> INFO: customize UnixCCompiler
> INFO: customize UnixCCompiler using MyBuildExt
> INFO: CCompilerOpt.__init__[834] : hit the memory cache
> INFO: CCompilerOpt.generate_dispatch_header[2353] : generate CPU dispatch header: (build/src.linux-x86_64-3.11/numpy/distutils/include/npy_cpu_dispatch_config.h)
> INFO: updating extension 'nipy.labs.bindings.linalg' libraries from ['cstat'] to ['cstat', 'openblas', 'openblas']
> INFO: updating extension 'nipy.labs.bindings.array' libraries from ['cstat'] to ['cstat', 'openblas', 'openblas']
> INFO: updating extension 'nipy.labs.bindings.wrapper' libraries from ['cstat'] to ['cstat', 'openblas', 'openblas']
> INFO: updating extension 'nipy.labs.glm.kalman' libraries from ['cstat'] to ['cstat', 'openblas', 'openblas']
> INFO: updating extension 'nipy.labs.group.onesample' libraries from ['cstat'] to ['cstat', 'openblas', 'openblas']
> INFO: updating extension 'nipy.labs.group.twosample' libraries from ['cstat'] to ['cstat', 'openblas', 'openblas']
> INFO: updating extension 'nipy.labs.group.glm_twolevel' libraries from ['cstat'] to ['cstat', 'openblas', 'openblas']
> INFO: updating extension 'nipy.labs.utils.routines' libraries from ['cstat'] to ['cstat', 'openblas', 'openblas']
> INFO: building 'nipy.algorithms.registration._registration' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11
> creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy
> creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/algorithms
> creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/algorithms/registration
> creating build/temp.linux-x86_64-cpython-311/nipy
> creating build/temp.linux-x86_64-cpython-311/nipy/algorithms
> creating build/temp.linux-x86_64-cpython-311/nipy/algorithms/registration
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.11/nipy/algorithms/registration/_registration.c
> INFO: x86_64-linux-gnu-gcc: nipy/algorithms/registration/joint_histogram.c
> INFO: x86_64-linux-gnu-gcc: nipy/algorithms/registration/wichmann_prng.c
> INFO: x86_64-linux-gnu-gcc: nipy/algorithms/registration/cubic_spline.c
> INFO: x86_64-linux-gnu-gcc: nipy/algorithms/registration/polyaffine.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from nipy/algorithms/registration/cubic_spline.h:35,
>                  from nipy/algorithms/registration/cubic_spline.c:1:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.11/nipy/algorithms/registration/_registration.c:747:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> nipy/algorithms/registration/cubic_spline.c: In function ‘_cubic_spline_transform1d’:
> nipy/algorithms/registration/cubic_spline.c:107:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   107 |   for (k=1; k<dim; k++) {
>       |              ^
> nipy/algorithms/registration/cubic_spline.c:114:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   114 |   for (k=2; k<dim; k++) {
>       |              ^
> nipy/algorithms/registration/cubic_spline.c:131:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   131 |   for (k=1; k<dim; k++) {
>       |              ^
> nipy/algorithms/registration/cubic_spline.c:144:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   144 |   for (k=1; k<dim; k++) {
>       |              ^
> nipy/algorithms/registration/cubic_spline.c: In function ‘cubic_spline_transform’:
> nipy/algorithms/registration/cubic_spline.c:205:19: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
>   205 |   for(axis=0; axis<res->nd; axis++) {
>       |                   ^
> nipy/algorithms/registration/cubic_spline.c:215:19: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
>   215 |   for(axis=0; axis<res->nd; axis++)
>       |                   ^
> nipy/algorithms/registration/cubic_spline.c: In function ‘_mirrored_position’:
> nipy/algorithms/registration/cubic_spline.c:634:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   634 |   else if (x > ddim)
>       |              ^
> nipy/algorithms/registration/cubic_spline.c: In function ‘_mirror_grid_neighbors’:
> nipy/algorithms/registration/cubic_spline.c:690:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   690 |   if ((*px>=3) && (*px<=3*ddim)) {
>       |                       ^~
> nipy/algorithms/registration/cubic_spline.c: In function ‘_neighbors_zero_outside’:
> nipy/algorithms/registration/cubic_spline.c:717:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   717 |       if (*px>dim) { /* ddim<=x<dim, px=dim+1 */
>       |              ^
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from nipy/algorithms/registration/joint_histogram.h:27,
>                  from nipy/algorithms/registration/joint_histogram.c:1:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from nipy/algorithms/registration/polyaffine.h:16,
>                  from nipy/algorithms/registration/polyaffine.c:1:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> nipy/algorithms/registration/joint_histogram.c: In function ‘L1_moments’:
> nipy/algorithms/registration/joint_histogram.c:358:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   358 |   for (i=0; i<size; i++, buf+=offset)
>       |              ^
> nipy/algorithms/registration/joint_histogram.c:398:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   398 |     if (med < size) {
>       |             ^
> nipy/algorithms/registration/joint_histogram.c:400:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
>   400 |       for (i=med; i<size; i ++, buf += offset)
>       |                    ^
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/algorithms/registration/_registration.o build/temp.linux-x86_64-cpython-311/nipy/algorithms/registration/joint_histogram.o build/temp.linux-x86_64-cpython-311/nipy/algorithms/registration/wichmann_prng.o build/temp.linux-x86_64-cpython-311/nipy/algorithms/registration/cubic_spline.o build/temp.linux-x86_64-cpython-311/nipy/algorithms/registration/polyaffine.o -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-311 -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/registration/_registration.cpython-311-x86_64-linux-gnu.so
> INFO: building 'nipy.algorithms.segmentation._segmentation' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/algorithms/segmentation
> creating build/temp.linux-x86_64-cpython-311/nipy/algorithms/segmentation
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.11/nipy/algorithms/segmentation/_segmentation.c
> INFO: x86_64-linux-gnu-gcc: nipy/algorithms/segmentation/mrf.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from nipy/algorithms/segmentation/mrf.h:16,
>                  from nipy/algorithms/segmentation/mrf.c:1:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.11/nipy/algorithms/segmentation/_segmentation.c:747:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/algorithms/segmentation/_segmentation.o build/temp.linux-x86_64-cpython-311/nipy/algorithms/segmentation/mrf.o -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-311 -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/segmentation/_segmentation.cpython-311-x86_64-linux-gnu.so
> INFO: building 'nipy.algorithms.statistics.intvol' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/algorithms/statistics
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.11/nipy/algorithms/statistics/intvol.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.11/nipy/algorithms/statistics/intvol.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/algorithms/statistics/intvol.o -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-311 -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/intvol.cpython-311-x86_64-linux-gnu.so
> INFO: building 'nipy.algorithms.statistics.histogram' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.11/nipy/algorithms/statistics/histogram.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.11/nipy/algorithms/statistics/histogram.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/algorithms/statistics/histogram.o -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-311 -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/histogram.cpython-311-x86_64-linux-gnu.so
> INFO: building 'nipy.algorithms.statistics._quantile' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-311/nipy/algorithms/statistics
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.11/nipy/algorithms/statistics/_quantile.c
> INFO: x86_64-linux-gnu-gcc: nipy/algorithms/statistics/quantile.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from nipy/algorithms/statistics/quantile.h:9,
>                  from nipy/algorithms/statistics/quantile.c:1:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.11/nipy/algorithms/statistics/_quantile.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:21:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/__multiarray_api.h:1477:1: warning: ‘_import_array’ defined but not used [-Wunused-function]
>  1477 | _import_array(void)
>       | ^~~~~~~~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/algorithms/statistics/_quantile.o build/temp.linux-x86_64-cpython-311/nipy/algorithms/statistics/quantile.o -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-311 -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/statistics/_quantile.cpython-311-x86_64-linux-gnu.so
> INFO: building 'nipy.algorithms.graph._graph' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-311/nipy/algorithms/graph
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: nipy/algorithms/graph/_graph.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from nipy/algorithms/graph/_graph.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/nipy/algorithms/graph/_graph.o -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-311 -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/algorithms/graph/_graph.cpython-311-x86_64-linux-gnu.so
> INFO: building 'nipy.labs.bindings.linalg' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/labs
> creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/labs/bindings
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.11/nipy/labs/bindings/linalg.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.11/nipy/labs/bindings/linalg.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/labs/bindings/linalg.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-311 -lcstat -lopenblas -lopenblas -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/bindings/linalg.cpython-311-x86_64-linux-gnu.so
> INFO: building 'nipy.labs.bindings.array' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.11/nipy/labs/bindings/array.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.11/nipy/labs/bindings/array.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/labs/bindings/array.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-311 -lcstat -lopenblas -lopenblas -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/bindings/array.cpython-311-x86_64-linux-gnu.so
> INFO: building 'nipy.labs.bindings.wrapper' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.11/nipy/labs/bindings/wrapper.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.11/nipy/labs/bindings/wrapper.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> build/src.linux-x86_64-3.11/nipy/labs/bindings/wrapper.c: In function ‘__pyx_pf_4nipy_4labs_8bindings_7wrapper_12pass_vector_via_iterator’:
> build/src.linux-x86_64-3.11/nipy/labs/bindings/wrapper.c:3067:40: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>  3067 |     __pyx_t_4 = ((__pyx_v_multi->index < __pyx_v_niters) != 0);
>       |                                        ^
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/labs/bindings/wrapper.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-311 -lcstat -lopenblas -lopenblas -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/bindings/wrapper.cpython-311-x86_64-linux-gnu.so
> INFO: building 'nipy.labs.glm.kalman' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/labs/glm
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.11/nipy/labs/glm/kalman.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.11/nipy/labs/glm/kalman.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/labs/glm/kalman.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-311 -lcstat -lopenblas -lopenblas -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/glm/kalman.cpython-311-x86_64-linux-gnu.so
> INFO: building 'nipy.labs.group.onesample' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/labs/group
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.11/nipy/labs/group/onesample.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.11/nipy/labs/group/onesample.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/labs/group/onesample.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-311 -lcstat -lopenblas -lopenblas -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/group/onesample.cpython-311-x86_64-linux-gnu.so
> INFO: building 'nipy.labs.group.twosample' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.11/nipy/labs/group/twosample.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.11/nipy/labs/group/twosample.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/labs/group/twosample.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-311 -lcstat -lopenblas -lopenblas -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/group/twosample.cpython-311-x86_64-linux-gnu.so
> INFO: building 'nipy.labs.group.glm_twolevel' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.11/nipy/labs/group/glm_twolevel.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.11/nipy/labs/group/glm_twolevel.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/labs/group/glm_twolevel.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-311 -lcstat -lopenblas -lopenblas -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/group/glm_twolevel.cpython-311-x86_64-linux-gnu.so
> INFO: building 'nipy.labs.utils.routines' extension
> INFO: compiling C sources
> INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> 
> creating build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/labs/utils
> INFO: compile options: '-I/usr/lib/python3/dist-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -Inipy/algorithms/registration -Inipy/algorithms/slicetiming -Inipy/algorithms/segmentation -Inipy/algorithms/statistics -I/<<PKGBUILDDIR>>/lib/fff -I/<<PKGBUILDDIR>>/lib/fff_python_wrapper -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c'
> extra options: '-msse -msse2 -msse3'
> INFO: x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.11/nipy/labs/utils/routines.c
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from build/src.linux-x86_64-3.11/nipy/labs/utils/routines.c:746:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/build/src.linux-x86_64-3.11/nipy/labs/utils/routines.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Lbuild/temp.linux-x86_64-cpython-311 -lcstat -lopenblas -lopenblas -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/labs/utils/routines.cpython-311-x86_64-linux-gnu.so
> ________________________________________________________________________________
> Could not find datasource "nipy/templates" in data path "/usr/share/nipy:/usr/local/share/nipy:/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/.nipy"; Is it possible you have not installed a data package?
> 
> You may need the package "nipy-templates"
> 
> You can download and install the package from:
> 
> http://nipy.org/data-packages/nipy-templates-0.2.tar.gz
> 
> Check the instructions in the ``doc/users/install_data.rst`` file in the nipy
> source tree, or online at http://nipy.org/nipy/users/install_data.html
> 
> If you have the package, have you set the path to the package correctly?
> ________________________________________________________________________________
> Could not find datasource "nipy/data" in data path "/usr/share/nipy:/usr/local/share/nipy:/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/.nipy"; Is it possible you have not installed a data package?
> 
> You may need the package "nipy-data"
> 
> You can download and install the package from:
> 
> http://nipy.org/data-packages/nipy-data-0.2.tar.gz
> 
> Check the instructions in the ``doc/users/install_data.rst`` file in the nipy
> source tree, or online at http://nipy.org/nipy/users/install_data.html
> 
> If you have the package, have you set the path to the package correctly?
> INFO: 
> ########### EXT COMPILER OPTIMIZATION ###########
> INFO: Platform      : 
>   Architecture: x64
>   Compiler    : gcc
> 
> CPU baseline  : 
>   Requested   : 'min'
>   Enabled     : SSE SSE2 SSE3
>   Flags       : -msse -msse2 -msse3
>   Extra checks: none
> 
> CPU dispatch  : 
>   Requested   : 'max -xop -fma4'
>   Enabled     : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL
>   Generated   : none
> INFO: CCompilerOpt.cache_flush[857] : write cache to path -> /<<PKGBUILDDIR>>/build/temp.linux-x86_64-cpython-311/ccompiler_opt_cache_ext.py
> INFO: 
> ########### CLIB COMPILER OPTIMIZATION ###########
> INFO: Platform      : 
>   Architecture: x64
>   Compiler    : gcc
> 
> CPU baseline  : 
>   Requested   : 'min'
>   Enabled     : SSE SSE2 SSE3
>   Flags       : -msse -msse2 -msse3
>   Extra checks: none
> 
> CPU dispatch  : 
>   Requested   : 'max -xop -fma4'
>   Enabled     : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL
>   Generated   : none
> INFO: CCompilerOpt.cache_flush[857] : write cache to path -> /<<PKGBUILDDIR>>/build/temp.linux-x86_64-cpython-311/ccompiler_opt_cache_clib.py
> : # I: Generate documentation
> PYTHONPATH=`pybuild --print build_dir --interpreter python3.11` \
>   http_proxy='127.0.0.1:9' \
>   PATH=/<<PKGBUILDDIR>>/debian/tmp/usr/bin/:$PATH \
>   HOME=/<<PKGBUILDDIR>>/build \
>   /usr/bin/make -C doc html PYTHON=python3.11
> make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
> python3.11 ../tools/build_modref_templates.py
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/doc/../tools/build_modref_templates.py", line 18, in <module>
>     docwriter = ApiDocWriter(package)
>                 ^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tools/apigen.py", line 73, in __init__
>     self.package_name = package_name
>     ^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tools/apigen.py", line 95, in set_package_name
>     self.root_module = __import__(package_name)
>                        ^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/__init__.py", line 32, in <module>
>     from nipy.io.api import load_image, save_image, as_image
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/io/api.py", line 3, in <module>
>     from .files import load as load_image, save as save_image, as_image
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/io/files.py", line 22, in <module>
>     from ..core.image.image import is_image
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/image/__init__.py", line 13, in <module>
>     from . import image
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/image/image.py", line 26, in <module>
>     from ..reference.coordinate_map import (AffineTransform, CoordinateSystem,
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference/__init__.py", line 44, in <module>
>     from . import coordinate_system
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference/coordinate_system.py", line 24, in <module>
>     class CoordinateSystem(object):
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_nipy/build/nipy/core/reference/coordinate_system.py", line 75, in CoordinateSystem
>     dtype = np.dtype([('x', np.float),
>                             ^^^^^^^^
>   File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 284, in __getattr__
>     raise AttributeError("module {!r} has no attribute "
> AttributeError: module 'numpy' has no attribute 'float'. Did you mean: 'cfloat'?
> make[2]: *** [Makefile:62: api] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/01/13/nipy_0.5.0-5_unstable.log

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

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

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

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



More information about the Debian-med-packaging mailing list