=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for py39-pandas-2.2.0
* Building wheel...
+ meson setup /pbulk/work/math/py-pandas/work/pandas-2.2.0 /pbulk/work/math/py-pandas/work/pandas-2.2.0/.mesonpy-shniyyxa -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --vsenv --native-file=/pbulk/work/math/py-pandas/work/pandas-2.2.0/.mesonpy-shniyyxa/meson-python-native-file.ini
The Meson build system
Version: 1.3.1
Source dir: /pbulk/work/math/py-pandas/work/pandas-2.2.0
Build dir: /pbulk/work/math/py-pandas/work/pandas-2.2.0/.mesonpy-shniyyxa
Build type: native build
Project name: pandas
Project version: 2.2.0
C compiler for the host machine: gcc (gcc 7.5.0 "gcc (nb4 20200810) 7.5.0")
C linker for the host machine: gcc ld.bfd 2.31.1
C++ compiler for the host machine: c++ (gcc 7.5.0 "g++ (nb4 20200810) 7.5.0")
C++ linker for the host machine: c++ ld.bfd 2.31.1
Cython compiler for the host machine: cython-3.9 (cython 3.0.8)
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program python found: YES (/usr/pkg/bin/python3.9)
Found pkg-config: YES (/pbulk/work/math/py-pandas/work/.tools/bin/pkg-config) 2.0.3
Run-time dependency python found: YES 3.9
Build targets in project: 53

pandas 2.2.0

  User defined options
    Native files: /pbulk/work/math/py-pandas/work/pandas-2.2.0/.mesonpy-shniyyxa/meson-python-native-file.ini
    buildtype   : release
    vsenv       : true
    b_ndebug    : if-release
    b_vscrt     : md

Found ninja-1.11.1 at /usr/pkg/bin/ninja

Visual Studio environment is needed to run Ninja. It is recommended to use Meson wrapper:
/usr/pkg/bin/meson compile -C .
+ /usr/pkg/bin/ninja
[1/151] Copying file pandas/__init__.py
[2/151] Generating pandas/_libs/algos_take_helper_pxi with a custom command
[3/151] Generating pandas/_libs/algos_common_helper_pxi with a custom command
[4/151] Generating pandas/_libs/khash_primitive_helper_pxi with a custom command
[5/151] Generating pandas/_libs/hashtable_class_helper_pxi with a custom command
[6/151] Generating pandas/_libs/hashtable_func_helper_pxi with a custom command
[7/151] Generating pandas/_libs/index_class_helper_pxi with a custom command
[8/151] Generating pandas/_libs/sparse_op_helper_pxi with a custom command
[9/151] Generating pandas/_libs/intervaltree_helper_pxi with a custom command
[10/151] Compiling C object pandas/_libs/pandas_parser.so.p/src_parser_io.c.o
[11/151] Compiling C object pandas/_libs/json.so.p/src_vendored_ujson_python_ujson.c.o
[12/151] Compiling C object pandas/_libs/pandas_datetime.so.p/src_vendored_numpy_datetime_np_datetime.c.o
FAILED: pandas/_libs/pandas_datetime.so.p/src_vendored_numpy_datetime_np_datetime.c.o 
gcc -Ipandas/_libs/pandas_datetime.so.p -Ipandas/_libs -I../pandas/_libs -I../../../../../../../usr/pkg/lib/python3.9/site-packages/numpy/core/include -I../pandas/_libs/include -I/usr/pkg/include/python3.9 -I/usr/include -I/usr/pkg/include -fvisibility=hidden -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -DNPY_NO_DEPRECATED_API=0 -DNPY_TARGET_VERSION=NPY_1_21_API_VERSION -O2 -fPIC -MD -MQ pandas/_libs/pandas_datetime.so.p/src_vendored_numpy_datetime_np_datetime.c.o -MF pandas/_libs/pandas_datetime.so.p/src_vendored_numpy_datetime_np_datetime.c.o.d -o pandas/_libs/pandas_datetime.so.p/src_vendored_numpy_datetime_np_datetime.c.o -c ../pandas/_libs/src/vendored/numpy/datetime/np_datetime.c
../pandas/_libs/src/vendored/numpy/datetime/np_datetime.c:56:1: error: static assertion failed: "__has_builtin not detected; please try a newer compiler"
 _Static_assert(0, "__has_builtin not detected; please try a newer compiler");
 ^~~~~~~~~~~~~~
../pandas/_libs/src/vendored/numpy/datetime/np_datetime.c: In function 'scaleYearToEpoch':
../pandas/_libs/src/vendored/numpy/datetime/np_datetime.c:342:10: warning: implicit declaration of function 'checked_int64_sub' [-Wimplicit-function-declaration]
   return checked_int64_sub(year, 1970, result);
          ^~~~~~~~~~~~~~~~~
../pandas/_libs/src/vendored/numpy/datetime/np_datetime.c: In function 'scaleYearsToMonths':
../pandas/_libs/src/vendored/numpy/datetime/np_datetime.c:346:10: warning: implicit declaration of function 'checked_int64_mul' [-Wimplicit-function-declaration]
   return checked_int64_mul(years, 12, result);
          ^~~~~~~~~~~~~~~~~
../pandas/_libs/src/vendored/numpy/datetime/np_datetime.c: In function 'npy_datetimestruct_to_datetime':
../pandas/_libs/src/vendored/numpy/datetime/np_datetime.c:424:23: warning: implicit declaration of function 'checked_int64_add' [-Wimplicit-function-declaration]
     PD_CHECK_OVERFLOW(checked_int64_add(months, months_adder, &months));
                       ^
../pandas/_libs/src/vendored/numpy/datetime/np_datetime.c:62:10: note: in definition of macro 'PD_CHECK_OVERFLOW'
     if ((FUNC) != 0) {                                                         \
          ^~~~
[13/151] Compiling C object pandas/_libs/json.so.p/src_vendored_ujson_lib_ultrajsondec.c.o
[14/151] Compiling C object pandas/_libs/tslibs/parsing.so.p/.._src_parser_tokenizer.c.o
[15/151] Compiling C object pandas/_libs/pandas_parser.so.p/src_parser_pd_parser.c.o
[16/151] Compiling C object pandas/_libs/pandas_datetime.so.p/src_datetime_date_conversions.c.o
[17/151] Compiling C object pandas/_libs/parsers.so.p/src_parser_io.c.o
[18/151] Compiling C object pandas/_libs/json.so.p/src_vendored_ujson_python_JSONtoObj.c.o
[19/151] Compiling C object pandas/_libs/pandas_datetime.so.p/src_datetime_pd_datetime.c.o
[20/151] Compiling C object pandas/_libs/pandas_datetime.so.p/src_vendored_numpy_datetime_np_datetime_strings.c.o
[21/151] Compiling C object pandas/_libs/json.so.p/src_vendored_ujson_lib_ultrajsonenc.c.o
[22/151] Compiling C object pandas/_libs/parsers.so.p/src_parser_tokenizer.c.o
[23/151] Compiling C object pandas/_libs/lib.so.p/src_parser_tokenizer.c.o
[24/151] Compiling C object pandas/_libs/json.so.p/src_vendored_ujson_python_objToJSON.c.o
[25/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/ops_dispatch.pyx
[26/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/base.pyx
[27/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/indexing.pyx
[28/151] Compiling C object pandas/_libs/pandas_parser.so.p/src_parser_tokenizer.c.o
[29/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/byteswap.pyx
[30/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/np_datetime.pyx
[31/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/ccalendar.pyx
[32/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/tzconversion.pyx
[33/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/sas.pyx
[34/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/vectorized.pyx
[35/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/reshape.pyx
[36/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/arrays.pyx
[37/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/parsing.pyx
[38/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/nattype.pyx
warning: /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/nattype.pyx:79:0: Global name __nat_unpickle matched from within class scope in contradiction to to Python 'class private name' rules. This may change in a future release.
warning: /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/nattype.pyx:79:0: Global name __nat_unpickle matched from within class scope in contradiction to to Python 'class private name' rules. This may change in a future release.
[39/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/hashing.pyx
[40/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/missing.pyx
[41/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/properties.pyx
[42/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/conversion.pyx
[43/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/internals.pyx
[44/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/fields.pyx
[45/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/period.pyx
[46/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/timezones.pyx
[47/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/dtypes.pyx
[48/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/timedeltas.pyx
[49/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslib.pyx
[50/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/strptime.pyx
[51/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/ops.pyx
[52/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/parsers.pyx
[53/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/lib.pyx
[54/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/join.pyx
[55/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/offsets.pyx
[56/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/index.pyx
[57/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/interval.pyx
[58/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/tslibs/timestamps.pyx
[59/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/algos.pyx
[60/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/hashtable.pyx
[61/151] Compiling Cython source /pbulk/work/math/py-pandas/work/pandas-2.2.0/pandas/_libs/groupby.pyx
ninja: build stopped: subcommand failed.

ERROR Backend subprocess exited when trying to invoke build_wheel
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/math/py-pandas
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/math/py-pandas