=> Bootstrap dependency digest>=20010302: found digest-20190127
=> Checksum SHA1 OK for numpy-1.20.3.zip
=> Checksum RMD160 OK for numpy-1.20.3.zip
=> Checksum SHA512 OK for numpy-1.20.3.zip
===> Installing dependencies for py36-numpy-1.20.3nb1
==========================================================================
The following variables will affect the build process of this package,
py36-numpy-1.20.3nb1.  Their current value is shown below:

        * PKGSRC_BLAS_TYPES = netlib openblas openblas_pthread openblas_openmp
        * PYTHON_VERSION_DEFAULT = 38

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 = python36

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/bin/make clean' after the changes.
==========================================================================
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Build dependency cwrappers>=20150314: found cwrappers-20180325
=> Full dependency py36-setuptools-[0-9]*: found py36-setuptools-56.0.0
=> Full dependency gcc7>=7.0: found gcc7-7.5.0nb5
=> Full dependency py36-cython>=0.29.21: found py36-cython-0.29.23
=> Full dependency python36>=3.6.0: found python36-3.6.13
=> Full dependency lapack>=3.9.0nb1: found lapack-3.9.1nb1
=> Full dependency cblas>=3.9.1nb1: found cblas-3.9.1nb1
=> Full dependency lapacke>=3.9.1nb2: found lapacke-3.9.1nb2
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Overriding tools for py36-numpy-1.20.3nb1
===> Extracting for py36-numpy-1.20.3nb1
===> Patching for py36-numpy-1.20.3nb1
=> Applying pkgsrc patches for py36-numpy-1.20.3nb1
=> Verifying /tree/pkgsrc/math/py-numpy/patches/patch-numpy_core_setup.py
=> Applying pkgsrc patch /tree/pkgsrc/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.5 2021/05/03 17:15:22 adam Exp $
|
|Use C language (not F77 from blas_info); fixes library name on Darwin.
|
|--- numpy/core/setup.py.orig	2021-04-22 17:50:58.000000000 +0000
|+++ numpy/core/setup.py
--------------------------
Patching file numpy/core/setup.py using Plan A...
Hunk #1 succeeded at 760.
done
=> Verifying /tree/pkgsrc/math/py-numpy/patches/patch-numpy_distutils_fcompiler_____init____.py
=> Applying pkgsrc patch /tree/pkgsrc/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 750 (offset -6 lines).
done
=> Verifying /tree/pkgsrc/math/py-numpy/patches/patch-numpy_distutils_fcompiler_g95.py
=> Applying pkgsrc patch /tree/pkgsrc/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 /tree/pkgsrc/math/py-numpy/patches/patch-numpy_distutils_fcompiler_gnu.py
=> Applying pkgsrc patch /tree/pkgsrc/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 /tree/pkgsrc/math/py-numpy/patches/patch-numpy_distutils_system__info.py
=> Applying pkgsrc patch /tree/pkgsrc/math/py-numpy/patches/patch-numpy_distutils_system__info.py
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-numpy_distutils_system__info.py,v 1.9 2021/06/15 01:43:44 thor Exp $
|
|Our BLAS choice in build system (merged upstream for next release).
|
|--- numpy/distutils/system_info.py.orig	2021-03-27 09:52:12.000000000 +0000
|+++ numpy/distutils/system_info.py
--------------------------
Patching file numpy/distutils/system_info.py using Plan A...
Hunk #1 succeeded at 114.
Hunk #2 succeeded at 1858.
Hunk #3 succeeded at 1878.
Hunk #4 succeeded at 2006.
Hunk #5 succeeded at 2028.
done
=> Verifying /tree/pkgsrc/math/py-numpy/patches/patch-numpy_linalg_lapack__litemodule.c
=> Applying pkgsrc patch /tree/pkgsrc/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 37.
done
=> Verifying /tree/pkgsrc/math/py-numpy/patches/patch-numpy_linalg_setup.py
=> Applying pkgsrc patch /tree/pkgsrc/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 54.
done
===> Creating toolchain wrappers for py36-numpy-1.20.3nb1
===> Configuring for py36-numpy-1.20.3nb1
=> Replacing python interpreter in *.py */*.py */*/*.py */*/*/*.py */*/*/*/*.py.
INFO: [replace-interpreter] Nothing changed in doc/example.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/dual.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/commitstats.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_avx.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_core.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_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_trim_zeros.py.
INFO: [replace-interpreter] Nothing changed in benchmarks/benchmarks/bench_ufunc.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/compat/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/compat/_inspect.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/_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/machar.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/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/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/f2py_testing.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/utils.py.
INFO: [replace-interpreter] Nothing changed in numpy/tests/__init__.py.
INFO: [replace-interpreter] Nothing changed in numpy/tests/test_ctypeslib.py.
INFO: [replace-interpreter] Nothing changed in numpy/tests/test_matlib.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/_add_docstring.py.
INFO: [replace-interpreter] Nothing changed in numpy/typing/_array_like.py.
INFO: [replace-interpreter] Nothing changed in numpy/typing/_callable.py.
INFO: [replace-interpreter] Nothing changed in numpy/typing/_dtype_like.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 tools/allocation_tracking/setup.py.
INFO: [replace-interpreter] Nothing changed in tools/allocation_tracking/track_allocations.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 doc/source/f2py/setup_example.py.
INFO: [replace-interpreter] Nothing changed in doc/source/user/plot_approx.py.
INFO: [replace-interpreter] Nothing changed in doc/source/user/plot_face.py.
INFO: [replace-interpreter] Nothing changed in doc/source/user/plot_final.py.
INFO: [replace-interpreter] Nothing changed in doc/source/user/plot_gray.py.
INFO: [replace-interpreter] Nothing changed in doc/source/user/plot_gray_svd.py.
INFO: [replace-interpreter] Nothing changed in doc/source/user/plot_reconstructed.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_numpy_api.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/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_array_coercion.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/test_arrayprint.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_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_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_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_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_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_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_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_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_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/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_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_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_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_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/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_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_build.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/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/decorators.py.
INFO: [replace-interpreter] Nothing changed in numpy/testing/_private/noseclasses.py.
INFO: [replace-interpreter] Nothing changed in numpy/testing/_private/nosetester.py.
INFO: [replace-interpreter] Nothing changed in numpy/testing/_private/parameterized.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_decorators.py.
INFO: [replace-interpreter] Nothing changed in numpy/testing/tests/test_doctesting.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_typing.py.
INFO: [replace-interpreter] Nothing changed in doc/source/reference/random/performance.py.
INFO: [replace-interpreter] Nothing changed in doc/source/reference/simd/simd-optimizations.py.
INFO: [replace-interpreter] Nothing changed in numpy/core/tests/examples/setup.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.
=> Checking for portability problems in extracted files