Bug#1009459: pytables: FTBFS: ModuleNotFoundError: No module named 'tables.utilsextension'

Lucas Nussbaum lucas at debian.org
Tue Apr 12 19:18:33 BST 2022


Source: pytables
Version: 3.7.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20220412 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> cat "ANNOUNCE.txt.in" | sed -e 's/@VERSION@/3.7.0/g' > "ANNOUNCE.txt"
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_build --buildsystem=pybuild
> I: pybuild base:239: /usr/bin/python3.9 setup.py build 
> /tmp/lzo_version_datedy_dh6qg.c: In function ‘main’:
> /tmp/lzo_version_datedy_dh6qg.c:2:5: warning: implicit declaration of function ‘lzo_version_date’ [-Wimplicit-function-declaration]
>     2 |     lzo_version_date();
>       |     ^~~~~~~~~~~~~~~~
> /tmp/BZ2_bzlibVersionumkh5c67.c: In function ‘main’:
> /tmp/BZ2_bzlibVersionumkh5c67.c:2:5: warning: implicit declaration of function ‘BZ2_bzlibVersion’ [-Wimplicit-function-declaration]
>     2 |     BZ2_bzlibVersion();
>       |     ^~~~~~~~~~~~~~~~
> /tmp/blosc_list_compressorskk0h0kba.c: In function ‘main’:
> /tmp/blosc_list_compressorskk0h0kba.c:2:5: warning: implicit declaration of function ‘blosc_list_compressors’ [-Wimplicit-function-declaration]
>     2 |     blosc_list_compressors();
>       |     ^~~~~~~~~~~~~~~~~~~~~~
> * Using Python 3.9.12 (main, Mar 24 2022, 13:02:21) 
> * Found cython 0.29.28
> * USE_PKGCONFIG: False
> * Found HDF5 headers at ``/usr/lib/x86_64-linux-gnu/hdf5/serial/include``, library at ``/usr/lib/x86_64-linux-gnu/hdf5/serial/lib``.
> .. WARNING:: Could not find the HDF5 runtime.
>    The HDF5 shared library was *not* found in the default library
>    paths. In case of runtime problems, please remember to install it.
> * Found LZO 2 headers at ``/usr/include``, the library is located in the standard system search dirs.
> * Skipping detection of LZO 1 since LZO 2 has already been found.
> * Found bzip2 headers at ``/usr/include``, the library is located in the standard system search dirs.
> * Found blosc headers at ``/usr/include``, the library is located in the standard system search dirs.
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/registry.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/conditions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/expression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/leaf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/carray.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/array.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/req_versions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/filters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/flavor.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/idxutils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/index.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/vlarray.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/table.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/unimplemented.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/parameters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/group.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/link.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/path.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/attributeset.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/file.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/indexes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/description.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/earray.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/node.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/undoredo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/atom.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/scripts
> copying tables/scripts/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/scripts
> copying tables/scripts/ptdump.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/scripts
> copying tables/scripts/pt2to3.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/scripts
> copying tables/scripts/ptrepack.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/scripts
> copying tables/scripts/pttree.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/scripts
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/misc
> copying tables/misc/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/misc
> copying tables/misc/enum.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/misc
> copying tables/misc/proxydict.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/misc
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_nestedtypes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/check_leaks.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_aux.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_tables.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_basics.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_attributes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_numpy.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_indexes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_garbage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_hdf5compat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_links.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_all.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_backcompat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_create.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_types.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_tree.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_tablesMD.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_index_backcompat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_timetype.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/common.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_indexvalues.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_timestamps.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_earray.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_suite.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_array.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_vlarray.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_queries.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_do_undo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_carray.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_enum.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/create_backcompat_indexes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_lists.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_expression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/nodes
> copying tables/nodes/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/nodes
> copying tables/nodes/filenode.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/nodes
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/nodes/tests
> copying tables/nodes/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/nodes/tests
> copying tables/nodes/tests/test_filenode.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/nodes/tests
> running egg_info
> creating tables.egg-info
> writing tables.egg-info/PKG-INFO
> writing dependency_links to tables.egg-info/dependency_links.txt
> writing entry points to tables.egg-info/entry_points.txt
> writing requirements to tables.egg-info/requires.txt
> writing top-level names to tables.egg-info/top_level.txt
> writing manifest file 'tables.egg-info/SOURCES.txt'
> reading manifest file 'tables.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'VERSION'
> warning: no files found matching '*.c' under directory 'c-blosc/blosc'
> warning: no files found matching '*.h' under directory 'c-blosc/blosc'
> warning: no files found matching '*.inc' under directory 'c-blosc/blosc'
> warning: no files found matching '*.c' under directory 'c-blosc/internal-complibs'
> warning: no files found matching '*.cc' under directory 'c-blosc/internal-complibs'
> warning: no files found matching '*.h' under directory 'c-blosc/internal-complibs'
> warning: no files found matching '*.conf' under directory 'doc'
> warning: no files found matching '*.*_t' under directory 'doc'
> warning: no files found matching '*.js' under directory 'doc'
> warning: no files found matching '*.css' under directory 'doc'
> warning: no files found matching '*.txt' under directory 'doc/html'
> warning: no files found matching '*.svg' under directory 'doc/html'
> warning: no files found matching '*.gif' under directory 'doc/html'
> warning: no files found matching '*.inv' under directory 'doc/html'
> warning: no files found matching '*' under directory 'doc/sphinxext'
> warning: no previously-included files matching '*' found under directory 'doc/build'
> warning: no files found matching '*.h5' under directory 'bench'
> adding license file 'LICENSE.txt'
> writing manifest file 'tables.egg-info/SOURCES.txt'
> copying tables/_comp_bzip2.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/_comp_bzip2.pyx -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/_comp_lzo.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/_comp_lzo.pyx -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/definitions.pxd -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/hdf5extension.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/hdf5extension.pxd -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/hdf5extension.pyx -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/indexesextension.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/indexesextension.pyx -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/linkextension.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/linkextension.pyx -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/lrucacheextension.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/lrucacheextension.pxd -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/lrucacheextension.pyx -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/tableextension.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/tableextension.pyx -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/utilsextension.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/utilsextension.pxd -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/utilsextension.pyx -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables
> copying tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/Tables_lzo1.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/Tables_lzo1_shuffle.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/Tables_lzo2.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/Tables_lzo2_shuffle.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/array_mdatom.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/attr-u16.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/blosc_bigendian.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/bug-idx.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/create-nested-type.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/elink.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/elink2.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/ex-noattr.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/flavored_vlarrays-format1.6.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/float.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/idx-std-1.x.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/indexes_2_0.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/indexes_2_1.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/issue_368.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/issue_560.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/itemsize.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/matlab_file.mat -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/nested-type-with-gaps.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/non-chunked-table.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/oldflavor_numeric.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/out_of_order_types.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/python2.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/python3.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/scalar.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/slink.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/smpl_SDSextendible.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/smpl_compound_chunked.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/smpl_enum.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/smpl_f64be.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/smpl_f64le.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/smpl_i32be.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/smpl_i32le.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/smpl_i64be.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/smpl_i64le.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/smpl_unsupptype.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_ref_array1.mat -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_ref_array2.mat -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/test_szip.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/time-table-vlarray-1_x.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/times-nested-be.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/vlstr_attr.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/vlunicode_endian.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/zerodim-attrs-1.3.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/tests/zerodim-attrs-1.4.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tests
> copying tables/nodes/tests/test_filenode.dat -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/nodes/tests
> copying tables/nodes/tests/test_filenode.xbm -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/nodes/tests
> copying tables/nodes/tests/test_filenode_v1.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/nodes/tests
> running build_ext
> building 'tables.utilsextension' extension
> creating build
> creating build/temp.linux-x86_64-3.9
> creating build/temp.linux-x86_64-3.9/hdf5-blosc
> creating build/temp.linux-x86_64-3.9/hdf5-blosc/src
> creating build/temp.linux-x86_64-3.9/src
> creating build/temp.linux-x86_64-3.9/tables
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-3.9/hdf5-blosc/src/blosc_filter.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c src/H5ARRAY.c -o build/temp.linux-x86_64-3.9/src/H5ARRAY.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> src/H5ARRAY.c: In function ‘H5ARRAYappend_records’:
> src/H5ARRAY.c:258:15: warning: ‘*dims_36 + _10’ may be used uninitialized [-Wmaybe-uninitialized]
>   258 |  dims[extdim] += dims_new[extdim];
>       |               ^~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c src/H5ATTR.c -o build/temp.linux-x86_64-3.9/src/H5ATTR.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c src/utils.c -o build/temp.linux-x86_64-3.9/src/utils.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c tables/utilsextension.c -o build/temp.linux-x86_64-3.9/tables/utilsextension.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> tables/utilsextension.c: In function ‘__pyx_pf_6tables_14utilsextension_38which_class’:
> tables/utilsextension.c:8038:52: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [-Wsign-compare]
>  8038 |         __pyx_t_2 = (((__pyx_v_maxdims[__pyx_v_i]) == -1LL) != 0);
>       |                                                    ^~
> tables/utilsextension.c: In function ‘__pyx_pf_6tables_14utilsextension_56hdf5_to_np_nested_type’:
> tables/utilsextension.c:12373:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 12373 |   for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {
>       |                                 ^
> tables/utilsextension.c: In function ‘__pyx_f_6tables_14utilsextension_load_reference’:
> tables/utilsextension.c:15192:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 15192 |     for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) {
>       |                                   ^
> tables/utilsextension.c:15419:52: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [-Wsign-compare]
> 15419 |         __pyx_t_3 = (((__pyx_v_maxdims[__pyx_v_j]) == -1LL) != 0);
>       |                                                    ^~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-3.9/src/H5ARRAY.o build/temp.linux-x86_64-3.9/src/H5ATTR.o build/temp.linux-x86_64-3.9/src/utils.o build/temp.linux-x86_64-3.9/tables/utilsextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -lhdf5 -lblosc -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/utilsextension.cpython-39-x86_64-linux-gnu.so
> building 'tables.hdf5extension' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-3.9/hdf5-blosc/src/blosc_filter.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c src/H5ARRAY-opt.c -o build/temp.linux-x86_64-3.9/src/H5ARRAY-opt.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c src/H5ARRAY.c -o build/temp.linux-x86_64-3.9/src/H5ARRAY.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> src/H5ARRAY.c: In function ‘H5ARRAYappend_records’:
> src/H5ARRAY.c:258:15: warning: ‘*dims_36 + _10’ may be used uninitialized [-Wmaybe-uninitialized]
>   258 |  dims[extdim] += dims_new[extdim];
>       |               ^~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c src/H5ATTR.c -o build/temp.linux-x86_64-3.9/src/H5ATTR.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c src/H5VLARRAY.c -o build/temp.linux-x86_64-3.9/src/H5VLARRAY.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c src/typeconv.c -o build/temp.linux-x86_64-3.9/src/typeconv.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c src/utils.c -o build/temp.linux-x86_64-3.9/src/utils.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c tables/hdf5extension.c -o build/temp.linux-x86_64-3.9/tables/hdf5extension.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> tables/hdf5extension.c: In function ‘__pyx_pf_6tables_13hdf5extension_5Array_4_open_array’:
> tables/hdf5extension.c:18755:54: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [-Wsign-compare]
> 18755 |     __pyx_t_5 = (((__pyx_v_self->maxdims[__pyx_v_i]) == -1LL) != 0);
>       |                                                      ^~
> tables/hdf5extension.c: In function ‘__pyx_pf_6tables_13hdf5extension_7VLArray_10_read_array’:
> tables/hdf5extension.c:26557:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 26557 |   for (__pyx_v_i = 0; __pyx_v_i < __pyx_t_5; __pyx_v_i++) {
>       |                                 ^
> tables/hdf5extension.c: In function ‘__Pyx_PyInt_As_hbool_t’:
> tables/hdf5extension.c:36841:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 36841 |                             return (hbool_t) (((hbool_t)-1)*(((((hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
>       |                                              ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tables/hdf5extension.c:36859:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 36859 |                             return (hbool_t) (((hbool_t)-1)*(((((((hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
>       |                                              ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tables/hdf5extension.c:36877:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 36877 |                             return (hbool_t) (((hbool_t)-1)*(((((((((hbool_t)digits[3]) << PyLong_SHIFT) | (hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
>       |                                              ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-3.9/src/H5ARRAY-opt.o build/temp.linux-x86_64-3.9/src/H5ARRAY.o build/temp.linux-x86_64-3.9/src/H5ATTR.o build/temp.linux-x86_64-3.9/src/H5VLARRAY.o build/temp.linux-x86_64-3.9/src/typeconv.o build/temp.linux-x86_64-3.9/src/utils.o build/temp.linux-x86_64-3.9/tables/hdf5extension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -lhdf5 -lblosc -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/hdf5extension.cpython-39-x86_64-linux-gnu.so
> building 'tables.tableextension' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-3.9/hdf5-blosc/src/blosc_filter.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c src/H5ATTR.c -o build/temp.linux-x86_64-3.9/src/H5ATTR.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c src/H5TB-opt.c -o build/temp.linux-x86_64-3.9/src/H5TB-opt.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c src/typeconv.c -o build/temp.linux-x86_64-3.9/src/typeconv.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c src/utils.c -o build/temp.linux-x86_64-3.9/src/utils.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c tables/tableextension.c -o build/temp.linux-x86_64-3.9/tables/tableextension.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> tables/tableextension.c: In function ‘__pyx_f_6tables_14tableextension_3Row__init_loop’:
> tables/tableextension.c:12005:37: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 12005 |     __pyx_t_2 = (__pyx_v_self->stop < __pyx_v_self->nrows);
>       |                                     ^
> tables/tableextension.c: In function ‘__pyx_f_6tables_14tableextension_3Row___next__indexed’:
> tables/tableextension.c:12433:45: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 12433 |     __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0);
>       |                                             ^~
> tables/tableextension.c:12663:47: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [-Wsign-compare]
> 12663 |         __pyx_t_1 = ((__pyx_v_self->nrowsread > __pyx_v_self->stop) != 0);
>       |                                               ^
> tables/tableextension.c:12701:33: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 12701 |         __pyx_t_1 = ((__pyx_v_j == __pyx_v_self->nchunksinbuf) != 0);
>       |                                 ^~
> tables/tableextension.c:12999:58: warning: comparison of integer expressions of different signedness: ‘long long unsigned int’ and ‘int’ [-Wsign-compare]
> 12999 |         __pyx_t_1 = (((__pyx_v_self->lenbuf + __pyx_t_8) < __pyx_v_self->iterseq_max_elements) != 0);
>       |                                                          ^
> tables/tableextension.c:13097:38: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 13097 |     __pyx_t_1 = ((__pyx_v_self->_row == __pyx_v_self->lenbuf) != 0);
>       |                                      ^~
> tables/tableextension.c:13163:42: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 13163 |       __pyx_t_11 = ((__pyx_v_self->_nrow < __pyx_v_self->start) != 0);
>       |                                          ^
> tables/tableextension.c: In function ‘__pyx_f_6tables_14tableextension_3Row___next__coords’:
> tables/tableextension.c:13397:47: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 13397 |       __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0);
>       |                                               ^~
> tables/tableextension.c:13407:76: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [-Wsign-compare]
> 13407 |         __pyx_t_1 = (((__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf) > __pyx_v_self->stop) != 0);
>       |                                                                            ^
> tables/tableextension.c:13755:47: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘long long unsigned int’ [-Wsign-compare]
> 13755 |       __pyx_t_1 = ((__pyx_v_self->nextelement < ((__pyx_v_self->start - ((PY_LONG_LONG)__pyx_v_self->nrowsread)) + 1)) != 0);
>       |                                               ^
> tables/tableextension.c: In function ‘__pyx_f_6tables_14tableextension_3Row___next__inkernel’:
> tables/tableextension.c:14112:45: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14112 |     __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0);
>       |                                             ^~
> tables/tableextension.c:14123:49: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14123 |         __pyx_t_1 = ((__pyx_v_self->nextelement >= (__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf)) != 0);
>       |                                                 ^~
> tables/tableextension.c:14152:41: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14152 |       __pyx_t_1 = ((__pyx_v_self->stopb > __pyx_v_self->nrowsinbuf) != 0);
>       |                                         ^
> tables/tableextension.c:14417:43: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14417 |         __pyx_t_10 = ((__pyx_v_self->step >= __pyx_v_self->nrowsinbuf) != 0);
>       |                                           ^~
> tables/tableextension.c: In function ‘__pyx_f_6tables_14tableextension_3Row___next__general’:
> tables/tableextension.c:14721:47: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14721 |       __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0);
>       |                                               ^~
> tables/tableextension.c:14732:51: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14732 |           __pyx_t_1 = ((__pyx_v_self->nextelement >= (__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf)) != 0);
>       |                                                   ^~
> tables/tableextension.c:14761:43: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14761 |         __pyx_t_1 = ((__pyx_v_self->stopb > __pyx_v_self->nrowsinbuf) != 0);
>       |                                           ^
> tables/tableextension.c:15032:47: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 15032 |       __pyx_t_1 = ((__pyx_v_self->nextelement < ((__pyx_v_self->start - __pyx_v_self->nrowsread) + 1)) != 0);
>       |                                               ^
> tables/tableextension.c: In function ‘__pyx_pf_6tables_14tableextension_3Row_8_fill_col’:
> tables/tableextension.c:15798:36: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 15798 |       __pyx_t_7 = ((__pyx_v_istopb > __pyx_v_inrowsinbuf) != 0);
>       |                                    ^
> tables/tableextension.c: In function ‘__pyx_pf_6tables_14tableextension_3Row_10append’:
> tables/tableextension.c:16819:46: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 16819 |   __pyx_t_1 = ((__pyx_v_self->_unsaved_nrows == __pyx_v_self->nrowsinbuf) != 0);
>       |                                              ^~
> tables/tableextension.c: In function ‘__pyx_pf_6tables_14tableextension_3Row_16update’:
> tables/tableextension.c:17343:42: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 17343 |   __pyx_t_3 = ((__pyx_v_self->_mod_nrows == __pyx_v_self->nrowsinbuf) != 0);
>       |                                          ^~
> tables/tableextension.c: In function ‘__Pyx_PyInt_As_hbool_t’:
> tables/tableextension.c:25616:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 25616 |                             return (hbool_t) (((hbool_t)-1)*(((((hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
>       |                                              ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tables/tableextension.c:25634:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 25634 |                             return (hbool_t) (((hbool_t)-1)*(((((((hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
>       |                                              ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tables/tableextension.c:25652:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 25652 |                             return (hbool_t) (((hbool_t)-1)*(((((((((hbool_t)digits[3]) << PyLong_SHIFT) | (hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
>       |                                              ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-3.9/src/H5ATTR.o build/temp.linux-x86_64-3.9/src/H5TB-opt.o build/temp.linux-x86_64-3.9/src/typeconv.o build/temp.linux-x86_64-3.9/src/utils.o build/temp.linux-x86_64-3.9/tables/tableextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -lhdf5 -lblosc -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/tableextension.cpython-39-x86_64-linux-gnu.so
> building 'tables._comp_lzo' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c src/H5Zlzo.c -o build/temp.linux-x86_64-3.9/src/H5Zlzo.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c tables/_comp_lzo.c -o build/temp.linux-x86_64-3.9/tables/_comp_lzo.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/src/H5Zlzo.o build/temp.linux-x86_64-3.9/tables/_comp_lzo.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -lhdf5 -llzo2 -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/_comp_lzo.cpython-39-x86_64-linux-gnu.so
> building 'tables._comp_bzip2' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c src/H5Zbzip2.c -o build/temp.linux-x86_64-3.9/src/H5Zbzip2.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c tables/_comp_bzip2.c -o build/temp.linux-x86_64-3.9/tables/_comp_bzip2.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/src/H5Zbzip2.o build/temp.linux-x86_64-3.9/tables/_comp_bzip2.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -lhdf5 -lbz2 -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/_comp_bzip2.cpython-39-x86_64-linux-gnu.so
> building 'tables.linkextension' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c tables/linkextension.c -o build/temp.linux-x86_64-3.9/tables/linkextension.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/tables/linkextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -lhdf5 -lblosc -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/linkextension.cpython-39-x86_64-linux-gnu.so
> building 'tables.lrucacheextension' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c tables/lrucacheextension.c -o build/temp.linux-x86_64-3.9/tables/lrucacheextension.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/tables/lrucacheextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/lrucacheextension.cpython-39-x86_64-linux-gnu.so
> building 'tables.indexesextension' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c src/H5ARRAY-opt.c -o build/temp.linux-x86_64-3.9/src/H5ARRAY-opt.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c src/idx-opt.c -o build/temp.linux-x86_64-3.9/src/idx-opt.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c tables/indexesextension.c -o build/temp.linux-x86_64-3.9/tables/indexesextension.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> tables/indexesextension.c: In function ‘__pyx_f_6tables_16indexesextension__keysort_string’:
> tables/indexesextension.c:14196:47: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 14196 |       __pyx_t_1 = (((__pyx_v_pr - __pyx_v_pl) > (15 * __pyx_v_ss)) != 0);
>       |                                               ^
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/src/H5ARRAY-opt.o build/temp.linux-x86_64-3.9/src/idx-opt.o build/temp.linux-x86_64-3.9/tables/indexesextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -lhdf5 -lblosc -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/indexesextension.cpython-39-x86_64-linux-gnu.so
> I: pybuild base:239: /usr/bin/python3 setup.py build 
> /tmp/lzo_version_dateluirumgm.c: In function ‘main’:
> /tmp/lzo_version_dateluirumgm.c:2:5: warning: implicit declaration of function ‘lzo_version_date’ [-Wimplicit-function-declaration]
>     2 |     lzo_version_date();
>       |     ^~~~~~~~~~~~~~~~
> /tmp/BZ2_bzlibVersionuqnjf9ez.c: In function ‘main’:
> /tmp/BZ2_bzlibVersionuqnjf9ez.c:2:5: warning: implicit declaration of function ‘BZ2_bzlibVersion’ [-Wimplicit-function-declaration]
>     2 |     BZ2_bzlibVersion();
>       |     ^~~~~~~~~~~~~~~~
> /tmp/blosc_list_compressorsj0fwz5e5.c: In function ‘main’:
> /tmp/blosc_list_compressorsj0fwz5e5.c:2:5: warning: implicit declaration of function ‘blosc_list_compressors’ [-Wimplicit-function-declaration]
>     2 |     blosc_list_compressors();
>       |     ^~~~~~~~~~~~~~~~~~~~~~
> * Using Python 3.10.4 (main, Apr  2 2022, 09:04:19) [GCC 11.2.0]
> * Found cython 0.29.28
> * USE_PKGCONFIG: False
> * Found HDF5 headers at ``/usr/lib/x86_64-linux-gnu/hdf5/serial/include``, library at ``/usr/lib/x86_64-linux-gnu/hdf5/serial/lib``.
> .. WARNING:: Could not find the HDF5 runtime.
>    The HDF5 shared library was *not* found in the default library
>    paths. In case of runtime problems, please remember to install it.
> * Found LZO 2 headers at ``/usr/include``, the library is located in the standard system search dirs.
> * Skipping detection of LZO 1 since LZO 2 has already been found.
> * Found bzip2 headers at ``/usr/include``, the library is located in the standard system search dirs.
> * Found blosc headers at ``/usr/include``, the library is located in the standard system search dirs.
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/registry.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/conditions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/expression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/leaf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/carray.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/array.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/req_versions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/filters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/flavor.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/idxutils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/index.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/vlarray.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/table.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/unimplemented.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/parameters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/group.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/link.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/path.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/attributeset.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/file.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/indexes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/description.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/earray.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/node.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/undoredo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/atom.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/scripts
> copying tables/scripts/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/scripts
> copying tables/scripts/ptdump.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/scripts
> copying tables/scripts/pt2to3.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/scripts
> copying tables/scripts/ptrepack.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/scripts
> copying tables/scripts/pttree.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/scripts
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/misc
> copying tables/misc/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/misc
> copying tables/misc/enum.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/misc
> copying tables/misc/proxydict.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/misc
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_nestedtypes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/check_leaks.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_aux.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_tables.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_basics.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_attributes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_numpy.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_indexes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_garbage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_hdf5compat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_links.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_all.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_backcompat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_create.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_types.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_tree.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_tablesMD.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_index_backcompat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_timetype.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/common.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_indexvalues.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_timestamps.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_earray.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_suite.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_array.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_vlarray.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_queries.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_do_undo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_carray.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_enum.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/create_backcompat_indexes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_lists.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_expression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/nodes
> copying tables/nodes/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/nodes
> copying tables/nodes/filenode.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/nodes
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/nodes/tests
> copying tables/nodes/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/nodes/tests
> copying tables/nodes/tests/test_filenode.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/nodes/tests
> running egg_info
> writing tables.egg-info/PKG-INFO
> writing dependency_links to tables.egg-info/dependency_links.txt
> writing entry points to tables.egg-info/entry_points.txt
> writing requirements to tables.egg-info/requires.txt
> writing top-level names to tables.egg-info/top_level.txt
> reading manifest file 'tables.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'VERSION'
> warning: no files found matching '*.c' under directory 'c-blosc/blosc'
> warning: no files found matching '*.h' under directory 'c-blosc/blosc'
> warning: no files found matching '*.inc' under directory 'c-blosc/blosc'
> warning: no files found matching '*.c' under directory 'c-blosc/internal-complibs'
> warning: no files found matching '*.cc' under directory 'c-blosc/internal-complibs'
> warning: no files found matching '*.h' under directory 'c-blosc/internal-complibs'
> warning: no files found matching '*.conf' under directory 'doc'
> warning: no files found matching '*.*_t' under directory 'doc'
> warning: no files found matching '*.js' under directory 'doc'
> warning: no files found matching '*.css' under directory 'doc'
> warning: no files found matching '*.txt' under directory 'doc/html'
> warning: no files found matching '*.svg' under directory 'doc/html'
> warning: no files found matching '*.gif' under directory 'doc/html'
> warning: no files found matching '*.inv' under directory 'doc/html'
> warning: no files found matching '*' under directory 'doc/sphinxext'
> warning: no previously-included files matching '*' found under directory 'doc/build'
> warning: no files found matching '*.h5' under directory 'bench'
> adding license file 'LICENSE.txt'
> writing manifest file 'tables.egg-info/SOURCES.txt'
> copying tables/_comp_bzip2.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/_comp_bzip2.pyx -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/_comp_lzo.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/_comp_lzo.pyx -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/definitions.pxd -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/hdf5extension.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/hdf5extension.pxd -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/hdf5extension.pyx -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/indexesextension.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/indexesextension.pyx -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/linkextension.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/linkextension.pyx -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/lrucacheextension.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/lrucacheextension.pxd -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/lrucacheextension.pyx -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/tableextension.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/tableextension.pyx -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/utilsextension.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/utilsextension.pxd -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/utilsextension.pyx -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables
> copying tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/Tables_lzo1.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/Tables_lzo1_shuffle.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/Tables_lzo2.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/Tables_lzo2_shuffle.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/array_mdatom.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/attr-u16.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/blosc_bigendian.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/bug-idx.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/create-nested-type.c -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/elink.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/elink2.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/ex-noattr.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/flavored_vlarrays-format1.6.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/float.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/idx-std-1.x.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/indexes_2_0.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/indexes_2_1.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/issue_368.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/issue_560.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/itemsize.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/matlab_file.mat -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/nested-type-with-gaps.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/non-chunked-table.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/oldflavor_numeric.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/out_of_order_types.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/python2.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/python3.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/scalar.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/slink.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/smpl_SDSextendible.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/smpl_compound_chunked.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/smpl_enum.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/smpl_f64be.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/smpl_f64le.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/smpl_i32be.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/smpl_i32le.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/smpl_i64be.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/smpl_i64le.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/smpl_unsupptype.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_ref_array1.mat -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_ref_array2.mat -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/test_szip.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/time-table-vlarray-1_x.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/times-nested-be.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/vlstr_attr.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/vlunicode_endian.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/zerodim-attrs-1.3.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/tests/zerodim-attrs-1.4.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tests
> copying tables/nodes/tests/test_filenode.dat -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/nodes/tests
> copying tables/nodes/tests/test_filenode.xbm -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/nodes/tests
> copying tables/nodes/tests/test_filenode_v1.h5 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/nodes/tests
> running build_ext
> building 'tables.utilsextension' extension
> creating build/temp.linux-x86_64-3.10
> creating build/temp.linux-x86_64-3.10/hdf5-blosc
> creating build/temp.linux-x86_64-3.10/hdf5-blosc/src
> creating build/temp.linux-x86_64-3.10/src
> creating build/temp.linux-x86_64-3.10/tables
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-3.10/hdf5-blosc/src/blosc_filter.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c src/H5ARRAY.c -o build/temp.linux-x86_64-3.10/src/H5ARRAY.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> src/H5ARRAY.c: In function ‘H5ARRAYappend_records’:
> src/H5ARRAY.c:258:15: warning: ‘*dims_36 + _10’ may be used uninitialized [-Wmaybe-uninitialized]
>   258 |  dims[extdim] += dims_new[extdim];
>       |               ^~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c src/H5ATTR.c -o build/temp.linux-x86_64-3.10/src/H5ATTR.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c src/utils.c -o build/temp.linux-x86_64-3.10/src/utils.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c tables/utilsextension.c -o build/temp.linux-x86_64-3.10/tables/utilsextension.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> tables/utilsextension.c: In function ‘__pyx_pf_6tables_14utilsextension_38which_class’:
> tables/utilsextension.c:8038:52: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [-Wsign-compare]
>  8038 |         __pyx_t_2 = (((__pyx_v_maxdims[__pyx_v_i]) == -1LL) != 0);
>       |                                                    ^~
> tables/utilsextension.c: In function ‘__pyx_pf_6tables_14utilsextension_56hdf5_to_np_nested_type’:
> tables/utilsextension.c:12373:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 12373 |   for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {
>       |                                 ^
> tables/utilsextension.c: In function ‘__pyx_f_6tables_14utilsextension_load_reference’:
> tables/utilsextension.c:15192:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 15192 |     for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) {
>       |                                   ^
> tables/utilsextension.c:15419:52: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [-Wsign-compare]
> 15419 |         __pyx_t_3 = (((__pyx_v_maxdims[__pyx_v_j]) == -1LL) != 0);
>       |                                                    ^~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-3.10/src/H5ARRAY.o build/temp.linux-x86_64-3.10/src/H5ATTR.o build/temp.linux-x86_64-3.10/src/utils.o build/temp.linux-x86_64-3.10/tables/utilsextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -lhdf5 -lblosc -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/utilsextension.cpython-310-x86_64-linux-gnu.so
> building 'tables.hdf5extension' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-3.10/hdf5-blosc/src/blosc_filter.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c src/H5ARRAY-opt.c -o build/temp.linux-x86_64-3.10/src/H5ARRAY-opt.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c src/H5ARRAY.c -o build/temp.linux-x86_64-3.10/src/H5ARRAY.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> src/H5ARRAY.c: In function ‘H5ARRAYappend_records’:
> src/H5ARRAY.c:258:15: warning: ‘*dims_36 + _10’ may be used uninitialized [-Wmaybe-uninitialized]
>   258 |  dims[extdim] += dims_new[extdim];
>       |               ^~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c src/H5ATTR.c -o build/temp.linux-x86_64-3.10/src/H5ATTR.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c src/H5VLARRAY.c -o build/temp.linux-x86_64-3.10/src/H5VLARRAY.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c src/typeconv.c -o build/temp.linux-x86_64-3.10/src/typeconv.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c src/utils.c -o build/temp.linux-x86_64-3.10/src/utils.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c tables/hdf5extension.c -o build/temp.linux-x86_64-3.10/tables/hdf5extension.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> tables/hdf5extension.c: In function ‘__pyx_pf_6tables_13hdf5extension_5Array_4_open_array’:
> tables/hdf5extension.c:18755:54: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [-Wsign-compare]
> 18755 |     __pyx_t_5 = (((__pyx_v_self->maxdims[__pyx_v_i]) == -1LL) != 0);
>       |                                                      ^~
> tables/hdf5extension.c: In function ‘__pyx_pf_6tables_13hdf5extension_7VLArray_10_read_array’:
> tables/hdf5extension.c:26557:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 26557 |   for (__pyx_v_i = 0; __pyx_v_i < __pyx_t_5; __pyx_v_i++) {
>       |                                 ^
> tables/hdf5extension.c: In function ‘__Pyx_PyInt_As_hbool_t’:
> tables/hdf5extension.c:36841:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 36841 |                             return (hbool_t) (((hbool_t)-1)*(((((hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
>       |                                              ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tables/hdf5extension.c:36859:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 36859 |                             return (hbool_t) (((hbool_t)-1)*(((((((hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
>       |                                              ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tables/hdf5extension.c:36877:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 36877 |                             return (hbool_t) (((hbool_t)-1)*(((((((((hbool_t)digits[3]) << PyLong_SHIFT) | (hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
>       |                                              ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-3.10/src/H5ARRAY-opt.o build/temp.linux-x86_64-3.10/src/H5ARRAY.o build/temp.linux-x86_64-3.10/src/H5ATTR.o build/temp.linux-x86_64-3.10/src/H5VLARRAY.o build/temp.linux-x86_64-3.10/src/typeconv.o build/temp.linux-x86_64-3.10/src/utils.o build/temp.linux-x86_64-3.10/tables/hdf5extension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -lhdf5 -lblosc -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/hdf5extension.cpython-310-x86_64-linux-gnu.so
> building 'tables.tableextension' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-3.10/hdf5-blosc/src/blosc_filter.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c src/H5ATTR.c -o build/temp.linux-x86_64-3.10/src/H5ATTR.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c src/H5TB-opt.c -o build/temp.linux-x86_64-3.10/src/H5TB-opt.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c src/typeconv.c -o build/temp.linux-x86_64-3.10/src/typeconv.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c src/utils.c -o build/temp.linux-x86_64-3.10/src/utils.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c tables/tableextension.c -o build/temp.linux-x86_64-3.10/tables/tableextension.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> tables/tableextension.c: In function ‘__pyx_f_6tables_14tableextension_3Row__init_loop’:
> tables/tableextension.c:12005:37: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 12005 |     __pyx_t_2 = (__pyx_v_self->stop < __pyx_v_self->nrows);
>       |                                     ^
> tables/tableextension.c: In function ‘__pyx_f_6tables_14tableextension_3Row___next__indexed’:
> tables/tableextension.c:12433:45: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 12433 |     __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0);
>       |                                             ^~
> tables/tableextension.c:12663:47: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [-Wsign-compare]
> 12663 |         __pyx_t_1 = ((__pyx_v_self->nrowsread > __pyx_v_self->stop) != 0);
>       |                                               ^
> tables/tableextension.c:12701:33: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 12701 |         __pyx_t_1 = ((__pyx_v_j == __pyx_v_self->nchunksinbuf) != 0);
>       |                                 ^~
> tables/tableextension.c:12999:58: warning: comparison of integer expressions of different signedness: ‘long long unsigned int’ and ‘int’ [-Wsign-compare]
> 12999 |         __pyx_t_1 = (((__pyx_v_self->lenbuf + __pyx_t_8) < __pyx_v_self->iterseq_max_elements) != 0);
>       |                                                          ^
> tables/tableextension.c:13097:38: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 13097 |     __pyx_t_1 = ((__pyx_v_self->_row == __pyx_v_self->lenbuf) != 0);
>       |                                      ^~
> tables/tableextension.c:13163:42: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 13163 |       __pyx_t_11 = ((__pyx_v_self->_nrow < __pyx_v_self->start) != 0);
>       |                                          ^
> tables/tableextension.c: In function ‘__pyx_f_6tables_14tableextension_3Row___next__coords’:
> tables/tableextension.c:13397:47: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 13397 |       __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0);
>       |                                               ^~
> tables/tableextension.c:13407:76: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [-Wsign-compare]
> 13407 |         __pyx_t_1 = (((__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf) > __pyx_v_self->stop) != 0);
>       |                                                                            ^
> tables/tableextension.c:13755:47: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘long long unsigned int’ [-Wsign-compare]
> 13755 |       __pyx_t_1 = ((__pyx_v_self->nextelement < ((__pyx_v_self->start - ((PY_LONG_LONG)__pyx_v_self->nrowsread)) + 1)) != 0);
>       |                                               ^
> tables/tableextension.c: In function ‘__pyx_f_6tables_14tableextension_3Row___next__inkernel’:
> tables/tableextension.c:14112:45: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14112 |     __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0);
>       |                                             ^~
> tables/tableextension.c:14123:49: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14123 |         __pyx_t_1 = ((__pyx_v_self->nextelement >= (__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf)) != 0);
>       |                                                 ^~
> tables/tableextension.c:14152:41: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14152 |       __pyx_t_1 = ((__pyx_v_self->stopb > __pyx_v_self->nrowsinbuf) != 0);
>       |                                         ^
> tables/tableextension.c:14417:43: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14417 |         __pyx_t_10 = ((__pyx_v_self->step >= __pyx_v_self->nrowsinbuf) != 0);
>       |                                           ^~
> tables/tableextension.c: In function ‘__pyx_f_6tables_14tableextension_3Row___next__general’:
> tables/tableextension.c:14721:47: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14721 |       __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0);
>       |                                               ^~
> tables/tableextension.c:14732:51: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14732 |           __pyx_t_1 = ((__pyx_v_self->nextelement >= (__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf)) != 0);
>       |                                                   ^~
> tables/tableextension.c:14761:43: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14761 |         __pyx_t_1 = ((__pyx_v_self->stopb > __pyx_v_self->nrowsinbuf) != 0);
>       |                                           ^
> tables/tableextension.c:15032:47: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 15032 |       __pyx_t_1 = ((__pyx_v_self->nextelement < ((__pyx_v_self->start - __pyx_v_self->nrowsread) + 1)) != 0);
>       |                                               ^
> tables/tableextension.c: In function ‘__pyx_pf_6tables_14tableextension_3Row_8_fill_col’:
> tables/tableextension.c:15798:36: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 15798 |       __pyx_t_7 = ((__pyx_v_istopb > __pyx_v_inrowsinbuf) != 0);
>       |                                    ^
> tables/tableextension.c: In function ‘__pyx_pf_6tables_14tableextension_3Row_10append’:
> tables/tableextension.c:16819:46: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 16819 |   __pyx_t_1 = ((__pyx_v_self->_unsaved_nrows == __pyx_v_self->nrowsinbuf) != 0);
>       |                                              ^~
> tables/tableextension.c: In function ‘__pyx_pf_6tables_14tableextension_3Row_16update’:
> tables/tableextension.c:17343:42: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 17343 |   __pyx_t_3 = ((__pyx_v_self->_mod_nrows == __pyx_v_self->nrowsinbuf) != 0);
>       |                                          ^~
> tables/tableextension.c: In function ‘__Pyx_PyInt_As_hbool_t’:
> tables/tableextension.c:25616:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 25616 |                             return (hbool_t) (((hbool_t)-1)*(((((hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
>       |                                              ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tables/tableextension.c:25634:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 25634 |                             return (hbool_t) (((hbool_t)-1)*(((((((hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
>       |                                              ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tables/tableextension.c:25652:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 25652 |                             return (hbool_t) (((hbool_t)-1)*(((((((((hbool_t)digits[3]) << PyLong_SHIFT) | (hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
>       |                                              ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-3.10/src/H5ATTR.o build/temp.linux-x86_64-3.10/src/H5TB-opt.o build/temp.linux-x86_64-3.10/src/typeconv.o build/temp.linux-x86_64-3.10/src/utils.o build/temp.linux-x86_64-3.10/tables/tableextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -lhdf5 -lblosc -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/tableextension.cpython-310-x86_64-linux-gnu.so
> building 'tables._comp_lzo' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c src/H5Zlzo.c -o build/temp.linux-x86_64-3.10/src/H5Zlzo.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c tables/_comp_lzo.c -o build/temp.linux-x86_64-3.10/tables/_comp_lzo.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/src/H5Zlzo.o build/temp.linux-x86_64-3.10/tables/_comp_lzo.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -lhdf5 -llzo2 -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/_comp_lzo.cpython-310-x86_64-linux-gnu.so
> building 'tables._comp_bzip2' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c src/H5Zbzip2.c -o build/temp.linux-x86_64-3.10/src/H5Zbzip2.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c tables/_comp_bzip2.c -o build/temp.linux-x86_64-3.10/tables/_comp_bzip2.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/src/H5Zbzip2.o build/temp.linux-x86_64-3.10/tables/_comp_bzip2.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -lhdf5 -lbz2 -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/_comp_bzip2.cpython-310-x86_64-linux-gnu.so
> building 'tables.linkextension' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c tables/linkextension.c -o build/temp.linux-x86_64-3.10/tables/linkextension.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/tables/linkextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -lhdf5 -lblosc -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/linkextension.cpython-310-x86_64-linux-gnu.so
> building 'tables.lrucacheextension' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c tables/lrucacheextension.c -o build/temp.linux-x86_64-3.10/tables/lrucacheextension.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/tables/lrucacheextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/lrucacheextension.cpython-310-x86_64-linux-gnu.so
> building 'tables.indexesextension' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c src/H5ARRAY-opt.c -o build/temp.linux-x86_64-3.10/src/H5ARRAY-opt.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c src/idx-opt.c -o build/temp.linux-x86_64-3.10/src/idx-opt.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c tables/indexesextension.c -o build/temp.linux-x86_64-3.10/tables/indexesextension.o -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
> tables/indexesextension.c: In function ‘__pyx_f_6tables_16indexesextension__keysort_string’:
> tables/indexesextension.c:14196:47: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 14196 |       __pyx_t_1 = (((__pyx_v_pr - __pyx_v_pl) > (15 * __pyx_v_ss)) != 0);
>       |                                               ^
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/src/H5ARRAY-opt.o build/temp.linux-x86_64-3.10/src/idx-opt.o build/temp.linux-x86_64-3.10/tables/indexesextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -lhdf5 -lblosc -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tables/indexesextension.cpython-310-x86_64-linux-gnu.so
> cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build && \
> 	env PYTHONPATH=. python3 -m sphinx -M html /<<PKGBUILDDIR>>/doc/source /<<PKGBUILDDIR>>/doc/build -N -D today="December 30, 2021" -D html_last_updated_fmt="December 30, 2021"
> Running Sphinx v4.5.0
> 
> Configuration error:
> There is a programmable error in your configuration file:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx/config.py", line 332, in eval_config_file
>     exec(code, namespace)
>   File "/<<PKGBUILDDIR>>/doc/source/conf.py", line 26, in <module>
>     import tables as tb
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tables/__init__.py", line 11, in <module>
>     from .utilsextension import get_hdf5_version as _get_hdf5_version
> ModuleNotFoundError: No module named 'tables.utilsextension'
> 
> make[1]: *** [debian/rules:30: override_dh_auto_build] Error 2


The full build log is available from:
http://qa-logs.debian.net/2022/04/12/pytables_3.7.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220412;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220412&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the debian-science-maintainers mailing list