+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=39 WRKLOG=/tmp/bulklog/py39-numpy-1.25.1/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=39 WRKLOG=/tmp/bulklog/py39-numpy-1.25.1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for numpy-1.25.1.tar.gz
=> Checksum SHA512 OK for numpy-1.25.1.tar.gz
===> Installing dependencies for py39-numpy-1.25.1
==========================================================================
The following variables will affect the build process of this package,
py39-numpy-1.25.1.  Their current value is shown below:

        * PKGSRC_BLAS_TYPES = netlib openblas openblas_pthread openblas_openmp
        * PYTHON_VERSION_DEFAULT = 310

Based on these variables, the following variables have been set:

        * BLAS_INCLUDES = -I/usr/pkg/include/netlib
        * BLAS_LIBS = -lblas
        * BLAS_TYPE = netlib
        * CBLAS_LIBS = -lcblas -lblas
        * LAPACKE_LIBS = -llapacke -llapack -lblas
        * LAPACK_LIBS = -llapack -lblas
        * PYPACKAGE = python39

You may want to abort the process now with CTRL-C and change the value
of variables in the first group before continuing.  Be sure to run
`/usr/pkg/bin/bmake clean' after the changes.
==========================================================================
=> Tool dependency py39-wheel-[0-9]*: found py39-wheel-0.40.0
=> Tool dependency py39-pip>=23.1.2nb1: found py39-pip-23.1.2nb1
=> Tool dependency py39-build>=0: found py39-build-0.10.0
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency nbpatch-[0-9]*: found nbpatch-20151107
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Full dependency gcc7>=7.5.0nb6: found gcc7-7.5.0nb6
=> Full dependency py39-cython>=0.29.21: found py39-cython-0.29.36
=> Full dependency python39>=3.9: found python39-3.9.17
=> Full dependency lapack>=3.9.0nb1: found lapack-3.11.0
=> Full dependency cblas>=3.9.1nb1: found cblas-3.11.0
=> Full dependency lapacke>=3.9.1nb2: found lapacke-3.11.0
===> Overriding tools for py39-numpy-1.25.1
===> Extracting for py39-numpy-1.25.1
===> Patching for py39-numpy-1.25.1
=> Applying pkgsrc patches for py39-numpy-1.25.1
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_core_include_numpy_npy__common.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_core_include_numpy_npy__common.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-numpy_core_include_numpy_npy__common.h,v 1.2 2022/05/25 19:22:20 tnn Exp $
|
|Fix build on non-x86:
|The configure test for __builtin_prefetch is broken with clang.
|_configtest.c:6:3: error: builtin functions must be directly called
|
|--- numpy/core/include/numpy/npy_common.h.orig	2022-05-20 05:46:10.000000000 +0000
|+++ numpy/core/include/numpy/npy_common.h
--------------------------
Patching file numpy/core/include/numpy/npy_common.h using Plan A...
Hunk #1 succeeded at 68 (offset -48 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_core_setup.py
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_core_setup.py
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-numpy_core_setup.py,v 1.9 2022/05/25 19:09:25 tnn Exp $
|
|Use C language (not F77 from blas_info); fixes library name on Darwin.
|Add configure test for HAVE_XLOCALE_H, used by numpyos.c.
|
|--- numpy/core/setup.py.orig	2022-05-20 05:46:10.000000000 +0000
|+++ numpy/core/setup.py
--------------------------
Patching file numpy/core/setup.py using Plan A...
Hunk #1 succeeded at 207 (offset -1 lines).
Hunk #2 succeeded at 219 (offset -1 lines).
Hunk #3 succeeded at 756 (offset -115 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_core_src_common_mem__overlap.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_core_src_common_mem__overlap.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-numpy_core_src_common_mem__overlap.c,v 1.1 2023/03/13 21:11:15 wiz Exp $
|
|Workaround for https://github.com/numpy/numpy/issues/23379
|
|--- numpy/core/src/common/mem_overlap.c.orig	2023-02-05 17:13:47.573364500 +0000
|+++ numpy/core/src/common/mem_overlap.c
--------------------------
Patching file numpy/core/src/common/mem_overlap.c using Plan A...
Hunk #1 succeeded at 921.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_core_src_npymath_npy__math__private.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_core_src_npymath_npy__math__private.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-numpy_core_src_npymath_npy__math__private.h,v 1.1 2022/04/10 13:15:47 tnn Exp $
|
|don't include <complex.h> (C99 complex) when compiling C++.
|It breaks due to conflict with std::complex.
|
|INFO: c++: numpy/core/src/umath/clip.cpp
|In file included from numpy/core/src/npymath/npy_math_private.h:176,
|                 from numpy/core/src/npymath/npy_math_internal.h.src:56,
|                 from numpy/core/include/numpy/npy_math.h:596,
|                 from numpy/core/include/numpy/halffloat.h:5,
|                 from numpy/core/src/umath/clip.cpp:11:
|numpy/core/src/npymath/npy_math_private.h:517:14: error: expected unqualified-id before '_Complex'
|  517 |         std::complex<double> c99z;
|
|--- numpy/core/src/npymath/npy_math_private.h.orig	2022-02-22 11:30:42.000000000 +0000
|+++ numpy/core/src/npymath/npy_math_private.h
--------------------------
Patching file numpy/core/src/npymath/npy_math_private.h using Plan A...
Hunk #1 succeeded at 174 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_distutils_command_config.py
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_distutils_command_config.py
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-numpy_distutils_command_config.py,v 1.1 2022/05/23 17:28:41 ryoon Exp $
|
|* Workaround for undefined-sysbol errors from graphics/py-matplotlib.
|
|--- numpy/distutils/command/config.py.orig	2022-05-17 10:56:58.000000000 +0000
|+++ numpy/distutils/command/config.py
--------------------------
Patching file numpy/distutils/command/config.py using Plan A...
Hunk #1 succeeded at 320 (offset -1 lines).
Hunk #2 succeeded at 331 (offset -1 lines).
Hunk #3 succeeded at 372 (offset -1 lines).
Hunk #4 succeeded at 389 (offset -1 lines).
Hunk #5 succeeded at 399 (offset -1 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_distutils_fcompiler_g95.py
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_distutils_fcompiler_g95.py
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-numpy_distutils_fcompiler_g95.py,v 1.3 2015/04/17 00:41:38 wen Exp $
|
|Band aid to make sure that pic_flags is actually used.
|
|--- numpy/distutils/fcompiler/g95.py.orig	2014-10-26 14:36:14.000000000 +0000
|+++ numpy/distutils/fcompiler/g95.py
--------------------------
Patching file numpy/distutils/fcompiler/g95.py using Plan A...
Hunk #1 succeeded at 17 (offset -2 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_distutils_fcompiler_gnu.py
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_distutils_fcompiler_gnu.py
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-numpy_distutils_fcompiler_gnu.py,v 1.18 2021/05/03 17:15:22 adam Exp $
|
|Linker needs -shared explictly (at least with GCC 4.7 on SunOS), plus
|any ABI flags as appropriate.
|Do not generate debug symbols (remove '-g').
|On Darwin, do not use '-bundle' (to avoid Python.framework).
|Do not use -funroll-loops compiler flag.
|Do not run a shell command when it is "None".
|
|--- numpy/distutils/fcompiler/gnu.py.orig	2021-01-25 07:23:44.000000000 +0000
|+++ numpy/distutils/fcompiler/gnu.py
--------------------------
Patching file numpy/distutils/fcompiler/gnu.py using Plan A...
Hunk #1 succeeded at 54 (offset 1 line).
Hunk #2 succeeded at 84 (offset 1 line).
Hunk #3 succeeded at 130 (offset 1 line).
Hunk #4 succeeded at 229 (offset 1 line).
Hunk #5 succeeded at 291 (offset 1 line).
Hunk #6 succeeded at 316 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_distutils_fcompiler_____init____.py
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_distutils_fcompiler_____init____.py
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-numpy_distutils_fcompiler_____init____.py,v 1.1 2019/02/01 09:24:25 adam Exp $
|
|Recognize g95.
|
|--- numpy/distutils/fcompiler/__init__.py.orig	2013-04-07 05:04:05.000000000 +0000
|+++ numpy/distutils/fcompiler/__init__.py
--------------------------
Patching file numpy/distutils/fcompiler/__init__.py using Plan A...
Hunk #1 succeeded at 764 (offset 8 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_distutils_log.py
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_distutils_log.py
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-numpy_distutils_log.py,v 1.1 2022/11/20 19:03:47 adam Exp $
|
|Backport distutils.log.Log from setuptools < 65.6.0.
|
|--- numpy/distutils/log.py.orig	2022-11-20 17:58:45.000000000 +0000
|+++ numpy/distutils/log.py
--------------------------
Patching file numpy/distutils/log.py using Plan A...
Hunk #1 succeeded at 1.
Hunk #2 succeeded at 16.
Hunk #3 succeeded at 85.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_linalg_lapack__litemodule.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_linalg_lapack__litemodule.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-numpy_linalg_lapack__litemodule.c,v 1.2 2020/04/27 17:00:35 adam Exp $
|
|Add function definition for FNAME(MAIN_).
|
|--- numpy/linalg/lapack_litemodule.c.orig	2020-04-19 08:51:58.000000000 +0000
|+++ numpy/linalg/lapack_litemodule.c
--------------------------
Patching file numpy/linalg/lapack_litemodule.c using Plan A...
Hunk #1 succeeded at 38 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_linalg_setup.py
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_linalg_setup.py
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-numpy_linalg_setup.py,v 1.1 2021/05/03 17:15:22 adam Exp $
|
|Use C language (not F77 from lapack_info); fixes library name on Darwin.
|
|--- numpy/linalg/setup.py.orig	2021-04-22 17:45:05.000000000 +0000
|+++ numpy/linalg/setup.py
--------------------------
Patching file numpy/linalg/setup.py using Plan A...
Hunk #1 succeeded at 56 (offset 2 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_linalg_umath__linalg.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/math/py-numpy/patches/patch-numpy_linalg_umath__linalg.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-numpy_linalg_umath__linalg.cpp,v 1.1 2023/03/13 21:11:15 wiz Exp $
|
|Workaround for https://github.com/numpy/numpy/issues/23379
|
|--- numpy/linalg/umath_linalg.cpp.orig	2023-02-05 17:13:47.689365400 +0000
|+++ numpy/linalg/umath_linalg.cpp
--------------------------
Patching file numpy/linalg/umath_linalg.cpp using Plan A...
Hunk #1 succeeded at 4599 (offset 32 lines).
done
===> Creating toolchain wrappers for py39-numpy-1.25.1
===> Configuring for py39-numpy-1.25.1
=> Replacing python interpreter in *.py */*.py */*/*.py */*/*/*.py */*/*/*/*.py.
INFO: [replace-interpreter] Nothing changed in generate_version.py.
INFO: [replace-interpreter] Nothing changed in pavement.py.
INFO: [replace-interpreter] Nothing changed in versioneer.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/asv_pip_nopep517.py.
INFO: [replace-interpreter] Nothing changed in doc/conftest.py.
INFO: [replace-interpreter] Nothing changed in numpy/conftest.py.
INFO: [replace-interpreter] Nothing changed in numpy/ctypeslib.py.
INFO: [replace-interpreter] Nothing changed in numpy/_distributor_init.py.
INFO: [replace-interpreter] Nothing changed in numpy/dtypes.py.
INFO: [replace-interpreter] Nothing changed in numpy/exceptions.py.
INFO: [replace-interpreter] Nothing changed in numpy/_globals.py.
INFO: [replace-interpreter] Nothing changed in numpy/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/matlib.py.
INFO: [replace-interpreter] Nothing changed in numpy/_pytesttester.py.
INFO: [replace-interpreter] Nothing changed in numpy/_version.py.
INFO: [replace-interpreter] Nothing changed in numpy/version.py.
INFO: [replace-interpreter] Nothing changed in tools/check_installed_files.py.
INFO: [replace-interpreter] Nothing changed in tools/commitstats.py.
INFO: [replace-interpreter] Nothing changed in tools/linter.py.
INFO: [replace-interpreter] Nothing changed in tools/openblas_support.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_app.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_array_coercion.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_core.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_creation.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_function_base.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_import.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_indexing.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_io.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_itemselection.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_lib.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_linalg.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_manipulate.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_ma.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_overrides.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_random.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_records.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_reduce.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_scalar.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_shape_base.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_strings.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_trim_zeros.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_ufunc.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_ufunc_strides.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/common.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/__init__.py.
INFO: [replace-interpreter] Nothing changed in doc/neps/conf.py.
INFO: [replace-interpreter] Nothing changed in doc/neps/nep-0016-benchmark.py.
INFO: [replace-interpreter] Nothing changed in doc/source/conf.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/_array_object.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/_constants.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/_creation_functions.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/_data_type_functions.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/_dtypes.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/_elementwise_functions.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/_indexing_functions.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/linalg.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/_manipulation_functions.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/_searching_functions.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/_set_functions.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/setup.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/_sorting_functions.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/_statistical_functions.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/_typing.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/_utility_functions.py.
INFO: [replace-interpreter] Nothing changed in numpy/_build_utils/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/_build_utils/setup.py.
INFO: [replace-interpreter] Nothing changed in numpy/compat/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/compat/py3k.py.
INFO: [replace-interpreter] Nothing changed in numpy/compat/setup.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/_add_newdocs.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/_add_newdocs_scalars.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/arrayprint.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/_asarray.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/cversions.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/defchararray.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/_dtype_ctypes.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/_dtype.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/einsumfunc.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/_exceptions.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/fromnumeric.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/function_base.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/getlimits.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/_internal.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/_machar.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/memmap.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/_methods.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/multiarray.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/numeric.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/numerictypes.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/overrides.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/records.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/setup_common.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/setup.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/shape_base.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/_string_helpers.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/_type_aliases.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/_ufunc_config.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/umath.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/umath_tests.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/armccompiler.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/ccompiler_opt.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/ccompiler.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/core.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/exec_command.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/extension.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fujitsuccompiler.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/intelccompiler.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/lib2def.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/line_endings.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/log.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/mingw32ccompiler.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/misc_util.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/msvc9compiler.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/msvccompiler.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/npy_pkg_config.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/numpy_distribution.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/pathccompiler.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/_shell_utils.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/unixccompiler.py.
INFO: [replace-interpreter] Nothing changed in numpy/doc/constants.py.
INFO: [replace-interpreter] Nothing changed in numpy/doc/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/doc/ufuncs.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/__main__.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/symbolic.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/__version__.py.
INFO: [replace-interpreter] Nothing changed in numpy/fft/helper.py.
INFO: [replace-interpreter] Nothing changed in numpy/fft/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/fft/_pocketfft.py.
INFO: [replace-interpreter] Nothing changed in numpy/fft/setup.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/arraypad.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/arraysetops.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/arrayterator.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/_datasource.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/format.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/function_base.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/histograms.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/index_tricks.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/_iotools.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/mixins.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/nanfunctions.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/npyio.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/polynomial.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/recfunctions.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/scimath.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/setup.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/shape_base.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/stride_tricks.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/twodim_base.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/type_check.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/ufunclike.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/user_array.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/utils.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/_version.py.
INFO: [replace-interpreter] Nothing changed in numpy/linalg/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/linalg/linalg.py.
INFO: [replace-interpreter] Nothing changed in numpy/linalg/setup.py.
INFO: [replace-interpreter] Nothing changed in numpy/ma/core.py.
INFO: [replace-interpreter] Nothing changed in numpy/ma/extras.py.
INFO: [replace-interpreter] Nothing changed in numpy/ma/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/ma/mrecords.py.
INFO: [replace-interpreter] Nothing changed in numpy/ma/testutils.py.
INFO: [replace-interpreter] Nothing changed in numpy/ma/timer_comparison.py.
INFO: [replace-interpreter] Nothing changed in numpy/matrixlib/defmatrix.py.
INFO: [replace-interpreter] Nothing changed in numpy/matrixlib/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/chebyshev.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/hermite_e.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/hermite.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/laguerre.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/legendre.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/_polybase.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/polynomial.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/polyutils.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/setup.py.
INFO: [replace-interpreter] Nothing changed in numpy/_pyinstaller/hook-numpy.py.
INFO: [replace-interpreter] Nothing changed in numpy/_pyinstaller/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/_pyinstaller/pyinstaller-smoke.py.
INFO: [replace-interpreter] Nothing changed in numpy/_pyinstaller/test_pyinstaller.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/_pickle.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/setup.py.
INFO: [replace-interpreter] Nothing changed in numpy/testing/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/testing/overrides.py.
INFO: [replace-interpreter] Nothing changed in numpy/tests/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/tests/test__all__.py.
INFO: [replace-interpreter] Nothing changed in numpy/tests/test_ctypeslib.py.
INFO: [replace-interpreter] Nothing changed in numpy/tests/test_lazyloading.py.
INFO: [replace-interpreter] Nothing changed in numpy/tests/test_matlib.py.
INFO: [replace-interpreter] Nothing changed in numpy/tests/test_numpy_config.py.
INFO: [replace-interpreter] Nothing changed in numpy/tests/test_numpy_version.py.
INFO: [replace-interpreter] Nothing changed in numpy/tests/test_public_api.py.
INFO: [replace-interpreter] Nothing changed in numpy/tests/test_reloading.py.
INFO: [replace-interpreter] Nothing changed in numpy/tests/test_scripts.py.
INFO: [replace-interpreter] Nothing changed in numpy/tests/test_warnings.py.
INFO: [replace-interpreter] Nothing changed in numpy/_typing/_add_docstring.py.
INFO: [replace-interpreter] Nothing changed in numpy/_typing/_array_like.py.
INFO: [replace-interpreter] Nothing changed in numpy/_typing/_char_codes.py.
INFO: [replace-interpreter] Nothing changed in numpy/_typing/_dtype_like.py.
INFO: [replace-interpreter] Nothing changed in numpy/_typing/_extended_precision.py.
INFO: [replace-interpreter] Nothing changed in numpy/_typing/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/typing/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/typing/mypy_plugin.py.
INFO: [replace-interpreter] Nothing changed in numpy/_typing/_nbit.py.
INFO: [replace-interpreter] Nothing changed in numpy/_typing/_nested_sequence.py.
INFO: [replace-interpreter] Nothing changed in numpy/_typing/_scalars.py.
INFO: [replace-interpreter] Nothing changed in numpy/_typing/setup.py.
INFO: [replace-interpreter] Nothing changed in numpy/typing/setup.py.
INFO: [replace-interpreter] Nothing changed in numpy/_typing/_shape.py.
INFO: [replace-interpreter] Nothing changed in numpy/_utils/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/_utils/_inspect.py.
INFO: [replace-interpreter] Nothing changed in numpy/_utils/_pep440.py.
INFO: [replace-interpreter] Nothing changed in tools/npy_tempita/compat3.py.
INFO: [replace-interpreter] Nothing changed in tools/npy_tempita/__init__.py.
INFO: [replace-interpreter] Nothing changed in tools/npy_tempita/_looper.py.
INFO: [replace-interpreter] Nothing changed in doc/neps/tools/build_index.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/tests/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/tests/test_array_object.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/tests/test_creation_functions.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/tests/test_data_type_functions.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/tests/test_elementwise_functions.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/tests/test_indexing_functions.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/tests/test_manipulation_functions.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/tests/test_set_functions.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/tests/test_sorting_functions.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/tests/test_validation.py.
INFO: [replace-interpreter] Nothing changed in numpy/compat/tests/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/compat/tests/test_compat.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/code_generators/genapi.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/code_generators/generate_ufunc_api.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/code_generators/generate_umath_doc.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/code_generators/generate_umath.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/code_generators/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/code_generators/numpy_api.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/code_generators/ufunc_docstrings.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/_locales.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_abc.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_api.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_argparse.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_array_coercion.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_array_interface.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_arraymethod.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_arrayprint.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_casting_floatingpoint_errors.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_casting_unittests.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_conversion_utils.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_cpu_dispatcher.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_cpu_features.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_custom_dtypes.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_cython.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_datetime.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_defchararray.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_deprecations.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_dlpack.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_dtype.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_einsum.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_errstate.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test__exceptions.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_extint128.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_function_base.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_getlimits.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_half.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_hashtable.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_indexerrors.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_indexing.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_item_selection.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_limited_api.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_longdouble.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_machar.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_memmap.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_mem_overlap.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_mem_policy.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_multiarray.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_nditer.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_nep50_promotions.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_numeric.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_numerictypes.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_overrides.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_print.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_protocols.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_records.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_regression.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_scalarbuffer.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_scalar_ctors.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_scalarinherit.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_scalarmath.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_scalar_methods.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_scalarprint.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_shape_base.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_simd_module.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_simd.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_strings.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_ufunc.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_umath_accuracy.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_umath_complex.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_umath.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_unicode.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/autodist.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/bdist_rpm.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/build_clib.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/build_ext.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/build.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/build_py.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/build_scripts.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/build_src.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/config_compiler.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/config.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/develop.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/egg_info.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/install_clib.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/install_data.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/install_headers.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/install.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/sdist.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/absoft.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/arm.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/compaq.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/environment.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/fujitsu.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/g95.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/gnu.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/hpux.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/ibm.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/intel.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/lahey.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/mips.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/nag.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/none.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/nv.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/pathf95.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/pg.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/sun.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/vast.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/tests/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/tests/test_build_ext.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/tests/test_ccompiler_opt_conf.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/tests/test_ccompiler_opt.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/tests/test_exec_command.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/tests/test_fcompiler_gnu.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/tests/test_fcompiler_intel.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/tests/test_fcompiler_nagfor.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/tests/test_fcompiler.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/tests/test_from_template.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/tests/test_log.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/tests/test_mingw32ccompiler.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/tests/test_misc_util.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/tests/test_npy_pkg_config.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/tests/test_shell_utils.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/tests/test_system_info.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_abstract_interface.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_array_from_pyobj.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_assumed_shape.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_block_docstring.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_callback.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_character.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_common.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_compile_function.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_crackfortran.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_docs.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_f2cmap.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_f2py2e.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_kind.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_mixed.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_module_doc.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_parameter.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_quoted_character.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_regression.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_return_character.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_return_complex.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_return_integer.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_return_logical.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_return_real.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_semicolon_split.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_size.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_string.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_symbolic.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/test_value_attrspec.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/tests/util.py.
INFO: [replace-interpreter] Nothing changed in numpy/fft/tests/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/fft/tests/test_helper.py.
INFO: [replace-interpreter] Nothing changed in numpy/fft/tests/test_pocketfft.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_arraypad.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_arraysetops.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_arrayterator.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test__datasource.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_financial_expired.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_format.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_function_base.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_histograms.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_index_tricks.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_io.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test__iotools.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_loadtxt.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_mixins.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_nanfunctions.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_packbits.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_polynomial.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_recfunctions.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_regression.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_shape_base.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_stride_tricks.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_twodim_base.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_type_check.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_ufunclike.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test_utils.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test__version.py.
INFO: [replace-interpreter] Nothing changed in numpy/linalg/lapack_lite/fortran.py.
INFO: [replace-interpreter] Nothing changed in numpy/linalg/tests/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/linalg/tests/test_deprecations.py.
INFO: [replace-interpreter] Nothing changed in numpy/linalg/tests/test_linalg.py.
INFO: [replace-interpreter] Nothing changed in numpy/linalg/tests/test_regression.py.
INFO: [replace-interpreter] Nothing changed in numpy/ma/tests/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/ma/tests/test_core.py.
INFO: [replace-interpreter] Nothing changed in numpy/ma/tests/test_deprecations.py.
INFO: [replace-interpreter] Nothing changed in numpy/ma/tests/test_extras.py.
INFO: [replace-interpreter] Nothing changed in numpy/ma/tests/test_mrecords.py.
INFO: [replace-interpreter] Nothing changed in numpy/ma/tests/test_old_ma.py.
INFO: [replace-interpreter] Nothing changed in numpy/ma/tests/test_regression.py.
INFO: [replace-interpreter] Nothing changed in numpy/ma/tests/test_subclassing.py.
INFO: [replace-interpreter] Nothing changed in numpy/matrixlib/tests/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/matrixlib/tests/test_defmatrix.py.
INFO: [replace-interpreter] Nothing changed in numpy/matrixlib/tests/test_interaction.py.
INFO: [replace-interpreter] Nothing changed in numpy/matrixlib/tests/test_masked_matrix.py.
INFO: [replace-interpreter] Nothing changed in numpy/matrixlib/tests/test_matrix_linalg.py.
INFO: [replace-interpreter] Nothing changed in numpy/matrixlib/tests/test_multiarray.py.
INFO: [replace-interpreter] Nothing changed in numpy/matrixlib/tests/test_numeric.py.
INFO: [replace-interpreter] Nothing changed in numpy/matrixlib/tests/test_regression.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/tests/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/tests/test_chebyshev.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/tests/test_classes.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/tests/test_hermite_e.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/tests/test_hermite.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/tests/test_laguerre.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/tests/test_legendre.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/tests/test_polynomial.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/tests/test_polyutils.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/tests/test_printing.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/tests/test_symbol.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/tests/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/tests/test_direct.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/tests/test_extending.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/tests/test_generator_mt19937.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/tests/test_generator_mt19937_regressions.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/tests/test_random.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/tests/test_randomstate.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/tests/test_randomstate_regression.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/tests/test_regression.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/tests/test_seed_sequence.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/tests/test_smoke.py.
INFO: [replace-interpreter] Nothing changed in numpy/testing/_private/extbuild.py.
INFO: [replace-interpreter] Nothing changed in numpy/testing/_private/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/testing/_private/utils.py.
INFO: [replace-interpreter] Nothing changed in numpy/testing/tests/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/testing/tests/test_utils.py.
INFO: [replace-interpreter] Nothing changed in numpy/typing/tests/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/typing/tests/test_isfile.py.
INFO: [replace-interpreter] Nothing changed in numpy/typing/tests/test_runtime.py.
INFO: [replace-interpreter] Nothing changed in numpy/typing/tests/test_typing.py.
INFO: [replace-interpreter] Nothing changed in doc/source/f2py/code/setup_example.py.
INFO: [replace-interpreter] Nothing changed in doc/source/f2py/code/setup_skbuild.py.
INFO: [replace-interpreter] Nothing changed in doc/source/reference/random/performance.py.
INFO: [replace-interpreter] Nothing changed in doc/source/reference/simd/gen_features.py.
INFO: [replace-interpreter] Nothing changed in doc/source/user/plots/matplotlib1.py.
INFO: [replace-interpreter] Nothing changed in doc/source/user/plots/matplotlib2.py.
INFO: [replace-interpreter] Nothing changed in doc/source/user/plots/matplotlib3.py.
INFO: [replace-interpreter] Nothing changed in doc/source/user/plots/meshgrid_plot.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/_examples/cffi/extending.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/_examples/cffi/parse.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/_examples/numba/extending_distributions.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/_examples/numba/extending.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/tests/data/__init__.py.
=> Checking for portability problems in extracted files