[Debian-med-packaging] Bug#1026484: nipy: FTBFS: avx512erintrin.h:55:20: error: ‘__W’ is used uninitialized [-Werror=uninitialized]

Lucas Nussbaum lucas at debian.org
Tue Dec 20 16:25:13 GMT 2022


Source: nipy
Version: 0.5.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20221220 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
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: 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/tmpcc8hkj5y/tmp
> creating /tmp/tmpcc8hkj5y/tmp/tmpcc8hkj5y
> INFO: compile options: '-c'
> INFO: x86_64-linux-gnu-gcc: /tmp/tmpcc8hkj5y/source.c
> INFO: x86_64-linux-gnu-gcc /tmp/tmpcc8hkj5y/tmp/tmpcc8hkj5y/source.o -L/usr/lib/x86_64-linux-gnu -lopenblas -o /tmp/tmpcc8hkj5y/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:771: 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/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/tmpg9l8qf1v/usr
> creating /tmp/tmpg9l8qf1v/usr/lib
> creating /tmp/tmpg9l8qf1v/usr/lib/python3
> creating /tmp/tmpg9l8qf1v/usr/lib/python3/dist-packages
> creating /tmp/tmpg9l8qf1v/usr/lib/python3/dist-packages/numpy
> creating /tmp/tmpg9l8qf1v/usr/lib/python3/dist-packages/numpy/distutils
> creating /tmp/tmpg9l8qf1v/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.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 '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.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 '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.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.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.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 (-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.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.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.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.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 '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.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.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 (-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.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.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 (-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 (-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/tmpg9l8qf1v/usr/lib/python3/dist-packages/numpy/distutils/checks/cpu_avx512_knl.o -MMD -MF /tmp/tmpg9l8qf1v/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 -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 (SSE2 SSE SSE3) since its part of baseline
> INFO: CCompilerOpt.__init__[1807] : initialize targets groups
> INFO: CCompilerOpt.__init__[1809] : parse target group simd_test
> INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (ASIMD VXE2 VSX FMA4 NEON VX VXE VSX2 VSX3 XOP VSX4) 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_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_glm_twolevel.c
> INFO: x86_64-linux-gnu-gcc: /<<PKGBUILDDIR>>/lib/fff/fff_gen_stats.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_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_onesample_stat.c
> /<<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_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:1948,
>                  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: nipy/algorithms/registration/joint_histogram.c
> 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/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:1948,
>                  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:1948,
>                  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 " \
>       |  ^~~~~~~
> 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)
>       |                    ^
> 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:1948,
>                  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:1948,
>                  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 " \
>       |  ^~~~~~~
> 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:1948,
>                  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:1948,
>                  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 " \
>       |  ^~~~~~~
> 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:1948,
>                  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:1948,
>                  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:1948,
>                  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/ndarraytypes.h:1948,
>                  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/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:1948,
>                  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:256:
> /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/graph/_graph.c: In function ‘__Pyx_ParseOptionalKeywords’:
> nipy/algorithms/graph/_graph.c:3880:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
>  3880 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
>       |                     ^
> In file included from /usr/include/python3.10/unicodeobject.h:1046,
>                  from /usr/include/python3.10/Python.h:83,
>                  from nipy/algorithms/graph/_graph.c:4:
> /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
>   446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
> nipy/algorithms/graph/_graph.c:3880:21: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
>  3880 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
>       |                     ^
> /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
>   580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
>       |                                             ^~~~~~~~~~~~~~~~~~~
> nipy/algorithms/graph/_graph.c:3880:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
>  3880 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
>       |                     ^
> /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
>   446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
> nipy/algorithms/graph/_graph.c:3880:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
>  3880 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
>       |                     ^
> /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
>   446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
> nipy/algorithms/graph/_graph.c:3880:21: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
>  3880 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
>       |                     ^
> /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
>   580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
>       |                                             ^~~~~~~~~~~~~~~~~~~
> nipy/algorithms/graph/_graph.c:3880:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
>  3880 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
>       |                     ^
> /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
>   446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
> nipy/algorithms/graph/_graph.c:3896:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
>  3896 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
>       |                         ^
> /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
>   446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
> nipy/algorithms/graph/_graph.c:3896:25: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
>  3896 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
>       |                         ^
> /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
>   580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
>       |                                             ^~~~~~~~~~~~~~~~~~~
> nipy/algorithms/graph/_graph.c:3896:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
>  3896 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
>       |                         ^
> /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
>   446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
> nipy/algorithms/graph/_graph.c:3896:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
>  3896 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
>       |                         ^
> /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
>   446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
> nipy/algorithms/graph/_graph.c:3896:25: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
>  3896 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
>       |                         ^
> /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
>   580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
>       |                                             ^~~~~~~~~~~~~~~~~~~
> nipy/algorithms/graph/_graph.c:3896:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
>  3896 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
>       |                         ^
> /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
>   446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
> nipy/algorithms/graph/_graph.c: In function ‘__Pyx_Raise’:
> nipy/algorithms/graph/_graph.c:4637:9: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations]
>  4637 |         owned_instance = PyEval_CallObject(type, args);
>       |         ^~~~~~~~~~~~~~
> In file included from /usr/include/python3.10/Python.h:130:
> /usr/include/python3.10/ceval.h:17:43: note: declared here
>    17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
>       |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 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: At top level:
> /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/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:1948,
>                  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:1948,
>                  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:1948,
>                  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:1948,
>                  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:1948,
>                  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:1948,
>                  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:1948,
>                  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:1948,
>                  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: Generate documentation
> PYTHONPATH=`pybuild --print build_dir --interpreter python3.10` \
>   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.10
> make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
> python3.10 ../tools/build_modref_templates.py
> WARNING: Empty - nipy
> WARNING: Empty - nipy.algorithms
> WARNING: Empty - nipy.algorithms.clustering
> WARNING: Empty - nipy.algorithms.diagnostics
> WARNING: Empty - nipy.algorithms.graph
> WARNING: Empty - nipy.algorithms.group
> WARNING: Empty - nipy.algorithms.registration
> WARNING: Empty - nipy.algorithms.segmentation
> WARNING: Empty - nipy.algorithms.slicetiming
> WARNING: Empty - nipy.algorithms.statistics
> WARNING: Empty - nipy.algorithms.statistics.api
> WARNING: Empty - nipy.algorithms.statistics.bench
> WARNING: Empty - nipy.algorithms.statistics.formula
> WARNING: Empty - nipy.algorithms.statistics.models
> WARNING: Empty - nipy.algorithms.statistics.models.family
> WARNING: Empty - nipy.algorithms.statistics.models.info
> WARNING: Empty - nipy.algorithms.utils
> WARNING: Empty - nipy.cli
> WARNING: Empty - nipy.core
> WARNING: Empty - nipy.core.api
> WARNING: Empty - nipy.core.image
> WARNING: Empty - nipy.core.image.roi
> WARNING: Empty - nipy.core.reference
> WARNING: Empty - nipy.core.utils
> WARNING: Empty - nipy.info
> WARNING: Empty - nipy.interfaces
> WARNING: Empty - nipy.io
> WARNING: Empty - nipy.io.api
> WARNING: Empty - nipy.io.imageformats
> WARNING: Empty - nipy.labs
> WARNING: Empty - nipy.labs.bindings
> WARNING: Empty - nipy.labs.bindings.benchmarks
> WARNING: Empty - nipy.labs.datasets
> WARNING: Empty - nipy.labs.datasets.transforms
> WARNING: Empty - nipy.labs.datasets.volumes
> WARNING: Empty - nipy.labs.glm
> WARNING: Empty - nipy.labs.glm.benchmarks
> WARNING: Empty - nipy.labs.group
> WARNING: Empty - nipy.labs.spatial_models
> WARNING: Empty - nipy.labs.utils
> WARNING: Empty - nipy.labs.utils.mask
> WARNING: Empty - nipy.labs.viz
> WARNING: Empty - nipy.labs.viz3d
> WARNING: Empty - nipy.labs.viz_tools
> WARNING: Empty - nipy.labs.viz_tools.edge_detect
> WARNING: Empty - nipy.labs.viz_tools.test
> WARNING: Empty - nipy.modalities
> WARNING: Empty - nipy.modalities.fmri
> WARNING: Empty - nipy.modalities.fmri.api
> WARNING: Empty - nipy.modalities.fmri.fmristat
> WARNING: Empty - nipy.modalities.fmri.fmristat.api
> WARNING: Empty - nipy.modalities.fmri.spm
> 139 files written
> Build API docs finished.
> mkdir -p build/html build/doctrees
> sphinx-build -b html -d build/doctrees   . build/html
> Running Sphinx v5.3.0
> [autosummary] generating autosummary for: api/generated/gen.rst, api/generated/nipy.algorithms.clustering.bgmm.rst, api/generated/nipy.algorithms.clustering.ggmixture.rst, api/generated/nipy.algorithms.clustering.gmm.rst, api/generated/nipy.algorithms.clustering.hierarchical_clustering.rst, api/generated/nipy.algorithms.clustering.imm.rst, api/generated/nipy.algorithms.clustering.utils.rst, api/generated/nipy.algorithms.clustering.von_mises_fisher_mixture.rst, api/generated/nipy.algorithms.diagnostics.commands.rst, api/generated/nipy.algorithms.diagnostics.screens.rst, ..., users/basic_io.rst, users/coordinate_map.rst, users/glm_spec.rst, users/index.rst, users/install_data.rst, users/installation.rst, users/introduction.rst, users/math_coordmap.rst, users/scipy_orientation.rst, users/tutorial.rst
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/parcel_io.py:224: SyntaxWarning: "is not" with a literal. Did you mean "!="?
>   if test_id is not 'one_sample':
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/parcel_io.py:291: SyntaxWarning: "is not" with a literal. Did you mean "!="?
>   if method is not 'kmeans':
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/parcel_io.py:311: SyntaxWarning: "is not" with a literal. Did you mean "!="?
>   if method is not 'kmeans':
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/discrete_domain.py:791: SyntaxWarning: "is not" with a literal. Did you mean "!="?
>   if fid is not '':
> /usr/lib/python3.10/importlib/__init__.py:126: FutureWarning: Module nipy.labs.spatial_models.parcel_iodeprecated, will be removed
>   return _bootstrap._gcd_import(name[level:], package, level)
> /usr/lib/python3.10/importlib/__init__.py:126: FutureWarning: Module nipy.labs.bindings deprecated, will be removed
>   return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap_external>:1184: FutureWarning: Module nipy.labs.utils.routines deprecated, will be removed
> /usr/lib/python3.10/importlib/__init__.py:126: FutureWarning: Module nipy.labs.group deprecated, will be removed
>   return _bootstrap._gcd_import(name[level:], package, level)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:289: SyntaxWarning: "is" with a literal. Did you mean "=="?
>   if self.dim > 1 and contrast_type is 't':
> /usr/lib/python3.10/importlib/__init__.py:126: FutureWarning: Module nipy.labs.spatial_models.parcellation deprecated, will be removed
>   return _bootstrap._gcd_import(name[level:], package, level)
> /usr/lib/python3.10/importlib/__init__.py:126: FutureWarning: Module nipy.algorithms.clustering.von_mises_fisher_mixturedeprecated, will be removed
>   return _bootstrap._gcd_import(name[level:], package, level)
> /usr/lib/python3.10/importlib/__init__.py:126: FutureWarning: Module nipy.labs.spatial_models.hierarchical_parcellationdeprecated, will be removed
>   return _bootstrap._gcd_import(name[level:], package, level)
> <lambdifygenerated-2>:2: RuntimeWarning: invalid value encountered in power
>   return 0.00577729035806054*select([greater_equal(t, 0),True], [(t + 1.0e-14)**5.9799324808071,0], default=nan)*exp(-1.10739490385317*t) - 8.22761249548266e-9*select([greater_equal(t, 0),True], [(t + 1.0e-14)**11.9725946989513,0], default=nan)*exp(-1.10857358323623*t)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/glm.py:150: SyntaxWarning: "is" with a literal. Did you mean "=="?
>   if type is 't':
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/statistical_mapping.py:15: FutureWarning: Module nipy.labs.glm deprecated, will be removed. Please use nipy.modalities.fmri.glm instead.
>   from .glm import glm
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/reproducibility_measures.py:443: SyntaxWarning: "is not" with a literal. Did you mean "!="?
>   if method is not 'crfx':
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/reproducibility_measures.py:511: SyntaxWarning: "is not" with a literal. Did you mean "!="?
>   if method is not 'crfx':
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/reproducibility_measures.py:513: SyntaxWarning: "is not" with a literal. Did you mean "!="?
>   if method is not 'bsa':
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/reproducibility_measures.py:599: SyntaxWarning: "is not" with a literal. Did you mean "!="?
>   if method is not 'crfx':
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/reproducibility_measures.py:601: SyntaxWarning: "is not" with a literal. Did you mean "!="?
>   if method is not 'bsa':
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/reproducibility_measures.py:669: SyntaxWarning: "is not" with a literal. Did you mean "!="?
>   if ((len(variance_images) == 0) & (method is not 'crfx')):
> [autosummary] generating autosummary for: /<<PKGBUILDDIR>>/doc/labs/generated/nipy.labs.datasets.volumes.volume_field.VolumeField.as_volume_img.rst, /<<PKGBUILDDIR>>/doc/labs/generated/nipy.labs.datasets.volumes.volume_field.VolumeField.composed_with_transform.rst, /<<PKGBUILDDIR>>/doc/labs/generated/nipy.labs.datasets.volumes.volume_field.VolumeField.resampled_to_img.rst, /<<PKGBUILDDIR>>/doc/labs/generated/nipy.labs.datasets.volumes.volume_field.VolumeField.values_in_world.rst, /<<PKGBUILDDIR>>/doc/labs/generated/nipy.labs.utils.mask.compute_mask.rst, /<<PKGBUILDDIR>>/doc/labs/generated/nipy.labs.utils.mask.compute_mask_files.rst, /<<PKGBUILDDIR>>/doc/labs/generated/nipy.labs.utils.mask.compute_mask_sessions.rst, /<<PKGBUILDDIR>>/doc/labs/generated/nipy.labs.viz_tools.activation_maps.plot_map.rst, /<<PKGBUILDDIR>>/doc/labs/generated/nipy.labs.viz_tools.maps_3d.affine_img_src.rst, /<<PKGBUILDDIR>>/doc/labs/generated/nipy.labs.viz_tools.maps_3d.plot_anat_3d.rst, /<<PKGBUILDDIR>>/doc/labs/generated/nipy.labs.viz_tools.maps_3d.plot_map_3d.rst
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 228 source files that are out of date
> updating environment: [new config] 239 added, 0 changed, 0 removed
> reading sources... [  0%] api/generated/gen
> reading sources... [  0%] api/generated/nipy.algorithms.clustering.bgmm
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Fixme in the docstring of BGMM in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/bgmm.py.
>   warn(msg)
> reading sources... [  1%] api/generated/nipy.algorithms.clustering.ggmixture
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ------------ in 
> Mstep of the estimation:
> Maximum likelihood update the parameters of the three components... in the docstring of Mstep in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/ggmixture.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Compute the likelihood of the data x under
> the three components negative gamma, gaussina, positive gaussian... in the docstring of component_likelihood in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/ggmixture.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Returns 
> -------- in 
> Compute the likelihood of the data x under
> the three components negative gamma, gaussina, positive gaussian... in the docstring of component_likelihood in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/ggmixture.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Compute the posterior probability of the three components
> given the data... in the docstring of posterior in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/ggmixture.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Returns 
> -------- in 
> Compute the posterior probability of the three components
> given the data... in the docstring of posterior in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/ggmixture.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Constructor
> ... in the docstring of __init__ in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/ggmixture.py.
>   warn(msg)
> reading sources... [  1%] api/generated/nipy.algorithms.clustering.gmm
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Fixme in the docstring of GMM in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/gmm.py.
>   warn(msg)
> reading sources... [  2%] api/generated/nipy.algorithms.clustering.hierarchical_clustering
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Members in the docstring of WeightedForest in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Caveat in the docstring of average_link_graph in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Returns 
> -------- in 
> Agglomerative function based on a topology-defining graph
> and a feature matrix.... in the docstring of ward in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Notes 
> ---- in 
> Agglomerative function based on a topology-defining graph
> and a feature matrix.... in the docstring of ward_quick in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py.
>   warn(msg)
> reading sources... [  2%] api/generated/nipy.algorithms.clustering.imm
> reading sources... [  2%] api/generated/nipy.algorithms.clustering.utils
> reading sources... [  3%] api/generated/nipy.algorithms.clustering.von_mises_fisher_mixture
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Fixme in the docstring of __init__ in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/von_mises_fisher_mixture.py.
>   warn(msg)
> reading sources... [  3%] api/generated/nipy.algorithms.diagnostics.commands
> reading sources... [  4%] api/generated/nipy.algorithms.diagnostics.screens
> reading sources... [  4%] api/generated/nipy.algorithms.diagnostics.timediff
> reading sources... [  5%] api/generated/nipy.algorithms.diagnostics.tsdiffplot
> reading sources... [  5%] api/generated/nipy.algorithms.fwhm
> reading sources... [  5%] api/generated/nipy.algorithms.graph.bipartite_graph
> reading sources... [  6%] api/generated/nipy.algorithms.graph.field
> reading sources... [  6%] api/generated/nipy.algorithms.graph.forest
> reading sources... [  7%] api/generated/nipy.algorithms.graph.graph
> reading sources... [  7%] api/generated/nipy.algorithms.group.parcel_analysis
> reading sources... [  7%] api/generated/nipy.algorithms.interpolation
> reading sources... [  8%] api/generated/nipy.algorithms.kernel_smooth
> reading sources... [  8%] api/generated/nipy.algorithms.optimize
> reading sources... [  9%] api/generated/nipy.algorithms.registration.affine
> reading sources... [  9%] api/generated/nipy.algorithms.registration.chain_transform
> reading sources... [ 10%] api/generated/nipy.algorithms.registration.groupwise_registration
> reading sources... [ 10%] api/generated/nipy.algorithms.registration.histogram_registration
> reading sources... [ 10%] api/generated/nipy.algorithms.registration.optimizer
> reading sources... [ 11%] api/generated/nipy.algorithms.registration.polyaffine
> reading sources... [ 11%] api/generated/nipy.algorithms.registration.resample
> reading sources... [ 12%] api/generated/nipy.algorithms.registration.scripting
> reading sources... [ 12%] api/generated/nipy.algorithms.registration.similarity_measures
> reading sources... [ 12%] api/generated/nipy.algorithms.registration.transform
> reading sources... [ 13%] api/generated/nipy.algorithms.registration.type_check
> reading sources... [ 13%] api/generated/nipy.algorithms.resample
> reading sources... [ 14%] api/generated/nipy.algorithms.segmentation.brain_segmentation
> reading sources... [ 14%] api/generated/nipy.algorithms.segmentation.segmentation
> reading sources... [ 15%] api/generated/nipy.algorithms.slicetiming.timefuncs
> reading sources... [ 15%] api/generated/nipy.algorithms.statistics.bayesian_mixed_effects
> reading sources... [ 15%] api/generated/nipy.algorithms.statistics.bench.bench_intvol
> reading sources... [ 16%] api/generated/nipy.algorithms.statistics.empirical_pvalue
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ------------ in 
> Plot the  histogram of x
> ... in the docstring of plot in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Compute the threshold corresponding to an alpha-level FDR for x
> ... in the docstring of threshold in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Compute the threshold corresponding to a specificity alpha for x
> ... in the docstring of uncorrected_threshold in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Initialize an empirical null normal object.
> ... in the docstring of __init__ in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Returns the FDR associated with each p value
> ... in the docstring of fdr in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Return FDR threshold given p values
> ... in the docstring of fdr_threshold in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ------------ in 
> Computing some prior probabilities that the voxels of a certain map
> are in class disactivated, null or active using a gamma-Gaussian mixture... in the docstring of gamma_gaussian_fit in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Return FDR threshold given normal variates
> ... in the docstring of gaussian_fdr_threshold in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py.
>   warn(msg)
> reading sources... [ 16%] api/generated/nipy.algorithms.statistics.formula.formulae
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of args_cnc in /usr/lib/python3/dist-packages/sympy/core/expr.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of as_poly in /usr/lib/python3/dist-packages/sympy/core/expr.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of coeff in /usr/lib/python3/dist-packages/sympy/core/expr.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of equals in /usr/lib/python3/dist-packages/sympy/core/expr.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of getn in /usr/lib/python3/dist-packages/sympy/core/expr.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of is_constant in /usr/lib/python3/dist-packages/sympy/core/symbol.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of args_cnc in /usr/lib/python3/dist-packages/sympy/core/expr.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of as_poly in /usr/lib/python3/dist-packages/sympy/core/expr.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of coeff in /usr/lib/python3/dist-packages/sympy/core/expr.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of equals in /usr/lib/python3/dist-packages/sympy/core/expr.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of getn in /usr/lib/python3/dist-packages/sympy/core/expr.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of is_constant in /usr/lib/python3/dist-packages/sympy/core/symbol.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of args_cnc in /usr/lib/python3/dist-packages/sympy/core/expr.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of as_poly in /usr/lib/python3/dist-packages/sympy/core/expr.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of coeff in /usr/lib/python3/dist-packages/sympy/core/expr.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of equals in /usr/lib/python3/dist-packages/sympy/core/expr.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of getn in /usr/lib/python3/dist-packages/sympy/core/expr.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: Unknown section Explanation in the docstring of is_constant in /usr/lib/python3/dist-packages/sympy/core/symbol.py.
>   warn(msg)
> reading sources... [ 17%] api/generated/nipy.algorithms.statistics.mixed_effects_stat
> reading sources... [ 17%] api/generated/nipy.algorithms.statistics.models.family.family
> reading sources... [ 17%] api/generated/nipy.algorithms.statistics.models.family.links
> reading sources... [ 18%] api/generated/nipy.algorithms.statistics.models.family.varfuncs
> reading sources... [ 18%] api/generated/nipy.algorithms.statistics.models.glm
> reading sources... [ 19%] api/generated/nipy.algorithms.statistics.models.model
> reading sources... [ 19%] api/generated/nipy.algorithms.statistics.models.nlsmodel
> reading sources... [ 20%] api/generated/nipy.algorithms.statistics.models.regression
> reading sources... [ 20%] api/generated/nipy.algorithms.statistics.models.setupscons
> reading sources... [ 20%] api/generated/nipy.algorithms.statistics.models.utils
> reading sources... [ 21%] api/generated/nipy.algorithms.statistics.onesample
> reading sources... [ 21%] api/generated/nipy.algorithms.statistics.rft
> reading sources... [ 22%] api/generated/nipy.algorithms.statistics.utils
> reading sources... [ 22%] api/generated/nipy.algorithms.utils.fast_distance
> reading sources... [ 23%] api/generated/nipy.algorithms.utils.matrices
> reading sources... [ 23%] api/generated/nipy.algorithms.utils.pca
> reading sources... [ 23%] api/generated/nipy.cli.diagnose
> reading sources... [ 24%] api/generated/nipy.cli.img3dto4d
> reading sources... [ 24%] api/generated/nipy.cli.img4dto3d
> reading sources... [ 25%] api/generated/nipy.cli.realign4d
> reading sources... [ 25%] api/generated/nipy.cli.tsdiffana
> reading sources... [ 25%] api/generated/nipy.core.image.image
> reading sources... [ 26%] api/generated/nipy.core.image.image_list
> reading sources... [ 26%] api/generated/nipy.core.image.image_spaces
> reading sources... [ 27%] api/generated/nipy.core.reference.array_coords
> reading sources... [ 27%] api/generated/nipy.core.reference.coordinate_map
> reading sources... [ 28%] api/generated/nipy.core.reference.coordinate_system
> reading sources... [ 28%] api/generated/nipy.core.reference.slices
> reading sources... [ 28%] api/generated/nipy.core.reference.spaces
> reading sources... [ 29%] api/generated/nipy.core.utils.generators
> reading sources... [ 29%] api/generated/nipy.interfaces.matlab
> reading sources... [ 30%] api/generated/nipy.interfaces.spm
> reading sources... [ 30%] api/generated/nipy.io.files
> reading sources... [ 30%] api/generated/nipy.io.nibcompat
> reading sources... [ 31%] api/generated/nipy.io.nifti_ref
> reading sources... [ 31%] api/generated/nipy.labs.bindings.benchmarks.bench_numpy
> reading sources... [ 32%] api/generated/nipy.labs.datasets.converters
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Notes 
> ------ in 
> Convert the input to a VolumeImg.
> ... in the docstring of as_volume_img in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/converters.py.
>   warn(msg)
> reading sources... [ 32%] api/generated/nipy.labs.datasets.transforms.affine_transform
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Returns a new transform obtained by composing this transform
> with the one provided.... in the docstring of composed_with in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/affine_transform.py.
>   warn(msg)
> reading sources... [ 33%] api/generated/nipy.labs.datasets.transforms.affine_utils
> reading sources... [ 33%] api/generated/nipy.labs.datasets.transforms.transform
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Returns a new transform obtained by composing this transform
> with the one provided.... in the docstring of composed_with in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/transform.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Notes 
> ------ in 
> Create a new transform object.
> ... in the docstring of __init__ in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/transform.py.
>   warn(msg)
> reading sources... [ 33%] api/generated/nipy.labs.datasets.volumes.volume_data
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Attributes 
> ----------- in 
> A class representing data embedded in a 3D space 
> ... in the docstring of VolumeData in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_data.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Notes 
> ------ in 
> A class representing data embedded in a 3D space 
> ... in the docstring of VolumeData in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_data.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Returns 
> -------- in 
> Return a new image embedding the same data in a different 
> word space using the given world to world transform.... in the docstring of composed_with_transform in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_field.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Returns an volumetric data structure with the same
> relationship between data and world space, and same metadata, ... in the docstring of like_from_data in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_data.py.
>   warn(msg)
> reading sources... [ 34%] api/generated/nipy.labs.datasets.volumes.volume_field
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Returns 
> -------- in 
> Return a new image embedding the same data in a different 
> word space using the given world to world transform.... in the docstring of composed_with_transform in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_field.py.
>   warn(msg)
> reading sources... [ 34%] api/generated/nipy.labs.datasets.volumes.volume_grid
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Attributes 
> ----------- in 
> A class representing data stored in a 3+D array embedded in a 3D
> world.... in the docstring of VolumeGrid in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_grid.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Notes 
> ------ in 
> A class representing data stored in a 3+D array embedded in a 3D
> world.... in the docstring of VolumeGrid in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_grid.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Returns 
> -------- in 
> Return a new image embedding the same data in a different 
> word space using the given world to world transform.... in the docstring of composed_with_transform in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_field.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Returns 
> -------- in 
> Return the data points coordinates in the world
> space.... in the docstring of get_world_coords in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_grid.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Returns an volumetric data structure with the same
> relationship between data and world space, and same metadata, ... in the docstring of like_from_data in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_grid.py.
>   warn(msg)
> reading sources... [ 35%] api/generated/nipy.labs.datasets.volumes.volume_img
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Notes 
> ------ in 
> A regularly-spaced image for embedding data in an x, y, z 3D
> world, for neuroimaging.... in the docstring of VolumeImg in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_img.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Returns 
> -------- in 
> Return a new image embedding the same data in a different 
> word space using the given world to world transform.... in the docstring of composed_with_transform in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_field.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Returns 
> -------- in 
> Return the data points coordinates in the world
> space.... in the docstring of get_world_coords in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_grid.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Returns an volumetric data structure with the same
> relationship between data and world space, and same metadata, ... in the docstring of like_from_data in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_img.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Returns an image with the affine diagonal and positive
> in the world space it is embedded in. ... in the docstring of xyz_ordered in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_img.py.
>   warn(msg)
> reading sources... [ 35%] api/generated/nipy.labs.glm.benchmarks.bench_glm
> reading sources... [ 35%] api/generated/nipy.labs.glm.glm
> reading sources... [ 36%] api/generated/nipy.labs.group.permutation_test
> reading sources... [ 36%] api/generated/nipy.labs.mask
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Return the largest connected component of a 3D mask array.
> ... in the docstring of largest_cc in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Returns 
> -------- in 
> Return the largest connected component of a 3D mask array.
> ... in the docstring of largest_cc in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Read the time series from the given sessions filenames, using the mask.
> ... in the docstring of series_from_mask in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Returns 
> -------- in 
> Read the time series from the given sessions filenames, using the mask.
> ... in the docstring of series_from_mask in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py.
>   warn(msg)
> reading sources... [ 37%] api/generated/nipy.labs.spatial_models.bayesian_structural_analysis
> reading sources... [ 37%] api/generated/nipy.labs.spatial_models.bsa_io
> reading sources... [ 38%] api/generated/nipy.labs.spatial_models.discrete_domain
> reading sources... [ 38%] api/generated/nipy.labs.spatial_models.hierarchical_parcellation
> reading sources... [ 38%] api/generated/nipy.labs.spatial_models.hroi
> reading sources... [ 39%] api/generated/nipy.labs.spatial_models.mroi
> reading sources... [ 39%] api/generated/nipy.labs.spatial_models.parcel_io
> reading sources... [ 40%] api/generated/nipy.labs.spatial_models.parcellation
> reading sources... [ 40%] api/generated/nipy.labs.spatial_models.structural_bfls
> reading sources... [ 41%] api/generated/nipy.labs.statistical_mapping
> reading sources... [ 41%] api/generated/nipy.labs.utils.reproducibility_measures
> reading sources... [ 41%] api/generated/nipy.labs.utils.simul_multisubject_fmri_dataset
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Create surrogate (simulated) 2D activation data with spatial noise
> ... in the docstring of surrogate_2d_dataset in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/simul_multisubject_fmri_dataset.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Create surrogate (simulated) 3D activation data with spatial noise.
> ... in the docstring of surrogate_3d_dataset in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/simul_multisubject_fmri_dataset.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Create surrogate (simulated) 3D activation data with spatial noise.
> ... in the docstring of surrogate_4d_dataset in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/simul_multisubject_fmri_dataset.py.
>   warn(msg)
> reading sources... [ 42%] api/generated/nipy.labs.utils.zscore
> reading sources... [ 42%] api/generated/nipy.labs.viz_tools.activation_maps
> reading sources... [ 43%] api/generated/nipy.labs.viz_tools.anat_cache
> reading sources... [ 43%] api/generated/nipy.labs.viz_tools.cm
> reading sources... [ 43%] api/generated/nipy.labs.viz_tools.coord_tools
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Find the center of the largest activation connect component.
> ... in the docstring of find_cut_coords in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/coord_tools.py.
>   warn(msg)
> reading sources... [ 44%] api/generated/nipy.labs.viz_tools.maps_3d
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Make a Mayavi source defined by a 3D array and an affine, for
> wich the voxel of the 3D array are mapped by the affine.... in the docstring of affine_img_src in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/maps_3d.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Notes 
> ------ in 
> Make a Mayavi source defined by a 3D array and an affine, for
> wich the voxel of the 3D array are mapped by the affine.... in the docstring of affine_img_src in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/maps_3d.py.
>   warn(msg)
> reading sources... [ 44%] api/generated/nipy.labs.viz_tools.slicers
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Contour a 3D map in all the views.
> ... in the docstring of contour_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Plot the edges of a 3D map in all the views.
> ... in the docstring of edge_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Plot a 3D map in all the views.
> ... in the docstring of plot_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Contour a 3D map in all the views.
> ... in the docstring of contour_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Plot the edges of a 3D map in all the views.
> ... in the docstring of edge_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Plot a 3D map in all the views.
> ... in the docstring of plot_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Contour a 3D map in all the views.
> ... in the docstring of contour_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Plot the edges of a 3D map in all the views.
> ... in the docstring of edge_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Plot a 3D map in all the views.
> ... in the docstring of plot_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Contour a 3D map in all the views.
> ... in the docstring of contour_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Plot the edges of a 3D map in all the views.
> ... in the docstring of edge_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Plot a 3D map in all the views.
> ... in the docstring of plot_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Contour a 3D map in all the views.
> ... in the docstring of contour_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Plot the edges of a 3D map in all the views.
> ... in the docstring of edge_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Plot a 3D map in all the views.
> ... in the docstring of plot_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Contour a 3D map in all the views.
> ... in the docstring of contour_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Plot the edges of a 3D map in all the views.
> ... in the docstring of edge_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Plot a 3D map in all the views.
> ... in the docstring of plot_map in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py.
>   warn(msg)
> reading sources... [ 45%] api/generated/nipy.labs.viz_tools.test.test_activation_maps
> reading sources... [ 45%] api/generated/nipy.labs.viz_tools.test.test_cm
> reading sources... [ 46%] api/generated/nipy.labs.viz_tools.test.test_coord_tools
> reading sources... [ 46%] api/generated/nipy.labs.viz_tools.test.test_edge_detect
> reading sources... [ 46%] api/generated/nipy.labs.viz_tools.test.test_slicers
> reading sources... [ 47%] api/generated/nipy.modalities.fmri.design
> reading sources... [ 47%] api/generated/nipy.modalities.fmri.design_matrix
> reading sources... [ 48%] api/generated/nipy.modalities.fmri.experimental_paradigm
> reading sources... [ 48%] api/generated/nipy.modalities.fmri.fmri
> reading sources... [ 48%] api/generated/nipy.modalities.fmri.fmristat.hrf
> reading sources... [ 49%] api/generated/nipy.modalities.fmri.fmristat.invert
> reading sources... [ 49%] api/generated/nipy.modalities.fmri.fmristat.model
> reading sources... [ 50%] api/generated/nipy.modalities.fmri.fmristat.outputters
> reading sources... [ 50%] api/generated/nipy.modalities.fmri.glm
> reading sources... [ 51%] api/generated/nipy.modalities.fmri.hemodynamic_models
> reading sources... [ 51%] api/generated/nipy.modalities.fmri.hrf
> reading sources... [ 51%] api/generated/nipy.modalities.fmri.realfuncs
> reading sources... [ 52%] api/generated/nipy.modalities.fmri.spm.correlation
> reading sources... [ 52%] api/generated/nipy.modalities.fmri.spm.model
> reading sources... [ 53%] api/generated/nipy.modalities.fmri.spm.reml
> reading sources... [ 53%] api/generated/nipy.modalities.fmri.spm.trace
> reading sources... [ 53%] api/generated/nipy.modalities.fmri.utils
> reading sources... [ 54%] api/generated/nipy.pkg_info
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ------------ in 
> Return dict describing the context of this package
> ... in the docstring of get_pkg_info in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/pkg_info.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Returns 
> ---------- in 
> Return dict describing the context of this package
> ... in the docstring of get_pkg_info in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/pkg_info.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ------------- in 
> Get short form of commit hash given directory `pkg_path`
> ... in the docstring of pkg_commit_hash in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/pkg_info.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Returns 
> --------- in 
> Get short form of commit hash given directory `pkg_path`
> ... in the docstring of pkg_commit_hash in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/pkg_info.py.
>   warn(msg)
> reading sources... [ 54%] api/generated/nipy.testing
> reading sources... [ 55%] api/generated/nipy.testing.decorators
> reading sources... [ 55%] api/generated/nipy.testing.doctester
> reading sources... [ 56%] api/generated/nipy.testing.nosetester
> reading sources... [ 56%] api/generated/nipy.utils
> reading sources... [ 56%] api/generated/nipy.utils.arrays
> reading sources... [ 57%] api/generated/nipy.utils.compat3
> reading sources... [ 57%] api/generated/nipy.utils.perlpie
> reading sources... [ 58%] api/generated/nipy.utils.skip_test
> reading sources... [ 58%] api/generated/nipy.utils.utilities
> reading sources... [ 58%] api/index
> reading sources... [ 59%] devel/code_discussions/brainvisa_repositories
> reading sources... [ 59%] devel/code_discussions/comparisons/index
> reading sources... [ 60%] devel/code_discussions/comparisons/vtk_datasets
> reading sources... [ 60%] devel/code_discussions/coordmap_notes
> reading sources... [ 61%] devel/code_discussions/image_ordering
> reading sources... [ 61%] devel/code_discussions/index
> reading sources... [ 61%] devel/code_discussions/pipelining_api
> reading sources... [ 62%] devel/code_discussions/refactoring/imagelists
> reading sources... [ 62%] devel/code_discussions/refactoring/index
> reading sources... [ 63%] devel/code_discussions/registration_api
> reading sources... [ 63%] devel/code_discussions/repository_api
> reading sources... [ 64%] devel/code_discussions/repository_design
> reading sources... [ 64%] devel/code_discussions/simple_viewer
> reading sources... [ 64%] devel/code_discussions/understanding_affines
> reading sources... [ 65%] devel/code_discussions/usecases/batching
> reading sources... [ 65%] devel/code_discussions/usecases/images
> reading sources... [ 66%] devel/code_discussions/usecases/index
> reading sources... [ 66%] devel/code_discussions/usecases/resampling
> reading sources... [ 66%] devel/code_discussions/usecases/transformations
> reading sources... [ 67%] devel/development_quickstart
> reading sources... [ 67%] devel/doctests_preprocessor
> reading sources... [ 68%] devel/guidelines/changelog
> reading sources... [ 68%] devel/guidelines/commit_codes
> reading sources... [ 69%] devel/guidelines/compiling_windows
> reading sources... [ 69%] devel/guidelines/coverage_testing
> reading sources... [ 69%] devel/guidelines/debugging
> reading sources... [ 70%] devel/guidelines/gitwash/configure_git
> reading sources... [ 70%] devel/guidelines/gitwash/development_workflow
> reading sources... [ 71%] devel/guidelines/gitwash/following_latest
> reading sources... [ 71%] devel/guidelines/gitwash/forking_hell
> reading sources... [ 71%] devel/guidelines/gitwash/git_development
> reading sources... [ 72%] devel/guidelines/gitwash/git_install
> reading sources... [ 72%] devel/guidelines/gitwash/git_intro
> reading sources... [ 73%] devel/guidelines/gitwash/git_resources
> reading sources... [ 73%] devel/guidelines/gitwash/index
> reading sources... [ 74%] devel/guidelines/gitwash/maintainer_workflow
> reading sources... [ 74%] devel/guidelines/gitwash/patching
> reading sources... [ 74%] devel/guidelines/gitwash/set_up_fork
> reading sources... [ 75%] devel/guidelines/howto_document
> reading sources... [ 75%] devel/guidelines/index
> reading sources... [ 76%] devel/guidelines/make_release
> reading sources... [ 76%] devel/guidelines/open_source_devel
> reading sources... [ 76%] devel/guidelines/optimization
> reading sources... [ 77%] devel/guidelines/sphinx_helpers
> reading sources... [ 77%] devel/guidelines/testing
> reading sources... [ 78%] devel/images
> reading sources... [ 78%] devel/index
> reading sources... [ 79%] devel/install/debian
> reading sources... [ 79%] devel/install/fedora
> reading sources... [ 79%] devel/install/index
> reading sources... [ 80%] devel/install/windows
> reading sources... [ 80%] devel/install/windows_scipy_build
> reading sources... [ 81%] devel/planning/TODO
> reading sources... [ 81%] devel/planning/index
> reading sources... [ 82%] devel/planning/roadmap
> reading sources... [ 82%] devel/tools/index
> reading sources... [ 82%] devel/tools/tricked_out_emacs
> reading sources... [ 83%] devel/tools/virtualenv-tutor
> reading sources... [ 83%] documentation
> reading sources... [ 84%] faq/documentation_faq
> reading sources... [ 84%] faq/index
> reading sources... [ 84%] faq/johns_bsd_pitch
> reading sources... [ 85%] faq/licensing
> reading sources... [ 85%] faq/why
> reading sources... [ 86%] glossary
> reading sources... [ 86%] history
> reading sources... [ 87%] index
> reading sources... [ 87%] labs/datasets
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Returns 
> -------- in 
> Return a new image embedding the same data in a different 
> word space using the given world to world transform.... in the docstring of composed_with_transform in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_field.py.
>   warn(msg)
> reading sources... [ 87%] labs/enn
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py:377: UserWarning: FixedFormatter should only be used together with FixedLocator
>   ax.set_xticklabels(ax.get_xticks(), fontsize=12)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py:378: UserWarning: FixedFormatter should only be used together with FixedLocator
>   ax.set_yticklabels(ax.get_yticks(), fontsize=12)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ------------ in 
> Plot the  histogram of x
> ... in the docstring of plot in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Compute the threshold corresponding to an alpha-level FDR for x
> ... in the docstring of threshold in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Compute the threshold corresponding to a specificity alpha for x
> ... in the docstring of uncorrected_threshold in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Initialize an empirical null normal object.
> ... in the docstring of __init__ in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py.
>   warn(msg)
> reading sources... [ 88%] labs/generated/nipy.labs.datasets.volumes.volume_field.VolumeField.as_volume_img
> reading sources... [ 88%] labs/generated/nipy.labs.datasets.volumes.volume_field.VolumeField.composed_with_transform
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Returns 
> -------- in 
> Return a new image embedding the same data in a different 
> word space using the given world to world transform.... in the docstring of composed_with_transform in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_field.py.
>   warn(msg)
> reading sources... [ 89%] labs/generated/nipy.labs.datasets.volumes.volume_field.VolumeField.resampled_to_img
> reading sources... [ 89%] labs/generated/nipy.labs.datasets.volumes.volume_field.VolumeField.values_in_world
> reading sources... [ 89%] labs/generated/nipy.labs.utils.mask.compute_mask
> reading sources... [ 90%] labs/generated/nipy.labs.utils.mask.compute_mask_files
> reading sources... [ 90%] labs/generated/nipy.labs.utils.mask.compute_mask_sessions
> reading sources... [ 91%] labs/generated/nipy.labs.viz_tools.activation_maps.plot_map
> reading sources... [ 91%] labs/generated/nipy.labs.viz_tools.maps_3d.affine_img_src
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Make a Mayavi source defined by a 3D array and an affine, for
> wich the voxel of the 3D array are mapped by the affine.... in the docstring of affine_img_src in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/maps_3d.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Notes 
> ------ in 
> Make a Mayavi source defined by a 3D array and an affine, for
> wich the voxel of the 3D array are mapped by the affine.... in the docstring of affine_img_src in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/maps_3d.py.
>   warn(msg)
> reading sources... [ 92%] labs/generated/nipy.labs.viz_tools.maps_3d.plot_anat_3d
> reading sources... [ 92%] labs/generated/nipy.labs.viz_tools.maps_3d.plot_map_3d
> reading sources... [ 92%] labs/index
> reading sources... [ 93%] labs/mask
> reading sources... [ 93%] labs/simul_activation
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Create surrogate (simulated) 2D activation data with spatial noise
> ... in the docstring of surrogate_2d_dataset in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/simul_multisubject_fmri_dataset.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Create surrogate (simulated) 3D activation data with spatial noise.
> ... in the docstring of surrogate_3d_dataset in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/simul_multisubject_fmri_dataset.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Create surrogate (simulated) 3D activation data with spatial noise.
> ... in the docstring of surrogate_4d_dataset in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/simul_multisubject_fmri_dataset.py.
>   warn(msg)
> reading sources... [ 94%] labs/viz
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Parameters 
> ----------- in 
> Make a Mayavi source defined by a 3D array and an affine, for
> wich the voxel of the 3D array are mapped by the affine.... in the docstring of affine_img_src in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/maps_3d.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: potentially wrong underline length... 
> Notes 
> ------ in 
> Make a Mayavi source defined by a 3D array and an affine, for
> wich the voxel of the 3D array are mapped by the affine.... in the docstring of affine_img_src in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/maps_3d.py.
>   warn(msg)
> reading sources... [ 94%] license
> reading sources... [ 94%] mission
> reading sources... [ 95%] publications
> reading sources... [ 95%] references/brainpy_abstract
> reading sources... [ 96%] users/basic_io
> reading sources... [ 96%] users/coordinate_map
> reading sources... [ 97%] users/glm_spec
> <lambdifygenerated-2>:2: RuntimeWarning: invalid value encountered in power
>   return 0.00577729035806054*select([greater_equal(t, 0),True], [(t + 1.0e-14)**5.9799324808071,0], default=nan)*exp(-1.10739490385317*t) - 8.22761249548266e-9*select([greater_equal(t, 0),True], [(t + 1.0e-14)**11.9725946989513,0], default=nan)*exp(-1.10857358323623*t)
> <lambdifygenerated-6>:2: RuntimeWarning: invalid value encountered in power
>   return 0.00220303796083835*select([greater_equal(t, 0),True], [t**8.6,0], default=nan)*exp(-1.82815356489945*t)
> <lambdifygenerated-2>:2: RuntimeWarning: invalid value encountered in power
>   return 0.00577729035806054*select([greater_equal(t, 0),True], [(t + 1.0e-14)**5.9799324808071,0], default=nan)*exp(-1.10739490385317*t) - 8.22761249548266e-9*select([greater_equal(t, 0),True], [(t + 1.0e-14)**11.9725946989513,0], default=nan)*exp(-1.10857358323623*t)
> reading sources... [ 97%] users/index
> reading sources... [ 97%] users/install_data
> reading sources... [ 98%] users/installation
> reading sources... [ 98%] users/introduction
> reading sources... [ 99%] users/math_coordmap
> reading sources... [ 99%] users/scipy_orientation
> reading sources... [100%] users/tutorial
> 
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.clustering.bgmm'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.clustering.ggmixture'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.clustering.gmm'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.clustering.hierarchical_clustering'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.clustering.imm'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.clustering.utils'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.clustering.von_mises_fisher_mixture'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.diagnostics.commands'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.diagnostics.screens'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.diagnostics.timediff'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.diagnostics.tsdiffplot'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.fwhm'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.graph.bipartite_graph'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.graph.field'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.graph.forest'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.graph.graph'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.group.parcel_analysis'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.interpolation'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.kernel_smooth'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.optimize'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.registration.affine'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.registration.chain_transform'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.registration.groupwise_registration'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.registration.histogram_registration'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.registration.optimizer'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.registration.polyaffine'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.registration.resample'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.registration.scripting'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.registration.similarity_measures'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.registration.transform'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.registration.type_check'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.resample'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.segmentation.brain_segmentation'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.segmentation.segmentation'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.slicetiming.timefuncs'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.statistics.bayesian_mixed_effects'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.statistics.bench.bench_intvol'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.statistics.empirical_pvalue'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.statistics.formula.formulae'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.statistics.mixed_effects_stat'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.statistics.models.family.family'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.statistics.models.family.links'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.statistics.models.family.varfuncs'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.statistics.models.glm'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.statistics.models.model'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.statistics.models.nlsmodel'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.statistics.models.regression'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.statistics.models.setupscons'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.statistics.models.utils'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.statistics.onesample'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.statistics.rft'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.statistics.utils'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.utils.fast_distance'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.utils.matrices'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.algorithms.utils.pca'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.cli.diagnose'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.cli.img3dto4d'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.cli.img4dto3d'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.cli.realign4d'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.cli.tsdiffana'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.core.image.image'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.core.image.image_list'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.core.image.image_spaces'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.core.reference.array_coords'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.core.reference.coordinate_map'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.core.reference.coordinate_system'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.core.reference.slices'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.core.reference.spaces'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.core.utils.generators'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.interfaces.matlab'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.interfaces.spm'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.io.files'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.io.nibcompat'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.io.nifti_ref'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.bindings.benchmarks.bench_numpy'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.datasets.converters'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.datasets.transforms.affine_transform'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.datasets.transforms.affine_utils'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.datasets.transforms.transform'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.datasets.volumes.volume_data'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.datasets.volumes.volume_field'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.datasets.volumes.volume_grid'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.datasets.volumes.volume_img'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.glm.benchmarks.bench_glm'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.glm.glm'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.group.permutation_test'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.mask'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.spatial_models.bayesian_structural_analysis'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.spatial_models.bsa_io'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.spatial_models.discrete_domain'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.spatial_models.hierarchical_parcellation'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.spatial_models.hroi'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.spatial_models.mroi'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.spatial_models.parcel_io'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.spatial_models.parcellation'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.spatial_models.structural_bfls'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.statistical_mapping'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.utils.reproducibility_measures'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.utils.simul_multisubject_fmri_dataset'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.utils.zscore'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.viz_tools.activation_maps'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.viz_tools.anat_cache'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.viz_tools.cm'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.viz_tools.coord_tools'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.viz_tools.maps_3d'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.viz_tools.slicers'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.viz_tools.test.test_activation_maps'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.viz_tools.test.test_cm'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.viz_tools.test.test_coord_tools'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.viz_tools.test.test_edge_detect'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.labs.viz_tools.test.test_slicers'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.modalities.fmri.design'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.modalities.fmri.design_matrix'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.modalities.fmri.experimental_paradigm'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.modalities.fmri.fmri'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.modalities.fmri.fmristat.hrf'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.modalities.fmri.fmristat.invert'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.modalities.fmri.fmristat.model'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.modalities.fmri.fmristat.outputters'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.modalities.fmri.glm'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.modalities.fmri.hemodynamic_models'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.modalities.fmri.hrf'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.modalities.fmri.realfuncs'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.modalities.fmri.spm.correlation'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.modalities.fmri.spm.model'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.modalities.fmri.spm.reml'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.modalities.fmri.spm.trace'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.modalities.fmri.utils'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.pkg_info'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.testing'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.testing.decorators'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.testing.doctester'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.testing.nosetester'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.utils'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.utils.arrays'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.utils.compat3'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.utils.perlpie'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.utils.skip_test'
> /<<PKGBUILDDIR>>/doc/api/generated/gen.rst:3: WARNING: toctree contains reference to nonexisting document 'api/generated/generated/nipy.utils.utilities'
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/bgmm.py:docstring of nipy.algorithms.clustering.bgmm.BGMM:6: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/bgmm.py:docstring of nipy.algorithms.clustering.bgmm.BGMM:3: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/bgmm.py:docstring of nipy.algorithms.clustering.bgmm.BGMM:27: WARNING: Definition list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/gmm.py:docstring of nipy.algorithms.clustering.gmm.GMM:8: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/gmm.py:docstring of nipy.algorithms.clustering.gmm.GMM:6: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/gmm.py:docstring of nipy.algorithms.clustering.gmm.GMM:10: WARNING: Definition list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:docstring of nipy.algorithms.clustering.hierarchical_clustering:13: WARNING: Inline emphasis start-string without end-string.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:docstring of nipy.algorithms.graph.graph.WeightedGraph.dijkstra:4: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:docstring of nipy.algorithms.graph.graph.WeightedGraph.dijkstra:5: CRITICAL: Unexpected section title.
> 
> Parameters
> ----------
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:docstring of nipy.algorithms.clustering.hierarchical_clustering.ward_quick:20: CRITICAL: Unexpected section title or transition.
> 
> ----
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/imm.py:docstring of nipy.algorithms.clustering.imm.IMM:1: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/field.py:docstring of nipy.algorithms.graph.graph.WeightedGraph.dijkstra:4: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/field.py:docstring of nipy.algorithms.graph.graph.WeightedGraph.dijkstra:5: CRITICAL: Unexpected section title.
> 
> Parameters
> ----------
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/field.py:docstring of nipy.algorithms.graph.field.field_from_graph_and_data:6: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/field.py:docstring of nipy.algorithms.graph.field.field_from_graph_and_data:2: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/forest.py:docstring of nipy.algorithms.graph.forest.Forest.__init__:6: WARNING: Inline interpreted text or phrase reference start-string without end-string.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/forest.py:docstring of nipy.algorithms.graph.graph.WeightedGraph.dijkstra:4: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/forest.py:docstring of nipy.algorithms.graph.graph.WeightedGraph.dijkstra:5: CRITICAL: Unexpected section title.
> 
> Parameters
> ----------
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/graph.py:docstring of nipy.algorithms.graph.graph.WeightedGraph.dijkstra:4: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/graph.py:docstring of nipy.algorithms.graph.graph.WeightedGraph.dijkstra:5: CRITICAL: Unexpected section title.
> 
> Parameters
> ----------
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:docstring of nipy.algorithms.group.parcel_analysis.ParcelAnalysis.__init__:47: WARNING: Inline emphasis start-string without end-string.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:docstring of nipy.algorithms.group.parcel_analysis.parcel_analysis:8: WARNING: Inline emphasis start-string without end-string.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:docstring of nipy.algorithms.group.parcel_analysis.parcel_analysis:37: WARNING: Inline emphasis start-string without end-string.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/affine.py:docstring of nipy.algorithms.registration.affine.rotation_vec2mat:4: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/histogram_registration.py:docstring of nipy.algorithms.registration.histogram_registration.HistogramRegistration.__init__:4: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/scripting.py:docstring of nipy.algorithms.registration.scripting.space_time_realign:38: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/slicetiming/timefuncs.py:docstring of nipy.algorithms.slicetiming.timefuncs.st_odd0_even1:6: ERROR: Unexpected indentation.
> WARNING: error while formatting signature for nipy.algorithms.statistics.formula.formulae.Beta.as_independent: Handler <function mangle_signature at 0x7fe321906320> for event 'autodoc-process-signature' threw an exception (exception: Error parsing See Also entry '.separatevars(), .expand(log=True), sympy.core.add.Add.as_two_terms(),' in the docstring of as_independent in /usr/lib/python3/dist-packages/sympy/core/expr.py.)
> WARNING: error while formatting signature for nipy.algorithms.statistics.formula.formulae.Beta.is_algebraic_expr: Handler <function mangle_signature at 0x7fe321906320> for event 'autodoc-process-signature' threw an exception (exception: Error parsing See Also entry 'is_rational_function()' in the docstring of is_algebraic_expr in /usr/lib/python3/dist-packages/sympy/core/expr.py.)
> WARNING: error while formatting signature for nipy.algorithms.statistics.formula.formulae.FactorTerm.as_independent: Handler <function mangle_signature at 0x7fe321906320> for event 'autodoc-process-signature' threw an exception (exception: Error parsing See Also entry '.separatevars(), .expand(log=True), sympy.core.add.Add.as_two_terms(),' in the docstring of as_independent in /usr/lib/python3/dist-packages/sympy/core/expr.py.)
> WARNING: error while formatting signature for nipy.algorithms.statistics.formula.formulae.FactorTerm.is_algebraic_expr: Handler <function mangle_signature at 0x7fe321906320> for event 'autodoc-process-signature' threw an exception (exception: Error parsing See Also entry 'is_rational_function()' in the docstring of is_algebraic_expr in /usr/lib/python3/dist-packages/sympy/core/expr.py.)
> WARNING: error while formatting signature for nipy.algorithms.statistics.formula.formulae.Term.as_independent: Handler <function mangle_signature at 0x7fe321906320> for event 'autodoc-process-signature' threw an exception (exception: Error parsing See Also entry '.separatevars(), .expand(log=True), sympy.core.add.Add.as_two_terms(),' in the docstring of as_independent in /usr/lib/python3/dist-packages/sympy/core/expr.py.)
> WARNING: error while formatting signature for nipy.algorithms.statistics.formula.formulae.Term.is_algebraic_expr: Handler <function mangle_signature at 0x7fe321906320> for event 'autodoc-process-signature' threw an exception (exception: Error parsing See Also entry 'is_rational_function()' in the docstring of is_algebraic_expr in /usr/lib/python3/dist-packages/sympy/core/expr.py.)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:docstring of nipy.algorithms.statistics.formula.formulae.terms:8: WARNING: Inline literal start-string without end-string.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/family/family.py:docstring of nipy.algorithms.statistics.models.family.family.Family:8: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/glm.py:docstring of nipy.algorithms.statistics.models.glm:2: WARNING: Title underline too short.
> 
> General linear models
> --------------------
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/model.py:docstring of nipy.algorithms.statistics.models.model.LikelihoodModelResults.conf_int:36: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/regression.py:docstring of nipy.algorithms.statistics.models.model.LikelihoodModelResults.conf_int:36: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/rft.py:docstring of nipy.algorithms.statistics.rft.binomial:1: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/matrices.py:docstring of nipy.algorithms.utils.matrices.matrix_rank:47: WARNING: Explicit markup ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/matrices.py:docstring of nipy.algorithms.utils.matrices.recipr0:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/matrices.py:docstring of nipy.algorithms.utils.matrices.matrix_rank:37: ERROR: Too many autonumbered footnote references: only 0 corresponding footnotes available.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/matrices.py:docstring of nipy.algorithms.utils.matrices.matrix_rank:37: ERROR: Unknown target name: "2".
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/matrices.py:docstring of nipy.algorithms.utils.matrices.matrix_rank:51: ERROR: Unknown target name: "computations".
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/pca.py:docstring of nipy.algorithms.utils.pca.pca:49: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/pca.py:docstring of nipy.algorithms.utils.pca.pca_image:50: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/pca.py:docstring of nipy.algorithms.utils.pca.pca_image:60: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/pca.py:docstring of nipy.algorithms.utils.pca.pca_image:56: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/image.py:docstring of nipy.core.image.image.Image:1: WARNING: Inline literal start-string without end-string.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/coordinate_map.py:docstring of nipy.core.reference.coordinate_map.CoordinateMap:59: WARNING: Inline emphasis start-string without end-string.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/coordinate_map.py:docstring of nipy.core.reference.coordinate_map.CoordinateMap:62: WARNING: Inline emphasis start-string without end-string.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test:6: WARNING: Inline emphasis start-string without end-string.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test_onesample.__init__:5: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test_onesample.__init__:6: WARNING: Definition list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test_onesample.__init__:9: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test_onesample.__init__:17: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test_onesample:6: WARNING: Inline emphasis start-string without end-string.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test_onesample_graph.__init__:5: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test_onesample_graph.__init__:8: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test_onesample_graph.__init__:4: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test_onesample_graph.__init__:6: WARNING: Definition list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test_onesample_graph.__init__:9: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test_onesample_graph.__init__:17: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test_onesample_graph:6: WARNING: Inline emphasis start-string without end-string.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test_twosample.__init__:5: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test_twosample.__init__:6: WARNING: Definition list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test_twosample.__init__:8: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test_twosample.__init__:16: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.permutation_test_twosample:6: WARNING: Inline emphasis start-string without end-string.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.compute_cluster_stats:6: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.extract_clusters_from_diam:6: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.extract_clusters_from_diam:5: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.extract_clusters_from_thresh:5: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.extract_clusters_from_thresh:3: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.max_dist:4: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:docstring of nipy.labs.group.permutation_test.max_dist:1: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/bsa_io.py:docstring of nipy.labs.spatial_models.bsa_io.make_bsa_image:24: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/discrete_domain.py:docstring of nipy.labs.spatial_models.discrete_domain.NDGridDomain:5: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/discrete_domain.py:docstring of nipy.labs.spatial_models.discrete_domain.NDGridDomain:2: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/discrete_domain.py:docstring of nipy.labs.spatial_models.discrete_domain.NDGridDomain.__init__:38: ERROR: Undefined substitution referenced: "det(affine)".
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/hroi.py:docstring of nipy.labs.spatial_models.hroi.HierarchicalROI:9: WARNING: Definition list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/hroi.py:docstring of nipy.labs.spatial_models.hroi.HierarchicalROI:12: WARNING: Definition list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/hroi.py:docstring of nipy.labs.spatial_models.hroi.HierarchicalROI:9: WARNING: Definition list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/hroi.py:docstring of nipy.labs.spatial_models.hroi.HierarchicalROI:14: WARNING: Definition list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/hroi.py:docstring of nipy.labs.spatial_models.hroi.HierarchicalROI:14: WARNING: Definition list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/mroi.py:docstring of nipy.labs.spatial_models.mroi.SubDomains:9: WARNING: Definition list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/mroi.py:docstring of nipy.labs.spatial_models.mroi.SubDomains:12: WARNING: Definition list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/mroi.py:docstring of nipy.labs.spatial_models.mroi.SubDomains:9: WARNING: Definition list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/mroi.py:docstring of nipy.labs.spatial_models.mroi.SubDomains:9: WARNING: Definition list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/mroi.py:docstring of nipy.labs.spatial_models.mroi.SubDomains:9: WARNING: Definition list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/parcellation.py:docstring of nipy.labs.spatial_models.parcellation.MultiSubjectParcellation:5: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/statistical_mapping.py:docstring of nipy.labs.statistical_mapping.cluster_stats:29: WARNING: Inline substitution_reference start-string without end-string.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/reproducibility_measures.py:docstring of nipy.labs.utils.reproducibility_measures.draw_samples:16: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/reproducibility_measures.py:docstring of nipy.labs.utils.reproducibility_measures.draw_samples:12: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/hemodynamic_models.py:docstring of nipy.modalities.fmri.hemodynamic_models.compute_regressor:54: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/hemodynamic_models.py:docstring of nipy.modalities.fmri.hemodynamic_models.compute_regressor:51: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/hrf.py:docstring of nipy.modalities.fmri.hrf:18: WARNING: Definition list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/reml.py:docstring of nipy.modalities.fmri.spm.reml.reml:9: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/reml.py:docstring of nipy.modalities.fmri.spm.reml.reml:5: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/reml.py:docstring of nipy.modalities.fmri.spm.reml.reml:7: WARNING: Definition list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/reml.py:docstring of nipy.modalities.fmri.spm.reml.reml:14: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/reml.py:docstring of nipy.modalities.fmri.spm.reml.reml:12: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/reml.py:docstring of nipy.modalities.fmri.spm.reml.reml:24: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/reml.py:docstring of nipy.modalities.fmri.spm.reml.reml:20: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/nosetester.py:docstring of nipy.fixes.numpy.testing.nosetester.NoseTester.bench:12: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/nosetester.py:docstring of nipy.testing.nosetester.NipyNoseTester:6: WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/nosetester.py:docstring of nipy.testing.nosetester.NipyNoseTester:9: WARNING: Bullet list ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/nosetester.py:docstring of nipy.testing.nosetester.NipyNoseTester.test:32: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/nosetester.py:docstring of nipy.testing.nosetester.NipyNoseTester:23: WARNING: Inline interpreted text or phrase reference start-string without end-string.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/utilities.py:docstring of nipy.utils.utilities.seq_prod:11: WARNING: Inline literal start-string without end-string.
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/utilities.py:docstring of nipy.utils.utilities.seq_prod:11: WARNING: Inline literal start-string without end-string.
> devel/guidelines/gitwash/this_project.inc:2: WARNING: Duplicate explicit target name: "nipy".
> devel/guidelines/gitwash/this_project.inc:2: WARNING: Duplicate explicit target name: "nipy".
> /<<PKGBUILDDIR>>/doc/devel/guidelines/gitwash/development_workflow.rst:9: ERROR: Duplicate target name, cannot be used as a unique reference: "nipy".
> /<<PKGBUILDDIR>>/doc/devel/guidelines/gitwash/development_workflow.rst:85: ERROR: Duplicate target name, cannot be used as a unique reference: "nipy".
> devel/guidelines/gitwash/this_project.inc:2: WARNING: Duplicate explicit target name: "nipy".
> devel/guidelines/gitwash/this_project.inc:2: WARNING: Duplicate explicit target name: "nipy".
> /<<PKGBUILDDIR>>/doc/devel/guidelines/gitwash/forking_hell.rst:9: ERROR: Duplicate target name, cannot be used as a unique reference: "nipy".
> /<<PKGBUILDDIR>>/doc/devel/guidelines/gitwash/forking_hell.rst:23: ERROR: Duplicate target name, cannot be used as a unique reference: "nipy".
> /<<PKGBUILDDIR>>/doc/devel/guidelines/gitwash/forking_hell.rst:26: ERROR: Duplicate target name, cannot be used as a unique reference: "nipy".
> /<<PKGBUILDDIR>>/doc/devel/guidelines/gitwash/forking_hell.rst:31: ERROR: Duplicate target name, cannot be used as a unique reference: "nipy".
> devel/guidelines/gitwash/this_project.inc:2: WARNING: Duplicate explicit target name: "nipy".
> devel/guidelines/gitwash/this_project.inc:2: WARNING: Duplicate explicit target name: "nipy".
> /<<PKGBUILDDIR>>/doc/devel/guidelines/gitwash/git_intro.rst:7: ERROR: Duplicate target name, cannot be used as a unique reference: "nipy".
> devel/guidelines/gitwash/this_project.inc:2: WARNING: Duplicate explicit target name: "nipy".
> devel/guidelines/gitwash/this_project.inc:2: WARNING: Duplicate explicit target name: "nipy".
> devel/guidelines/gitwash/this_project.inc:2: WARNING: Duplicate explicit target name: "nipy".
> /<<PKGBUILDDIR>>/doc/devel/guidelines/gitwash/patching.rst:7: ERROR: Duplicate target name, cannot be used as a unique reference: "nipy".
> /<<PKGBUILDDIR>>/doc/devel/guidelines/gitwash/patching.rst:61: ERROR: Duplicate target name, cannot be used as a unique reference: "nipy".
> /<<PKGBUILDDIR>>/doc/devel/guidelines/gitwash/patching.rst:122: ERROR: Duplicate target name, cannot be used as a unique reference: "nipy".
> devel/guidelines/gitwash/this_project.inc:2: WARNING: Duplicate explicit target name: "nipy".
> /<<PKGBUILDDIR>>/doc/devel/guidelines/gitwash/set_up_fork.rst:55: ERROR: Duplicate target name, cannot be used as a unique reference: "nipy".
> links_names.txt:164: WARNING: Duplicate explicit target name: "travis-ci".
> /<<PKGBUILDDIR>>/doc/devel/guidelines/make_release.rst:90: ERROR: Duplicate target name, cannot be used as a unique reference: "travis-ci".
> links_names.txt:108: WARNING: Duplicate explicit target name: "pythonxy".
> /<<PKGBUILDDIR>>/doc/devel/guidelines/testing.rst:17: ERROR: Undefined substitution referenced: "--".
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py:docstring of nipy.algorithms.statistics.empirical_pvalue.NormalEmpiricalNull:1: WARNING: duplicate object description of nipy.algorithms.statistics.empirical_pvalue.NormalEmpiricalNull, other instance in api/generated/nipy.algorithms.statistics.empirical_pvalue, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py:docstring of nipy.algorithms.statistics.empirical_pvalue.NormalEmpiricalNull.__init__:1: WARNING: duplicate object description of nipy.algorithms.statistics.empirical_pvalue.NormalEmpiricalNull.__init__, other instance in api/generated/nipy.algorithms.statistics.empirical_pvalue, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py:docstring of nipy.algorithms.statistics.empirical_pvalue.NormalEmpiricalNull.fdr:1: WARNING: duplicate object description of nipy.algorithms.statistics.empirical_pvalue.NormalEmpiricalNull.fdr, other instance in api/generated/nipy.algorithms.statistics.empirical_pvalue, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py:docstring of nipy.algorithms.statistics.empirical_pvalue.NormalEmpiricalNull.fdrcurve:1: WARNING: duplicate object description of nipy.algorithms.statistics.empirical_pvalue.NormalEmpiricalNull.fdrcurve, other instance in api/generated/nipy.algorithms.statistics.empirical_pvalue, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py:docstring of nipy.algorithms.statistics.empirical_pvalue.NormalEmpiricalNull.learn:1: WARNING: duplicate object description of nipy.algorithms.statistics.empirical_pvalue.NormalEmpiricalNull.learn, other instance in api/generated/nipy.algorithms.statistics.empirical_pvalue, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py:docstring of nipy.algorithms.statistics.empirical_pvalue.NormalEmpiricalNull.plot:1: WARNING: duplicate object description of nipy.algorithms.statistics.empirical_pvalue.NormalEmpiricalNull.plot, other instance in api/generated/nipy.algorithms.statistics.empirical_pvalue, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py:docstring of nipy.algorithms.statistics.empirical_pvalue.NormalEmpiricalNull.threshold:1: WARNING: duplicate object description of nipy.algorithms.statistics.empirical_pvalue.NormalEmpiricalNull.threshold, other instance in api/generated/nipy.algorithms.statistics.empirical_pvalue, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py:docstring of nipy.algorithms.statistics.empirical_pvalue.NormalEmpiricalNull.uncorrected_threshold:1: WARNING: duplicate object description of nipy.algorithms.statistics.empirical_pvalue.NormalEmpiricalNull.uncorrected_threshold, other instance in api/generated/nipy.algorithms.statistics.empirical_pvalue, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_field.py:docstring of nipy.labs.datasets.volumes.volume_field.VolumeField.as_volume_img:1: WARNING: duplicate object description of nipy.labs.datasets.volumes.volume_field.VolumeField.as_volume_img, other instance in api/generated/nipy.labs.datasets.volumes.volume_field, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_field.py:docstring of nipy.labs.datasets.volumes.volume_field.VolumeField.composed_with_transform:1: WARNING: duplicate object description of nipy.labs.datasets.volumes.volume_field.VolumeField.composed_with_transform, other instance in api/generated/nipy.labs.datasets.volumes.volume_field, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_field.py:docstring of nipy.labs.datasets.volumes.volume_field.VolumeField.resampled_to_img:1: WARNING: duplicate object description of nipy.labs.datasets.volumes.volume_field.VolumeField.resampled_to_img, other instance in api/generated/nipy.labs.datasets.volumes.volume_field, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_field.py:docstring of nipy.labs.datasets.volumes.volume_field.VolumeField.values_in_world:1: WARNING: duplicate object description of nipy.labs.datasets.volumes.volume_field.VolumeField.values_in_world, other instance in api/generated/nipy.labs.datasets.volumes.volume_field, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/activation_maps.py:docstring of nipy.labs.viz_tools.activation_maps.plot_map:1: WARNING: duplicate object description of nipy.labs.viz_tools.activation_maps.plot_map, other instance in api/generated/nipy.labs.viz_tools.activation_maps, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/maps_3d.py:docstring of nipy.labs.viz_tools.maps_3d.affine_img_src:1: WARNING: duplicate object description of nipy.labs.viz_tools.maps_3d.affine_img_src, other instance in api/generated/nipy.labs.viz_tools.maps_3d, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/maps_3d.py:docstring of nipy.labs.viz_tools.maps_3d.plot_anat_3d:1: WARNING: duplicate object description of nipy.labs.viz_tools.maps_3d.plot_anat_3d, other instance in api/generated/nipy.labs.viz_tools.maps_3d, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/maps_3d.py:docstring of nipy.labs.viz_tools.maps_3d.plot_map_3d:1: WARNING: duplicate object description of nipy.labs.viz_tools.maps_3d.plot_map_3d, other instance in api/generated/nipy.labs.viz_tools.maps_3d, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/simul_multisubject_fmri_dataset.py:docstring of nipy.labs.utils.simul_multisubject_fmri_dataset.surrogate_2d_dataset:1: WARNING: duplicate object description of nipy.labs.utils.simul_multisubject_fmri_dataset.surrogate_2d_dataset, other instance in api/generated/nipy.labs.utils.simul_multisubject_fmri_dataset, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/simul_multisubject_fmri_dataset.py:docstring of nipy.labs.utils.simul_multisubject_fmri_dataset.surrogate_3d_dataset:1: WARNING: duplicate object description of nipy.labs.utils.simul_multisubject_fmri_dataset.surrogate_3d_dataset, other instance in api/generated/nipy.labs.utils.simul_multisubject_fmri_dataset, use :noindex: for one of them
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/simul_multisubject_fmri_dataset.py:docstring of nipy.labs.utils.simul_multisubject_fmri_dataset.surrogate_4d_dataset:1: WARNING: duplicate object description of nipy.labs.utils.simul_multisubject_fmri_dataset.surrogate_4d_dataset, other instance in api/generated/nipy.labs.utils.simul_multisubject_fmri_dataset, use :noindex: for one of them
> /<<PKGBUILDDIR>>/doc/users/glm_spec.rst:271: WARNING: Exception occurred in plotting neuronal_event
>  from /<<PKGBUILDDIR>>/doc/users/plots/neuronal_event.py:
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 31, in <module>
>   File "<lambdifygenerated-9>", line 2, in _lambdifygenerated
>     return Heaviside(t, 1/2) - 2*Heaviside(t - 18, 1/2) + Heaviside(t - 16, 1/2) - 2*Heaviside(t - 14, 1/2) + Heaviside(t - 12, 1/2) - 2*Heaviside(t - 10, 1/2) + Heaviside(t - 8, 1/2) - 2*Heaviside(t - 6, 1/2) + Heaviside(t - 4, 1/2) - 2*Heaviside(t - 2, 1/2)
> TypeError: <lambda>() takes 1 positional argument but 2 were given
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [  0%] api/generated/gen
> writing output... [  0%] api/generated/nipy.algorithms.clustering.bgmm
> writing output... [  1%] api/generated/nipy.algorithms.clustering.ggmixture
> writing output... [  1%] api/generated/nipy.algorithms.clustering.gmm
> writing output... [  2%] api/generated/nipy.algorithms.clustering.hierarchical_clustering
> writing output... [  2%] api/generated/nipy.algorithms.clustering.imm
> writing output... [  2%] api/generated/nipy.algorithms.clustering.utils
> writing output... [  3%] api/generated/nipy.algorithms.clustering.von_mises_fisher_mixture
> writing output... [  3%] api/generated/nipy.algorithms.diagnostics.commands
> writing output... [  4%] api/generated/nipy.algorithms.diagnostics.screens
> writing output... [  4%] api/generated/nipy.algorithms.diagnostics.timediff
> writing output... [  5%] api/generated/nipy.algorithms.diagnostics.tsdiffplot
> writing output... [  5%] api/generated/nipy.algorithms.fwhm
> writing output... [  5%] api/generated/nipy.algorithms.graph.bipartite_graph
> writing output... [  6%] api/generated/nipy.algorithms.graph.field
> writing output... [  6%] api/generated/nipy.algorithms.graph.forest
> writing output... [  7%] api/generated/nipy.algorithms.graph.graph
> writing output... [  7%] api/generated/nipy.algorithms.group.parcel_analysis
> writing output... [  7%] api/generated/nipy.algorithms.interpolation
> writing output... [  8%] api/generated/nipy.algorithms.kernel_smooth
> writing output... [  8%] api/generated/nipy.algorithms.optimize
> writing output... [  9%] api/generated/nipy.algorithms.registration.affine
> writing output... [  9%] api/generated/nipy.algorithms.registration.chain_transform
> writing output... [ 10%] api/generated/nipy.algorithms.registration.groupwise_registration
> writing output... [ 10%] api/generated/nipy.algorithms.registration.histogram_registration
> writing output... [ 10%] api/generated/nipy.algorithms.registration.optimizer
> writing output... [ 11%] api/generated/nipy.algorithms.registration.polyaffine
> writing output... [ 11%] api/generated/nipy.algorithms.registration.resample
> writing output... [ 12%] api/generated/nipy.algorithms.registration.scripting
> writing output... [ 12%] api/generated/nipy.algorithms.registration.similarity_measures
> writing output... [ 12%] api/generated/nipy.algorithms.registration.transform
> writing output... [ 13%] api/generated/nipy.algorithms.registration.type_check
> writing output... [ 13%] api/generated/nipy.algorithms.resample
> writing output... [ 14%] api/generated/nipy.algorithms.segmentation.brain_segmentation
> writing output... [ 14%] api/generated/nipy.algorithms.segmentation.segmentation
> writing output... [ 15%] api/generated/nipy.algorithms.slicetiming.timefuncs
> writing output... [ 15%] api/generated/nipy.algorithms.statistics.bayesian_mixed_effects
> writing output... [ 15%] api/generated/nipy.algorithms.statistics.bench.bench_intvol
> writing output... [ 16%] api/generated/nipy.algorithms.statistics.empirical_pvalue
> writing output... [ 16%] api/generated/nipy.algorithms.statistics.formula.formulae
> writing output... [ 17%] api/generated/nipy.algorithms.statistics.mixed_effects_stat
> writing output... [ 17%] api/generated/nipy.algorithms.statistics.models.family.family
> writing output... [ 17%] api/generated/nipy.algorithms.statistics.models.family.links
> writing output... [ 18%] api/generated/nipy.algorithms.statistics.models.family.varfuncs
> writing output... [ 18%] api/generated/nipy.algorithms.statistics.models.glm
> writing output... [ 19%] api/generated/nipy.algorithms.statistics.models.model
> writing output... [ 19%] api/generated/nipy.algorithms.statistics.models.nlsmodel
> writing output... [ 20%] api/generated/nipy.algorithms.statistics.models.regression
> writing output... [ 20%] api/generated/nipy.algorithms.statistics.models.setupscons
> writing output... [ 20%] api/generated/nipy.algorithms.statistics.models.utils
> writing output... [ 21%] api/generated/nipy.algorithms.statistics.onesample
> writing output... [ 21%] api/generated/nipy.algorithms.statistics.rft
> writing output... [ 22%] api/generated/nipy.algorithms.statistics.utils
> writing output... [ 22%] api/generated/nipy.algorithms.utils.fast_distance
> writing output... [ 23%] api/generated/nipy.algorithms.utils.matrices
> writing output... [ 23%] api/generated/nipy.algorithms.utils.pca
> writing output... [ 23%] api/generated/nipy.cli.diagnose
> writing output... [ 24%] api/generated/nipy.cli.img3dto4d
> writing output... [ 24%] api/generated/nipy.cli.img4dto3d
> writing output... [ 25%] api/generated/nipy.cli.realign4d
> writing output... [ 25%] api/generated/nipy.cli.tsdiffana
> writing output... [ 25%] api/generated/nipy.core.image.image
> writing output... [ 26%] api/generated/nipy.core.image.image_list
> writing output... [ 26%] api/generated/nipy.core.image.image_spaces
> writing output... [ 27%] api/generated/nipy.core.reference.array_coords
> writing output... [ 27%] api/generated/nipy.core.reference.coordinate_map
> writing output... [ 28%] api/generated/nipy.core.reference.coordinate_system
> writing output... [ 28%] api/generated/nipy.core.reference.slices
> writing output... [ 28%] api/generated/nipy.core.reference.spaces
> writing output... [ 29%] api/generated/nipy.core.utils.generators
> writing output... [ 29%] api/generated/nipy.interfaces.matlab
> writing output... [ 30%] api/generated/nipy.interfaces.spm
> writing output... [ 30%] api/generated/nipy.io.files
> writing output... [ 30%] api/generated/nipy.io.nibcompat
> writing output... [ 31%] api/generated/nipy.io.nifti_ref
> writing output... [ 31%] api/generated/nipy.labs.bindings.benchmarks.bench_numpy
> writing output... [ 32%] api/generated/nipy.labs.datasets.converters
> writing output... [ 32%] api/generated/nipy.labs.datasets.transforms.affine_transform
> writing output... [ 33%] api/generated/nipy.labs.datasets.transforms.affine_utils
> writing output... [ 33%] api/generated/nipy.labs.datasets.transforms.transform
> writing output... [ 33%] api/generated/nipy.labs.datasets.volumes.volume_data
> writing output... [ 34%] api/generated/nipy.labs.datasets.volumes.volume_field
> writing output... [ 34%] api/generated/nipy.labs.datasets.volumes.volume_grid
> writing output... [ 35%] api/generated/nipy.labs.datasets.volumes.volume_img
> writing output... [ 35%] api/generated/nipy.labs.glm.benchmarks.bench_glm
> writing output... [ 35%] api/generated/nipy.labs.glm.glm
> writing output... [ 36%] api/generated/nipy.labs.group.permutation_test
> writing output... [ 36%] api/generated/nipy.labs.mask
> writing output... [ 37%] api/generated/nipy.labs.spatial_models.bayesian_structural_analysis
> writing output... [ 37%] api/generated/nipy.labs.spatial_models.bsa_io
> writing output... [ 38%] api/generated/nipy.labs.spatial_models.discrete_domain
> writing output... [ 38%] api/generated/nipy.labs.spatial_models.hierarchical_parcellation
> writing output... [ 38%] api/generated/nipy.labs.spatial_models.hroi
> writing output... [ 39%] api/generated/nipy.labs.spatial_models.mroi
> writing output... [ 39%] api/generated/nipy.labs.spatial_models.parcel_io
> writing output... [ 40%] api/generated/nipy.labs.spatial_models.parcellation
> writing output... [ 40%] api/generated/nipy.labs.spatial_models.structural_bfls
> writing output... [ 41%] api/generated/nipy.labs.statistical_mapping
> writing output... [ 41%] api/generated/nipy.labs.utils.reproducibility_measures
> writing output... [ 41%] api/generated/nipy.labs.utils.simul_multisubject_fmri_dataset
> writing output... [ 42%] api/generated/nipy.labs.utils.zscore
> writing output... [ 42%] api/generated/nipy.labs.viz_tools.activation_maps
> writing output... [ 43%] api/generated/nipy.labs.viz_tools.anat_cache
> writing output... [ 43%] api/generated/nipy.labs.viz_tools.cm
> writing output... [ 43%] api/generated/nipy.labs.viz_tools.coord_tools
> writing output... [ 44%] api/generated/nipy.labs.viz_tools.maps_3d
> writing output... [ 44%] api/generated/nipy.labs.viz_tools.slicers
> writing output... [ 45%] api/generated/nipy.labs.viz_tools.test.test_activation_maps
> writing output... [ 45%] api/generated/nipy.labs.viz_tools.test.test_cm
> writing output... [ 46%] api/generated/nipy.labs.viz_tools.test.test_coord_tools
> writing output... [ 46%] api/generated/nipy.labs.viz_tools.test.test_edge_detect
> writing output... [ 46%] api/generated/nipy.labs.viz_tools.test.test_slicers
> writing output... [ 47%] api/generated/nipy.modalities.fmri.design
> writing output... [ 47%] api/generated/nipy.modalities.fmri.design_matrix
> writing output... [ 48%] api/generated/nipy.modalities.fmri.experimental_paradigm
> writing output... [ 48%] api/generated/nipy.modalities.fmri.fmri
> writing output... [ 48%] api/generated/nipy.modalities.fmri.fmristat.hrf
> writing output... [ 49%] api/generated/nipy.modalities.fmri.fmristat.invert
> writing output... [ 49%] api/generated/nipy.modalities.fmri.fmristat.model
> writing output... [ 50%] api/generated/nipy.modalities.fmri.fmristat.outputters
> writing output... [ 50%] api/generated/nipy.modalities.fmri.glm
> writing output... [ 51%] api/generated/nipy.modalities.fmri.hemodynamic_models
> writing output... [ 51%] api/generated/nipy.modalities.fmri.hrf
> writing output... [ 51%] api/generated/nipy.modalities.fmri.realfuncs
> writing output... [ 52%] api/generated/nipy.modalities.fmri.spm.correlation
> writing output... [ 52%] api/generated/nipy.modalities.fmri.spm.model
> writing output... [ 53%] api/generated/nipy.modalities.fmri.spm.reml
> writing output... [ 53%] api/generated/nipy.modalities.fmri.spm.trace
> writing output... [ 53%] api/generated/nipy.modalities.fmri.utils
> writing output... [ 54%] api/generated/nipy.pkg_info
> writing output... [ 54%] api/generated/nipy.testing
> writing output... [ 55%] api/generated/nipy.testing.decorators
> writing output... [ 55%] api/generated/nipy.testing.doctester
> writing output... [ 56%] api/generated/nipy.testing.nosetester
> writing output... [ 56%] api/generated/nipy.utils
> writing output... [ 56%] api/generated/nipy.utils.arrays
> writing output... [ 57%] api/generated/nipy.utils.compat3
> writing output... [ 57%] api/generated/nipy.utils.perlpie
> writing output... [ 58%] api/generated/nipy.utils.skip_test
> writing output... [ 58%] api/generated/nipy.utils.utilities
> writing output... [ 58%] api/index
> writing output... [ 59%] devel/code_discussions/brainvisa_repositories
> writing output... [ 59%] devel/code_discussions/comparisons/index
> writing output... [ 60%] devel/code_discussions/comparisons/vtk_datasets
> writing output... [ 60%] devel/code_discussions/coordmap_notes
> writing output... [ 61%] devel/code_discussions/image_ordering
> writing output... [ 61%] devel/code_discussions/index
> writing output... [ 61%] devel/code_discussions/pipelining_api
> writing output... [ 62%] devel/code_discussions/refactoring/imagelists
> writing output... [ 62%] devel/code_discussions/refactoring/index
> writing output... [ 63%] devel/code_discussions/registration_api
> writing output... [ 63%] devel/code_discussions/repository_api
> writing output... [ 64%] devel/code_discussions/repository_design
> writing output... [ 64%] devel/code_discussions/simple_viewer
> writing output... [ 64%] devel/code_discussions/understanding_affines
> writing output... [ 65%] devel/code_discussions/usecases/batching
> writing output... [ 65%] devel/code_discussions/usecases/images
> writing output... [ 66%] devel/code_discussions/usecases/index
> writing output... [ 66%] devel/code_discussions/usecases/resampling
> writing output... [ 66%] devel/code_discussions/usecases/transformations
> writing output... [ 67%] devel/development_quickstart
> writing output... [ 67%] devel/doctests_preprocessor
> writing output... [ 68%] devel/guidelines/changelog
> writing output... [ 68%] devel/guidelines/commit_codes
> writing output... [ 69%] devel/guidelines/compiling_windows
> writing output... [ 69%] devel/guidelines/coverage_testing
> writing output... [ 69%] devel/guidelines/debugging
> writing output... [ 70%] devel/guidelines/gitwash/configure_git
> writing output... [ 70%] devel/guidelines/gitwash/development_workflow
> writing output... [ 71%] devel/guidelines/gitwash/following_latest
> writing output... [ 71%] devel/guidelines/gitwash/forking_hell
> writing output... [ 71%] devel/guidelines/gitwash/git_development
> writing output... [ 72%] devel/guidelines/gitwash/git_install
> writing output... [ 72%] devel/guidelines/gitwash/git_intro
> writing output... [ 73%] devel/guidelines/gitwash/git_resources
> writing output... [ 73%] devel/guidelines/gitwash/index
> writing output... [ 74%] devel/guidelines/gitwash/maintainer_workflow
> writing output... [ 74%] devel/guidelines/gitwash/patching
> writing output... [ 74%] devel/guidelines/gitwash/set_up_fork
> writing output... [ 75%] devel/guidelines/howto_document
> writing output... [ 75%] devel/guidelines/index
> writing output... [ 76%] devel/guidelines/make_release
> writing output... [ 76%] devel/guidelines/open_source_devel
> writing output... [ 76%] devel/guidelines/optimization
> writing output... [ 77%] devel/guidelines/sphinx_helpers
> writing output... [ 77%] devel/guidelines/testing
> writing output... [ 78%] devel/images
> writing output... [ 78%] devel/index
> writing output... [ 79%] devel/install/debian
> writing output... [ 79%] devel/install/fedora
> writing output... [ 79%] devel/install/index
> writing output... [ 80%] devel/install/windows
> writing output... [ 80%] devel/install/windows_scipy_build
> writing output... [ 81%] devel/planning/TODO
> writing output... [ 81%] devel/planning/index
> writing output... [ 82%] devel/planning/roadmap
> writing output... [ 82%] devel/tools/index
> writing output... [ 82%] devel/tools/tricked_out_emacs
> writing output... [ 83%] devel/tools/virtualenv-tutor
> writing output... [ 83%] documentation
> writing output... [ 84%] faq/documentation_faq
> writing output... [ 84%] faq/index
> writing output... [ 84%] faq/johns_bsd_pitch
> writing output... [ 85%] faq/licensing
> writing output... [ 85%] faq/why
> writing output... [ 86%] glossary
> writing output... [ 86%] history
> writing output... [ 87%] index
> writing output... [ 87%] labs/datasets
> writing output... [ 87%] labs/enn
> writing output... [ 88%] labs/generated/nipy.labs.datasets.volumes.volume_field.VolumeField.as_volume_img
> writing output... [ 88%] labs/generated/nipy.labs.datasets.volumes.volume_field.VolumeField.composed_with_transform
> writing output... [ 89%] labs/generated/nipy.labs.datasets.volumes.volume_field.VolumeField.resampled_to_img
> writing output... [ 89%] labs/generated/nipy.labs.datasets.volumes.volume_field.VolumeField.values_in_world
> writing output... [ 89%] labs/generated/nipy.labs.utils.mask.compute_mask
> writing output... [ 90%] labs/generated/nipy.labs.utils.mask.compute_mask_files
> writing output... [ 90%] labs/generated/nipy.labs.utils.mask.compute_mask_sessions
> writing output... [ 91%] labs/generated/nipy.labs.viz_tools.activation_maps.plot_map
> writing output... [ 91%] labs/generated/nipy.labs.viz_tools.maps_3d.affine_img_src
> writing output... [ 92%] labs/generated/nipy.labs.viz_tools.maps_3d.plot_anat_3d
> writing output... [ 92%] labs/generated/nipy.labs.viz_tools.maps_3d.plot_map_3d
> writing output... [ 92%] labs/index
> writing output... [ 93%] labs/mask
> writing output... [ 93%] labs/simul_activation
> writing output... [ 94%] labs/viz
> writing output... [ 94%] license
> writing output... [ 94%] mission
> writing output... [ 95%] publications
> writing output... [ 95%] references/brainpy_abstract
> writing output... [ 96%] users/basic_io
> writing output... [ 96%] users/coordinate_map
> writing output... [ 97%] users/glm_spec
> writing output... [ 97%] users/index
> writing output... [ 97%] users/install_data
> writing output... [ 98%] users/installation
> writing output... [ 98%] users/introduction
> writing output... [ 99%] users/math_coordmap
> writing output... [ 99%] users/scipy_orientation
> writing output... [100%] users/tutorial
> 
> /<<PKGBUILDDIR>>/doc/devel/code_discussions/usecases/resampling.rst:7: WARNING: undefined label: 'images'
> /<<PKGBUILDDIR>>/doc/devel/development_quickstart.rst:39: WARNING: undefined label: 'data_files'
> /<<PKGBUILDDIR>>/doc/users/glm_spec.rst:59: WARNING: term not in glossary: 'marked point process'
> /<<PKGBUILDDIR>>/doc/users/glm_spec.rst:187: WARNING: Failed to create a cross reference. A title or caption not found: 'face-object'
> /<<PKGBUILDDIR>>/doc/users/glm_spec.rst:230: WARNING: undefined label: 'intensity'
> /<<PKGBUILDDIR>>/doc/users/glm_spec.rst:243: WARNING: Failed to create a cross reference. A title or caption not found: 'face-object'
> /<<PKGBUILDDIR>>/doc/users/glm_spec.rst:306: WARNING: Failed to create a cross reference. A title or caption not found: 'face-object'
> /<<PKGBUILDDIR>>/doc/users/glm_spec.rst:384: WARNING: undefined label: 'event-amplitude'
> /<<PKGBUILDDIR>>/doc/users/glm_spec.rst:480: WARNING: Failed to create a cross reference. A title or caption not found: 'continuous-stimuli'
> /<<PKGBUILDDIR>>/doc/users/math_coordmap.rst:395: WARNING: undefined label: 'coordmp-discussion'
> generating indices... genindex py-modindex done
> writing additional pages... search done
> copying images... [  4%] devel/guidelines/gitwash/branch_dropdown.png
> copying images... [  9%] devel/guidelines/gitwash/pull_button.png
> copying images... [ 13%] devel/guidelines/gitwash/forking_button.png
> copying images... [ 18%] build/plot_directive/devel/guidelines/elegant.png
> copying images... [ 22%] labs/datasets/volume_img.jpg
> copying images... [ 27%] labs/datasets/volume_grid.jpg
> copying images... [ 31%] labs/datasets/volume_data.jpg
> copying images... [ 36%] labs/datasets/volume_field.jpg
> copying images... [ 40%] build/plot_directive/labs/plots/enn_demo.png
> copying images... [ 45%] build/plot_directive/labs/plots/surrogate_array.png
> copying images... [ 50%] labs/viz.png
> copying images... [ 54%] build/plot_directive/users/plots/event.png
> copying images... [ 59%] build/plot_directive/users/plots/block.png
> copying images... [ 63%] build/plot_directive/users/plots/sinusoidal.png
> copying images... [ 68%] build/plot_directive/users/plots/amplitudes.png
> copying images... [ 72%] build/plot_directive/users/plots/random_amplitudes.png
> copying images... [ 77%] build/plot_directive/users/plots/random_amplitudes_times.png
> copying images... [ 81%] build/plot_directive/users/plots/neuronal_block.png
> copying images... [ 86%] build/plot_directive/users/plots/hrf_delta.png
> copying images... [ 90%] build/plot_directive/users/plots/hrf.png
> copying images... [ 95%] build/plot_directive/users/plots/hrf_different.png
> copying images... [100%] build/plot_directive/users/plots/event_amplitude.png
> 
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 305 warnings.
> 
> The HTML pages are in build/html.
> 
> Build finished. The HTML pages are in build/html.
> ln -s build manual
> Build HTML and API finished.
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
> : # I: Link in the local coy of mathjax
> ln -sf /usr/share/javascript/mathjax/ doc/build/html/_static/mathjax
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_build -O--buildsystem=pybuild -Npython3-nipy -Npython-nipy-doc
> 	pybuild --build -i python{version} -p 3.10
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: 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/tmpiehtvdwc/tmp
> creating /tmp/tmpiehtvdwc/tmp/tmpiehtvdwc
> INFO: compile options: '-c'
> INFO: x86_64-linux-gnu-gcc: /tmp/tmpiehtvdwc/source.c
> INFO: x86_64-linux-gnu-gcc /tmp/tmpiehtvdwc/tmp/tmpiehtvdwc/source.o -L/usr/lib/x86_64-linux-gnu -lopenblas -o /tmp/tmpiehtvdwc/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:771: 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
> INFO: building library "cstat" sources
> INFO: building extension "nipy.algorithms.registration._registration" sources
> INFO: building extension "nipy.algorithms.segmentation._segmentation" sources
> INFO: building extension "nipy.algorithms.statistics.intvol" sources
> INFO: building extension "nipy.algorithms.statistics.histogram" sources
> INFO: building extension "nipy.algorithms.statistics._quantile" sources
> INFO: building extension "nipy.algorithms.graph._graph" sources
> INFO: building extension "nipy.labs.bindings.linalg" sources
> INFO: building extension "nipy.labs.bindings.array" sources
> INFO: building extension "nipy.labs.bindings.wrapper" sources
> INFO: building extension "nipy.labs.glm.kalman" sources
> INFO: building extension "nipy.labs.group.onesample" sources
> INFO: building extension "nipy.labs.group.twosample" sources
> INFO: building extension "nipy.labs.group.glm_twolevel" sources
> INFO: building extension "nipy.labs.utils.routines" sources
> 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
> copying build/src.linux-x86_64-3.10/nipy/__config__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy
> copying build/src.linux-x86_64-3.10/nipy/labs/__config__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs
> running build_clib
> INFO: customize UnixCCompiler
> INFO: customize UnixCCompiler using build_clib
> INFO: CCompilerOpt.__init__[813] : load cache from file -> /<<PKGBUILDDIR>>/build/temp.linux-x86_64-cpython-310/ccompiler_opt_cache_clib.py
> INFO: CCompilerOpt.__init__[824] : hit the file cache
> running build_ext
> INFO: customize UnixCCompiler
> INFO: customize UnixCCompiler using MyBuildExt
> INFO: CCompilerOpt.__init__[813] : load cache from file -> /<<PKGBUILDDIR>>/build/temp.linux-x86_64-cpython-310/ccompiler_opt_cache_ext.py
> INFO: CCompilerOpt.__init__[824] : hit the file cache
> 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']
> ________________________________________________________________________________
> 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
>    create-stamp debian/debhelper-build-stamp
>    dh_testroot -O--buildsystem=pybuild
>    dh_prep -O--buildsystem=pybuild
> 	rm -f -- debian/python3-nipy.substvars debian/python3-nipy-lib.substvars debian/python-nipy-doc.substvars
> 	rm -fr -- debian/.debhelper/generated/python3-nipy/ debian/python3-nipy/ debian/tmp/ debian/.debhelper/generated/python3-nipy-lib/ debian/python3-nipy-lib/ debian/.debhelper/generated/python-nipy-doc/ debian/python-nipy-doc/
>    dh_auto_install -O--buildsystem=pybuild
> 	install -m0755 -d /<<PKGBUILDDIR>>/debian/tmp
> 	pybuild --install -i python{version} -p 3.10 --dest-dir /<<PKGBUILDDIR>>/debian/tmp
> I: pybuild base:240: /usr/bin/python3 setup.py install --root /<<PKGBUILDDIR>>/debian/python3-nipy 
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: 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/tmpydcbxwo1/tmp
> creating /tmp/tmpydcbxwo1/tmp/tmpydcbxwo1
> INFO: compile options: '-c'
> INFO: x86_64-linux-gnu-gcc: /tmp/tmpydcbxwo1/source.c
> INFO: x86_64-linux-gnu-gcc /tmp/tmpydcbxwo1/tmp/tmpydcbxwo1/source.o -L/usr/lib/x86_64-linux-gnu -lopenblas -o /tmp/tmpydcbxwo1/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:771: 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 install
> /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
> 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
> INFO: building library "cstat" sources
> INFO: building extension "nipy.algorithms.registration._registration" sources
> INFO: building extension "nipy.algorithms.segmentation._segmentation" sources
> INFO: building extension "nipy.algorithms.statistics.intvol" sources
> INFO: building extension "nipy.algorithms.statistics.histogram" sources
> INFO: building extension "nipy.algorithms.statistics._quantile" sources
> INFO: building extension "nipy.algorithms.graph._graph" sources
> INFO: building extension "nipy.labs.bindings.linalg" sources
> INFO: building extension "nipy.labs.bindings.array" sources
> INFO: building extension "nipy.labs.bindings.wrapper" sources
> INFO: building extension "nipy.labs.glm.kalman" sources
> INFO: building extension "nipy.labs.group.onesample" sources
> INFO: building extension "nipy.labs.group.twosample" sources
> INFO: building extension "nipy.labs.group.glm_twolevel" sources
> INFO: building extension "nipy.labs.utils.routines" sources
> INFO: building data_files sources
> INFO: build_src: building npy-pkg config files
> running build_py
> copying build/src.linux-x86_64-3.10/nipy/__config__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy
> copying build/src.linux-x86_64-3.10/nipy/labs/__config__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs
> running build_clib
> INFO: customize UnixCCompiler
> INFO: customize UnixCCompiler using build_clib
> INFO: CCompilerOpt.__init__[813] : load cache from file -> /<<PKGBUILDDIR>>/build/temp.linux-x86_64-cpython-310/ccompiler_opt_cache_clib.py
> INFO: CCompilerOpt.__init__[824] : hit the file cache
> running build_ext
> INFO: customize UnixCCompiler
> INFO: customize UnixCCompiler using MyBuildExt
> INFO: CCompilerOpt.__init__[813] : load cache from file -> /<<PKGBUILDDIR>>/build/temp.linux-x86_64-cpython-310/ccompiler_opt_cache_ext.py
> INFO: CCompilerOpt.__init__[824] : hit the file cache
> 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']
> ________________________________________________________________________________
> 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?
> running install_lib
> creating /<<PKGBUILDDIR>>/debian/python3-nipy
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/COMMIT_INFO.txt -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test/test_slicers.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test/test_coord_tools.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test/test_cm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test/test_edge_detect.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test/__pycache__/test_coord_tools.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test/__pycache__/test_edge_detect.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test/__pycache__/test_slicers.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test/__pycache__/test_cm.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test/__pycache__/test_activation_maps.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test/test_activation_maps.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/cm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/coord_tools.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/edge_detect.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/anat_cache.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/maps_3d.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/activation_maps.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/__pycache__/activation_maps.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/__pycache__/anat_cache.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/__pycache__/cm.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/__pycache__/slicers.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/__pycache__/maps_3d.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/__pycache__/coord_tools.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/__pycache__/edge_detect.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz3d.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/zscore.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/mask.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/routines.cpython-310-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/tests/test_repro.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/tests/test_simul_multisubject_fmri_dataset.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/tests/test_misc.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/__pycache__/simul_multisubject_fmri_dataset.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/__pycache__/reproducibility_measures.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/__pycache__/mask.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/__pycache__/zscore.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/simul_multisubject_fmri_dataset.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/reproducibility_measures.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/kalman.cpython-310-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/benchmarks
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/benchmarks/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/benchmarks
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/benchmarks/bench_glm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/benchmarks
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/benchmarks/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/benchmarks/__pycache__/bench_glm.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/benchmarks/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/benchmarks/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/benchmarks/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/glm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/tests/test_glm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/__pycache__/glm.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/glm/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/statistical_mapping.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/onesample.cpython-310-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/glm_twolevel.cpython-310-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/twosample.cpython-310-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/tests/test_onesample_stat.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/tests/test_permutation_test.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/__pycache__/permutation_test.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/tests/test_mask.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/tests/test_statistical_mapping.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/converters.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_field.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/tests/test_volume_img.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/tests/test_volume_grid.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/tests/test_volume_field.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/tests/test_volume_data.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_img.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_grid.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/volume_data.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/__pycache__/volume_grid.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/__pycache__/volume_data.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/__pycache__/volume_img.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/volumes/__pycache__/volume_field.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/tests/test_converters.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/__pycache__/converters.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/affine_transform.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/transform.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/affine_utils.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/tests/test_affine_utils.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/tests/test_affine_transform.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/tests/test_transform.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/__pycache__/transform.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/__pycache__/affine_transform.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/transforms/__pycache__/affine_utils.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/__config__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/mroi.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/discrete_domain.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/parcel_io.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/parcellation.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/bayesian_structural_analysis.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/hierarchical_parcellation.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/bsa_io.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_parcel.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_bsa.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_discrete_domain.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_mroi.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_bsa_io.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_hroi.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_parcel_io.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/hroi.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/structural_bfls.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/__pycache__/structural_bfls.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/__pycache__/hroi.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/__pycache__/discrete_domain.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/__pycache__/bayesian_structural_analysis.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/__pycache__/hierarchical_parcellation.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/__pycache__/parcellation.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/__pycache__/parcel_io.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/__pycache__/mroi.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/__pycache__/bsa_io.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/benchmarks
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/benchmarks/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/benchmarks
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/benchmarks/bench_numpy.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/benchmarks
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/benchmarks/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/benchmarks/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/benchmarks/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/benchmarks/__pycache__/bench_numpy.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/benchmarks/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/array.cpython-310-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/linalg.cpython-310-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/tests/test_numpy.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/tests/test_linalg.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/tests/test_blas1.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/tests/test_blas3.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/tests/test_array.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/wrapper.cpython-310-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/bindings/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/__pycache__/mask.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/__pycache__/statistical_mapping.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmri.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/design.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/hemodynamic_models.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/api.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/api.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/outputters.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/model.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/hrf.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/tests/test_iterables.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/tests/test_FIAC.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/tests/FIACdesigns.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/tests/test_model.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/tests/test_hrf.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/tests/test_outputters.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/invert.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/__pycache__/model.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/__pycache__/invert.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/__pycache__/outputters.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/__pycache__/hrf.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/hrf.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/realfuncs.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/design_matrix.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/experimental_paradigm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/spm
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/spm
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/trace.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/spm
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/model.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/spm
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/correlation.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/spm
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/reml.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/spm
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/spm/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/__pycache__/model.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/spm/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/__pycache__/trace.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/spm/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/spm/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/__pycache__/correlation.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/spm/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/__pycache__/reml.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/spm/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_paradigm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_realfuncs.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_dmtx.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_utils.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_design.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_hemodynamic_models.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_glm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_aliases.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_hrf.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_fmri.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_iterators.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/__pycache__/glm.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/__pycache__/utils.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/__pycache__/design.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/__pycache__/api.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/__pycache__/hemodynamic_models.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/__pycache__/realfuncs.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/__pycache__/design_matrix.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/__pycache__/hrf.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/__pycache__/experimental_paradigm.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/__pycache__/fmri.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/utils.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/nibabel
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/nibabel/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/nibabel
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/nibabel/orientations.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/nibabel
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/nibabel/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/nibabel/__pycache__/orientations.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/nibabel/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/nibabel/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/nibabel/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/numpy/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy/testing
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/numpy/testing/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy/testing
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/numpy/testing/nosetester.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy/testing
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/numpy/testing/noseclasses.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy/testing
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy/testing/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/numpy/testing/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy/testing/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/numpy/testing/__pycache__/nosetester.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy/testing/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/numpy/testing/__pycache__/noseclasses.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy/testing/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/numpy/testing/utils.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy/testing
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/numpy/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/scipy
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/scipy/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/scipy
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/scipy/ndimage
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/scipy/ndimage/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/scipy/ndimage
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/scipy/ndimage/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/scipy/ndimage/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/scipy/ndimage/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/scipy/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/scipy/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/scipy/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/fixes/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/doctester.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/decorators.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/nosetester.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/tests/test_doctesting.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/tests/test_doctester.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/tests/test_images.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/__pycache__/decorators.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/__pycache__/doctester.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/__pycache__/nosetester.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/arrays.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/compat3.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/skip_test.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/tests/test_skip_test.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/tests/test_compat3.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/tests/test_arrays.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/tests/test_utilities.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/perlpie.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/utilities.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/__pycache__/arrays.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/__pycache__/perlpie.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/__pycache__/skip_test.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/__pycache__/compat3.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/utils/__pycache__/utilities.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/resample.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/onesample.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/mixed_effects_stat.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/api.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/bayesian_mixed_effects.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/histogram.cpython-310-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/formula
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/formula
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/formula
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/formula
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/formula/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/formula/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/tests/test_formula.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/formula/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/formula/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/formula/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/__pycache__/formulae.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/formula/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/intvol.cpython-310-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/_quantile.cpython-310-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/rft.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/regression.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/family
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/family/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/family
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/family/links.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/family
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/family/family.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/family
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/family/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/family/__pycache__/varfuncs.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/family/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/family/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/family/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/family/__pycache__/family.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/family/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/family/__pycache__/links.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/family/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/family/varfuncs.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/family
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/nlsmodel.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/glm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/setupscons.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/model.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests/test_anova.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests/test_estimable.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests/test_model.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests/test_ar.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests/exampledata.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests/test_utils.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests/test_glm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests/test_regression.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests/test_olsR.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/__pycache__/model.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/__pycache__/glm.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/__pycache__/setupscons.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/__pycache__/regression.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/__pycache__/utils.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/__pycache__/info.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/__pycache__/nlsmodel.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/info.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/utils.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_utils.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_quantile.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_mixed_effects.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_empirical_pvalue.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_onesample.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_rft.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_histogram.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/__pycache__/test_rft.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/__pycache__/test_intrinsic_volumes.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/__pycache__/rft.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/__pycache__/onesample.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/__pycache__/empirical_pvalue.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/__pycache__/bayesian_mixed_effects.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/__pycache__/utils.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/__pycache__/mixed_effects_stat.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/bench
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/bench/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/bench
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/bench/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/bench/__pycache__/bench_intvol.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/bench/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/bench/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/bench/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/bench/bench_intvol.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/bench
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/utils.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/kernel_smooth.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/optimize.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/screens.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/commands.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/timediff.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/tests/test_time_difference.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/tests/test_screen.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/tests/test_commands.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/tsdiffplot.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/__pycache__/commands.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/__pycache__/tsdiffplot.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/__pycache__/timediff.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/__pycache__/screens.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/slicetiming
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/slicetiming/timefuncs.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/slicetiming
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/slicetiming/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/slicetiming
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/slicetiming/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/slicetiming
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/slicetiming/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/slicetiming/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/slicetiming/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/slicetiming/tests/test_timefuncs.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/slicetiming/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/slicetiming/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/slicetiming/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/slicetiming/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/slicetiming/__pycache__/timefuncs.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/slicetiming/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/pca.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/fast_distance.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/tests/test_matrices.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/tests/test_pca.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/tests/test_fast_distance.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/tests/test_pca_image.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/__pycache__/matrices.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/__pycache__/fast_distance.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/__pycache__/pca.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/matrices.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/resample.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/transform.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/polyaffine.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/histogram_registration.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/optimizer.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/chain_transform.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/_registration.cpython-310-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/scripting.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/type_check.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/groupwise_registration.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_resample.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_scripting.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_histogram_registration.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_chain_transforms.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_slice_timing.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_cubic_spline.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_fmri_realign4d.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_affine.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_polyaffine.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_transform.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_register.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/similarity_measures.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/__pycache__/similarity_measures.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/__pycache__/transform.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/__pycache__/groupwise_registration.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/__pycache__/polyaffine.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/__pycache__/resample.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/__pycache__/chain_transform.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/__pycache__/scripting.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/__pycache__/affine.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/__pycache__/histogram_registration.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/__pycache__/optimizer.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/__pycache__/type_check.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/affine.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/imm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/ggmixture.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/von_mises_fisher_mixture.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/gmm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/bgmm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests/test_vmm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests/test_imm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests/test_gmm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests/test_clustering.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests/test_ggm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests/test_bgmm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/__pycache__/gmm.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/__pycache__/imm.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/__pycache__/hierarchical_clustering.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/__pycache__/utils.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/__pycache__/von_mises_fisher_mixture.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/__pycache__/bgmm.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/__pycache__/ggmixture.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/utils.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/group
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/group
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/group
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/group
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/group/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/group/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/tests/test_parcel_analysis.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/group/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/group/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/__pycache__/parcel_analysis.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/group/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/group/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/interpolation.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/graph.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/forest.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/_graph.cpython-310-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/bipartite_graph.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/field.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/tests/test_bipartite_graph.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/tests/test_field.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/tests/test_forest.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/tests/test_graph.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/__pycache__/field.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/__pycache__/bipartite_graph.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/__pycache__/forest.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/__pycache__/graph.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests/test_resample.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests/test_kernel_smooth.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests/test_interpolator.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation/_segmentation.cpython-310-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation/segmentation.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation/brain_segmentation.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation/tests/test_segmentation.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation/__pycache__/segmentation.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation/__pycache__/brain_segmentation.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/segmentation/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/fwhm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/__pycache__/resample.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/__pycache__/interpolation.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/__pycache__/fwhm.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/__pycache__/optimize.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/__pycache__/kernel_smooth.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/pkg_info.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/interfaces/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/interfaces/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/interfaces/matlab.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/interfaces/spm.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/interfaces/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/interfaces/tests/test_mlabtemp.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/interfaces/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/interfaces/__pycache__/matlab.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/interfaces/__pycache__/spm.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/six.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d/quaternions.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d/tests/test_taitbryan.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d/tests/samples.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d/tests/test_quaternions.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d/taitbryan.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d/__pycache__/quaternions.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/transforms3d/utils.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/configobj.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/argparse.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/validate.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/__pycache__/argparse.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/__pycache__/configobj.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/externals/__pycache__/six.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/tests/scriptrunner.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/tests/test_scripts.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli/realign4d.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli/img3dto4d.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli/img4dto3d.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli/tsdiffana.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli/diagnose.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli/__pycache__/img3dto4d.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli/__pycache__/tsdiffana.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli/__pycache__/diagnose.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli/__pycache__/img4dto3d.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/cli/__pycache__/realign4d.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/__config__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/imageformats
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/imageformats/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/imageformats
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/api.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nibcompat.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/tests/test_image_io.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/tests/test_save.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/tests/test_nifti_ref.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/tests/test_nibcompat.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/__pycache__/files.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/__pycache__/api.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/__pycache__/nifti_ref.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/__pycache__/nibcompat.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/__pycache__/pkg_info.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/__pycache__/info.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/api.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils/generators.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/utils
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/utils
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/utils/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/utils/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils/tests/test_generators.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/utils/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils/__pycache__/generators.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/utils/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/utils/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/image_spaces.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/image_list.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/roi.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/tests/test_image_list.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/tests/test_rollimg.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/tests/test_image_spaces.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/tests/test_image.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/image.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/__pycache__/image_list.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/__pycache__/image.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/__pycache__/image_spaces.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/__pycache__
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/setup.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/array_coords.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/coordinate_map.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/coordinate_system.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/slices.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/test_array_coords.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/test_matrix_groups.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/test_coordinate_map.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/test_spaces.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/matrix_groups.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/test_slices.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/test_parametrized_surface.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/test_coordinate_system.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/__pycache__/spaces.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/__pycache__/coordinate_map.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/__pycache__/coordinate_system.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/__pycache__/array_coords.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/__pycache__/slices.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/spaces.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/__pycache__/api.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/__pycache__
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/info.py -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test/test_slicers.py to test_slicers.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test/test_coord_tools.py to test_coord_tools.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test/test_cm.py to test_cm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test/test_edge_detect.py to test_edge_detect.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/test/test_activation_maps.py to test_activation_maps.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/cm.py to cm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/coord_tools.py to coord_tools.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/slicers.py to slicers.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/edge_detect.py to edge_detect.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/anat_cache.py to anat_cache.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/maps_3d.py to maps_3d.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz_tools/activation_maps.py to activation_maps.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/mask.py to mask.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz3d.py to viz3d.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/zscore.py to zscore.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/mask.py to mask.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/tests/test_repro.py to test_repro.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/tests/test_simul_multisubject_fmri_dataset.py to test_simul_multisubject_fmri_dataset.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/tests/test_misc.py to test_misc.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/simul_multisubject_fmri_dataset.py to simul_multisubject_fmri_dataset.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/utils/reproducibility_measures.py to reproducibility_measures.cpython-310.pyc
> /usr/lib/python3.10/dist-packages/nipy/labs/utils/reproducibility_measures.py:443: SyntaxWarning: "is not" with a literal. Did you mean "!="?
> /usr/lib/python3.10/dist-packages/nipy/labs/utils/reproducibility_measures.py:511: SyntaxWarning: "is not" with a literal. Did you mean "!="?
> /usr/lib/python3.10/dist-packages/nipy/labs/utils/reproducibility_measures.py:513: SyntaxWarning: "is not" with a literal. Did you mean "!="?
> /usr/lib/python3.10/dist-packages/nipy/labs/utils/reproducibility_measures.py:599: SyntaxWarning: "is not" with a literal. Did you mean "!="?
> /usr/lib/python3.10/dist-packages/nipy/labs/utils/reproducibility_measures.py:601: SyntaxWarning: "is not" with a literal. Did you mean "!="?
> /usr/lib/python3.10/dist-packages/nipy/labs/utils/reproducibility_measures.py:669: SyntaxWarning: "is not" with a literal. Did you mean "!="?
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/viz.py to viz.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/benchmarks/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/benchmarks/bench_glm.py to bench_glm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/glm.py to glm.cpython-310.pyc
> /usr/lib/python3.10/dist-packages/nipy/labs/glm/glm.py:150: SyntaxWarning: "is" with a literal. Did you mean "=="?
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/glm/tests/test_glm.py to test_glm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/statistical_mapping.py to statistical_mapping.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group/permutation_test.py to permutation_test.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group/tests/test_onesample_stat.py to test_onesample_stat.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/group/tests/test_permutation_test.py to test_permutation_test.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/tests/test_mask.py to test_mask.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/tests/test_statistical_mapping.py to test_statistical_mapping.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/converters.py to converters.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/volume_field.py to volume_field.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/tests/test_volume_img.py to test_volume_img.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/tests/test_volume_grid.py to test_volume_grid.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/tests/test_volume_field.py to test_volume_field.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/tests/test_volume_data.py to test_volume_data.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/volume_img.py to volume_img.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/volume_grid.py to volume_grid.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/volumes/volume_data.py to volume_data.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/tests/test_converters.py to test_converters.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/affine_transform.py to affine_transform.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/transform.py to transform.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/affine_utils.py to affine_utils.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/tests/test_affine_utils.py to test_affine_utils.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/tests/test_affine_transform.py to test_affine_transform.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/datasets/transforms/tests/test_transform.py to test_transform.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/__config__.py to __config__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/mroi.py to mroi.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/discrete_domain.py to discrete_domain.cpython-310.pyc
> /usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/discrete_domain.py:791: SyntaxWarning: "is not" with a literal. Did you mean "!="?
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/parcel_io.py to parcel_io.cpython-310.pyc
> /usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/parcel_io.py:224: SyntaxWarning: "is not" with a literal. Did you mean "!="?
> /usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/parcel_io.py:291: SyntaxWarning: "is not" with a literal. Did you mean "!="?
> /usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/parcel_io.py:311: SyntaxWarning: "is not" with a literal. Did you mean "!="?
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/parcellation.py to parcellation.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/bayesian_structural_analysis.py to bayesian_structural_analysis.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/hierarchical_parcellation.py to hierarchical_parcellation.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/bsa_io.py to bsa_io.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests/test_parcel.py to test_parcel.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests/test_bsa.py to test_bsa.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests/test_discrete_domain.py to test_discrete_domain.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests/test_mroi.py to test_mroi.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests/test_bsa_io.py to test_bsa_io.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests/test_hroi.py to test_hroi.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests/test_parcel_io.py to test_parcel_io.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/hroi.py to hroi.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/structural_bfls.py to structural_bfls.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/benchmarks/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/benchmarks/bench_numpy.py to bench_numpy.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/tests/test_numpy.py to test_numpy.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/tests/test_linalg.py to test_linalg.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/tests/test_blas1.py to test_blas1.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/tests/test_blas3.py to test_blas3.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/bindings/tests/test_array.py to test_array.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmri.py to fmri.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/design.py to design.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/hemodynamic_models.py to hemodynamic_models.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/api.py to api.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/glm.py to glm.cpython-310.pyc
> /usr/lib/python3.10/dist-packages/nipy/modalities/fmri/glm.py:289: SyntaxWarning: "is" with a literal. Did you mean "=="?
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/api.py to api.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/outputters.py to outputters.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/model.py to model.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/hrf.py to hrf.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/tests/test_iterables.py to test_iterables.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/tests/test_FIAC.py to test_FIAC.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/tests/FIACdesigns.py to FIACdesigns.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/tests/test_model.py to test_model.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/tests/test_hrf.py to test_hrf.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/tests/test_outputters.py to test_outputters.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/fmristat/invert.py to invert.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/hrf.py to hrf.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/realfuncs.py to realfuncs.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/design_matrix.py to design_matrix.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/experimental_paradigm.py to experimental_paradigm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/spm/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/spm/trace.py to trace.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/spm/model.py to model.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/spm/correlation.py to correlation.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/spm/reml.py to reml.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests/test_paradigm.py to test_paradigm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests/test_realfuncs.py to test_realfuncs.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests/test_dmtx.py to test_dmtx.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests/test_utils.py to test_utils.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests/test_design.py to test_design.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests/test_hemodynamic_models.py to test_hemodynamic_models.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests/test_glm.py to test_glm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests/test_aliases.py to test_aliases.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests/test_hrf.py to test_hrf.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests/test_fmri.py to test_fmri.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests/test_iterators.py to test_iterators.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/utils.py to utils.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/nibabel/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/nibabel/orientations.py to orientations.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy/testing/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy/testing/nosetester.py to nosetester.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy/testing/noseclasses.py to noseclasses.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/numpy/testing/utils.py to utils.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/scipy/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/fixes/scipy/ndimage/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/doctester.py to doctester.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/decorators.py to decorators.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/nosetester.py to nosetester.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/tests/test_doctesting.py to test_doctesting.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/tests/test_doctester.py to test_doctester.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/tests/test_images.py to test_images.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/arrays.py to arrays.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/compat3.py to compat3.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/skip_test.py to skip_test.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/tests/test_skip_test.py to test_skip_test.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/tests/test_compat3.py to test_compat3.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/tests/test_arrays.py to test_arrays.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/tests/test_utilities.py to test_utilities.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/perlpie.py to perlpie.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/utils/utilities.py to utilities.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/resample.py to resample.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/empirical_pvalue.py to empirical_pvalue.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/onesample.py to onesample.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/mixed_effects_stat.py to mixed_effects_stat.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/api.py to api.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/bayesian_mixed_effects.py to bayesian_mixed_effects.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/formula/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/formula/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/formula/formulae.py to formulae.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/formula/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/formula/tests/test_formula.py to test_formula.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/rft.py to rft.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/regression.py to regression.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/family/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/family/links.py to links.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/family/family.py to family.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/family/varfuncs.py to varfuncs.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/nlsmodel.py to nlsmodel.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/glm.py to glm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/setupscons.py to setupscons.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/model.py to model.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests/test_anova.py to test_anova.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests/test_estimable.py to test_estimable.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests/test_model.py to test_model.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests/test_ar.py to test_ar.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests/exampledata.py to exampledata.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests/test_utils.py to test_utils.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests/test_glm.py to test_glm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests/test_regression.py to test_regression.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests/test_olsR.py to test_olsR.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/info.py to info.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/utils.py to utils.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py to test_intrinsic_volumes.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests/test_utils.py to test_utils.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests/test_quantile.py to test_quantile.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests/test_mixed_effects.py to test_mixed_effects.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests/test_empirical_pvalue.py to test_empirical_pvalue.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests/test_onesample.py to test_onesample.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests/test_rft.py to test_rft.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/tests/test_histogram.py to test_histogram.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/bench/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/bench/bench_intvol.py to bench_intvol.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/utils.py to utils.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/kernel_smooth.py to kernel_smooth.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/optimize.py to optimize.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/screens.py to screens.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/commands.py to commands.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/timediff.py to timediff.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/tests/test_time_difference.py to test_time_difference.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/tests/test_screen.py to test_screen.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/tests/test_commands.py to test_commands.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/tsdiffplot.py to tsdiffplot.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/slicetiming/timefuncs.py to timefuncs.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/slicetiming/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/slicetiming/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/slicetiming/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/slicetiming/tests/test_timefuncs.py to test_timefuncs.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/pca.py to pca.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/fast_distance.py to fast_distance.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/tests/test_matrices.py to test_matrices.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/tests/test_pca.py to test_pca.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/tests/test_fast_distance.py to test_fast_distance.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/tests/test_pca_image.py to test_pca_image.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/utils/matrices.py to matrices.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/resample.py to resample.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/transform.py to transform.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/polyaffine.py to polyaffine.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/histogram_registration.py to histogram_registration.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/optimizer.py to optimizer.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/chain_transform.py to chain_transform.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/scripting.py to scripting.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/type_check.py to type_check.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/groupwise_registration.py to groupwise_registration.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests/test_resample.py to test_resample.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests/test_scripting.py to test_scripting.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests/test_histogram_registration.py to test_histogram_registration.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests/test_chain_transforms.py to test_chain_transforms.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests/test_slice_timing.py to test_slice_timing.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests/test_cubic_spline.py to test_cubic_spline.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests/test_fmri_realign4d.py to test_fmri_realign4d.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests/test_affine.py to test_affine.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests/test_polyaffine.py to test_polyaffine.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests/test_transform.py to test_transform.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/tests/test_register.py to test_register.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/similarity_measures.py to similarity_measures.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/registration/affine.py to affine.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/imm.py to imm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/ggmixture.py to ggmixture.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/von_mises_fisher_mixture.py to von_mises_fisher_mixture.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/gmm.py to gmm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/bgmm.py to bgmm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/tests/test_vmm.py to test_vmm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/tests/test_imm.py to test_imm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/tests/test_gmm.py to test_gmm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/tests/test_clustering.py to test_clustering.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py to test_hierarchical_clustering.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/tests/test_ggm.py to test_ggm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/tests/test_bgmm.py to test_bgmm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/hierarchical_clustering.py to hierarchical_clustering.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/clustering/utils.py to utils.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/group/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/group/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/group/parcel_analysis.py to parcel_analysis.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/group/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/group/tests/test_parcel_analysis.py to test_parcel_analysis.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/interpolation.py to interpolation.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/graph.py to graph.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/forest.py to forest.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/bipartite_graph.py to bipartite_graph.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/field.py to field.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/tests/test_bipartite_graph.py to test_bipartite_graph.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/tests/test_field.py to test_field.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/tests/test_forest.py to test_forest.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/graph/tests/test_graph.py to test_graph.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/tests/test_resample.py to test_resample.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/tests/test_kernel_smooth.py to test_kernel_smooth.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/tests/test_interpolator.py to test_interpolator.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation/segmentation.py to segmentation.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation/brain_segmentation.py to brain_segmentation.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/segmentation/tests/test_segmentation.py to test_segmentation.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/fwhm.py to fwhm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/pkg_info.py to pkg_info.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces/matlab.py to matlab.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces/spm.py to spm.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/interfaces/tests/test_mlabtemp.py to test_mlabtemp.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/six.py to six.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d/quaternions.py to quaternions.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d/tests/test_taitbryan.py to test_taitbryan.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d/tests/samples.py to samples.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d/tests/test_quaternions.py to test_quaternions.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d/taitbryan.py to taitbryan.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/transforms3d/utils.py to utils.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/configobj.py to configobj.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/argparse.py to argparse.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/externals/validate.py to validate.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/tests/scriptrunner.py to scriptrunner.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/tests/test_scripts.py to test_scripts.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli/realign4d.py to realign4d.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli/img3dto4d.py to img3dto4d.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli/img4dto3d.py to img4dto3d.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli/tsdiffana.py to tsdiffana.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/cli/diagnose.py to diagnose.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/__config__.py to __config__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/imageformats/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/api.py to api.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/nibcompat.py to nibcompat.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/nifti_ref.py to nifti_ref.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/files.py to files.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/tests/test_image_io.py to test_image_io.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/tests/test_save.py to test_save.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/tests/test_nifti_ref.py to test_nifti_ref.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/io/tests/test_nibcompat.py to test_nibcompat.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/api.py to api.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/utils/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/utils/generators.py to generators.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/utils/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/utils/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/utils/tests/test_generators.py to test_generators.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/image_spaces.py to image_spaces.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/image_list.py to image_list.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/roi.py to roi.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/tests/test_image_list.py to test_image_list.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/tests/test_rollimg.py to test_rollimg.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/tests/test_image_spaces.py to test_image_spaces.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/tests/test_image.py to test_image.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/image/image.py to image.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/setup.py to setup.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/array_coords.py to array_coords.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/coordinate_map.py to coordinate_map.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/coordinate_system.py to coordinate_system.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/slices.py to slices.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests/test_array_coords.py to test_array_coords.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests/test_matrix_groups.py to test_matrix_groups.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests/test_coordinate_map.py to test_coordinate_map.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests/test_spaces.py to test_spaces.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests/matrix_groups.py to matrix_groups.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests/test_slices.py to test_slices.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests/test_parametrized_surface.py to test_parametrized_surface.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/tests/test_coordinate_system.py to test_coordinate_system.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/core/reference/spaces.py to spaces.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/info.py to info.cpython-310.pyc
> running install_data
> copying nipy/algorithms/statistics/models/tests/test_data.bin -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/statistics/models/tests
> creating /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/tests/data
> copying nipy/algorithms/diagnostics/tests/data/generate_tsdiff_results.m -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/tests/data/
> copying nipy/algorithms/diagnostics/tests/data/timediff.m -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/tests/data/
> copying nipy/algorithms/diagnostics/tests/data/tsdiff_results.mat -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/algorithms/diagnostics/tests/data/
> copying nipy/modalities/fmri/tests/dct_100.txt -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/cond_test1.txt -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/dct_5.txt -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/dct_10.txt -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/spm_bases.mat -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/spm_hrfs.mat -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying nipy/modalities/fmri/tests/spm_dmtx.npz -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/modalities/fmri/tests
> copying nipy/testing/functional.nii.gz -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/
> copying nipy/testing/anatomical.nii.gz -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/testing/
> copying nipy/labs/spatial_models/tests/some_blobs.nii -> /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy/labs/spatial_models/tests
> running install_clib
> ________________________________________________________________________________
> 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?
> running install_egg_info
> running egg_info
> creating nipy.egg-info
> writing nipy.egg-info/PKG-INFO
> writing dependency_links to nipy.egg-info/dependency_links.txt
> writing entry points to nipy.egg-info/entry_points.txt
> writing requirements to nipy.egg-info/requires.txt
> writing top-level names to nipy.egg-info/top_level.txt
> writing manifest file 'nipy.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/egg_info.py:643: SetuptoolsDeprecationWarning: Custom 'build_py' does not implement 'get_data_files_without_manifest'.
> Please extend command classes from setuptools instead of distutils.
>   warnings.warn(
> reading manifest file 'nipy.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'COPYING'
> warning: no files found matching 'TODO'
> warning: no files found matching '*.pxd' under directory 'nipy'
> warning: no files found matching '*.pyx' under directory 'lib'
> warning: no files found matching 'remake' under directory 'lib'
> warning: no files found matching '*' under directory 'scripts'
> warning: no files found matching '*' under directory 'nipy/algorithms/tests/data'
> warning: no previously-included files matching '*~' found anywhere in distribution
> warning: no previously-included files matching '*.swp' found anywhere in distribution
> adding license file 'LICENSE'
> writing manifest file 'nipy.egg-info/SOURCES.txt'
> Copying nipy.egg-info to /<<PKGBUILDDIR>>/debian/python3-nipy/usr/lib/python3.10/dist-packages/nipy-0.5.0.egg-info
> Skipping SOURCES.txt
> running install_scripts
> Installing nipy_3dto4d script to /<<PKGBUILDDIR>>/debian/python3-nipy/usr/bin
> Installing nipy_4d_realign script to /<<PKGBUILDDIR>>/debian/python3-nipy/usr/bin
> Installing nipy_4dto3d script to /<<PKGBUILDDIR>>/debian/python3-nipy/usr/bin
> Installing nipy_diagnose script to /<<PKGBUILDDIR>>/debian/python3-nipy/usr/bin
> Installing nipy_tsdiffana script to /<<PKGBUILDDIR>>/debian/python3-nipy/usr/bin
> 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
> 	rm -f debian/python-nipy-doc.debhelper.log debian/python3-nipy.debhelper.log
>    debian/rules override_dh_install
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> : # I: Unittest only the default python version for now against "installed" materials
> # Make sure data files for test will be available
> cp -a nipy/testing/*.gz /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing
> cp -a nipy/algorithms/statistics/models/tests/*.bin /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/tests
> cp -a nipy/labs/spatial_models/tests/*.nii /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests
> cp -a nipy/modalities/fmri/tests/* /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests
> cp -a nipy/algorithms/diagnostics/tests/data /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/tests
> cd debian; \
>      NIPY_DEBUG_PRINT=1 PATH=/<<PKGBUILDDIR>>/debian/python3-nipy/usr/bin:$PATH \
>   PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build:$PYTHONPATH \
>      MPLCONFIGDIR=/<<PKGBUILDDIR>>/build \
>   ../tools/nipnost nipy  --exclude-test=nipy.tests.test_scripts.test_nipy_4d_realign --exclude-test=nipy.tests.test_scripts.test_nipy_3_4d --exclude-test=nipy.tests.test_scripts.test_nipy_tsdiffana --exclude-test=nipy.tests.test_scripts.test_nipy_diagnose
> /usr/lib/python3.10/imp.py:172: FutureWarning: Module nipy.algorithms.clustering.von_mises_fisher_mixturedeprecated, will be removed
>   module = _load(spec)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/tests/test_formula.py:21: FutureWarning: We no longer carry a copy of the 'py3k' module in nibabel; Please import from the 'numpy.compat.py3k' module directly. Full removal scheduled for nibabel 4.0.
>   from nibabel.py3k import asbytes
> /usr/lib/python3.10/imp.py:217: FutureWarning: Module nipy.labs.bindings deprecated, will be removed
>   return _load(spec)
> <frozen importlib._bootstrap_external>:1184: FutureWarning: Module nipy.labs.utils.routines deprecated, will be removed
> /usr/lib/python3.10/imp.py:217: FutureWarning: Module nipy.labs.glm deprecated, will be removed. Please use nipy.modalities.fmri.glm instead.
>   return _load(spec)
> /usr/lib/python3.10/imp.py:217: FutureWarning: Module nipy.labs.group deprecated, will be removed
>   return _load(spec)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/hierarchical_parcellation.py:16: FutureWarning: Module nipy.labs.spatial_models.parcellation deprecated, will be removed
>   from .parcellation import MultiSubjectParcellation
> /usr/lib/python3.10/imp.py:172: FutureWarning: Module nipy.labs.spatial_models.hierarchical_parcellationdeprecated, will be removed
>   module = _load(spec)
> /usr/lib/python3.10/imp.py:172: FutureWarning: Module nipy.labs.spatial_models.parcel_iodeprecated, will be removed
>   module = _load(spec)
> <lambdifygenerated-7>:2: RuntimeWarning: invalid value encountered in power
>   return 0.00577729035806054*select([greater_equal(t, 0),True], [(t + 1.0e-14)**5.9799324808071,0], default=nan)*exp(-1.10739490385317*t) - 8.22761249548266e-9*select([greater_equal(t, 0),True], [(t + 1.0e-14)**11.9725946989513,0], default=nan)*exp(-1.10857358323623*t)
> ................................../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py:33: FutureWarning: Function average_link_graph deprecated, will be removed
>   t = average_link_graph(G)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py:50: FutureWarning: Function average_link_graph deprecated, will be removed
>   t = average_link_graph(G)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py:61: FutureWarning: Function average_link_graph_segment deprecated, will be removed
>   u, cost = average_link_graph_segment(G, qmax=2)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:399: FutureWarning: Function average_link_graph deprecated, will be removed
>   t = average_link_graph(G)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py:74: FutureWarning: Function ward from nipy.algorithms.clustering.hierrachical_clustering deprecated, will be removed
>   t = ward(G,x)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py:88: FutureWarning: Function ward_quick from nipy.algorithms.clustering.hierrachical_clustering deprecated, will be removed
>   t = ward_quick(G, x)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py:105: FutureWarning: Function ward_quick from nipy.algorithms.clustering.hierrachical_clustering deprecated, will be removed
>   t = ward_quick(G, x)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:797: FutureWarning: Function ward_quick from nipy.algorithms.clustering.hierrachical_clustering deprecated, will be removed
>   t = ward_quick(G, feature, verbose)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:867: FutureWarning: Function ward from nipy.algorithms.clustering.hierrachical_clustering deprecated, will be removed
>   t = ward(G, feature, verbose)
> ....................<doctest nipy.algorithms.diagnostics.screens.screen[3]>:1: FutureWarning: Future versions of nipy will not guess the slice axis from position, but only from axis name == "slice"; Please specify the slice axis by name or index to avoid this warning
>   screen_res = screen(img)
> .E/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> .../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/tests/test_screen.py:155: FutureWarning: Future versions of nipy will not guess the slice axis from position, but only from axis name == "slice"; Please specify the slice axis by name or index to avoid this warning
>   res = screen(img)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/tests/test_screen.py:170: FutureWarning: Future versions of nipy will not guess the slice axis from position, but only from axis name == "slice"; Please specify the slice axis by name or index to avoid this warning
>   rres = screen(rimg)
> ...................................../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:867: FutureWarning: Function ward from nipy.algorithms.clustering.hierrachical_clustering deprecated, will be removed
>   t = ward(G, feature, verbose)
> .................................................................../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/scon0.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/svcon0.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/scon1.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/svcon1.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/scon2.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/svcon2.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/scon3.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/svcon3.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/scon4.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/svcon4.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/scon5.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/svcon5.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/scon6.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/svcon6.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/scon7.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/svcon7.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/scon8.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/svcon8.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/scon9.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/svcon9.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/tmap.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/beta.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/vbeta.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/parcel_prob.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/group/parcel_analysis.py:140: UserWarning: Could not write image: a/parcel_mu.nii.gz
>   warnings.warn('Could not write image: %s' % path, UserWarning)
> .................../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_fmri_realign4d.py:62: FutureWarning: Please use SpaceTimeRealign instead of this class; We will soon remove this class
>   R = FmriRealign4d(runs, time_interp=False)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_fmri_realign4d.py:68: FutureWarning: Please use SpaceTimeRealign instead of this class; We will soon remove this class
>   R = FmriRealign4d(runs, tr=3, slice_order='ascending')
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_fmri_realign4d.py:75: FutureWarning: Please use SpaceTimeRealign instead of this class; We will soon remove this class
>   R = FmriRealign4d(runs, tr=3, slice_order='descending')
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_fmri_realign4d.py:82: FutureWarning: Please use SpaceTimeRealign instead of this class; We will soon remove this class
>   R = FmriRealign4d(runs, tr=3, slice_order='ascending', interleaved=True)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_fmri_realign4d.py:82: FutureWarning: `interleaved` keyword argument is deprecated
>   R = FmriRealign4d(runs, tr=3, slice_order='ascending', interleaved=True)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_fmri_realign4d.py:89: FutureWarning: Please use SpaceTimeRealign instead of this class; We will soon remove this class
>   R = FmriRealign4d(runs, tr=3, slice_order='descending', interleaved=True)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_fmri_realign4d.py:89: FutureWarning: `interleaved` keyword argument is deprecated
>   R = FmriRealign4d(runs, tr=3, slice_order='descending', interleaved=True)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/tests/test_fmri_realign4d.py:97: FutureWarning: Please use SpaceTimeRealign instead of this class; We will soon remove this class
>   return FmriRealign4d(runs, tr=3, slice_times=slice_times,
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/groupwise_registration.py:1197: UserWarning: Please make sure you are NOT using SPM-style slice order declaration
>   warnings.warn('Please make sure you are NOT using '
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/groupwise_registration.py:481: UserWarning: Minimization failed
>   warnings.warn('Minimization failed')
> ......................................................./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> ../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/registration/groupwise_registration.py:481: UserWarning: Minimization failed
>   warnings.warn('Minimization failed')
> .........................................................../usr/lib/python3/dist-packages/numpy/core/fromnumeric.py:86: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.
>   return ufunc.reduce(obj, axis, dtype, out, **passkwargs)
> ........................E../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/models/regression.py:490: RuntimeWarning: invalid value encountered in sqrt
>   return rho, np.sqrt(sigmasq)
> .................................................................................................................................................../usr/lib/python3/dist-packages/numpy/lib/polynomial.py:965: FutureWarning: In the future extra properties will not be copied across when constructing one poly1d from another
>   a1, a2 = poly1d(a1), poly1d(a2)
> /usr/lib/python3/dist-packages/numpy/lib/polynomial.py:1348: FutureWarning: In the future extra properties will not be copied across when constructing one poly1d from another
>   other = poly1d(other)
> ../usr/lib/python3/dist-packages/numpy/lib/polynomial.py:1337: FutureWarning: In the future extra properties will not be copied across when constructing one poly1d from another
>   other = poly1d(other)
> .....................EE/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:211: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   b1 = np.zeros(40, np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:213: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   b2 = np.zeros(40, np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:217: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   c = np.indices(b1.shape).astype(np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:218: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(intvol.Lips1d(c, b1), (1, 10))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:219: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(intvol.Lips1d(c, b2), (1, 28))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:220: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(intvol.Lips1d(c, b1+b2), (1, 39.0))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:226: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   c = np.indices(b1.shape).astype(np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:227: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(intvol.Lips2d(c, b1), (1, 10, 0))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:227: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(intvol.Lips2d(c, b1), (1, 10, 0))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:228: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(intvol.Lips2d(c, b2), (1, 28, 0))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:228: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(intvol.Lips2d(c, b2), (1, 28, 0))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:229: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(intvol.Lips2d(c, b1+b2), (1, 39.0, 0))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:229: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(intvol.Lips2d(c, b1+b2), (1, 39.0, 0))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:236: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   c = np.indices(b1.shape).astype(np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:237: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(intvol.Lips3d(c, b1), (1, 10, 0, 0))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:238: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(intvol.Lips3d(c, b2), (1, 28, 0, 0))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:239: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(intvol.Lips3d(c, b1+b2), (1, 39.0, 0, 0))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:250: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   c = np.indices(box_shape).astype(np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:251: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   b = np.ones(box_shape, dtype=np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:252: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(lips_func(c, b), exp_ivs)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:252: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(lips_func(c, b), exp_ivs)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:253: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_equal(ec_func(b), exp_ivs[0])
> .EEE/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:334: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   box1 = np.zeros((40,40,40), dtype=np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:338: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   c = np.indices(box1.shape).astype(np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:339: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(np.isnan(phi(c, box2)), False)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:339: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(np.isnan(phi(c, box2)), False)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:343: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(np.isnan(phi(e, box1 + box2)), False)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:343: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_array_equal(np.isnan(phi(e, box1 + box2)), False)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:350: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   m = np.zeros((40,)*3, np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:351: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   D = np.indices(m.shape).astype(np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:353: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   yield assert_almost_equal, e(m), 1
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:354: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   yield assert_almost_equal, p(D,m), [1,0,0,0]
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:354: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   yield assert_almost_equal, p(D,m), [1,0,0,0]
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:356: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   m = np.zeros((40,)*3, np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:358: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   yield assert_almost_equal, e(m), 1
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:359: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   yield assert_almost_equal, p(D,m), [1,3,0,0]
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:359: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   yield assert_almost_equal, p(D,m), [1,3,0,0]
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:361: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   m = np.zeros((40,)*3, np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:363: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   yield assert_almost_equal, e(m), 1
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:364: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   yield assert_almost_equal, p(D,m), [1,8,15,0]
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:364: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   yield assert_almost_equal, p(D,m), [1,8,15,0]
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:369: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_equal(intvol.EC1d(np.ones((6,), dtype=np.int)), 1)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:370: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   box1 = np.array([1, 1, 0, 1, 1, 1], dtype=np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:373: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   box1 = np.zeros((3,6), dtype=np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:375: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_equal(intvol.EC2d(box1), 1)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:377: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_equal(intvol.EC2d(box1), 2)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:379: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   box1 = np.zeros((3,6,3), dtype=np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:381: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_equal(intvol.EC3d(box1), 1)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py:383: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_equal(intvol.EC3d(box1), 2)
> .<doctest nipy.algorithms.statistics.tests.test_intrinsic_volumes.nonintersecting_boxes[0]>:1: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   b1 = np.zeros(40, np.int)
> <doctest nipy.algorithms.statistics.tests.test_intrinsic_volumes.nonintersecting_boxes[5]>:1: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   c = np.indices((40,)).astype(np.float)
> .........../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_quantile.py:29: ComplexWarning: Casting complex values to real discards the imaginary part
>   assert_array_equal(_median(X, axis=a).squeeze(),
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_quantile.py:30: ComplexWarning: Casting complex values to real discards the imaginary part
>   np_median(X.astype(np.float64), axis=a))
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_quantile.py:39: ComplexWarning: Casting complex values to real discards the imaginary part
>   _quantile(X, .75, axis=a, interp=True).squeeze(),
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_quantile.py:21: ComplexWarning: Casting complex values to real discards the imaginary part
>   return np.apply_along_axis(sp_percentile, axis, arr.astype(float), pct)
> ../usr/lib/python3/dist-packages/numpy/lib/polynomial.py:1348: FutureWarning: In the future extra properties will not be copied across when constructing one poly1d from another
>   other = poly1d(other)
> ................................................................................................................................/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_rft.py:78: RuntimeWarning: divide by zero encountered in divide
>   _t = np.power(2., -j) / (factorial(k-j) * factorial(j))
> ............................................./usr/lib/python3/dist-packages/numpy/lib/polynomial.py:965: FutureWarning: In the future extra properties will not be copied across when constructing one poly1d from another
>   a1, a2 = poly1d(a1), poly1d(a2)
> ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_utils.py:70: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_equal_bin8(np.array([0, 1, 1, -0], np.float), [0, 1, 1, 0])
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_utils.py:71: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_equal_bin8(np.array([[0, 1], [1, -0]], np.float),
> .../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> ...../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/matrices.py:132: RuntimeWarning: divide by zero encountered in divide
>   return np.where(X<=0, 0, 1. / X)
> ......./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/matrices.py:150: RuntimeWarning: divide by zero encountered in divide
>   return np.where(X==0, 0, 1. / X)
> ...../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> ........../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/pca.py:127: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
>   if design_resid == 'mean':
> ../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> ....../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/pca.py:127: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
>   if design_resid == 'mean':
> ...E/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests/test_interpolator.py:34: ResourceWarning: unclosed file <_io.BufferedRandom name=5>
>   interp = ImageInterpolator(img, mode='nearest')
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /usr/lib/python3/dist-packages/nose/case.py:197: ResourceWarning: unclosed file <_io.BufferedRandom name=7>
>   self.test(*self.arg)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests/test_interpolator.py:71: ResourceWarning: unclosed file <_io.BufferedRandom name=5>
>   interp = ImageInterpolator(img, mode='constant', order=order, cval=0)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests/test_interpolator.py:73: ResourceWarning: unclosed file <_io.BufferedRandom name=7>
>   interp = ImageInterpolator(img, mode='constant', order=order, cval=1)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests/test_interpolator.py:82: ResourceWarning: unclosed file <_io.BufferedRandom name=5>
>   interp = ImageInterpolator(img, mode=mode, order=order)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests/test_interpolator.py:89: ResourceWarning: unclosed file <_io.BufferedRandom name=7>
>   del interp
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests/test_interpolator.py:89: ResourceWarning: unclosed file <_io.BufferedRandom name=5>
>   del interp
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> EE/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> E.E/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> ../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests/test_resample.py:40: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   [0,0,1]], np.float)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests/test_resample.py:55: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   [0,0,1]], np.float)
> ..../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/coordinate_map.py:1164: UserWarning: composition of non-affine CoordinateMaps is less robust than the AffineTransform
>   warnings.warn("composition of non-affine CoordinateMaps is "
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/resample.py:133: ResourceWarning: unclosed file <_io.BufferedRandom name=5>
>   del(interp)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ........./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/__init__.py:66: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
>   if LooseVersion(np.__version__) >= LooseVersion('1.14'):
> ../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> .....<doctest nipy.core.image.image.fromarray[0]>:1: DeprecationWarning: fromarray is deprecated, please use the Image constructor instead
>   img = fromarray(np.zeros((2,3,4)), 'ijk', 'xyz')
> ....<doctest nipy.core.image.image.subsample[4]>:1: DeprecationWarning: subsample is deprecated, please use image slicing instead (e.g. img[:,:,1]
>   frame3 = subsample(im, slice_maker[:,:,:,3])
> ../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> <doctest nipy.core.image.image_list.ImageList.__array__[4]>:1: DeprecationWarning: Please use get_list_data() instead - default conversion to array will be deprecated
>   np.asarray(ilist).shape
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> <doctest nipy.core.image.image_list.ImageList.__init__[11]>:1: DeprecationWarning: Please use get_list_data() instead - default conversion to array will be deprecated
>   np.asarray(sublist).shape
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/__init__.py:66: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
>   if LooseVersion(np.__version__) >= LooseVersion('1.14'):
> <doctest nipy.core.image.image_spaces[11]>:1: FutureWarning: Image data has type int64, which may cause incompatibilities with other tools. This will error in NiBabel 5.0. This warning can be silenced by passing the dtype argument to Nifti1Image().
>   nimg = nib.Nifti1Image(data, affine)
> .<doctest nipy.core.image.image_spaces.is_xyz_affable[9]>:1: FutureWarning: Image data has type int64, which may cause incompatibilities with other tools. This will error in NiBabel 5.0. This warning can be silenced by passing the dtype argument to Nifti1Image().
>   nimg = nib.Nifti1Image(arr, np.diag([2,3,4,1]))
> .....................E......./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/tests/test_image_spaces.py:37: FutureWarning: Image data has type int64, which may cause incompatibilities with other tools. This will error in NiBabel 5.0. This warning can be silenced by passing the dtype argument to Nifti1Image().
>   nimg = nib.Nifti1Image(arr, aff)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/tests/test_image_spaces.py:80: FutureWarning: Image data has type int64, which may cause incompatibilities with other tools. This will error in NiBabel 5.0. This warning can be silenced by passing the dtype argument to Nifti1Image().
>   nimg = nib.Nifti1Image(arr, np.diag([2,3,4,1]))
> ......./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/__init__.py:66: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
>   if LooseVersion(np.__version__) >= LooseVersion('1.14'):
> ...<doctest nipy.core.reference.coordinate_map.AffineTransform.__call__[0]>:1: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   input_cs = CoordinateSystem('ijk', coord_dtype=np.int)
> ....<doctest nipy.core.reference.coordinate_map.AffineTransform.inverse[0]>:1: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   input_cs = CoordinateSystem('ijk', coord_dtype=np.int)
> ......../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/coordinate_map.py:409: RuntimeWarning: divide by zero encountered in log
>   out_vals = self.function(in_vals)
> .....................<doctest nipy.core.reference.coordinate_system.CoordinateSystem[1]>:1: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   cs = CoordinateSystem(names, 'a coordinate system', np.float)
> ......<doctest nipy.core.reference.coordinate_system.product[1]>:1: DeprecationWarning: `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   c2 = CoordinateSystem('kl', 'input', coord_dtype=np.complex)
> ................../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/coordinate_map.py:1164: UserWarning: composition of non-affine CoordinateMaps is less robust than the AffineTransform
>   warnings.warn("composition of non-affine CoordinateMaps is "
> ......../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/coordinate_map.py:1672: RuntimeWarning: divide by zero encountered in log
>   forward = lambda input: cmap1.function(cmap2.function(input))
> ......................................./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/test_coordinate_map.py:371: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   x = np.array([10, 20, 30], np.float)
> ................../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/coordinate_map.py:1124: UserWarning: product of non-affine CoordinateMaps is less robust thanthe AffineTransform
>   warnings.warn("product of non-affine CoordinateMaps is less robust than"+
> .........................................................../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/test_coordinate_system.py:79: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_raises(AttributeError, setattr, cs, 'coord_dtype', np.float)
> ......./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/test_coordinate_system.py:150: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   c.coord_dtype = np.float
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/test_coordinate_system.py:156: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   coord_dtype=np.float
> ../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/test_coordinate_system.py:190: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   dt = safe_dtype(np.float32, np.int16, np.bool)
> ../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/test_coordinate_system.py:245: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   CoordinateSystem(ax_names[:i], 'myname', np.float))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/test_coordinate_system.py:249: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   CoordinateSystem(ax_names[:i+1], 'anothername', np.float))
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/test_coordinate_system.py:266: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   c.coord_dtype = np.float
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/reference/tests/test_coordinate_system.py:272: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   coord_dtype=np.float
> ..............................................EE................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> ../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy; output names of "x", "y", "z" will raise an error.  Please use canonical output names from nipy.core.reference.spaces
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> ..SS/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/tests/test_image_io.py:166: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_dt_no_end_equal(hdr.get_data_dtype(), np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/tests/test_image_io.py:166: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_dt_no_end_equal(hdr.get_data_dtype(), np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> ../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy; output names of "x", "y", "z" will raise an error.  Please use canonical output names from nipy.core.reference.spaces
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> ........................../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy; output names of "x", "y", "z" will raise an error.  Please use canonical output names from nipy.core.reference.spaces
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> ..................................................................................................................................................................../usr/lib/python3/dist-packages/scipy/ndimage/_interpolation.py:603: UserWarning: The behavior of affine_transform with a 1-D array supplied for the matrix parameter has changed in SciPy 0.18.0.
>   warnings.warn(
> ......................................................................./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/datasets/converters.py:67: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data   = obj.get_data()
> /usr/lib/python3/dist-packages/nose/case.py:197: DeprecationWarning: Please use assertEqual instead.
>   self.test(*self.arg)
> ........./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/graph.py:504: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   i, j = i.astype(np.int), j.astype(np.int)
> <frozen importlib._bootstrap>:914: ImportWarning: _SixMetaPathImporter.find_spec() not found; falling back to find_module()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/graph.py:431: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   visited = np.zeros(n).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/graph.py:432: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   label = - np.ones(n).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:274: RuntimeWarning: divide by zero encountered in log
>   Fisher_values[i] = -np.sum(np.log(pseudo_p_values[I]))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/group/permutation_test.py:290: RuntimeWarning: divide by zero encountered in log
>   Fisher_values[i] = -np.sum(np.log(pseudo_p_values[I]))
> ../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/field.py:383: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   label = - np.ones(self.V, np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/field.py:393: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   llabel = - np.ones(sf.V, np.int)
> .../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/mroi.py:79: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   self.label = np.reshape(label, label.size).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/hroi.py:183: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   self.parents = np.ravel(parents).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/forest.py:79: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   self.parents = np.reshape(parents, self.V).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/forest.py:90: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   self.edges = np.array([]).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/hroi.py:300: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   valid.astype(np.bool)).parents.astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/hroi.py:300: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   valid.astype(np.bool)).parents.astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/bayesian_structural_analysis.py:152: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   subjects.append(subject * np.ones(mean_val.size).astype(np.int))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/hroi.py:356: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   mask_pos = np.ones(self.k, np.bool)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/imm.py:614: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   idx = np.zeros(n_samples).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/field.py:331: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   label = - np.ones(self.V, np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/bayesian_structural_analysis.py:307: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   roi_label = - np.ones(bfs.k).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/forest.py:299: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   depth = self.isleaf().astype(np.int)-1
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/structural_bfls.py:218: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   valid = np.zeros(n_labels).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/structural_bfls.py:246: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   maplabel = - np.ones(n_labels).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/forest.py:96: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   self.edges = (np.vstack((E1, E2))).astype(np.int).T
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/hroi.py:426: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   mask_pos = np.ones(self.k, np.bool)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/empirical_pvalue.py:211: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   hist = hist[hist > 0].astype(np.float)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/simul_multisubject_fmri_dataset.py:195: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   mask_data = mask.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/bsa_io.py:73: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   mask = mask_images.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/discrete_domain.py:243: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   return domain_from_binary_array(iim.get_data(), get_affine(iim), nn)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/bsa_io.py:85: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   beta = np.reshape(load(stat_image).get_data(), ref_dim)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/bsa_io.py:130: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   prev_ = np.zeros(crmap.size).astype(np.float)
> .........../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_discrete_domain.py:145: FutureWarning: Image data has type uint64, which may cause incompatibilities with other tools. This will error in NiBabel 5.0. This warning can be silenced by passing the dtype argument to Nifti1Image().
>   mim = Nifti1Image(mask.astype('u8'), affine)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/discrete_domain.py:293: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   return grid_domain_from_binary_array(iim.get_data(), get_affine(iim), nn)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/discrete_domain.py:789: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = nim.get_data()
> ............/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/mroi.py:741: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   return SubDomains(dom, labels.astype(np.int))
> ../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_hroi.py:81: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   assert_equal(hroi.parents, np.arange(8).astype(np.int))
> ........................./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_mroi.py:208: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   mask_image = Nifti1Image((nim.get_data() ** 2 > 0).astype('u8'),
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_mroi.py:208: FutureWarning: Image data has type uint64, which may cause incompatibilities with other tools. This will error in NiBabel 5.0. This warning can be silenced by passing the dtype argument to Nifti1Image().
>   mask_image = Nifti1Image((nim.get_data() ** 2 > 0).astype('u8'),
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_mroi.py:211: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = nim.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_mroi.py:232: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   bin_vox = bin_wim.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/mroi.py:646: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   mask = tmp_image.get_data().copy().astype(bool)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_mroi.py:235: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   id_vox = id_wim.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_mroi.py:243: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   assert_equal(np.unique(wim.get_data().astype(np.int32)), [-1, 3, 4, 5])
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:867: FutureWarning: Function ward from nipy.algorithms.clustering.hierrachical_clustering deprecated, will be removed
>   t = ward(G, feature, verbose)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:936: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   parent = np.arange(2 * n - nbcc).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:517: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   idxi = np.array(linc[i]).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:526: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   idxi = np.array(rinc[i]).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:538: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   idxj = np.array(linc[j]).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:547: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   idxj = np.array(rinc[j]).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:580: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   idxk = np.array(linc[k]).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:594: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   idxk = np.array(rinc[k]).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:868: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   u1 = np.zeros(n, np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/hierarchical_clustering.py:869: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   u2 = np.zeros(n, np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/parcellation.py:127: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   population = np.zeros((self.nb_parcel, self.nb_subj)).astype(np.int)
> ..../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/hierarchical_parcellation.py:398: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   initial_mask = np.ones((nbvox, nb_subj), np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/clustering/utils.py:131: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   z = - np.ones(nbitem).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/bipartite_graph.py:192: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   self.edges = - np.ones((E, 2), np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/hierarchical_parcellation.py:282: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   lseeds = np.zeros(nb_parcel, np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/field.py:444: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   seed = seed.astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/graph.py:900: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   label = - np.ones(self.V, np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/graph.py:723: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   neighb = self.edges[order, 1].astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/graph.py:726: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   idx = np.hstack((0, np.cumsum(degree))).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/hierarchical_parcellation.py:420: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   labels = - np.ones((nbvox, nb_subj)).astype(np.int)
> ../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_parcel_io.py:22: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   assert_equal(np.unique(wim.get_data()), np.arange(n_parcels))
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_parcel_io.py:36: FutureWarning: Image data has type uint64, which may cause incompatibilities with other tools. This will error in NiBabel 5.0. This warning can be silenced by passing the dtype argument to Nifti1Image().
>   save(Nifti1Image((rng.rand(*shape) > .1).astype('u8'),
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:376: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   this_mask = load(this_mask).get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:378: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   grp_mask = this_mask.copy().astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:44: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   return mask.astype(np.bool)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/parcel_io.py:56: FutureWarning: Image data has type uint64, which may cause incompatibilities with other tools. This will error in NiBabel 5.0. This warning can be silenced by passing the dtype argument to Nifti1Image().
>   mask = Nifti1Image(mask_data.astype('u8'),
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/spatial_models/tests/test_parcel_io.py:41: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   assert_equal(np.unique(wim.get_data()), np.arange(n_parcels))
> ............/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/reproducibility_measures.py:194: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   samples = [(groupsize * np.random.rand(groupsize)).astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/statistical_mapping.py:191: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = image.get_data().ravel()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/field.py:268: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   depth = np.zeros(self.V, np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/graph/field.py:276: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   ldepth = sf.V * np.ones(sf.V, np.int)
> .........../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/simul_multisubject_fmri_dataset.py:286: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   mask_data = mask.get_data().astype('bool')
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/tests/test_simul_multisubject_fmri_dataset.py:116: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   mean_image  = imgs[0].get_data()[mask].mean()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/utils/tests/test_simul_multisubject_fmri_dataset.py:117: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   assert_true((imgs[0].get_data()[mask == 0] < mean_image / 2).all())
> ../usr/lib/python3/dist-packages/scipy/ndimage/_measurements.py:305: DeprecationWarning: In future, it will be an error for 'np.bool_' scalars to be interpreted as an index
>   return _nd_image.find_objects(input, max_label)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/activation_maps.py:247: UserWarning: OSError('Cannot find template file T1_brain.nii.gz required to plot anatomy, see the nipy documentation installaton section for how to install template files.')
>   warnings.warn(repr(e))
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/edge_detect.py:85: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   img = signal.wiener(image.astype(np.float))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/edge_detect.py:98: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   thinner = np.zeros(grad_mag.shape, dtype=np.bool)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/edge_detect.py:47: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   return np.round(.5*((1+arr))**2).astype(np.bool)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/edge_detect.py:138: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   edge_mask = edge_mask.astype(np.float)
> /usr/lib/python3/dist-packages/matplotlib/cbook/__init__.py:1983: ResourceWarning: unclosed file <_io.BufferedRandom name=5>
>   for attr in kwargs:
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test/test_activation_maps.py:54: ResourceWarning: unclosed file <_io.BufferedRandom name=5>
>   pl.savefig(tempfile.TemporaryFile())
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test/test_activation_maps.py:56: ResourceWarning: unclosed file <_io.BufferedRandom name=5>
>   pl.savefig(tempfile.TemporaryFile())
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/coord_tools.py:241: UserWarning: Warning: converting a masked element to nan.
>   n_activated_voxels_per_plane = np.array([(_map3d[..., z] > 0).sum()
> .S./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/slicers.py:376: UserWarning: empty mask
>   get_mask_bounds(not_mask, affine)
> ...../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/viz_tools/test/test_coord_tools.py:33: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   x, y, z = find_cut_coords(map, mask=np.ones(map.shape, np.bool))
> ............S/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:45: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   label_count = np.bincount(labels.ravel().astype(np.int))
> ../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:249: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   mask = ndimage.binary_opening(mask.astype(np.int),
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/tests/test_mask.py:73: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   arr = img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:162: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   first_volume = nim.get_data().squeeze()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:167: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   mean_volume += nim.get_data().squeeze()
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/tests/test_mask.py:95: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   mask = np.ones((40, 40, 40), dtype=np.bool)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:445: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   mask = mask.astype(np.bool)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:453: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   series = data_file.get_data()
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/tests/test_mask.py:125: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   arr = img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:300: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   mean = session.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:333: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   mask = mask.astype(np.bool)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/statistical_mapping.py:63: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   xyz = np.where(mask.get_data() > 0)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/statistical_mapping.py:64: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   zmap = zimg.get_data()[xyz]
> ......../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:801: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   'term':np.dtype([(str(t), np.float) for t in terms]),
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:802: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   'preterm':np.dtype([(n, np.float) for n in preterm])}
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:885: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   float_array = term_recarray.view(np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:927: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   D = np.squeeze(D.astype(np.float))
> .../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:801: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   'term':np.dtype([(str(t), np.float) for t in terms]),
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:802: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   'preterm':np.dtype([(n, np.float) for n in preterm])}
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:885: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   float_array = term_recarray.view(np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:927: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   D = np.squeeze(D.astype(np.float))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:857: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   a = np.ones(preterm_recarray.shape[0], np.float)
> .<lambdifygenerated-7>:2: RuntimeWarning: invalid value encountered in power
>   return 0.00577729035806054*select([greater_equal(t, 0),True], [(t + 1.0e-14)**5.9799324808071,0], default=nan)*exp(-1.10739490385317*t) - 8.22761249548266e-9*select([greater_equal(t, 0),True], [(t + 1.0e-14)**11.9725946989513,0], default=nan)*exp(-1.10857358323623*t)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:522: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   return np.dtype([(n, np.float) for n in vnames])
> /usr/lib/python3/dist-packages/numpy/lib/function_base.py:2853: RuntimeWarning: invalid value encountered in divide
>   c /= stddev[:, None]
> /usr/lib/python3/dist-packages/numpy/lib/function_base.py:2854: RuntimeWarning: invalid value encountered in divide
>   c /= stddev[None, :]
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:859: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   a = a.view(np.dtype([('intercept', np.float)]))
> .../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:801: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   'term':np.dtype([(str(t), np.float) for t in terms]),
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:802: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   'preterm':np.dtype([(n, np.float) for n in preterm])}
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:885: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   float_array = term_recarray.view(np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:927: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   D = np.squeeze(D.astype(np.float))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/files.py:145: FutureWarning: Default `strict` currently False; this will change to True in a future version of nipy
>   ni_img = nipy2nifti(img, data_dtype = io_dtype)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/fmristat/model.py:218: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   r = (np.clip(rho,-1,1) * 100).astype(np.int) / 100.
> ...../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:128: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   ar1 = (ar1 * steps).astype(np.int) * 1. / steps
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:227: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   effect_ = np.zeros((dim, self.labels_.size), dtype=np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:228: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   var_ = np.zeros((dim, dim, self.labels_.size), dtype=np.float)
> ../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/spm/reml.py:27: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   nkeep = np.greater(u, tol*u.max()).astype(np.int).sum()
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/testing/__init__.py:66: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
>   if LooseVersion(np.__version__) >= LooseVersion('1.14'):
> ............/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:443: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   dtype = np.dtype([(n, np.float) for n in names])
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:1049: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   levelsarr = levelsarr.astype(np.int)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:857: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   a = np.ones(preterm_recarray.shape[0], np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:859: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   a = a.view(np.dtype([('intercept', np.float)]))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/formulae.py:522: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   return np.dtype([(n, np.float) for n in vnames])
> <lambdifygenerated-7>:2: RuntimeWarning: invalid value encountered in power
>   return 0.00577729035806054*select([greater_equal(t, 0),True], [(t + 1.0e-14)**5.9799324808071,0], default=nan)*exp(-1.10739490385317*t) - 8.22761249548266e-9*select([greater_equal(t, 0),True], [(t + 1.0e-14)**11.9725946989513,0], default=nan)*exp(-1.10857358323623*t)
> ..../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/design_matrix.py:403: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   frametimes = np.asarray(frametimes, dtype=np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/design_matrix.py:269: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   self.frametimes = np.asarray(frametimes, dtype=np.float)
> ......./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/experimental_paradigm.py:57: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   self.onset = np.ravel(np.array(onset)).astype(np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/hemodynamic_models.py:191: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   regressor = np.zeros_like(hr_frametimes).astype(np.float)
> ............./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_dmtx.py:293: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   onset = paradigm.onset[paradigm.con_id == 'c0'].astype(np.int)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_dmtx.py:306: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   onset = paradigm.onset[paradigm.con_id == 'c0'].astype(np.int)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_dmtx.py:319: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   onset = paradigm.onset[paradigm.con_id == 'c2'].astype(np.int)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_dmtx.py:332: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   onset = paradigm.onset[paradigm.con_id == 'c0'].astype(np.int)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_dmtx.py:346: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   onset = paradigm.onset[paradigm.con_id == 'c0'].astype(np.int)
> .../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_dmtx.py:382: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   ct = paradigm.onset[paradigm.con_id == 'c0'].astype(np.int) + 1
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_dmtx.py:394: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   ct = paradigm.onset[paradigm.con_id == 'c0'].astype(np.int) + 3
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_dmtx.py:407: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   idx = paradigm.onset[paradigm.con_id == 'c0'].astype(np.int)
> ../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_dmtx.py:429: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   idx = bp.onset[bp.con_id == 'c1'].astype(np.int)
> ........./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:522: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   mask = self.mask.get_data().astype(np.bool)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:522: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   mask = self.mask.get_data().astype(np.bool)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:528: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data, mean = data_scaling(fmri.get_data()[mask].T)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:128: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   ar1 = (ar1 * steps).astype(np.int) * 1. / steps
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:227: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   effect_ = np.zeros((dim, self.labels_.size), dtype=np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:228: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   var_ = np.zeros((dim, dim, self.labels_.size), dtype=np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:591: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   mask = self.mask.get_data().astype(np.bool)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:591: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   mask = self.mask.get_data().astype(np.bool)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:608: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   result_map = mask.astype(np.float)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_glm.py:60: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   assert_true(z_image.get_data().std() < 3.)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_glm.py:74: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   assert_equal(np.sum(z_image.get_data() == 0), 0)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:44: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   return mask.astype(np.bool)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:333: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   mask = mask.astype(np.bool)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_glm.py:81: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   assert_true(z_image.get_data().std() < 3. )
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:604: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   mask.astype(np.float)[:, :, :, np.newaxis], dim)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_glm.py:88: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   assert_array_equal(z_image.get_data() == 0., load(mask).get_data() == 0.)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_glm.py:90: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   (variance_image.get_data()[load(mask).get_data() > 0, 0] > .001).all())
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:530: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data, mean = (fmri.get_data()[mask].T,
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:531: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   fmri.get_data()[mask].T.mean(0))
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_glm.py:95: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   assert_true(z_image.get_data().std() < 3. )
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_glm.py:107: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   assert_true((z_image.get_data() < np.maximum(
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_glm.py:108: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   z1.get_data(), z2.get_data())).all())
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:581: UserWarning: Contrast for session 1 is null
>   warn('Contrast for session %d is null' % i)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/tests/test_glm.py:123: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   np.testing.assert_almost_equal(z1.get_data(), z2.get_data())
> ../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:164: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   beta = np.zeros((n_beta, self.labels_.size), dtype=np.float)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:178: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   mse = np.zeros(self.labels_.size, dtype=np.float)
> ./<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/glm.py:192: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   logL = np.zeros(self.labels_.size, dtype=np.float)
> .............../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:300: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   mean = session.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:44: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   return mask.astype(np.bool)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:333: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   mask = mask.astype(np.bool)
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:300: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   mean = session.get_data()
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/labs/mask.py:45: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   label_count = np.bincount(labels.ravel().astype(np.int))
> .S......../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/hemodynamic_models.py:191: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   regressor = np.zeros_like(hr_frametimes).astype(np.float)
> ............/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/hrf.py:203: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   hrf = np.zeros(t.shape, dtype=np.float)
> .../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/modalities/fmri/experimental_paradigm.py:57: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   self.onset = np.ravel(np.array(onset)).astype(np.float)
> .............<doctest nipy.utils.arrays.strides_from[1]>:1: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   strides_from((3,2), np.float)
> <doctest nipy.utils.arrays.strides_from[2]>:1: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
> Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
>   strides_from((5,4,3), np.bool, order='F')
> ............................../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> ../<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/io/nifti_ref.py:546: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj).
> 
> * deprecated from version: 3.0
> * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
>   data = ni_img.get_data()
> .
> ======================================================================
> ERROR: nipy.algorithms.diagnostics.tests.test_commands.test_parse_fname_axes
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/diagnostics/tests/test_commands.py", line 70, in test_parse_fname_axes
>     nibabel_img.get_header().set_dim_info(slice=ax_no)
>   File "/usr/lib/python3/dist-packages/nibabel/deprecator.py", line 181, in deprecated_func
>     raise error_class(message)
> nibabel.deprecator.ExpiredDeprecationError: get_header method is deprecated.
> Please use the ``img.header`` property instead.
> 
> * deprecated from version: 2.1
> * Raises <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 4.0
> 
> ======================================================================
> ERROR: nipy.algorithms.statistics.formula.tests.test_formula.test_factor_term
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/formula/tests/test_formula.py", line 513, in test_factor_term
>     name = np.asscalar(np.array('foo', ndt))
>   File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 311, in __getattr__
>     raise AttributeError("module {!r} has no attribute "
> AttributeError: module 'numpy' has no attribute 'asscalar'
> 
> ======================================================================
> ERROR: nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_ec
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 190, in test_ec
>     _, box1 = randombox((40,) * i)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 49, in randombox
>     return edges, box(shape, edges)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 34, in box
>     data[sl] = 1
> IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices
> 
> ======================================================================
> ERROR: nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_ec_disjoint
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 205, in test_ec_disjoint
>     box1, box2, _, _ = nonintersecting_boxes((40,)*i)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 89, in nonintersecting_boxes
>     edge1, box1 = randombox(shape)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 49, in randombox
>     return edges, box(shape, edges)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 34, in box
>     data[sl] = 1
> IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices
> 
> ======================================================================
> ERROR: nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_lips1_disjoint
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 258, in test_lips1_disjoint
>     box1, box2, edge1, edge2 = nonintersecting_boxes((30,))
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 89, in nonintersecting_boxes
>     edge1, box1 = randombox(shape)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 49, in randombox
>     return edges, box(shape, edges)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 34, in box
>     data[sl] = 1
> IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices
> 
> ======================================================================
> ERROR: nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_lips2_disjoint
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 283, in test_lips2_disjoint
>     box1, box2, edge1, edge2 = nonintersecting_boxes((40,40))
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 89, in nonintersecting_boxes
>     edge1, box1 = randombox(shape)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 49, in randombox
>     return edges, box(shape, edges)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 34, in box
>     data[sl] = 1
> IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices
> 
> ======================================================================
> ERROR: nipy.algorithms.statistics.tests.test_intrinsic_volumes.test_lips3_disjoint
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 310, in test_lips3_disjoint
>     box1, box2, edge1, edge2 = nonintersecting_boxes((40,)*3)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 89, in nonintersecting_boxes
>     edge1, box1 = randombox(shape)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 49, in randombox
>     return edges, box(shape, edges)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py", line 34, in box
>     data[sl] = 1
> IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices
> 
> ======================================================================
> ERROR: nipy.algorithms.utils.tests.test_pca_image.test_other_axes
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/tests/test_pca_image.py", line 298, in test_other_axes
>     pos_p = img_res2pos1(p, bv_key)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/utils/tests/test_pca_image.py", line 277, in img_res2pos1
>     res['basis_projections'] = Image(bps * signs[new_axes],
> IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices
> 
> ======================================================================
> ERROR: nipy.algorithms.tests.test_kernel_smooth.test_anat_smooth
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests/test_kernel_smooth.py", line 22, in test_anat_smooth
>     smoother = LinearFilter(anat.coordmap, anat.shape)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/kernel_smooth.py", line 49, in __init__
>     self._setup_kernel()
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/kernel_smooth.py", line 69, in _setup_kernel
>     kernel = _crop(kernel)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/kernel_smooth.py", line 261, in _crop
>     return X[slices]
> IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices
> 
> ======================================================================
> ERROR: nipy.algorithms.tests.test_kernel_smooth.test_funny_coordmap
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests/test_kernel_smooth.py", line 41, in test_funny_coordmap
>     smoother = LinearFilter(func1.coordmap, func1.shape)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/kernel_smooth.py", line 49, in __init__
>     self._setup_kernel()
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/kernel_smooth.py", line 69, in _setup_kernel
>     kernel = _crop(kernel)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/kernel_smooth.py", line 261, in _crop
>     return X[slices]
> IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices
> 
> ======================================================================
> ERROR: nipy.algorithms.tests.test_kernel_smooth.test_func_smooth
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests/test_kernel_smooth.py", line 60, in test_func_smooth
>     smoother = LinearFilter(func.coordmap, func.shape)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/kernel_smooth.py", line 49, in __init__
>     self._setup_kernel()
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/kernel_smooth.py", line 69, in _setup_kernel
>     kernel = _crop(kernel)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/kernel_smooth.py", line 261, in _crop
>     return X[slices]
> IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices
> 
> ======================================================================
> ERROR: nipy.algorithms.tests.test_kernel_smooth.test_kernel
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/tests/test_kernel_smooth.py", line 92, in test_kernel
>     kernel = LinearFilter(coordmap, shape,
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/kernel_smooth.py", line 49, in __init__
>     self._setup_kernel()
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/kernel_smooth.py", line 69, in _setup_kernel
>     kernel = _crop(kernel)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/algorithms/kernel_smooth.py", line 261, in _crop
>     return X[slices]
> IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices
> 
> ======================================================================
> ERROR: nipy.core.image.tests.test_image.test_iter_axis
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/image/tests/test_image.py", line 293, in test_iter_axis
>     assert_array_equal(s, data[slicer])
> IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices
> 
> ======================================================================
> ERROR: nipy.core.utils.tests.test_generators.test_multi_slice
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils/tests/test_generators.py", line 41, in test_multi_slice
>     for _, d in slice_generator(DATA, axis=[0, 1]):
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils/generators.py", line 193, in slice_generator
>     yield slices, data[slices]
> IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices
> 
> ======================================================================
> ERROR: nipy.core.utils.tests.test_generators.test_multi_slice_write
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils/tests/test_generators.py", line 61, in test_multi_slice_write
>     write_data(a, slice_generator(DATA, axis=[0, 1]))
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils/generators.py", line 141, in write_data
>     for index, data in iterable:
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nipy/build/nipy/core/utils/generators.py", line 193, in slice_generator
>     yield slices, data[slices]
> IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices
> 
> ----------------------------------------------------------------------
> Ran 4520 tests in 125.488s
> 
> FAILED (SKIP=5, errors=15)
> make[1]: *** [debian/rules:63: test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/nipy_0.5.0-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&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