frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
19.81k stars 7.01k forks source link

Bench installation of erpnext fails on pandas setup if numpy>=1.19.0 #22424

Closed heyakyra closed 3 years ago

heyakyra commented 4 years ago

Using bench get-app --branch version-13-beta erpnext fails with:

  UPDATING build/lib.linux-x86_64-3.8/pandas/_version.py
  set build/lib.linux-x86_64-3.8/pandas/_version.py to '0.24.2'
  running build_ext
  building 'pandas._libs.algos' extension
  creating build/temp.linux-x86_64-3.8
  creating build/temp.linux-x86_64-3.8/pandas
  creating build/temp.linux-x86_64-3.8/pandas/_libs
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/algos.c -o build/temp.linux-x86_64-3.8/pandas/_libs/algos.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/algos.c:650:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/algos.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/algos.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.groupby' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/groupby.c -o build/temp.linux-x86_64-3.8/pandas/_libs/groupby.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/groupby.c:639:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  pandas/_libs/groupby.c: In function ‘__pyx_pf_6pandas_5_libs_7groupby_44group_last_int64’:
  pandas/_libs/groupby.c:26923:40: warning: self-comparison always evaluates to true [-Wtautological-compare]
  26923 |             __pyx_t_23 = ((__pyx_v_val == __pyx_v_val) != 0);
        |                                        ^~
  pandas/_libs/groupby.c: In function ‘__pyx_pf_6pandas_5_libs_7groupby_46group_nth_int64’:
  pandas/_libs/groupby.c:27679:40: warning: self-comparison always evaluates to true [-Wtautological-compare]
  27679 |             __pyx_t_23 = ((__pyx_v_val == __pyx_v_val) != 0);
        |                                        ^~
  pandas/_libs/groupby.c: In function ‘__pyx_pw_6pandas_5_libs_7groupby_7group_shift_indexer’:
  pandas/_libs/groupby.c:11320:42: warning: ‘__pyx_v_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  11320 |             __pyx_v_ii = (__pyx_v_offset + (__pyx_v_sign * __pyx_v_i));
        |                          ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  pandas/_libs/groupby.c:10946:7: note: ‘__pyx_v_offset’ was declared here
  10946 |   int __pyx_v_offset;
        |       ^~~~~~~~~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/groupby.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/groupby.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.hashing' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/hashing.c -o build/temp.linux-x86_64-3.8/pandas/_libs/hashing.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/hashing.c:635:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/hashing.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/hashing.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.hashtable' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/hashtable.c -o build/temp.linux-x86_64-3.8/pandas/_libs/hashtable.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/hashtable.c:641:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  pandas/_libs/hashtable.c: In function ‘__pyx_f_6pandas_5_libs_9hashtable_13Float64Vector_resize’:
  pandas/_libs/hashtable.c:4137:19: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare]
   4137 |   if (((__pyx_t_1 > __pyx_t_2) != 0)) {
        |                   ^
  pandas/_libs/hashtable.c: In function ‘__pyx_f_6pandas_5_libs_9hashtable_12UInt64Vector_resize’:
  pandas/_libs/hashtable.c:5063:19: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare]
   5063 |   if (((__pyx_t_1 > __pyx_t_2) != 0)) {
        |                   ^
  pandas/_libs/hashtable.c: In function ‘__pyx_f_6pandas_5_libs_9hashtable_12StringVector_resize’:
  pandas/_libs/hashtable.c:6906:19: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare]
   6906 |   if (((__pyx_t_2 > __pyx_t_1) != 0)) {
        |                   ^
  pandas/_libs/hashtable.c: In function ‘__pyx_f_6pandas_5_libs_9hashtable_12ObjectVector_append’:
  pandas/_libs/hashtable.c:7841:21: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare]
   7841 |     if (((__pyx_t_3 > __pyx_t_4) != 0)) {
        |                     ^
  pandas/_libs/hashtable.c: In function ‘__pyx_pf_6pandas_5_libs_9hashtable_15UInt64HashTable_20_unique’:
  pandas/_libs/hashtable.c:14536:38: warning: self-comparison always evaluates to false [-Wtautological-compare]
  14536 |           __pyx_t_15 = ((__pyx_v_val != __pyx_v_val) != 0);
        |                                      ^~
  pandas/_libs/hashtable.c: In function ‘__pyx_pf_6pandas_5_libs_9hashtable_14Int64HashTable_20_unique’:
  pandas/_libs/hashtable.c:18341:38: warning: self-comparison always evaluates to false [-Wtautological-compare]
  18341 |           __pyx_t_15 = ((__pyx_v_val != __pyx_v_val) != 0);
        |                                      ^~
  pandas/_libs/hashtable.c: In function ‘__pyx_pf_6pandas_5_libs_9hashtable_15StringHashTable_12lookup’:
  pandas/_libs/hashtable.c:21566:31: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  21566 |     (__pyx_v_vecs[__pyx_v_i]) = __pyx_v_v;
        |                               ^
  pandas/_libs/hashtable.c: In function ‘__pyx_pf_6pandas_5_libs_9hashtable_4ismember_float64’:
  pandas/_libs/hashtable.c:28372:19: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare]
  28372 |   if (((__pyx_t_1 < __pyx_t_2) != 0)) {
        |                   ^
  pandas/_libs/hashtable.c: In function ‘__pyx_pf_6pandas_5_libs_9hashtable_10ismember_uint64’:
  pandas/_libs/hashtable.c:30066:19: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare]
  30066 |   if (((__pyx_t_1 < __pyx_t_2) != 0)) {
        |                   ^
  pandas/_libs/hashtable.c: In function ‘__pyx_pf_6pandas_5_libs_9hashtable_22ismember_int64’:
  pandas/_libs/hashtable.c:33320:19: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare]
  33320 |   if (((__pyx_t_1 < __pyx_t_2) != 0)) {
        |                   ^
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/hashtable.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/hashtable.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.index' extension
  creating build/temp.linux-x86_64-3.8/pandas/_libs/tslibs
  creating build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src
  creating build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs -I./pandas/_libs/tslibs -Ipandas/_libs/src/klib -Ipandas/_libs/src -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/index.c -o build/temp.linux-x86_64-3.8/pandas/_libs/index.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/index.c:645:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  pandas/_libs/index.c: In function ‘__pyx_f_6pandas_5_libs_5index_11IndexEngine_get_loc’:
  pandas/_libs/index.c:561:40: warning: ‘__pyx_v_mid’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    561 |   #define PyInt_FromSsize_t            PyLong_FromSsize_t
        |                                        ^~~~~~~~~~~~~~~~~~
  pandas/_libs/index.c:10111:14: note: ‘__pyx_v_mid’ was declared here
  10111 |   Py_ssize_t __pyx_v_mid;
        |              ^~~~~~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs -I./pandas/_libs/tslibs -Ipandas/_libs/src/klib -Ipandas/_libs/src -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs -I./pandas/_libs/tslibs -Ipandas/_libs/src/klib -Ipandas/_libs/src -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
                   from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/index.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/index.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.indexing' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/indexing.c -o build/temp.linux-x86_64-3.8/pandas/_libs/indexing.o -Wno-unused-function
  pandas/_libs/indexing.c: In function ‘__Pyx_modinit_type_init_code’:
  pandas/_libs/indexing.c:2812:3: warning: ‘tp_print’ is deprecated [-Wdeprecated-declarations]
   2812 |   __pyx_type_6pandas_5_libs_8indexing__NDFrameIndexerBase.tp_print = 0;
        |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  In file included from /usr/include/python3.8/object.h:746,
                   from /usr/include/python3.8/pytime.h:6,
                   from /usr/include/python3.8/Python.h:85,
                   from pandas/_libs/indexing.c:25:
  /usr/include/python3.8/cpython/object.h:260:30: note: declared here
    260 |     Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
        |                              ^~~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/indexing.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/indexing.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.internals' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/internals.c -o build/temp.linux-x86_64-3.8/pandas/_libs/internals.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/internals.c:633:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  pandas/_libs/internals.c: In function ‘__pyx_gb_6pandas_5_libs_9internals_8generator’:
  pandas/_libs/internals.c:9253:36: warning: ‘__pyx_t_2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   9253 |         __pyx_cur_scope->__pyx_t_4 = __pyx_t_2;
        |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/internals.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/internals.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.interval' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/interval.c -o build/temp.linux-x86_64-3.8/pandas/_libs/interval.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/interval.c:638:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_27Int32ClosedLeftIntervalNode_query’:
  pandas/_libs/interval.c:70731:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  70731 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
        |                                                                                                                                           ^~
  pandas/_libs/interval.c:70734:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  70734 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
        |                                    ^
  pandas/_libs/interval.c:70777:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  70777 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
        |                                  ^
  pandas/_libs/interval.c:70826:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  70826 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
        |                                                                                                                                          ^~
  pandas/_libs/interval.c:70866:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  70866 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
        |                                    ^
  pandas/_libs/interval.c:70906:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  70906 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
        |                                  ^
  pandas/_libs/interval.c:70953:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  70953 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
        |                                         ^
  pandas/_libs/interval.c:70993:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  70993 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
        |                                                         ^~
  pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_28Int32ClosedRightIntervalNode_query’:
  pandas/_libs/interval.c:76661:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  76661 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
        |                                                                                                                                           ^
  pandas/_libs/interval.c:76664:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  76664 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
        |                                    ^~
  pandas/_libs/interval.c:76707:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  76707 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
        |                                  ^
  pandas/_libs/interval.c:76756:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  76756 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
        |                                                                                                                                          ^
  pandas/_libs/interval.c:76796:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  76796 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
        |                                    ^~
  pandas/_libs/interval.c:76836:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  76836 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
        |                                  ^
  pandas/_libs/interval.c:76883:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  76883 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
        |                                         ^~
  pandas/_libs/interval.c:76923:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  76923 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
        |                                                         ^
  pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_27Int32ClosedBothIntervalNode_query’:
  pandas/_libs/interval.c:82591:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  82591 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
        |                                                                                                                                           ^~
  pandas/_libs/interval.c:82594:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  82594 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
        |                                    ^~
  pandas/_libs/interval.c:82637:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  82637 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
        |                                  ^
  pandas/_libs/interval.c:82686:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  82686 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
        |                                                                                                                                          ^~
  pandas/_libs/interval.c:82726:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  82726 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
        |                                    ^~
  pandas/_libs/interval.c:82766:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  82766 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
        |                                  ^
  pandas/_libs/interval.c:82813:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  82813 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
        |                                         ^~
  pandas/_libs/interval.c:82853:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  82853 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
        |                                                         ^~
  pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_30Int32ClosedNeitherIntervalNode_query’:
  pandas/_libs/interval.c:88521:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  88521 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
        |                                                                                                                                           ^
  pandas/_libs/interval.c:88524:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  88524 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
        |                                    ^
  pandas/_libs/interval.c:88567:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  88567 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
        |                                  ^
  pandas/_libs/interval.c:88616:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  88616 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
        |                                                                                                                                          ^
  pandas/_libs/interval.c:88656:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  88656 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
        |                                    ^
  pandas/_libs/interval.c:88696:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  88696 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
        |                                  ^
  pandas/_libs/interval.c:88743:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  88743 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
        |                                         ^
  pandas/_libs/interval.c:88783:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  88783 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
        |                                                         ^
  pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_27Int64ClosedLeftIntervalNode_query’:
  pandas/_libs/interval.c:94440:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  94440 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
        |                                                                                                                                           ^~
  pandas/_libs/interval.c:94443:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  94443 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
        |                                    ^
  pandas/_libs/interval.c:94486:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  94486 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
        |                                  ^
  pandas/_libs/interval.c:94535:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  94535 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
        |                                                                                                                                          ^~
  pandas/_libs/interval.c:94575:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  94575 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
        |                                    ^
  pandas/_libs/interval.c:94615:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  94615 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
        |                                  ^
  pandas/_libs/interval.c:94662:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  94662 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
        |                                         ^
  pandas/_libs/interval.c:94702:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  94702 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
        |                                                         ^~
  pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_28Int64ClosedRightIntervalNode_query’:
  pandas/_libs/interval.c:100358:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  100358 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
         |                                                                                                                                           ^
  pandas/_libs/interval.c:100361:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  100361 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
         |                                    ^~
  pandas/_libs/interval.c:100404:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  100404 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:100453:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  100453 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
         |                                                                                                                                          ^
  pandas/_libs/interval.c:100493:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  100493 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
         |                                    ^~
  pandas/_libs/interval.c:100533:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  100533 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:100580:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  100580 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
         |                                         ^~
  pandas/_libs/interval.c:100620:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  100620 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
         |                                                         ^
  pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_27Int64ClosedBothIntervalNode_query’:
  pandas/_libs/interval.c:106276:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  106276 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
         |                                                                                                                                           ^~
  pandas/_libs/interval.c:106279:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  106279 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
         |                                    ^~
  pandas/_libs/interval.c:106322:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  106322 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:106371:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  106371 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
         |                                                                                                                                          ^~
  pandas/_libs/interval.c:106411:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  106411 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
         |                                    ^~
  pandas/_libs/interval.c:106451:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  106451 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:106498:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  106498 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
         |                                         ^~
  pandas/_libs/interval.c:106538:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  106538 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
         |                                                         ^~
  pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_30Int64ClosedNeitherIntervalNode_query’:
  pandas/_libs/interval.c:112194:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  112194 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
         |                                                                                                                                           ^
  pandas/_libs/interval.c:112197:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  112197 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
         |                                    ^
  pandas/_libs/interval.c:112240:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  112240 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:112289:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  112289 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
         |                                                                                                                                          ^
  pandas/_libs/interval.c:112329:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  112329 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
         |                                    ^
  pandas/_libs/interval.c:112369:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  112369 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:112416:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  112416 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
         |                                         ^
  pandas/_libs/interval.c:112456:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  112456 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
         |                                                         ^
  pandas/_libs/interval.c: In function ‘__pyx_fuse_2__pyx_f_6pandas_5_libs_8interval_28Uint64ClosedLeftIntervalNode_query’:
  pandas/_libs/interval.c:116811:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  116811 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
         |                                                                                                                                            ^~
  pandas/_libs/interval.c:116814:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  116814 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
         |                                    ^
  pandas/_libs/interval.c:116857:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  116857 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:116906:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  116906 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
         |                                                                                                                                           ^~
  pandas/_libs/interval.c:116946:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  116946 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
         |                                    ^
  pandas/_libs/interval.c:116986:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  116986 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:117033:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  117033 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
         |                                         ^
  pandas/_libs/interval.c:117073:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  117073 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
         |                                                         ^~
  pandas/_libs/interval.c: In function ‘__pyx_fuse_3__pyx_f_6pandas_5_libs_8interval_28Uint64ClosedLeftIntervalNode_query’:
  pandas/_libs/interval.c:117467:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  117467 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
         |                                                                                                                                            ^~
  pandas/_libs/interval.c:117470:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  117470 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
         |                                    ^
  pandas/_libs/interval.c:117513:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  117513 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:117562:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  117562 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
         |                                                                                                                                           ^~
  pandas/_libs/interval.c:117602:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  117602 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
         |                                    ^
  pandas/_libs/interval.c:117642:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  117642 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:117689:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  117689 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
         |                                         ^
  pandas/_libs/interval.c:117729:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  117729 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
         |                                                         ^~
  pandas/_libs/interval.c: In function ‘__pyx_fuse_2__pyx_f_6pandas_5_libs_8interval_29Uint64ClosedRightIntervalNode_query’:
  pandas/_libs/interval.c:122741:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  122741 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
         |                                                                                                                                            ^
  pandas/_libs/interval.c:122744:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  122744 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
         |                                    ^~
  pandas/_libs/interval.c:122787:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  122787 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:122836:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  122836 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
         |                                                                                                                                           ^
  pandas/_libs/interval.c:122876:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  122876 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
         |                                    ^~
  pandas/_libs/interval.c:122916:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  122916 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:122963:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  122963 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
         |                                         ^~
  pandas/_libs/interval.c:123003:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  123003 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
         |                                                         ^
  pandas/_libs/interval.c: In function ‘__pyx_fuse_3__pyx_f_6pandas_5_libs_8interval_29Uint64ClosedRightIntervalNode_query’:
  pandas/_libs/interval.c:123397:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  123397 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
         |                                                                                                                                            ^
  pandas/_libs/interval.c:123400:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  123400 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
         |                                    ^~
  pandas/_libs/interval.c:123443:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  123443 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:123492:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  123492 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
         |                                                                                                                                           ^
  pandas/_libs/interval.c:123532:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  123532 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
         |                                    ^~
  pandas/_libs/interval.c:123572:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  123572 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:123619:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  123619 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
         |                                         ^~
  pandas/_libs/interval.c:123659:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  123659 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
         |                                                         ^
  pandas/_libs/interval.c: In function ‘__pyx_fuse_2__pyx_f_6pandas_5_libs_8interval_28Uint64ClosedBothIntervalNode_query’:
  pandas/_libs/interval.c:128671:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  128671 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
         |                                                                                                                                            ^~
  pandas/_libs/interval.c:128674:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  128674 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
         |                                    ^~
  pandas/_libs/interval.c:128717:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  128717 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:128766:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  128766 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
         |                                                                                                                                           ^~
  pandas/_libs/interval.c:128806:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  128806 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
         |                                    ^~
  pandas/_libs/interval.c:128846:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  128846 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:128893:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  128893 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
         |                                         ^~
  pandas/_libs/interval.c:128933:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  128933 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
         |                                                         ^~
  pandas/_libs/interval.c: In function ‘__pyx_fuse_3__pyx_f_6pandas_5_libs_8interval_28Uint64ClosedBothIntervalNode_query’:
  pandas/_libs/interval.c:129327:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  129327 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
         |                                                                                                                                            ^~
  pandas/_libs/interval.c:129330:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  129330 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
         |                                    ^~
  pandas/_libs/interval.c:129373:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  129373 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:129422:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  129422 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
         |                                                                                                                                           ^~
  pandas/_libs/interval.c:129462:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  129462 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
         |                                    ^~
  pandas/_libs/interval.c:129502:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  129502 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:129549:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  129549 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
         |                                         ^~
  pandas/_libs/interval.c:129589:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  129589 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
         |                                                         ^~
  pandas/_libs/interval.c: In function ‘__pyx_fuse_2__pyx_f_6pandas_5_libs_8interval_31Uint64ClosedNeitherIntervalNode_query’:
  pandas/_libs/interval.c:134601:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  134601 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
         |                                                                                                                                            ^
  pandas/_libs/interval.c:134604:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  134604 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
         |                                    ^
  pandas/_libs/interval.c:134647:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  134647 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:134696:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  134696 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
         |                                                                                                                                           ^
  pandas/_libs/interval.c:134736:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  134736 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
         |                                    ^
  pandas/_libs/interval.c:134776:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  134776 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:134823:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  134823 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
         |                                         ^
  pandas/_libs/interval.c:134863:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
  134863 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
         |                                                         ^
  pandas/_libs/interval.c: In function ‘__pyx_fuse_3__pyx_f_6pandas_5_libs_8interval_31Uint64ClosedNeitherIntervalNode_query’:
  pandas/_libs/interval.c:135257:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  135257 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
         |                                                                                                                                            ^
  pandas/_libs/interval.c:135260:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  135260 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
         |                                    ^
  pandas/_libs/interval.c:135303:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  135303 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:135352:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  135352 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
         |                                                                                                                                           ^
  pandas/_libs/interval.c:135392:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  135392 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
         |                                    ^
  pandas/_libs/interval.c:135432:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  135432 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
         |                                  ^
  pandas/_libs/interval.c:135479:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  135479 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_12 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
         |                                         ^
  pandas/_libs/interval.c:135519:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
  135519 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
         |                                                         ^
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/interval.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/interval.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.join' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/join.c -o build/temp.linux-x86_64-3.8/pandas/_libs/join.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/join.c:632:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/join.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/join.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.lib' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs -I./pandas/_libs -I./pandas/_libs/tslibs -Ipandas/_libs/src/klib -Ipandas/_libs/src -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/lib.c -o build/temp.linux-x86_64-3.8/pandas/_libs/lib.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/lib.c:647:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  In file included from pandas/_libs/lib.c:652:
  pandas/_libs/src/parse_helper.h: In function ‘lowercase’:
  pandas/_libs/src/parse_helper.h:141:26: warning: implicit declaration of function ‘tolower_ascii’; did you mean ‘toupper_ascii’? [-Wimplicit-function-declaration]
    141 |     for (; *p; ++p) *p = tolower_ascii(*p);
        |                          ^~~~~~~~~~~~~
        |                          toupper_ascii
  pandas/_libs/lib.c: In function ‘__pyx_pw_6pandas_5_libs_3lib_83is_datetime_with_singletz_array’:
  pandas/_libs/lib.c:22648:3: warning: ‘__pyx_v_i’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  22648 |   for (__pyx_t_4 = __pyx_v_i; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {
        |   ^~~
  pandas/_libs/lib.c:22504:14: note: ‘__pyx_v_i’ was declared here
  22504 |   Py_ssize_t __pyx_v_i;
        |              ^~~~~~~~~
  pandas/_libs/lib.c: In function ‘__pyx_pw_6pandas_5_libs_3lib_27maybe_booleans_to_slice’:
  pandas/_libs/lib.c:561:40: warning: ‘__pyx_v_end’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    561 |   #define PyInt_FromSsize_t            PyLong_FromSsize_t
        |                                        ^~~~~~~~~~~~~~~~~~
  pandas/_libs/lib.c:7917:14: note: ‘__pyx_v_end’ was declared here
   7917 |   Py_ssize_t __pyx_v_end;
        |              ^~~~~~~~~~~
  pandas/_libs/lib.c:561:40: warning: ‘__pyx_v_start’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    561 |   #define PyInt_FromSsize_t            PyLong_FromSsize_t
        |                                        ^~~~~~~~~~~~~~~~~~
  pandas/_libs/lib.c:7916:14: note: ‘__pyx_v_start’ was declared here
   7916 |   Py_ssize_t __pyx_v_start;
        |              ^~~~~~~~~~~~~
  pandas/_libs/lib.c: In function ‘__pyx_pf_6pandas_5_libs_3lib_96maybe_convert_objects.constprop’:
  pandas/_libs/lib.c:26929:21: warning: ‘__pyx_pybuffernd_itimedeltas.diminfo[0].strides’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  26929 |   __Pyx_LocalBuf_ND __pyx_pybuffernd_itimedeltas;
        |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  pandas/_libs/lib.c:26925:21: warning: ‘__pyx_pybuffernd_idatetimes.diminfo[0].strides’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  26925 |   __Pyx_LocalBuf_ND __pyx_pybuffernd_idatetimes;
        |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/lib.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/lib.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.missing' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/missing.c -o build/temp.linux-x86_64-3.8/pandas/_libs/missing.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/missing.c:642:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/missing.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/missing.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.parsers' extension
  creating build/temp.linux-x86_64-3.8/pandas/_libs/src
  creating build/temp.linux-x86_64-3.8/pandas/_libs/src/parser
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/parsers.c -o build/temp.linux-x86_64-3.8/pandas/_libs/parsers.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/parsers.c:644:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  pandas/_libs/parsers.c: In function ‘__pyx_f_6pandas_5_libs_7parsers_10TextReader__get_header’:
  pandas/_libs/parsers.c:11078:66: warning: ‘__pyx_v_data_line’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  11078 |   __pyx_t_9 = ((__pyx_v_self->parser->lines < (__pyx_v_data_line + 1)) != 0);
        |                                               ~~~~~~~~~~~~~~~~~~~^~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/src/parser/tokenizer.c -o build/temp.linux-x86_64-3.8/pandas/_libs/src/parser/tokenizer.o -Wno-unused-function
  pandas/_libs/src/parser/tokenizer.c: In function ‘make_stream_space’:
  pandas/_libs/src/parser/tokenizer.c:302:34: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int64_t’ {aka ‘long int’} [-Wsign-compare]
    302 |     if (self->words_len + nbytes < self->max_words_cap) {
        |                                  ^
  pandas/_libs/src/parser/tokenizer.c: In function ‘tokenize_bytes’:
  pandas/_libs/src/parser/tokenizer.c:1111:41: warning: comparison of integer expressions of different signedness: ‘int64_t’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
   1111 |                             self->lines == start_lines + line_limit) {
        |                                         ^~
  pandas/_libs/src/parser/tokenizer.c: In function ‘parser_consume_rows’:
  pandas/_libs/src/parser/tokenizer.c:1200:15: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int64_t’ {aka ‘long int’} [-Wsign-compare]
   1200 |     if (nrows > self->lines) {
        |               ^
  pandas/_libs/src/parser/tokenizer.c:1237:19: warning: comparison of integer expressions of different signedness: ‘int64_t’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
   1237 |     for (i = 0; i < self->lines - nrows + 1; ++i) {
        |                   ^
  pandas/_libs/src/parser/tokenizer.c: In function ‘parser_trim_buffers’:
  pandas/_libs/src/parser/tokenizer.c:1277:17: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int64_t’ {aka ‘long int’} [-Wsign-compare]
   1277 |     if (new_cap < self->words_cap) {
        |                 ^
  pandas/_libs/src/parser/tokenizer.c:1301:17: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int64_t’ {aka ‘long int’} [-Wsign-compare]
   1301 |     if (new_cap < self->stream_cap) {
        |                 ^
  pandas/_libs/src/parser/tokenizer.c:1329:17: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int64_t’ {aka ‘long int’} [-Wsign-compare]
   1329 |     if (new_cap < self->lines_cap) {
        |                 ^
  pandas/_libs/src/parser/tokenizer.c: In function ‘_tokenize_helper’:
  pandas/_libs/src/parser/tokenizer.c:1369:47: warning: comparison of integer expressions of different signedness: ‘int64_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   1369 |         if (!all && self->lines - start_lines >= nrows) break;
        |                                               ^~
  In file included from /usr/include/string.h:495,
                   from pandas/_libs/src/parser/tokenizer.h:18,
                   from pandas/_libs/src/parser/tokenizer.c:20:
  In function ‘strncpy’,
      inlined from ‘append_warning’ at pandas/_libs/src/parser/tokenizer.c:435:13,
      inlined from ‘end_line’ at pandas/_libs/src/parser/tokenizer.c:506:17:
  /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
    106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
        |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  pandas/_libs/src/parser/tokenizer.c: In function ‘end_line’:
  pandas/_libs/src/parser/tokenizer.c:435:54: note: length computed here
    435 |             strncpy(self->warn_msg + ex_length, msg, strlen(msg) + 1);
        |                                                      ^~~~~~~~~~~
  In file included from /usr/include/string.h:495,
                   from pandas/_libs/src/parser/tokenizer.h:18,
                   from pandas/_libs/src/parser/tokenizer.c:20:
  In function ‘strncpy’,
      inlined from ‘append_warning’ at pandas/_libs/src/parser/tokenizer.c:429:9,
      inlined from ‘end_line’ at pandas/_libs/src/parser/tokenizer.c:506:17:
  /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
    106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
        |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  pandas/_libs/src/parser/tokenizer.c: In function ‘end_line’:
  pandas/_libs/src/parser/tokenizer.c:429:38: note: length computed here
    429 |         strncpy(self->warn_msg, msg, strlen(msg) + 1);
        |                                      ^~~~~~~~~~~
  In file included from /usr/include/string.h:495,
                   from pandas/_libs/src/parser/tokenizer.h:18,
                   from pandas/_libs/src/parser/tokenizer.c:20:
  In function ‘strncpy’,
      inlined from ‘to_boolean’ at pandas/_libs/src/parser/tokenizer.c:1443:5:
  /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
    106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
        |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  pandas/_libs/src/parser/tokenizer.c: In function ‘to_boolean’:
  pandas/_libs/src/parser/tokenizer.c:1437:35: note: length computed here
   1437 |     int bufsize = sizeof(char) * (strlen(item) + 1);
        |                                   ^~~~~~~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/src/parser/io.c -o build/temp.linux-x86_64-3.8/pandas/_libs/src/parser/io.o -Wno-unused-function
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/parsers.o build/temp.linux-x86_64-3.8/pandas/_libs/src/parser/tokenizer.o build/temp.linux-x86_64-3.8/pandas/_libs/src/parser/io.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/parsers.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.reduction' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/reduction.c -o build/temp.linux-x86_64-3.8/pandas/_libs/reduction.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/reduction.c:638:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/reduction.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/reduction.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.ops' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/ops.c -o build/temp.linux-x86_64-3.8/pandas/_libs/ops.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/ops.c:637:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  pandas/_libs/ops.c: In function ‘__pyx_pf_6pandas_5_libs_3ops_2vec_compare’:
  pandas/_libs/ops.c:3924:27: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   3924 |   __pyx_t_2 = ((__pyx_v_n != __pyx_t_1) != 0);
        |                           ^~
  pandas/_libs/ops.c: In function ‘__pyx_pf_6pandas_5_libs_3ops_6vec_binop’:
  pandas/_libs/ops.c:5107:27: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   5107 |   __pyx_t_2 = ((__pyx_v_n != __pyx_t_1) != 0);
        |                           ^~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/ops.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/ops.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.properties' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/properties.c -o build/temp.linux-x86_64-3.8/pandas/_libs/properties.o -Wno-unused-function
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/properties.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/properties.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.reshape' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/reshape.c -o build/temp.linux-x86_64-3.8/pandas/_libs/reshape.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/reshape.c:631:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/reshape.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/reshape.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.skiplist' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/skiplist.c -o build/temp.linux-x86_64-3.8/pandas/_libs/skiplist.o -Wno-unused-function
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/skiplist.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/skiplist.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.sparse' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/sparse.c -o build/temp.linux-x86_64-3.8/pandas/_libs/sparse.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/sparse.c:632:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/sparse.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/sparse.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.tslib' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslib.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslib.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/tslib.c:643:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  pandas/_libs/tslib.c: In function ‘__pyx_pf_6pandas_5_libs_5tslib_ints_to_pydatetime’:
  pandas/_libs/tslib.c:3868:21: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from incompatible pointer type ‘struct __pyx_obj_6pandas_5_libs_6tslibs_7nattype__NaT *’ [-Wincompatible-pointer-types]
   3868 |         *__pyx_t_14 = __pyx_v_6pandas_5_libs_6tslibs_7nattype_c_NaT;
        |                     ^
  pandas/_libs/tslib.c:3974:21: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from incompatible pointer type ‘struct __pyx_obj_6pandas_5_libs_6tslibs_7nattype__NaT *’ [-Wincompatible-pointer-types]
   3974 |         *__pyx_t_14 = __pyx_v_6pandas_5_libs_6tslibs_7nattype_c_NaT;
        |                     ^
  pandas/_libs/tslib.c:4208:23: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from incompatible pointer type ‘struct __pyx_obj_6pandas_5_libs_6tslibs_7nattype__NaT *’ [-Wincompatible-pointer-types]
   4208 |           *__pyx_t_14 = __pyx_v_6pandas_5_libs_6tslibs_7nattype_c_NaT;
        |                       ^
  pandas/_libs/tslib.c:4315:23: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from incompatible pointer type ‘struct __pyx_obj_6pandas_5_libs_6tslibs_7nattype__NaT *’ [-Wincompatible-pointer-types]
   4315 |           *__pyx_t_14 = __pyx_v_6pandas_5_libs_6tslibs_7nattype_c_NaT;
        |                       ^
  pandas/_libs/tslib.c:4444:23: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from incompatible pointer type ‘struct __pyx_obj_6pandas_5_libs_6tslibs_7nattype__NaT *’ [-Wincompatible-pointer-types]
   4444 |           *__pyx_t_14 = __pyx_v_6pandas_5_libs_6tslibs_7nattype_c_NaT;
        |                       ^
  pandas/_libs/tslib.c: In function ‘__pyx_pf_6pandas_5_libs_5tslib_6array_with_unit_to_datetime’:
  pandas/_libs/tslib.c:8124:19: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from incompatible pointer type ‘struct __pyx_obj_6pandas_5_libs_6tslibs_7nattype__NaT *’ [-Wincompatible-pointer-types]
   8124 |       *__pyx_t_38 = __pyx_v_6pandas_5_libs_6tslibs_7nattype_c_NaT;
        |                   ^
  pandas/_libs/tslib.c:8200:21: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from incompatible pointer type ‘struct __pyx_obj_6pandas_5_libs_6tslibs_7nattype__NaT *’ [-Wincompatible-pointer-types]
   8200 |         *__pyx_t_38 = __pyx_v_6pandas_5_libs_6tslibs_7nattype_c_NaT;
        |                     ^
  pandas/_libs/tslib.c:8425:21: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from incompatible pointer type ‘struct __pyx_obj_6pandas_5_libs_6tslibs_7nattype__NaT *’ [-Wincompatible-pointer-types]
   8425 |         *__pyx_t_38 = __pyx_v_6pandas_5_libs_6tslibs_7nattype_c_NaT;
        |                     ^
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
                   from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/tslib.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/tslib.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.tslibs.ccalendar' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/ccalendar.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/ccalendar.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/tslibs/ccalendar.c:629:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/ccalendar.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/ccalendar.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.tslibs.conversion' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/conversion.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/conversion.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/tslibs/conversion.c:641:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  pandas/_libs/tslibs/conversion.c: In function ‘__pyx_pf_6pandas_5_libs_6tslibs_10conversion_14tz_localize_to_utc.constprop’:
  pandas/_libs/tslibs/conversion.c:10659:21: warning: ‘__pyx_pybuffernd_dst_hours.diminfo[0].strides’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  10659 |   __Pyx_LocalBuf_ND __pyx_pybuffernd_dst_hours;
        |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
  pandas/_libs/tslibs/conversion.c:10651:21: warning: ‘__pyx_pybuffernd_ambiguous_array.diminfo[0].strides’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  10651 |   __Pyx_LocalBuf_ND __pyx_pybuffernd_ambiguous_array;
        |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
                   from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/conversion.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/conversion.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.tslibs.fields' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/fields.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/fields.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/tslibs/fields.c:639:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
                   from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/fields.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/fields.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.tslibs.frequencies' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/frequencies.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/frequencies.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/tslibs/frequencies.c:631:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/frequencies.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/frequencies.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.tslibs.nattype' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/nattype.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/nattype.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/tslibs/nattype.c:636:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/nattype.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/nattype.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.tslibs.np_datetime' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/np_datetime.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/tslibs/np_datetime.c:640:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
                   from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/np_datetime.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.tslibs.offsets' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/offsets.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/offsets.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/tslibs/offsets.c:641:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
                   from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/offsets.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/offsets.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.tslibs.parsing' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/parsing.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/parsing.o -Wno-unused-function
  pandas/_libs/tslibs/parsing.c: In function ‘__pyx_pf_6pandas_5_libs_6tslibs_7parsing_10try_parse_date_and_time’:
  pandas/_libs/tslibs/parsing.c:9379:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare]
   9379 |   __pyx_t_2 = ((__pyx_t_1 != __pyx_v_n) != 0);
        |                           ^~
  pandas/_libs/tslibs/parsing.c: In function ‘__pyx_pf_6pandas_5_libs_6tslibs_7parsing_12try_parse_year_month_day’:
  pandas/_libs/tslibs/parsing.c:9957:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare]
   9957 |   __pyx_t_3 = ((__pyx_t_1 != __pyx_v_n) != 0);
        |                           ^~
  pandas/_libs/tslibs/parsing.c:9964:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare]
   9964 |   __pyx_t_3 = ((__pyx_t_1 != __pyx_v_n) != 0);
        |                           ^~
  pandas/_libs/tslibs/parsing.c: In function ‘__pyx_pf_6pandas_5_libs_6tslibs_7parsing_14try_parse_datetime_components’:
  pandas/_libs/tslibs/parsing.c:10332:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare]
  10332 |   __pyx_t_3 = ((__pyx_t_1 != __pyx_v_n) != 0);
        |                           ^~
  pandas/_libs/tslibs/parsing.c:10339:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare]
  10339 |   __pyx_t_3 = ((__pyx_t_1 != __pyx_v_n) != 0);
        |                           ^~
  pandas/_libs/tslibs/parsing.c:10346:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare]
  10346 |   __pyx_t_3 = ((__pyx_t_1 != __pyx_v_n) != 0);
        |                           ^~
  pandas/_libs/tslibs/parsing.c:10361:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare]
  10361 |   __pyx_t_3 = ((__pyx_t_1 != __pyx_v_n) != 0);
        |                           ^~
  pandas/_libs/tslibs/parsing.c:10368:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare]
  10368 |   __pyx_t_3 = ((__pyx_t_1 != __pyx_v_n) != 0);
        |                           ^~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/parsing.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/parsing.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.tslibs.period' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/period.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/period.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/tslibs/period.c:641:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
                   from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/period.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/period.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.tslibs.resolution' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/resolution.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/resolution.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/tslibs/resolution.c:640:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
                   from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/resolution.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/resolution.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.tslibs.strptime' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/strptime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/strptime.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/tslibs/strptime.c:640:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
                   from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/strptime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/strptime.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.tslibs.timedeltas' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/timedeltas.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/timedeltas.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/tslibs/timedeltas.c:640:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  pandas/_libs/tslibs/timedeltas.c: In function ‘__pyx_pf_6pandas_5_libs_6tslibs_10timedeltas_ints_to_pytimedelta’:
  pandas/_libs/tslibs/timedeltas.c:3882:19: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from incompatible pointer type ‘struct __pyx_obj_6pandas_5_libs_6tslibs_7nattype__NaT *’ [-Wincompatible-pointer-types]
   3882 |       *__pyx_t_12 = __pyx_v_6pandas_5_libs_6tslibs_7nattype_c_NaT;
        |                   ^
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
                   from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/timedeltas.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/timedeltas.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.tslibs.timestamps' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/timestamps.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/timestamps.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/tslibs/timestamps.c:640:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  pandas/_libs/tslibs/timestamps.c: In function ‘__pyx_f_6pandas_5_libs_6tslibs_10timestamps_10_Timestamp__get_start_end_field’:
  pandas/_libs/tslibs/timestamps.c:9672:25: warning: ‘__pyx_t_10’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   9672 |   __pyx_t_5numpy_int8_t __pyx_t_10[1];
        |                         ^~~~~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
  In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
                   from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
  /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
    189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
        |                         ^~~~~~~~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/timestamps.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/timestamps.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.tslibs.timezones' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/timezones.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/timezones.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/tslibs/timezones.c:631:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/timezones.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/timezones.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.testing' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/testing.c -o build/temp.linux-x86_64-3.8/pandas/_libs/testing.o -Wno-unused-function
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/testing.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/testing.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.window' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/window.cpp -o build/temp.linux-x86_64-3.8/pandas/_libs/window.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/window.cpp:659:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  pandas/_libs/window.cpp: In function ‘PyObject* __pyx_pf_6pandas_5_libs_6window_30ewmcov(PyObject*, __Pyx_memviewslice, __Pyx_memviewslice, __pyx_t_5numpy_float64_t, int, int, int, int)’:
  pandas/_libs/window.cpp:45727:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare]
  45727 |   __pyx_t_2 = ((__pyx_t_1 != __pyx_v_N) != 0);
        |                 ~~~~~~~~~~^~~~~~~~~~~~
  pandas/_libs/window.cpp: In function ‘PyObject* __pyx_pf_6pandas_5_libs_6window_26roll_window(PyObject*, PyArrayObject*, PyArrayObject*, int, int)’:
  pandas/_libs/window.cpp:44086:21: warning: ‘__pyx_pybuffernd_tot_wgt.__Pyx_LocalBuf_ND::diminfo[0].__Pyx_Buf_DimInfo::strides’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  44086 |   __Pyx_LocalBuf_ND __pyx_pybuffernd_tot_wgt;
        |                     ^~~~~~~~~~~~~~~~~~~~~~~~
  g++ -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/window.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/window.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.writers' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/writers.c -o build/temp.linux-x86_64-3.8/pandas/_libs/writers.o -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/writers.c:632:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  pandas/_libs/writers.c: In function ‘__pyx_pw_6pandas_5_libs_7writers_1write_csv_rows’:
  pandas/_libs/writers.c:3502:15: warning: ‘__pyx_v_j’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   3502 |     __pyx_t_1 = (__pyx_v_j + 1);
        |     ~~~~~~~~~~^~~~~~~~~~~~~~~~~
  pandas/_libs/writers.c:2977:14: note: ‘__pyx_v_j’ was declared here
   2977 |   Py_ssize_t __pyx_v_j;
        |              ^~~~~~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/_libs/writers.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/_libs/writers.cpython-38-x86_64-linux-gnu.so
  building 'pandas.io.sas._sas' extension
  creating build/temp.linux-x86_64-3.8/pandas/io
  creating build/temp.linux-x86_64-3.8/pandas/io/sas
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/io/sas/sas.c -o build/temp.linux-x86_64-3.8/pandas/io/sas/sas.o -Wno-unused-function
  pandas/io/sas/sas.c: In function ‘__pyx_f_6pandas_2io_3sas_4_sas_rdc_decompress’:
  pandas/io/sas/sas.c:3589:32: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   3589 |     __pyx_t_8 = ((__pyx_v_ipos < __pyx_t_7) != 0);
        |                                ^
  pandas/io/sas/sas.c: In function ‘__Pyx_modinit_type_init_code’:
  pandas/io/sas/sas.c:20954:3: warning: ‘tp_print’ is deprecated [-Wdeprecated-declarations]
  20954 |   __pyx_type_6pandas_2io_3sas_4_sas_Parser.tp_print = 0;
        |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  In file included from /usr/include/python3.8/object.h:746,
                   from /usr/include/python3.8/pytime.h:6,
                   from /usr/include/python3.8/Python.h:85,
                   from pandas/io/sas/sas.c:25:
  /usr/include/python3.8/cpython/object.h:260:30: note: declared here
    260 |     Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
        |                              ^~~~~~~~
  pandas/io/sas/sas.c:20965:3: warning: ‘tp_print’ is deprecated [-Wdeprecated-declarations]
  20965 |   __pyx_type___pyx_array.tp_print = 0;
        |   ^~~~~~~~~~~~~~~~~~~~~~
  In file included from /usr/include/python3.8/object.h:746,
                   from /usr/include/python3.8/pytime.h:6,
                   from /usr/include/python3.8/Python.h:85,
                   from pandas/io/sas/sas.c:25:
  /usr/include/python3.8/cpython/object.h:260:30: note: declared here
    260 |     Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
        |                              ^~~~~~~~
  pandas/io/sas/sas.c:20970:3: warning: ‘tp_print’ is deprecated [-Wdeprecated-declarations]
  20970 |   __pyx_type___pyx_MemviewEnum.tp_print = 0;
        |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  In file included from /usr/include/python3.8/object.h:746,
                   from /usr/include/python3.8/pytime.h:6,
                   from /usr/include/python3.8/Python.h:85,
                   from pandas/io/sas/sas.c:25:
  /usr/include/python3.8/cpython/object.h:260:30: note: declared here
    260 |     Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
        |                              ^~~~~~~~
  pandas/io/sas/sas.c:20985:3: warning: ‘tp_print’ is deprecated [-Wdeprecated-declarations]
  20985 |   __pyx_type___pyx_memoryview.tp_print = 0;
        |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  In file included from /usr/include/python3.8/object.h:746,
                   from /usr/include/python3.8/pytime.h:6,
                   from /usr/include/python3.8/Python.h:85,
                   from pandas/io/sas/sas.c:25:
  /usr/include/python3.8/cpython/object.h:260:30: note: declared here
    260 |     Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
        |                              ^~~~~~~~
  pandas/io/sas/sas.c:20998:3: warning: ‘tp_print’ is deprecated [-Wdeprecated-declarations]
  20998 |   __pyx_type___pyx_memoryviewslice.tp_print = 0;
        |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  In file included from /usr/include/python3.8/object.h:746,
                   from /usr/include/python3.8/pytime.h:6,
                   from /usr/include/python3.8/Python.h:85,
                   from pandas/io/sas/sas.c:25:
  /usr/include/python3.8/cpython/object.h:260:30: note: declared here
    260 |     Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
        |                              ^~~~~~~~
  pandas/io/sas/sas.c: In function ‘__pyx_f_6pandas_2io_3sas_4_sas_rdc_decompress’:
  pandas/io/sas/sas.c:3686:65: warning: ‘__pyx_v_ctrl_bits’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   3686 |     __pyx_t_8 = (((__pyx_v_ctrl_bits & __pyx_v_ctrl_mask) == 0) != 0);
        |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/io/sas/sas.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/io/sas/_sas.cpython-38-x86_64-linux-gnu.so
  building 'pandas.io.msgpack._packer' extension
  creating build/temp.linux-x86_64-3.8/pandas/io/msgpack
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -D__LITTLE_ENDIAN__=1 -Ipandas/_libs/src/msgpack -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/io/msgpack/_packer.cpp -o build/temp.linux-x86_64-3.8/pandas/io/msgpack/_packer.o -Wno-unused-function
  g++ -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/io/msgpack/_packer.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/io/msgpack/_packer.cpython-38-x86_64-linux-gnu.so
  building 'pandas.io.msgpack._unpacker' extension
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -D__LITTLE_ENDIAN__=1 -Ipandas/_libs/src/msgpack -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/io/msgpack/_unpacker.cpp -o build/temp.linux-x86_64-3.8/pandas/io/msgpack/_unpacker.o -Wno-unused-function
  pandas/io/msgpack/_unpacker.cpp: In function ‘PyObject* __pyx_pf_6pandas_2io_7msgpack_9_unpacker_2unpackb(PyObject*, PyObject*, PyObject*, PyObject*, int, PyObject*, PyObject*, PyObject*, PyObject*, Py_ssize_t, Py_ssize_t, Py_ssize_t, Py_ssize_t, Py_ssize_t)’:
  pandas/io/msgpack/_unpacker.cpp:2500:104: warning: ‘int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)’ is deprecated [-Wdeprecated-declarations]
   2500 |   __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_packed, ((void const **)(&__pyx_v_buf)), (&__pyx_v_buf_len)); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 132, __pyx_L1_error)
        |                                                                                                        ^
  In file included from /usr/include/python3.8/Python.h:147,
                   from pandas/io/msgpack/_unpacker.cpp:37:
  /usr/include/python3.8/abstract.h:337:17: note: declared here
    337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
        |                 ^~~~~~~~~~~~~~~~~~~~~
  g++ -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-x86_64-3.8/pandas/io/msgpack/_unpacker.o -L/usr/lib64 -o build/lib.linux-x86_64-3.8/pandas/io/msgpack/_unpacker.cpython-38-x86_64-linux-gnu.so
  building 'pandas._libs.json' extension
  creating build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson
  creating build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson/python
  creating build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson/lib
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/src/ujson/python/ujson.c -o build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson/python/ujson.o -D_GNU_SOURCE -Wno-unused-function
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/src/ujson/python/objToJSON.c -o build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson/python/objToJSON.o -D_GNU_SOURCE -Wno-unused-function
  In file included from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                   from /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                   from pandas/_libs/src/ujson/python/objToJSON.c:44:
  /var/www/[BENCH NAME]/env/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     17 | #warning "Using deprecated NumPy API, disable it with " \
        |  ^~~~~~~
  pandas/_libs/src/ujson/python/objToJSON.c: In function ‘initObjToJSON’:
  pandas/_libs/src/ujson/python/objToJSON.c:194:12: error: ‘NUMPY_IMPORT_ARRAY_RETVAL’ undeclared (first use in this function)
    194 |     return NUMPY_IMPORT_ARRAY_RETVAL;
        |            ^~~~~~~~~~~~~~~~~~~~~~~~~
  pandas/_libs/src/ujson/python/objToJSON.c:194:12: note: each undeclared identifier is reported only once for each function it appears in
  pandas/_libs/src/ujson/python/objToJSON.c:195:1: warning: control reaches end of non-void function [-Wreturn-type]
    195 | }
        | ^
  error: command 'gcc' failed with exit status 1
  ----------------------------------------

Full output attached bench_install.log

heyakyra commented 4 years ago

This is the root cause: https://github.com/pandas-dev/pandas/issues/34969

Workaround:

$ source env/bin/activate
$ python3 -m pip install numpy==1.18.5

Then get erpnext app again

adityaduggal commented 4 years ago

Just adding to what @heyakyra has written we can also the following w.r.t erpnext installation as below:

cd ~
cd /frappe-bench
./env/bin/pip install numpy==1.18.5
./env/bin/pip install pandas==0.24.2

Honestly this error was bugging me up for the last 2 days and since this error is not related to erpnext I would suggest that the bug tag is removed and the issue be closed.

satishvijayan commented 4 years ago

We should include this tip into the installation document.

ianzur commented 4 years ago

Source installation also fails with numpy>=1.19.0

x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/home/irz0002/Documents/projects/pandas/env/lib/python3.7/site-packages/numpy/core/include -I/home/irz0002/Documents/projects/pandas/env/include -I/usr/include/python3.7m -c pandas/_libs/src/ujson/python/objToJSON.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/ujson/python/objToJSON.o -D_GNU_SOURCE -Wno-unused-function
pandas/_libs/src/ujson/python/objToJSON.c: In function ‘initObjToJSON’:
pandas/_libs/src/ujson/python/objToJSON.c:181:12: error: ‘NUMPY_IMPORT_ARRAY_RETVAL’ undeclared (first use in this function); did you mean ‘NPY_INOUT_ARRAY’?
     return NUMPY_IMPORT_ARRAY_RETVAL;
            ^~~~~~~~~~~~~~~~~~~~~~~~~
            NPY_INOUT_ARRAY
pandas/_libs/src/ujson/python/objToJSON.c:181:12: note: each undeclared identifier is reported only once for each function it appears in
pandas/_libs/src/ujson/python/objToJSON.c:182:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

Reverting to numpy=1.18.5 build completes with no issues.

ankush commented 3 years ago

Upstream issue got fixed so this is not an issue anymore for us.

Though it would better to remove this dependency completely.