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

        * PKGSRC_BLAS_TYPES = netlib openblas openblas_pthread openblas_openmp
        * PYTHON_VERSION_DEFAULT = 311

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

        * BLAS_INCLUDES = -I/opt/pkg/include/netlib
        * BLAS_LIBS = -lblas
        * BLAS_PC = blas
        * BLAS_TYPE = netlib
        * CBLAS_LIBS = -lcblas -lblas
        * CBLAS_PC = cblas
        * LAPACKE_LIBS = -llapacke -llapack -lblas
        * LAPACKE_PC = lapacke
        * LAPACK_LIBS = -llapack -lblas
        * LAPACK_PC = lapack
        * PYPACKAGE = python311

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
`/opt/pkg/bin/bmake clean' after the changes.
==========================================================================
=> Tool dependency py311-meson_python-[0-9]*: found py311-meson_python-0.15.0nb1
=> Tool dependency py311-cython-[0-9]*: found py311-cython-3.0.8
=> Tool dependency py311-build>=0: found py311-build-1.0.3nb1
=> Tool dependency py311-installer>=0.7.0nb1: found py311-installer-0.7.0nb1
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency pkgconf-[0-9]*: found pkgconf-2.1.1
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Full dependency python311>=3.11.0: found python311-3.11.8
=> Full dependency lapack>=3.9.0nb1: found lapack-3.12.0
=> Full dependency cblas>=3.9.1nb1: found cblas-3.12.0
=> Full dependency lapacke>=3.9.1nb2: found lapacke-3.12.0
===> Overriding tools for py311-numpy-1.26.4
===> Extracting for py311-numpy-1.26.4
===> Patching for py311-numpy-1.26.4
=> Applying pkgsrc patches for py311-numpy-1.26.4
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/math/py-numpy/patches/patch-numpy_core_include_numpy_npy__common.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/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-upstream-trunk/math/py-numpy/patches/patch-numpy_core_setup.py
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/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 219 (offset 11 lines).
Hunk #2 succeeded at 231 (offset 11 lines).
Hunk #3 succeeded at 755 (offset -116 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/math/py-numpy/patches/patch-numpy_core_src_common_mem__overlap.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/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-upstream-trunk/math/py-numpy/patches/patch-numpy_core_src_npymath_npy__math__private.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/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-upstream-trunk/math/py-numpy/patches/patch-numpy_distutils_command_config.py
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/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-upstream-trunk/math/py-numpy/patches/patch-numpy_distutils_fcompiler_____init____.py
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/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-upstream-trunk/math/py-numpy/patches/patch-numpy_distutils_fcompiler_g95.py
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/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-upstream-trunk/math/py-numpy/patches/patch-numpy_distutils_fcompiler_gnu.py
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/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-upstream-trunk/math/py-numpy/patches/patch-numpy_distutils_log.py
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/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-upstream-trunk/math/py-numpy/patches/patch-numpy_linalg_lapack__litemodule.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/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-upstream-trunk/math/py-numpy/patches/patch-numpy_linalg_setup.py
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/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 57 (offset 3 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/math/py-numpy/patches/patch-numpy_linalg_umath__linalg.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/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 4607 (offset 40 lines).
done
===> Creating toolchain wrappers for py311-numpy-1.26.4
===> Configuring for py311-numpy-1.26.4
/usr/bin/ln -sf /opt/pkg/bin/cython-3.11 /home/pbulk/build/math/py-numpy/work/.buildlink/bin/cython
=> Replacing python interpreter in *.py */*.py */*/*.py */*/*/*.py */*/*/*/*.py.
INFO: [replace-interpreter] Nothing changed in pavement.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/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/_distributor_init.py.
INFO: [replace-interpreter] Nothing changed in numpy/_globals.py.
INFO: [replace-interpreter] Nothing changed in numpy/_pytesttester.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/dtypes.py.
INFO: [replace-interpreter] Nothing changed in numpy/exceptions.py.
INFO: [replace-interpreter] Nothing changed in numpy/matlib.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/__init__.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_ma.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_manipulate.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 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/_build_utils/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/_build_utils/setup.py.
INFO: [replace-interpreter] Nothing changed in numpy/_core/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/_core/_dtype.py.
INFO: [replace-interpreter] Nothing changed in numpy/_core/_dtype_ctypes.py.
INFO: [replace-interpreter] Nothing changed in numpy/_core/_internal.py.
INFO: [replace-interpreter] Nothing changed in numpy/_core/_multiarray_umath.py.
INFO: [replace-interpreter] Nothing changed in numpy/_core/multiarray.py.
INFO: [replace-interpreter] Nothing changed in numpy/_core/umath.py.
INFO: [replace-interpreter] Nothing changed in numpy/_pyinstaller/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/_pyinstaller/hook-numpy.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/_typing/__init__.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/_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/_shape.py.
INFO: [replace-interpreter] Nothing changed in numpy/_typing/setup.py.
INFO: [replace-interpreter] Nothing changed in numpy/_utils/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/_utils/_convertions.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 numpy/array_api/__init__.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/_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/_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/array_api/linalg.py.
INFO: [replace-interpreter] Nothing changed in numpy/array_api/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/__init__.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/_asarray.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/_dtype.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/_dtype_ctypes.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/_exceptions.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/_methods.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/arrayprint.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/einsumfunc.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/memmap.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.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/setup_common.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/shape_base.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/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/_shell_utils.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/armccompiler.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/ccompiler.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/ccompiler_opt.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/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/unixccompiler.py.
INFO: [replace-interpreter] Nothing changed in numpy/doc/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/doc/constants.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/__version__.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/_isocbind.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/_src_pyf.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/auxfuncs.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/capi_maps.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/cb_rules.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/common_rules.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/f90mod_rules.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/func2subr.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/symbolic.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/use_rules.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/helper.py.
INFO: [replace-interpreter] Nothing changed in numpy/fft/setup.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/_datasource.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/_iotools.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/_version.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/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/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/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/__init__.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/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/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/matrixlib/defmatrix.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/_polybase.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/chebyshev.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/hermite.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/hermite_e.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/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/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/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/typing/mypy_plugin.py.
INFO: [replace-interpreter] Nothing changed in numpy/typing/setup.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 tools/npy_tempita/compat3.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/__init__.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.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/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__exceptions.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_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_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_memmap.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_numpy_2_0_compat.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_scalar_ctors.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_scalar_methods.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_scalarbuffer.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_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.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_simd_module.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.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_unicode.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/__init__.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.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.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.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/command/config_compiler.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/install.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/sdist.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/fcompiler/__init__.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/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.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_exec_command.py.
INFO: [replace-interpreter] Nothing changed in numpy/distutils/tests/test_fcompiler.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_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/_backends/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/_backends/_backend.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/_backends/_distutils.py.
INFO: [replace-interpreter] Nothing changed in numpy/f2py/_backends/_meson.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_data.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_isoc.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_pyf_src.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__datasource.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test__iotools.py.
INFO: [replace-interpreter] Nothing changed in numpy/lib/tests/test__version.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_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_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/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.py.
INFO: [replace-interpreter] Nothing changed in numpy/polynomial/tests/test_hermite_e.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/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/testing/_private/extbuild.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 vendored-meson/meson/ci/usercustomize.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/_pathlib.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/_typing.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/arglist.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/build.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/coredata.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/depfile.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/envconfig.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/environment.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/mcompile.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/mconf.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/mdevenv.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/mdist.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/mesondata.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/mesonlib.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/mesonmain.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/minit.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/minstall.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/mintro.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/mlog.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/mparser.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/msetup.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/msubprojects.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/mtest.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/munstable_coredata.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/optinterpreter.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/programs.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/allplatformstests.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/baseplatformtests.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/cargotests.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/darwintests.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/datatests.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/failuretests.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/featurestests.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/helpers.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/internaltests.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/linuxcrosstests.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/linuxliketests.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/machinefiletests.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/platformagnostictests.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/pythontests.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/rewritetests.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/subprojectscommandtests.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/taptests.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/unittests/windowstests.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/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.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/_examples/numba/extending_distributions.py.
INFO: [replace-interpreter] Nothing changed in numpy/random/tests/data/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/docs/extensions/refman_links.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/docs/refman/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/docs/refman/generatorbase.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/docs/refman/generatorjson.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/docs/refman/generatorman.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/docs/refman/generatormd.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/docs/refman/generatorpickle.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/docs/refman/generatorprint.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/docs/refman/jsonschema.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/docs/refman/loaderbase.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/docs/refman/loaderpickle.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/docs/refman/loaderyaml.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/docs/refman/main.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/docs/refman/model.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/manual tests/13 builddir upgrade/mod.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/ast/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/ast/interpreter.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/ast/introspection.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/ast/postprocess.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/ast/printer.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/ast/visitor.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/backend/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/backend/backends.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/backend/ninjabackend.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/backend/nonebackend.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/backend/vs2010backend.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/backend/vs2012backend.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/backend/vs2013backend.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/backend/vs2015backend.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/backend/vs2017backend.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/backend/vs2019backend.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/backend/vs2022backend.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/backend/xcodebackend.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/cargo/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/cargo/builder.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/cargo/cfg.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/cargo/interpreter.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/cargo/manifest.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/cargo/version.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/cmake/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/cmake/common.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/cmake/executor.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/cmake/fileapi.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/cmake/generator.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/cmake/interpreter.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/cmake/toolchain.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/cmake/traceparser.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/cmake/tracetargets.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/asm.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/c.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/c_function_attributes.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/compilers.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/cpp.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/cs.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/cuda.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/cython.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/d.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/detect.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/fortran.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/java.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/objc.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/objcpp.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/rust.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/swift.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/compilers/vala.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/base.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/blas_lapack.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/boost.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/cmake.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/coarrays.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/configtool.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/cuda.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/detect.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/dev.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/dub.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/factory.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/framework.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/hdf5.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/misc.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/mpi.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/pkgconfig.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/platform.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/python.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/qt.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/scalapack.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/dependencies/ui.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/interpreter/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/interpreter/compiler.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/interpreter/dependencyfallbacks.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/interpreter/interpreter.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/interpreter/interpreterobjects.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/interpreter/kwargs.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/interpreter/mesonmain.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/interpreter/type_checking.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/interpreterbase/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/interpreterbase/_unholder.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/interpreterbase/baseobjects.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/interpreterbase/decorators.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/interpreterbase/disabler.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/interpreterbase/exceptions.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/interpreterbase/helpers.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/interpreterbase/interpreterbase.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/interpreterbase/operator.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/linkers/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/linkers/base.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/linkers/detect.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/linkers/linkers.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/cmake.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/cuda.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/dlang.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/external_project.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/fs.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/gnome.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/hotdoc.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/i18n.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/icestorm.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/java.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/keyval.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/modtest.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/pkgconfig.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/python.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/python3.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/qt.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/qt4.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/qt5.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/qt6.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/rust.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/simd.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/sourceset.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/wayland.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/modules/windows.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/clangformat.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/clangtidy.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/cleantrees.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/copy.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/coverage.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/delwithsuffix.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/depfixer.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/depscan.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/dirchanger.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/env2mfile.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/externalproject.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/gettext.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/gtkdochelper.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/hotdochelper.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/itstool.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/meson_exe.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/msgfmthelper.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/pycompile.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/regen_checker.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/run_tool.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/scanbuild.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/symbolextractor.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/tags.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/test_loaded_modules.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/uninstall.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/vcstagger.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/scripts/yasm.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/templates/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/templates/cpptemplates.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/templates/cstemplates.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/templates/ctemplates.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/templates/cudatemplates.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/templates/dlangtemplates.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/templates/fortrantemplates.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/templates/javatemplates.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/templates/mesontemplates.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/templates/objcpptemplates.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/templates/objctemplates.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/templates/rusttemplates.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/templates/samplefactory.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/templates/sampleimpl.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/templates/valatemplates.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/utils/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/utils/core.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/utils/platform.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/utils/posix.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/utils/universal.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/utils/vsenv.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/utils/win32.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/wrap/__init__.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/wrap/wrap.py.
INFO: [replace-interpreter] Nothing changed in vendored-meson/meson/mesonbuild/wrap/wraptool.py.
=> Checking for portability problems in extracted files