Facebook
From Unreliable Finch, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 194
  1. (myenvs) [celebert2@s1]:</usr/home/celebert2/.virtualenvs>$ pip install numpy
  2. Collecting numpy
  3.   Using cached numpy-1.19.2.zip (7.3 MB)
  4.   Installing build dependencies ... done
  5.   Getting requirements to build wheel ... done
  6.     Preparing wheel metadata ... done
  7. Building wheels for collected packages: numpy
  8.   Building wheel for numpy (PEP 517) ... error
  9.   ERROR: Command errored out with exit status 1:
  10.    command: /usr/home/celebert2/.virtualenvs/myenvs/bin/python3.8 /usr/home/celebert2/.virtualenvs/myenvs/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py build_wheel /tmp/tmpktdsx3hx
  11.        cwd: /tmp/pip-install-zi0oijxq/numpy
  12.   Complete output (844 lines):
  13.   numpy/random/_bounded_integers.pxd.in has not changed
  14.   numpy/random/_bounded_integers.pyx.in has not changed
  15.   numpy/random/_sfc64.pyx has not changed
  16.   Processing numpy/random/_bounded_integers.pyx
  17.   numpy/random/mtrand.pyx has not changed
  18.   numpy/random/_common.pyx has not changed
  19.   numpy/random/_pcg64.pyx has not changed
  20.   numpy/random/_generator.pyx has not changed
  21.   numpy/random/_mt19937.pyx has not changed
  22.   numpy/random/_philox.pyx has not changed
  23.   numpy/random/bit_generator.pyx has not changed
  24.   Cythonizing sources
  25.   blas_opt_info:
  26.   blas_mkl_info:
  27.   customize UnixCCompiler
  28.   C compiler: cc -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -fstack-protector-all -pipe -march=nocona -fstack-protector-strong -fno-strict-aliasing -fPIC
  29.  
  30.   creating /tmp/tmpxe5lwd74/tmp
  31.   creating /tmp/tmpxe5lwd74/tmp/tmpxe5lwd74
  32.   compile options: '-MMD -MF /tmp/tmpxe5lwd74/file.c.d -c'
  33.   cc: /tmp/tmpxe5lwd74/file.c
  34.     libraries mkl_rt not found in ['/usr/home/celebert2/.virtualenvs/myenvs/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/']
  35.     NOT AVAILABLE
  36.  
  37.   blis_info:
  38.     libraries blis not found in ['/usr/home/celebert2/.virtualenvs/myenvs/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/']
  39.     NOT AVAILABLE
  40.  
  41.   openblas_info:
  42.   C compiler: cc -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -fstack-protector-all -pipe -march=nocona -fstack-protector-strong -fno-strict-aliasing -fPIC
  43.  
  44.   creating /tmp/tmpo5el9ft3/tmp
  45.   creating /tmp/tmpo5el9ft3/tmp/tmpo5el9ft3
  46.   compile options: '-c'
  47.   cc: /tmp/tmpo5el9ft3/source.c
  48.   cc -pthread /tmp/tmpo5el9ft3/tmp/tmpo5el9ft3/source.o -L/usr/local/lib -lopenblas -o /tmp/tmpo5el9ft3/a.out
  49.     FOUND:
  50.       libraries = ['openblas', 'openblas']
  51.       library_dirs = ['/usr/local/lib']
  52.       language = c
  53.       define_macros = [('HAVE_CBLAS', None)]
  54.  
  55.     FOUND:
  56.       libraries = ['openblas', 'openblas']
  57.       library_dirs = ['/usr/local/lib']
  58.       language = c
  59.       define_macros = [('HAVE_CBLAS', None)]
  60.  
  61.   non-existing path in 'numpy/distutils': 'site.cfg'
  62.   lapack_opt_info:
  63.   lapack_mkl_info:
  64.     libraries mkl_rt not found in ['/usr/home/celebert2/.virtualenvs/myenvs/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/']
  65.     NOT AVAILABLE
  66.  
  67.   openblas_lapack_info:
  68.   C compiler: cc -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -fstack-protector-all -pipe -march=nocona -fstack-protector-strong -fno-strict-aliasing -fPIC
  69.  
  70.   creating /tmp/tmpj95pcxvi/tmp
  71.   creating /tmp/tmpj95pcxvi/tmp/tmpj95pcxvi
  72.   compile options: '-c'
  73.   cc: /tmp/tmpj95pcxvi/source.c
  74.   cc -pthread /tmp/tmpj95pcxvi/tmp/tmpj95pcxvi/source.o -L/usr/local/lib -lopenblas -o /tmp/tmpj95pcxvi/a.out
  75.     FOUND:
  76.       libraries = ['openblas', 'openblas']
  77.       library_dirs = ['/usr/local/lib']
  78.       language = c
  79.       define_macros = [('HAVE_CBLAS', None)]
  80.  
  81.     FOUND:
  82.       libraries = ['openblas', 'openblas']
  83.       library_dirs = ['/usr/local/lib']
  84.       language = c
  85.       define_macros = [('HAVE_CBLAS', None)]
  86.  
  87.   running bdist_wheel
  88.   running build
  89.   running config_cc
  90.   unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  91.   running config_fc
  92.   unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  93.   running build_src
  94.   build_src
  95.   building py_modules sources
  96.   building library "npymath" sources
  97.   Could not locate executable g77
  98.   Could not locate executable f77
  99.     adding 'build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath' to include_dirs.
  100.   None - nothing done with h_files = ['build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath/npy_math_internal.h']
  101.   building library "npysort" sources
  102.     adding 'build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common' to include_dirs.
  103.   None - nothing done with h_files = ['build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common/npy_sort.h', 'build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common/npy_partition.h', 'build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common/npy_binsearch.h']
  104.   building library "npyrandom" sources
  105.   building extension "numpy.core._multiarray_tests" sources
  106.   building extension "numpy.core._multiarray_umath" sources
  107.     adding 'build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/umath' to include_dirs.
  108.     adding 'build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath' to include_dirs.
  109.     adding 'build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common' to include_dirs.
  110.   numpy.core - nothing done with h_files = ['build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/umath/funcs.inc', 'build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/umath/simd.inc', 'build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/umath/loops.h', 'build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/umath/matmul.h', 'build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/umath/clip.h', 'build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath/npy_math_internal.h', 'build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common/templ_common.h', 'build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/include/numpy/config.h', 'build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/include/numpy/_numpyconfig.h', 'build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/include/numpy/__multiarray_api.h', 'build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/include/numpy/__ufunc_api.h']
  111.   building extension "numpy.core._umath_tests" sources
  112.   building extension "numpy.core._rational_tests" sources
  113.   building extension "numpy.core._struct_ufunc_tests" sources
  114.   building extension "numpy.core._operand_flag_tests" sources
  115.   building extension "numpy.fft._pocketfft_internal" sources
  116.   building extension "numpy.linalg.lapack_lite" sources
  117.   building extension "numpy.linalg._umath_linalg" sources
  118.   building extension "numpy.random._mt19937" sources
  119.   building extension "numpy.random._philox" sources
  120.   building extension "numpy.random._pcg64" sources
  121.   building extension "numpy.random._sfc64" sources
  122.   building extension "numpy.random._common" sources
  123.   building extension "numpy.random.bit_generator" sources
  124.   building extension "numpy.random._generator" sources
  125.   building extension "numpy.random._bounded_integers" sources
  126.   building extension "numpy.random.mtrand" sources
  127.   building data_files sources
  128.   build_src: building npy-pkg config files
  129.   running build_py
  130.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8
  131.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy
  132.   copying numpy/dual.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy
  133.   copying numpy/_pytesttester.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy
  134.   copying numpy/setup.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy
  135.   copying numpy/_distributor_init.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy
  136.   copying numpy/ctypeslib.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy
  137.   copying numpy/version.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy
  138.   copying numpy/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy
  139.   copying numpy/_globals.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy
  140.   copying numpy/conftest.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy
  141.   copying numpy/matlib.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy
  142.   copying build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/__config__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy
  143.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/compat
  144.   copying numpy/compat/setup.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/compat
  145.   copying numpy/compat/py3k.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/compat
  146.   copying numpy/compat/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/compat
  147.   copying numpy/compat/_inspect.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/compat
  148.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/compat/tests
  149.   copying numpy/compat/tests/test_compat.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/compat/tests
  150.   copying numpy/compat/tests/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/compat/tests
  151.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  152.   copying numpy/core/records.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  153.   copying numpy/core/multiarray.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  154.   copying numpy/core/_ufunc_config.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  155.   copying numpy/core/_type_aliases.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  156.   copying numpy/core/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  157.   copying numpy/core/overrides.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  158.   copying numpy/core/numeric.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  159.   copying numpy/core/getlimits.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  160.   copying numpy/core/_dtype.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  161.   copying numpy/core/_methods.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  162.   copying numpy/core/setup.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  163.   copying numpy/core/umath.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  164.   copying numpy/core/defchararray.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  165.   copying numpy/core/_dtype_ctypes.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  166.   copying numpy/core/umath_tests.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  167.   copying numpy/core/_asarray.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  168.   copying numpy/core/arrayprint.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  169.   copying numpy/core/_add_newdocs.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  170.   copying numpy/core/machar.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  171.   copying numpy/core/shape_base.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  172.   copying numpy/core/_exceptions.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  173.   copying numpy/core/numerictypes.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  174.   copying numpy/core/setup_common.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  175.   copying numpy/core/_string_helpers.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  176.   copying numpy/core/cversions.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  177.   copying numpy/core/einsumfunc.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  178.   copying numpy/core/memmap.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  179.   copying numpy/core/fromnumeric.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  180.   copying numpy/core/function_base.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  181.   copying numpy/core/_internal.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  182.   copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  183.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  184.   copying numpy/core/tests/test_mem_overlap.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  185.   copying numpy/core/tests/test_einsum.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  186.   copying numpy/core/tests/test_umath.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  187.   copying numpy/core/tests/test_regression.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  188.   copying numpy/core/tests/test_half.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  189.   copying numpy/core/tests/test_scalar_methods.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  190.   copying numpy/core/tests/test_cpu_features.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  191.   copying numpy/core/tests/test_ufunc.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  192.   copying numpy/core/tests/test_numerictypes.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  193.   copying numpy/core/tests/test_abc.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  194.   copying numpy/core/tests/test_function_base.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  195.   copying numpy/core/tests/test_longdouble.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  196.   copying numpy/core/tests/test_scalarbuffer.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  197.   copying numpy/core/tests/test_dtype.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  198.   copying numpy/core/tests/test_protocols.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  199.   copying numpy/core/tests/test_multiarray.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  200.   copying numpy/core/tests/test_indexerrors.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  201.   copying numpy/core/tests/test_scalarmath.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  202.   copying numpy/core/tests/test_indexing.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  203.   copying numpy/core/tests/test_extint128.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  204.   copying numpy/core/tests/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  205.   copying numpy/core/tests/test_memmap.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  206.   copying numpy/core/tests/test_overrides.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  207.   copying numpy/core/tests/test_nditer.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  208.   copying numpy/core/tests/test_getlimits.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  209.   copying numpy/core/tests/test_conversion_utils.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  210.   copying numpy/core/tests/test__exceptions.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  211.   copying numpy/core/tests/test_scalarinherit.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  212.   copying numpy/core/tests/test_umath_accuracy.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  213.   copying numpy/core/tests/test_print.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  214.   copying numpy/core/tests/_locales.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  215.   copying numpy/core/tests/test_datetime.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  216.   copying numpy/core/tests/test_records.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  217.   copying numpy/core/tests/test_scalar_ctors.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  218.   copying numpy/core/tests/test_scalarprint.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  219.   copying numpy/core/tests/test_umath_complex.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  220.   copying numpy/core/tests/test_machar.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  221.   copying numpy/core/tests/test_arrayprint.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  222.   copying numpy/core/tests/test_deprecations.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  223.   copying numpy/core/tests/test_defchararray.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  224.   copying numpy/core/tests/test_item_selection.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  225.   copying numpy/core/tests/test_unicode.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  226.   copying numpy/core/tests/test_numeric.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  227.   copying numpy/core/tests/test_shape_base.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  228.   copying numpy/core/tests/test_api.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  229.   copying numpy/core/tests/test_errstate.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/tests
  230.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  231.   copying numpy/distutils/numpy_distribution.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  232.   copying numpy/distutils/setup.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  233.   copying numpy/distutils/msvc9compiler.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  234.   copying numpy/distutils/_shell_utils.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  235.   copying numpy/distutils/log.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  236.   copying numpy/distutils/extension.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  237.   copying numpy/distutils/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  238.   copying numpy/distutils/intelccompiler.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  239.   copying numpy/distutils/lib2def.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  240.   copying numpy/distutils/cpuinfo.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  241.   copying numpy/distutils/exec_command.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  242.   copying numpy/distutils/pathccompiler.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  243.   copying numpy/distutils/system_info.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  244.   copying numpy/distutils/unixccompiler.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  245.   copying numpy/distutils/conv_template.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  246.   copying numpy/distutils/core.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  247.   copying numpy/distutils/line_endings.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  248.   copying numpy/distutils/msvccompiler.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  249.   copying numpy/distutils/npy_pkg_config.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  250.   copying numpy/distutils/mingw32ccompiler.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  251.   copying numpy/distutils/misc_util.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  252.   copying numpy/distutils/ccompiler.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  253.   copying numpy/distutils/from_template.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  254.   copying build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/__config__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils
  255.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  256.   copying numpy/distutils/command/config.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  257.   copying numpy/distutils/command/sdist.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  258.   copying numpy/distutils/command/build_ext.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  259.   copying numpy/distutils/command/build_py.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  260.   copying numpy/distutils/command/install_data.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  261.   copying numpy/distutils/command/build_src.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  262.   copying numpy/distutils/command/build.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  263.   copying numpy/distutils/command/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  264.   copying numpy/distutils/command/build_clib.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  265.   copying numpy/distutils/command/autodist.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  266.   copying numpy/distutils/command/egg_info.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  267.   copying numpy/distutils/command/install_clib.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  268.   copying numpy/distutils/command/bdist_rpm.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  269.   copying numpy/distutils/command/develop.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  270.   copying numpy/distutils/command/install_headers.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  271.   copying numpy/distutils/command/install.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  272.   copying numpy/distutils/command/build_scripts.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  273.   copying numpy/distutils/command/config_compiler.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/command
  274.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  275.   copying numpy/distutils/fcompiler/environment.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  276.   copying numpy/distutils/fcompiler/lahey.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  277.   copying numpy/distutils/fcompiler/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  278.   copying numpy/distutils/fcompiler/absoft.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  279.   copying numpy/distutils/fcompiler/ibm.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  280.   copying numpy/distutils/fcompiler/mips.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  281.   copying numpy/distutils/fcompiler/none.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  282.   copying numpy/distutils/fcompiler/sun.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  283.   copying numpy/distutils/fcompiler/compaq.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  284.   copying numpy/distutils/fcompiler/hpux.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  285.   copying numpy/distutils/fcompiler/g95.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  286.   copying numpy/distutils/fcompiler/gnu.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  287.   copying numpy/distutils/fcompiler/vast.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  288.   copying numpy/distutils/fcompiler/intel.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  289.   copying numpy/distutils/fcompiler/pg.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  290.   copying numpy/distutils/fcompiler/nag.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  291.   copying numpy/distutils/fcompiler/pathf95.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/fcompiler
  292.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/tests
  293.   copying numpy/distutils/tests/test_exec_command.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/tests
  294.   copying numpy/distutils/tests/test_system_info.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/tests
  295.   copying numpy/distutils/tests/test_shell_utils.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/tests
  296.   copying numpy/distutils/tests/test_from_template.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/tests
  297.   copying numpy/distutils/tests/test_npy_pkg_config.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/tests
  298.   copying numpy/distutils/tests/test_mingw32ccompiler.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/tests
  299.   copying numpy/distutils/tests/test_fcompiler.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/tests
  300.   copying numpy/distutils/tests/test_fcompiler_nagfor.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/tests
  301.   copying numpy/distutils/tests/test_fcompiler_gnu.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/tests
  302.   copying numpy/distutils/tests/test_fcompiler_intel.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/tests
  303.   copying numpy/distutils/tests/test_misc_util.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/tests
  304.   copying numpy/distutils/tests/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/distutils/tests
  305.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/doc
  306.   copying numpy/doc/dispatch.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/doc
  307.   copying numpy/doc/internals.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/doc
  308.   copying numpy/doc/byteswapping.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/doc
  309.   copying numpy/doc/broadcasting.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/doc
  310.   copying numpy/doc/structured_arrays.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/doc
  311.   copying numpy/doc/misc.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/doc
  312.   copying numpy/doc/basics.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/doc
  313.   copying numpy/doc/glossary.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/doc
  314.   copying numpy/doc/ufuncs.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/doc
  315.   copying numpy/doc/subclassing.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/doc
  316.   copying numpy/doc/constants.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/doc
  317.   copying numpy/doc/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/doc
  318.   copying numpy/doc/indexing.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/doc
  319.   copying numpy/doc/creation.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/doc
  320.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  321.   copying numpy/f2py/f90mod_rules.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  322.   copying numpy/f2py/diagnose.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  323.   copying numpy/f2py/cb_rules.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  324.   copying numpy/f2py/setup.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  325.   copying numpy/f2py/crackfortran.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  326.   copying numpy/f2py/__main__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  327.   copying numpy/f2py/rules.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  328.   copying numpy/f2py/auxfuncs.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  329.   copying numpy/f2py/f2py2e.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  330.   copying numpy/f2py/common_rules.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  331.   copying numpy/f2py/cfuncs.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  332.   copying numpy/f2py/func2subr.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  333.   copying numpy/f2py/__version__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  334.   copying numpy/f2py/use_rules.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  335.   copying numpy/f2py/f2py_testing.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  336.   copying numpy/f2py/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  337.   copying numpy/f2py/capi_maps.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py
  338.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  339.   copying numpy/f2py/tests/test_array_from_pyobj.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  340.   copying numpy/f2py/tests/test_return_complex.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  341.   copying numpy/f2py/tests/test_kind.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  342.   copying numpy/f2py/tests/test_return_integer.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  343.   copying numpy/f2py/tests/test_common.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  344.   copying numpy/f2py/tests/test_compile_function.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  345.   copying numpy/f2py/tests/test_size.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  346.   copying numpy/f2py/tests/test_parameter.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  347.   copying numpy/f2py/tests/test_return_character.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  348.   copying numpy/f2py/tests/util.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  349.   copying numpy/f2py/tests/test_mixed.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  350.   copying numpy/f2py/tests/test_callback.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  351.   copying numpy/f2py/tests/test_crackfortran.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  352.   copying numpy/f2py/tests/test_return_real.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  353.   copying numpy/f2py/tests/test_quoted_character.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  354.   copying numpy/f2py/tests/test_assumed_shape.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  355.   copying numpy/f2py/tests/test_regression.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  356.   copying numpy/f2py/tests/test_string.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  357.   copying numpy/f2py/tests/test_return_logical.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  358.   copying numpy/f2py/tests/test_block_docstring.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  359.   copying numpy/f2py/tests/test_semicolon_split.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  360.   copying numpy/f2py/tests/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/f2py/tests
  361.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/fft
  362.   copying numpy/fft/setup.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/fft
  363.   copying numpy/fft/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/fft
  364.   copying numpy/fft/_pocketfft.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/fft
  365.   copying numpy/fft/helper.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/fft
  366.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/fft/tests
  367.   copying numpy/fft/tests/test_pocketfft.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/fft/tests
  368.   copying numpy/fft/tests/test_helper.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/fft/tests
  369.   copying numpy/fft/tests/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/fft/tests
  370.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  371.   copying numpy/lib/npyio.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  372.   copying numpy/lib/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  373.   copying numpy/lib/function_base.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  374.   copying numpy/lib/format.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  375.   copying numpy/lib/arrayterator.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  376.   copying numpy/lib/setup.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  377.   copying numpy/lib/stride_tricks.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  378.   copying numpy/lib/mixins.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  379.   copying numpy/lib/arraypad.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  380.   copying numpy/lib/type_check.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  381.   copying numpy/lib/index_tricks.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  382.   copying numpy/lib/_version.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  383.   copying numpy/lib/histograms.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  384.   copying numpy/lib/shape_base.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  385.   copying numpy/lib/utils.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  386.   copying numpy/lib/_datasource.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  387.   copying numpy/lib/user_array.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  388.   copying numpy/lib/twodim_base.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  389.   copying numpy/lib/financial.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  390.   copying numpy/lib/ufunclike.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  391.   copying numpy/lib/arraysetops.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  392.   copying numpy/lib/nanfunctions.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  393.   copying numpy/lib/_iotools.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  394.   copying numpy/lib/recfunctions.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  395.   copying numpy/lib/polynomial.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  396.   copying numpy/lib/scimath.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib
  397.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  398.   copying numpy/lib/tests/test_shape_base.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  399.   copying numpy/lib/tests/test_arrayterator.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  400.   copying numpy/lib/tests/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  401.   copying numpy/lib/tests/test__iotools.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  402.   copying numpy/lib/tests/test_histograms.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  403.   copying numpy/lib/tests/test_packbits.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  404.   copying numpy/lib/tests/test_type_check.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  405.   copying numpy/lib/tests/test_index_tricks.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  406.   copying numpy/lib/tests/test_financial.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  407.   copying numpy/lib/tests/test_stride_tricks.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  408.   copying numpy/lib/tests/test_utils.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  409.   copying numpy/lib/tests/test__version.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  410.   copying numpy/lib/tests/test_arraysetops.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  411.   copying numpy/lib/tests/test_function_base.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  412.   copying numpy/lib/tests/test_polynomial.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  413.   copying numpy/lib/tests/test_arraypad.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  414.   copying numpy/lib/tests/test_mixins.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  415.   copying numpy/lib/tests/test_twodim_base.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  416.   copying numpy/lib/tests/test_format.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  417.   copying numpy/lib/tests/test_regression.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  418.   copying numpy/lib/tests/test_nanfunctions.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  419.   copying numpy/lib/tests/test__datasource.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  420.   copying numpy/lib/tests/test_ufunclike.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  421.   copying numpy/lib/tests/test_recfunctions.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  422.   copying numpy/lib/tests/test_io.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/lib/tests
  423.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/linalg
  424.   copying numpy/linalg/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/linalg
  425.   copying numpy/linalg/setup.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/linalg
  426.   copying numpy/linalg/linalg.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/linalg
  427.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/linalg/tests
  428.   copying numpy/linalg/tests/test_linalg.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/linalg/tests
  429.   copying numpy/linalg/tests/test_build.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/linalg/tests
  430.   copying numpy/linalg/tests/test_regression.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/linalg/tests
  431.   copying numpy/linalg/tests/test_deprecations.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/linalg/tests
  432.   copying numpy/linalg/tests/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/linalg/tests
  433.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma
  434.   copying numpy/ma/testutils.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma
  435.   copying numpy/ma/timer_comparison.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma
  436.   copying numpy/ma/core.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma
  437.   copying numpy/ma/bench.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma
  438.   copying numpy/ma/mrecords.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma
  439.   copying numpy/ma/extras.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma
  440.   copying numpy/ma/setup.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma
  441.   copying numpy/ma/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma
  442.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma/tests
  443.   copying numpy/ma/tests/test_deprecations.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma/tests
  444.   copying numpy/ma/tests/test_regression.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma/tests
  445.   copying numpy/ma/tests/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma/tests
  446.   copying numpy/ma/tests/test_core.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma/tests
  447.   copying numpy/ma/tests/test_extras.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma/tests
  448.   copying numpy/ma/tests/test_mrecords.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma/tests
  449.   copying numpy/ma/tests/test_subclassing.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma/tests
  450.   copying numpy/ma/tests/test_old_ma.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/ma/tests
  451.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/matrixlib
  452.   copying numpy/matrixlib/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/matrixlib
  453.   copying numpy/matrixlib/setup.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/matrixlib
  454.   copying numpy/matrixlib/defmatrix.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/matrixlib
  455.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/matrixlib/tests
  456.   copying numpy/matrixlib/tests/test_masked_matrix.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/matrixlib/tests
  457.   copying numpy/matrixlib/tests/test_regression.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/matrixlib/tests
  458.   copying numpy/matrixlib/tests/test_multiarray.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/matrixlib/tests
  459.   copying numpy/matrixlib/tests/test_numeric.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/matrixlib/tests
  460.   copying numpy/matrixlib/tests/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/matrixlib/tests
  461.   copying numpy/matrixlib/tests/test_defmatrix.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/matrixlib/tests
  462.   copying numpy/matrixlib/tests/test_matrix_linalg.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/matrixlib/tests
  463.   copying numpy/matrixlib/tests/test_interaction.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/matrixlib/tests
  464.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial
  465.   copying numpy/polynomial/setup.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial
  466.   copying numpy/polynomial/hermite.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial
  467.   copying numpy/polynomial/polyutils.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial
  468.   copying numpy/polynomial/_polybase.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial
  469.   copying numpy/polynomial/polynomial.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial
  470.   copying numpy/polynomial/laguerre.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial
  471.   copying numpy/polynomial/hermite_e.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial
  472.   copying numpy/polynomial/legendre.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial
  473.   copying numpy/polynomial/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial
  474.   copying numpy/polynomial/chebyshev.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial
  475.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial/tests
  476.   copying numpy/polynomial/tests/test_laguerre.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial/tests
  477.   copying numpy/polynomial/tests/test_polynomial.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial/tests
  478.   copying numpy/polynomial/tests/test_legendre.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial/tests
  479.   copying numpy/polynomial/tests/test_printing.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial/tests
  480.   copying numpy/polynomial/tests/test_polyutils.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial/tests
  481.   copying numpy/polynomial/tests/test_hermite.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial/tests
  482.   copying numpy/polynomial/tests/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial/tests
  483.   copying numpy/polynomial/tests/test_chebyshev.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial/tests
  484.   copying numpy/polynomial/tests/test_classes.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial/tests
  485.   copying numpy/polynomial/tests/test_hermite_e.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/polynomial/tests
  486.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random
  487.   copying numpy/random/setup.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random
  488.   copying numpy/random/_pickle.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random
  489.   copying numpy/random/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random
  490.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random/tests
  491.   copying numpy/random/tests/test_seed_sequence.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random/tests
  492.   copying numpy/random/tests/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random/tests
  493.   copying numpy/random/tests/test_smoke.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random/tests
  494.   copying numpy/random/tests/test_random.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random/tests
  495.   copying numpy/random/tests/test_extending.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random/tests
  496.   copying numpy/random/tests/test_generator_mt19937.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random/tests
  497.   copying numpy/random/tests/test_randomstate.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random/tests
  498.   copying numpy/random/tests/test_regression.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random/tests
  499.   copying numpy/random/tests/test_randomstate_regression.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random/tests
  500.   copying numpy/random/tests/test_generator_mt19937_regressions.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random/tests
  501.   copying numpy/random/tests/test_direct.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random/tests
  502.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/testing
  503.   copying numpy/testing/print_coercion_tables.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/testing
  504.   copying numpy/testing/utils.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/testing
  505.   copying numpy/testing/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/testing
  506.   copying numpy/testing/setup.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/testing
  507.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/testing/_private
  508.   copying numpy/testing/_private/noseclasses.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/testing/_private
  509.   copying numpy/testing/_private/nosetester.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/testing/_private
  510.   copying numpy/testing/_private/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/testing/_private
  511.   copying numpy/testing/_private/parameterized.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/testing/_private
  512.   copying numpy/testing/_private/utils.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/testing/_private
  513.   copying numpy/testing/_private/decorators.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/testing/_private
  514.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/testing/tests
  515.   copying numpy/testing/tests/test_doctesting.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/testing/tests
  516.   copying numpy/testing/tests/test_decorators.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/testing/tests
  517.   copying numpy/testing/tests/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/testing/tests
  518.   copying numpy/testing/tests/test_utils.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/testing/tests
  519.   creating build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/tests
  520.   copying numpy/tests/__init__.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/tests
  521.   copying numpy/tests/test_warnings.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/tests
  522.   copying numpy/tests/test_ctypeslib.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/tests
  523.   copying numpy/tests/test_scripts.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/tests
  524.   copying numpy/tests/test_numpy_version.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/tests
  525.   copying numpy/tests/test_public_api.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/tests
  526.   copying numpy/tests/test_matlib.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/tests
  527.   copying numpy/tests/test_reloading.py -> build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/tests
  528.   running build_clib
  529.   customize UnixCCompiler
  530.   C compiler: cc -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -fstack-protector-all -pipe -march=nocona -fstack-protector-strong -fno-strict-aliasing -fPIC
  531.  
  532.   creating /tmp/tmp8c7j6qf1/tmp
  533.   creating /tmp/tmp8c7j6qf1/tmp/tmp8c7j6qf1
  534.   compile options: '-MMD -MF /tmp/tmp8c7j6qf1/file.c.d -c'
  535.   cc: /tmp/tmp8c7j6qf1/file.c
  536.   customize UnixCCompiler using new_build_clib
  537.   building 'npymath' library
  538.   compiling C sources
  539.   C compiler: cc -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -fstack-protector-all -pipe -march=nocona -fstack-protector-strong -fno-strict-aliasing -fPIC
  540.  
  541.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8
  542.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy
  543.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  544.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src
  545.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath
  546.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/build
  547.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/build/src.freebsd-11.3-RELEASE-p12-amd64-3.8
  548.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy
  549.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core
  550.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src
  551.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath
  552.   compile options: '-Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath -Inumpy/core/include -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.8 -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath -c'
  553.   cc: numpy/core/src/npymath/npy_math.c
  554.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath/npy_math_complex.c
  555.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath/ieee754.c
  556.   cc: numpy/core/src/npymath/halffloat.c
  557.   numpy/core/src/npymath/npy_math_complex.c.src:1767:17: warning: implicitly declaring library function 'cacosl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
  558.       ret.c99_z = cacosl(z1.c99_z);
  559.                   ^
  560.   numpy/core/src/npymath/npy_math_complex.c.src:1767:17: note: include the header <complex.h> or explicitly provide a declaration for 'cacosl'
  561.   numpy/core/src/npymath/npy_math_complex.c.src:1767:17: warning: implicitly declaring library function 'casinl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
  562.       ret.c99_z = casinl(z1.c99_z);
  563.                   ^
  564.   numpy/core/src/npymath/npy_math_complex.c.src:1767:17: note: include the header <complex.h> or explicitly provide a declaration for 'casinl'
  565.   numpy/core/src/npymath/npy_math_complex.c.src:1767:17: warning: implicitly declaring library function 'catanl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
  566.       ret.c99_z = catanl(z1.c99_z);
  567.                   ^
  568.   numpy/core/src/npymath/npy_math_complex.c.src:1767:17: note: include the header <complex.h> or explicitly provide a declaration for 'catanl'
  569.   numpy/core/src/npymath/npy_math_complex.c.src:1767:17: warning: implicitly declaring library function 'cacoshl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
  570.       ret.c99_z = cacoshl(z1.c99_z);
  571.                   ^
  572.   numpy/core/src/npymath/npy_math_complex.c.src:1767:17: note: include the header <complex.h> or explicitly provide a declaration for 'cacoshl'
  573.   numpy/core/src/npymath/npy_math_complex.c.src:1767:17: warning: implicitly declaring library function 'casinhl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
  574.       ret.c99_z = casinhl(z1.c99_z);
  575.                   ^
  576.   numpy/core/src/npymath/npy_math_complex.c.src:1767:17: note: include the header <complex.h> or explicitly provide a declaration for 'casinhl'
  577.   numpy/core/src/npymath/npy_math_complex.c.src:1767:17: warning: implicitly declaring library function 'catanhl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
  578.       ret.c99_z = catanhl(z1.c99_z);
  579.                   ^
  580.   numpy/core/src/npymath/npy_math_complex.c.src:1767:17: note: include the header <complex.h> or explicitly provide a declaration for 'catanhl'
  581.   6 warnings generated.
  582.   ar: adding 4 object files to build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/libnpymath.a
  583.   building 'npysort' library
  584.   compiling C sources
  585.   C compiler: cc -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -fstack-protector-all -pipe -march=nocona -fstack-protector-strong -fno-strict-aliasing -fPIC
  586.  
  587.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npysort
  588.   compile options: '-Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.8 -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath -c'
  589.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npysort/mergesort.c
  590.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npysort/heapsort.c
  591.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npysort/timsort.c
  592.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npysort/radixsort.c
  593.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npysort/selection.c
  594.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npysort/binsearch.c
  595.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npysort/quicksort.c
  596.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  597.           npy_intp k;
  598.           ^~~~~~~~~~~
  599.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  600.       else if (0 && kth == num - 1) {
  601.                ^
  602.                /* DISABLES CODE */ ( )
  603.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  604.           npy_intp k;
  605.           ^~~~~~~~~~~
  606.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  607.       else if (0 && kth == num - 1) {
  608.                ^
  609.                /* DISABLES CODE */ ( )
  610.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  611.           npy_intp k;
  612.           ^~~~~~~~~~~
  613.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  614.       else if (0 && kth == num - 1) {
  615.                ^
  616.                /* DISABLES CODE */ ( )
  617.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  618.           npy_intp k;
  619.           ^~~~~~~~~~~
  620.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  621.       else if (0 && kth == num - 1) {
  622.                ^
  623.                /* DISABLES CODE */ ( )
  624.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  625.           npy_intp k;
  626.           ^~~~~~~~~~~
  627.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  628.       else if (0 && kth == num - 1) {
  629.                ^
  630.                /* DISABLES CODE */ ( )
  631.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  632.           npy_intp k;
  633.           ^~~~~~~~~~~
  634.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  635.       else if (0 && kth == num - 1) {
  636.                ^
  637.                /* DISABLES CODE */ ( )
  638.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  639.           npy_intp k;
  640.           ^~~~~~~~~~~
  641.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  642.       else if (0 && kth == num - 1) {
  643.                ^
  644.                /* DISABLES CODE */ ( )
  645.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  646.           npy_intp k;
  647.           ^~~~~~~~~~~
  648.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  649.       else if (0 && kth == num - 1) {
  650.                ^
  651.                /* DISABLES CODE */ ( )
  652.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  653.           npy_intp k;
  654.           ^~~~~~~~~~~
  655.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  656.       else if (0 && kth == num - 1) {
  657.                ^
  658.                /* DISABLES CODE */ ( )
  659.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  660.           npy_intp k;
  661.           ^~~~~~~~~~~
  662.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  663.       else if (0 && kth == num - 1) {
  664.                ^
  665.                /* DISABLES CODE */ ( )
  666.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  667.           npy_intp k;
  668.           ^~~~~~~~~~~
  669.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  670.       else if (0 && kth == num - 1) {
  671.                ^
  672.                /* DISABLES CODE */ ( )
  673.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  674.           npy_intp k;
  675.           ^~~~~~~~~~~
  676.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  677.       else if (0 && kth == num - 1) {
  678.                ^
  679.                /* DISABLES CODE */ ( )
  680.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  681.           npy_intp k;
  682.           ^~~~~~~~~~~
  683.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  684.       else if (0 && kth == num - 1) {
  685.                ^
  686.                /* DISABLES CODE */ ( )
  687.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  688.           npy_intp k;
  689.           ^~~~~~~~~~~
  690.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  691.       else if (0 && kth == num - 1) {
  692.                ^
  693.                /* DISABLES CODE */ ( )
  694.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  695.           npy_intp k;
  696.           ^~~~~~~~~~~
  697.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  698.       else if (0 && kth == num - 1) {
  699.                ^
  700.                /* DISABLES CODE */ ( )
  701.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  702.           npy_intp k;
  703.           ^~~~~~~~~~~
  704.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  705.       else if (0 && kth == num - 1) {
  706.                ^
  707.                /* DISABLES CODE */ ( )
  708.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  709.           npy_intp k;
  710.           ^~~~~~~~~~~
  711.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  712.       else if (0 && kth == num - 1) {
  713.                ^
  714.                /* DISABLES CODE */ ( )
  715.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  716.           npy_intp k;
  717.           ^~~~~~~~~~~
  718.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  719.       else if (0 && kth == num - 1) {
  720.                ^
  721.                /* DISABLES CODE */ ( )
  722.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  723.           npy_intp k;
  724.           ^~~~~~~~~~~
  725.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  726.       else if (0 && kth == num - 1) {
  727.                ^
  728.                /* DISABLES CODE */ ( )
  729.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  730.           npy_intp k;
  731.           ^~~~~~~~~~~
  732.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  733.       else if (0 && kth == num - 1) {
  734.                ^
  735.                /* DISABLES CODE */ ( )
  736.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  737.           npy_intp k;
  738.           ^~~~~~~~~~~
  739.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  740.       else if (0 && kth == num - 1) {
  741.                ^
  742.                /* DISABLES CODE */ ( )
  743.   numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
  744.           npy_intp k;
  745.           ^~~~~~~~~~~
  746.   numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
  747.       else if (0 && kth == num - 1) {
  748.                ^
  749.                /* DISABLES CODE */ ( )
  750.   22 warnings generated.
  751.   ar: adding 7 object files to build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/libnpysort.a
  752.   building 'npyrandom' library
  753.   compiling C sources
  754.   C compiler: cc -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -fstack-protector-all -pipe -march=nocona -fstack-protector-strong -fno-strict-aliasing -fPIC
  755.  
  756.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random
  757.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random/src
  758.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/random/src/distributions
  759.   compile options: '-Inumpy/core/include -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.8 -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath -c'
  760.   cc: numpy/random/src/distributions/distributions.c
  761.   cc: numpy/random/src/distributions/random_mvhg_count.c
  762.   cc: numpy/random/src/distributions/random_mvhg_marginals.c
  763.   cc: numpy/random/src/distributions/logfactorial.c
  764.   cc: numpy/random/src/distributions/random_hypergeometric.c
  765.   ar: adding 5 object files to build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/libnpyrandom.a
  766.   running build_ext
  767.   customize UnixCCompiler
  768.   C compiler: cc -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -fstack-protector-all -pipe -march=nocona -fstack-protector-strong -fno-strict-aliasing -fPIC
  769.  
  770.   creating /tmp/tmpx9ty1z3l/tmp
  771.   creating /tmp/tmpx9ty1z3l/tmp/tmpx9ty1z3l
  772.   compile options: '-MMD -MF /tmp/tmpx9ty1z3l/file.c.d -c'
  773.   cc: /tmp/tmpx9ty1z3l/file.c
  774.   customize UnixCCompiler using new_build_ext
  775.   building 'numpy.core._multiarray_tests' extension
  776.   compiling C sources
  777.   C compiler: cc -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -fstack-protector-all -pipe -march=nocona -fstack-protector-strong -fno-strict-aliasing -fPIC
  778.  
  779.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/multiarray
  780.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common
  781.   compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.8 -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath -c'
  782.   cc: numpy/core/src/common/mem_overlap.c
  783.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/multiarray/_multiarray_tests.c
  784.   cc -pthread -shared -L/usr/local/lib -fstack-protector-strong build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/multiarray/_multiarray_tests.o build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common/mem_overlap.o -L/usr/local/lib -Lbuild/temp.freebsd-11.3-RELEASE-p12-amd64-3.8 -lnpymath -o build/lib.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/_multiarray_tests.so
  785.   building 'numpy.core._multiarray_umath' extension
  786.   compiling C sources
  787.   C compiler: cc -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -fstack-protector-all -pipe -march=nocona -fstack-protector-strong -fno-strict-aliasing -fPIC
  788.  
  789.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/multiarray
  790.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/umath
  791.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/umath
  792.   creating build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common
  793.   compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DHAVE_CBLAS -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/umath -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.8 -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath -c'
  794.   cc: numpy/core/src/multiarray/array_assign_scalar.c
  795.   cc: numpy/core/src/multiarray/buffer.c
  796.   cc: numpy/core/src/multiarray/alloc.c
  797.   cc: numpy/core/src/multiarray/datetime_strings.c
  798.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/multiarray/einsum.c
  799.   cc: numpy/core/src/multiarray/descriptor.c
  800.   cc: numpy/core/src/multiarray/common.c
  801.   cc: numpy/core/src/multiarray/conversion_utils.c
  802.   cc: numpy/core/src/multiarray/array_assign_array.c
  803.   cc: numpy/core/src/multiarray/arrayobject.c
  804.   cc: numpy/core/src/multiarray/ctors.c
  805.   cc: numpy/core/src/multiarray/convert.c
  806.   cc: errorcc: : error: unable to execute command: posix_spawn failed: Resource temporarily unavailable
  807.   cc: numpy/core/src/multiarray/hashdescr.c
  808.   unable to execute command: posix_spawn failed: Resource temporarily unavailable
  809.   cc: numpy/core/src/multiarray/calculation.c
  810.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/multiarray/lowlevel_strided_loops.c
  811.   cc: numpy/core/src/multiarray/arrayfunction_override.c
  812.   cc: numpy/core/src/multiarray/datetime_busday.c
  813.   cc: numpy/core/src/multiarray/convert_datatype.c
  814.   cc: error: unable to execute command: posix_spawn failed: Resource temporarily unavailable
  815.   cc: numpy/core/src/multiarray/multiarraymodule.c
  816.   cc: error: unable to execute command: posix_spawn failed: Resource temporarily unavailable
  817.   cc: numpy/core/src/multiarray/nditer_constr.c
  818.   cc: numpy/core/src/multiarray/datetime_busdaycal.c
  819.   cc: numpy/core/src/multiarray/compiled_base.c
  820.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/multiarray/arraytypes.c
  821.   cc: error: unable to execute command: posix_spawn failed: Resource temporarily unavailable
  822.   cc: numpy/core/src/multiarray/refcount.c
  823.   cc: numpy/core/src/multiarray/scalarapi.c
  824.   cc: numpy/core/src/multiarray/temp_elide.c
  825.   cc: error: unable to execute command: posix_spawn failed: Resource temporarily unavailable
  826.   cc: numpy/core/src/multiarray/vdot.c
  827.   cc: numpy/core/src/multiarray/sequence.c
  828.   cc: numpy/core/src/multiarray/datetime.c
  829.   cc: error: unable to execute command: posix_spawn failed: Resource temporarily unavailable
  830.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/umath/loops.c
  831.   cc: error: unable to execute command: posix_spawn failed: Resource temporarily unavailable
  832.   cc: numpy/core/src/umath/ufunc_object.c
  833.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/multiarray/scalartypes.c
  834.   cc: numpy/core/src/multiarray/shape.c
  835.   cc: numpy/core/src/umath/ufunc_type_resolution.c
  836.   cc: error: unable to execute command: posix_spawn failed: Resource temporarily unavailable
  837.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath/ieee754.c
  838.   cc: error: unable to execute command: posix_spawn failed: Resource temporarily unavailable
  839.   cc: numpy/core/src/common/array_assign.c
  840.   cc: numpy/core/src/common/ucsnarrow.c
  841.   cc: error: unable to execute command: posix_spawn failed: Resource temporarily unavailable
  842.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common/npy_cpu_features.c
  843.   cc: error: unable to execute command: posix_spawn failed: Resource temporarily unavailable
  844.   cc: numpy/core/src/common/ufunc_override.c
  845.   cc: numpy/core/src/umath/override.c
  846.   cc: numpy/core/src/common/numpyos.c
  847.   cc: error: unable to execute command: posix_spawn failed: Resource temporarily unavailable
  848.   cc: numpy/core/src/npymath/npy_math.c
  849.   cc: numpy/core/src/umath/extobj.c
  850.   cc: build/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/umath/scalarmath.c
  851.   cc: numpy/core/src/multiarray/mapping.c
  852.   cc: numpy/core/src/multiarray/methods.c
  853.   Running from numpy source directory.
  854.   /usr/local/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
  855.     warnings.warn(msg)
  856.   error: Command "cc -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -fstack-protector-all -pipe -march=nocona -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DHAVE_CBLAS -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/umath -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.8 -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/common -Ibuild/src.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/npymath -c numpy/core/src/multiarray/descriptor.c -o build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/multiarray/descriptor.o -MMD -MF build/temp.freebsd-11.3-RELEASE-p12-amd64-3.8/numpy/core/src/multiarray/descriptor.o.d" failed with exit status 1
  857.   ----------------------------------------
  858.   ERROR: Failed building wheel for numpy
  859. Failed to build numpy
  860. ERROR: Could not build wheels for numpy which use PEP 517 and cannot be installed directly
  861.