Bug#1042691: pytables: FTBFS with Sphinx 7.1, docutils 0.20: TypeError: not all arguments converted during string formatting

Lucas Nussbaum lucas at debian.org
Sun Jul 30 19:26:05 BST 2023


Source: pytables
Version: 3.7.0-5
Severity: important
Tags: ftbfs
User: python-modules-team at lists.alioth.debian.org
Usertags: sphinx7.1

Hi,

pytables fails to build with Sphinx 7.1 and docutils 0.20, both of which
are currently available in experimental.

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 plugin_pyproject:107: Building wheel for python3.11 with "build" module
> I: pybuild base:240: python3.11 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11 
> * Building wheel...
> <string>:18: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
> cpuinfo failed, assuming no CPU features: No module named 'cpuinfo'
> * Using Python 3.11.4 (main, Jun  7 2023, 10:13:09) [GCC 12.2.0]
> * Found cython 0.29.36
> * 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.
> Compiling tables/utilsextension.pyx because it changed.
> [1/1] Cythonizing tables/utilsextension.pyx
> Compiling tables/hdf5extension.pyx because it changed.
> [1/1] Cythonizing tables/hdf5extension.pyx
> Compiling tables/tableextension.pyx because it changed.
> [1/1] Cythonizing tables/tableextension.pyx
> Compiling tables/linkextension.pyx because it changed.
> [1/1] Cythonizing tables/linkextension.pyx
> Compiling tables/_comp_lzo.pyx because it changed.
> [1/1] Cythonizing tables/_comp_lzo.pyx
> Compiling tables/_comp_bzip2.pyx because it changed.
> [1/1] Cythonizing tables/_comp_bzip2.pyx
> Compiling tables/lrucacheextension.pyx because it changed.
> [1/1] Cythonizing tables/lrucacheextension.pyx
> Compiling tables/indexesextension.pyx because it changed.
> [1/1] Cythonizing tables/indexesextension.pyx
> running bdist_wheel
> running build
> running build_py
> creating build
> creating build/lib.linux-x86_64-cpython-311
> creating build/lib.linux-x86_64-cpython-311/tables
> copying tables/unimplemented.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/atom.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/utils.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/filters.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/vlarray.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/file.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/index.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/indexes.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/conditions.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/__init__.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/exceptions.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/link.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/flavor.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/array.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/attributeset.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/node.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/leaf.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/description.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/req_versions.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/undoredo.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/carray.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/expression.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/registry.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/group.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/table.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/path.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/idxutils.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/earray.py -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/parameters.py -> build/lib.linux-x86_64-cpython-311/tables
> creating build/lib.linux-x86_64-cpython-311/tables/misc
> copying tables/misc/__init__.py -> build/lib.linux-x86_64-cpython-311/tables/misc
> copying tables/misc/enum.py -> build/lib.linux-x86_64-cpython-311/tables/misc
> copying tables/misc/proxydict.py -> build/lib.linux-x86_64-cpython-311/tables/misc
> creating build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_vlarray.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_index_backcompat.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_backcompat.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_carray.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_tablesMD.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_tree.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_array.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_enum.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_lists.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_indexes.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_numpy.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_basics.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_earray.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_utils.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/check_leaks.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_types.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_nestedtypes.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_all.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/create_backcompat_indexes.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_links.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_aux.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/common.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_timetype.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_create.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_do_undo.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_expression.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_attributes.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_queries.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_suite.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_hdf5compat.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_tables.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_garbage.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_timestamps.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_indexvalues.py -> build/lib.linux-x86_64-cpython-311/tables/tests
> creating build/lib.linux-x86_64-cpython-311/tables/nodes
> copying tables/nodes/__init__.py -> build/lib.linux-x86_64-cpython-311/tables/nodes
> copying tables/nodes/filenode.py -> build/lib.linux-x86_64-cpython-311/tables/nodes
> creating build/lib.linux-x86_64-cpython-311/tables/scripts
> copying tables/scripts/pt2to3.py -> build/lib.linux-x86_64-cpython-311/tables/scripts
> copying tables/scripts/ptrepack.py -> build/lib.linux-x86_64-cpython-311/tables/scripts
> copying tables/scripts/ptdump.py -> build/lib.linux-x86_64-cpython-311/tables/scripts
> copying tables/scripts/__init__.py -> build/lib.linux-x86_64-cpython-311/tables/scripts
> copying tables/scripts/pttree.py -> build/lib.linux-x86_64-cpython-311/tables/scripts
> creating build/lib.linux-x86_64-cpython-311/tables/nodes/tests
> copying tables/nodes/tests/test_filenode.py -> build/lib.linux-x86_64-cpython-311/tables/nodes/tests
> copying tables/nodes/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/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 -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/_comp_bzip2.pyx -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/_comp_lzo.c -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/_comp_lzo.pyx -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/definitions.pxd -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/hdf5extension.c -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/hdf5extension.pxd -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/hdf5extension.pyx -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/indexesextension.c -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/indexesextension.pyx -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/linkextension.c -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/linkextension.pyx -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/lrucacheextension.c -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/lrucacheextension.pxd -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/lrucacheextension.pyx -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/tableextension.c -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/tableextension.pyx -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/utilsextension.c -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/utilsextension.pxd -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/utilsextension.pyx -> build/lib.linux-x86_64-cpython-311/tables
> copying tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/Tables_lzo1.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/Tables_lzo1_shuffle.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/Tables_lzo2.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/Tables_lzo2_shuffle.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/array_mdatom.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/attr-u16.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/blosc_bigendian.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/bug-idx.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/create-nested-type.c -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/elink.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/elink2.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/ex-noattr.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/flavored_vlarrays-format1.6.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/float.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/idx-std-1.x.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/indexes_2_0.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/indexes_2_1.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/issue_368.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/issue_560.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/itemsize.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/matlab_file.mat -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/nested-type-with-gaps.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/non-chunked-table.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/oldflavor_numeric.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/out_of_order_types.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/python2.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/python3.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/scalar.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/slink.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/smpl_SDSextendible.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/smpl_compound_chunked.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/smpl_enum.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/smpl_f64be.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/smpl_f64le.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/smpl_i32be.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/smpl_i32le.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/smpl_i64be.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/smpl_i64le.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/smpl_unsupptype.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_ref_array1.mat -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_ref_array2.mat -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/test_szip.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/time-table-vlarray-1_x.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/times-nested-be.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/vlstr_attr.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/vlunicode_endian.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/zerodim-attrs-1.3.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/tests/zerodim-attrs-1.4.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
> copying tables/nodes/tests/test_filenode.dat -> build/lib.linux-x86_64-cpython-311/tables/nodes/tests
> copying tables/nodes/tests/test_filenode.xbm -> build/lib.linux-x86_64-cpython-311/tables/nodes/tests
> copying tables/nodes/tests/test_filenode_v1.h5 -> build/lib.linux-x86_64-cpython-311/tables/nodes/tests
> running build_ext
> building 'tables.utilsextension' extension
> creating build/temp.linux-x86_64-cpython-311
> creating build/temp.linux-x86_64-cpython-311/hdf5-blosc
> creating build/temp.linux-x86_64-cpython-311/hdf5-blosc/src
> creating build/temp.linux-x86_64-cpython-311/src
> creating build/temp.linux-x86_64-cpython-311/tables
> x86_64-linux-gnu-gcc -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.11 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c src/H5ARRAY.c -o build/temp.linux-x86_64-cpython-311/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:6: warning: ‘*dims_37 + _10’ may be used uninitialized [-Wmaybe-uninitialized]
>   258 |  dims[extdim] += dims_new[extdim];
>       |  ~~~~^~~~~~~~
> x86_64-linux-gnu-gcc -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.11 -c src/H5ATTR.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c src/utils.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c tables/utilsextension.c -o build/temp.linux-x86_64-cpython-311/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:8117:52: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [-Wsign-compare]
>  8117 |         __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:12452:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 12452 |   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:15271:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 15271 |     for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) {
>       |                                   ^
> tables/utilsextension.c:15498:52: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [-Wsign-compare]
> 15498 |         __pyx_t_3 = (((__pyx_v_maxdims[__pyx_v_j]) == -1LL) != 0);
>       |                                                    ^~
> x86_64-linux-gnu-gcc -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-cpython-311/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-cpython-311/src/H5ARRAY.o build/temp.linux-x86_64-cpython-311/src/H5ATTR.o build/temp.linux-x86_64-cpython-311/src/utils.o build/temp.linux-x86_64-cpython-311/tables/utilsextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -L/usr/lib/x86_64-linux-gnu -lhdf5 -lblosc -o build/lib.linux-x86_64-cpython-311/tables/utilsextension.cpython-311-x86_64-linux-gnu.so
> building 'tables.hdf5extension' extension
> x86_64-linux-gnu-gcc -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.11 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c src/H5ARRAY-opt.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c src/H5ARRAY.c -o build/temp.linux-x86_64-cpython-311/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:6: warning: ‘*dims_37 + _10’ may be used uninitialized [-Wmaybe-uninitialized]
>   258 |  dims[extdim] += dims_new[extdim];
>       |  ~~~~^~~~~~~~
> x86_64-linux-gnu-gcc -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.11 -c src/H5ATTR.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c src/H5VLARRAY.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c src/typeconv.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c src/utils.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c tables/hdf5extension.c -o build/temp.linux-x86_64-cpython-311/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:18863:54: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [-Wsign-compare]
> 18863 |     __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:26665:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 26665 |   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:37024:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 37024 |                             return (hbool_t) (((hbool_t)-1)*(((((hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
>       |                                              ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tables/hdf5extension.c:37042:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 37042 |                             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:37060:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 37060 |                             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 -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-cpython-311/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-cpython-311/src/H5ARRAY-opt.o build/temp.linux-x86_64-cpython-311/src/H5ARRAY.o build/temp.linux-x86_64-cpython-311/src/H5ATTR.o build/temp.linux-x86_64-cpython-311/src/H5VLARRAY.o build/temp.linux-x86_64-cpython-311/src/typeconv.o build/temp.linux-x86_64-cpython-311/src/utils.o build/temp.linux-x86_64-cpython-311/tables/hdf5extension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -L/usr/lib/x86_64-linux-gnu -lhdf5 -lblosc -o build/lib.linux-x86_64-cpython-311/tables/hdf5extension.cpython-311-x86_64-linux-gnu.so
> building 'tables.tableextension' extension
> x86_64-linux-gnu-gcc -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.11 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c src/H5ATTR.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c src/H5TB-opt.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c src/typeconv.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c src/utils.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c tables/tableextension.c -o build/temp.linux-x86_64-cpython-311/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:12101:37: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 12101 |     __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:12529:45: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 12529 |     __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0);
>       |                                             ^~
> tables/tableextension.c:12759:47: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [-Wsign-compare]
> 12759 |         __pyx_t_1 = ((__pyx_v_self->nrowsread > __pyx_v_self->stop) != 0);
>       |                                               ^
> tables/tableextension.c:12797:33: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 12797 |         __pyx_t_1 = ((__pyx_v_j == __pyx_v_self->nchunksinbuf) != 0);
>       |                                 ^~
> tables/tableextension.c:13095:58: warning: comparison of integer expressions of different signedness: ‘long long unsigned int’ and ‘int’ [-Wsign-compare]
> 13095 |         __pyx_t_1 = (((__pyx_v_self->lenbuf + __pyx_t_8) < __pyx_v_self->iterseq_max_elements) != 0);
>       |                                                          ^
> tables/tableextension.c:13193:38: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 13193 |     __pyx_t_1 = ((__pyx_v_self->_row == __pyx_v_self->lenbuf) != 0);
>       |                                      ^~
> tables/tableextension.c:13259:42: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 13259 |       __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:13493:47: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 13493 |       __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0);
>       |                                               ^~
> tables/tableextension.c:13503:76: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [-Wsign-compare]
> 13503 |         __pyx_t_1 = (((__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf) > __pyx_v_self->stop) != 0);
>       |                                                                            ^
> tables/tableextension.c:13851:47: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘long long unsigned int’ [-Wsign-compare]
> 13851 |       __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:14208:45: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14208 |     __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0);
>       |                                             ^~
> tables/tableextension.c:14219:49: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14219 |         __pyx_t_1 = ((__pyx_v_self->nextelement >= (__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf)) != 0);
>       |                                                 ^~
> tables/tableextension.c:14248:41: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14248 |       __pyx_t_1 = ((__pyx_v_self->stopb > __pyx_v_self->nrowsinbuf) != 0);
>       |                                         ^
> tables/tableextension.c:14513:43: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14513 |         __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:14817:47: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14817 |       __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0);
>       |                                               ^~
> tables/tableextension.c:14828:51: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14828 |           __pyx_t_1 = ((__pyx_v_self->nextelement >= (__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf)) != 0);
>       |                                                   ^~
> tables/tableextension.c:14857:43: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 14857 |         __pyx_t_1 = ((__pyx_v_self->stopb > __pyx_v_self->nrowsinbuf) != 0);
>       |                                           ^
> tables/tableextension.c:15128:47: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 15128 |       __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:15894:36: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 15894 |       __pyx_t_7 = ((__pyx_v_istopb > __pyx_v_inrowsinbuf) != 0);
>       |                                    ^
> tables/tableextension.c: In function ‘__pyx_pf_6tables_14tableextension_3Row_10append’:
> tables/tableextension.c:16915:46: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 16915 |   __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:17439:42: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [-Wsign-compare]
> 17439 |   __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:25741:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 25741 |                             return (hbool_t) (((hbool_t)-1)*(((((hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
>       |                                              ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tables/tableextension.c:25759:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 25759 |                             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:25777:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
> 25777 |                             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 -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-cpython-311/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-cpython-311/src/H5ATTR.o build/temp.linux-x86_64-cpython-311/src/H5TB-opt.o build/temp.linux-x86_64-cpython-311/src/typeconv.o build/temp.linux-x86_64-cpython-311/src/utils.o build/temp.linux-x86_64-cpython-311/tables/tableextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -L/usr/lib/x86_64-linux-gnu -lhdf5 -lblosc -o build/lib.linux-x86_64-cpython-311/tables/tableextension.cpython-311-x86_64-linux-gnu.so
> building 'tables._comp_lzo' extension
> x86_64-linux-gnu-gcc -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.11 -c src/H5Zlzo.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c tables/_comp_lzo.c -o build/temp.linux-x86_64-cpython-311/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 -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-cpython-311/src/H5Zlzo.o build/temp.linux-x86_64-cpython-311/tables/_comp_lzo.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -L/usr/lib/x86_64-linux-gnu -lhdf5 -llzo2 -o build/lib.linux-x86_64-cpython-311/tables/_comp_lzo.cpython-311-x86_64-linux-gnu.so
> building 'tables._comp_bzip2' extension
> x86_64-linux-gnu-gcc -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.11 -c src/H5Zbzip2.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c tables/_comp_bzip2.c -o build/temp.linux-x86_64-cpython-311/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 -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-cpython-311/src/H5Zbzip2.o build/temp.linux-x86_64-cpython-311/tables/_comp_bzip2.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -L/usr/lib/x86_64-linux-gnu -lhdf5 -lbz2 -o build/lib.linux-x86_64-cpython-311/tables/_comp_bzip2.cpython-311-x86_64-linux-gnu.so
> building 'tables.linkextension' extension
> x86_64-linux-gnu-gcc -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.11 -c tables/linkextension.c -o build/temp.linux-x86_64-cpython-311/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 -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-cpython-311/tables/linkextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -L/usr/lib/x86_64-linux-gnu -lhdf5 -lblosc -o build/lib.linux-x86_64-cpython-311/tables/linkextension.cpython-311-x86_64-linux-gnu.so
> building 'tables.lrucacheextension' extension
> x86_64-linux-gnu-gcc -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.11 -c tables/lrucacheextension.c -o build/temp.linux-x86_64-cpython-311/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 -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-cpython-311/tables/lrucacheextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -L/usr/lib/x86_64-linux-gnu -o build/lib.linux-x86_64-cpython-311/tables/lrucacheextension.cpython-311-x86_64-linux-gnu.so
> building 'tables.indexesextension' extension
> x86_64-linux-gnu-gcc -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.11 -c src/H5ARRAY-opt.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c src/idx-opt.c -o build/temp.linux-x86_64-cpython-311/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 -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.11 -c tables/indexesextension.c -o build/temp.linux-x86_64-cpython-311/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:14278:47: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 14278 |       __pyx_t_1 = (((__pyx_v_pr - __pyx_v_pl) > (15 * __pyx_v_ss)) != 0);
>       |                                               ^
> x86_64-linux-gnu-gcc -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-cpython-311/src/H5ARRAY-opt.o build/temp.linux-x86_64-cpython-311/src/idx-opt.o build/temp.linux-x86_64-cpython-311/tables/indexesextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -L/usr/lib/x86_64-linux-gnu -lhdf5 -lblosc -o build/lib.linux-x86_64-cpython-311/tables/indexesextension.cpython-311-x86_64-linux-gnu.so
> installing to build/bdist.linux-x86_64/wheel
> running install
> running install_lib
> creating build/bdist.linux-x86_64
> creating build/bdist.linux-x86_64/wheel
> creating build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/definitions.pxd -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/unimplemented.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/atom.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/lrucacheextension.c -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/utils.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/_comp_bzip2.pyx -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/linkextension.cpython-311-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/filters.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/hdf5extension.pyx -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/hdf5extension.pxd -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/indexesextension.pyx -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/vlarray.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/_comp_bzip2.cpython-311-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/lrucacheextension.pxd -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/file.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/index.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/indexes.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/utilsextension.pyx -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/hdf5extension.c -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/indexesextension.c -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/conditions.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/__init__.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/exceptions.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/link.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/flavor.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/array.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/attributeset.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/node.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/tableextension.cpython-311-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/tables
> creating build/bdist.linux-x86_64/wheel/tables/misc
> copying build/lib.linux-x86_64-cpython-311/tables/misc/__init__.py -> build/bdist.linux-x86_64/wheel/tables/misc
> copying build/lib.linux-x86_64-cpython-311/tables/misc/enum.py -> build/bdist.linux-x86_64/wheel/tables/misc
> copying build/lib.linux-x86_64-cpython-311/tables/misc/proxydict.py -> build/bdist.linux-x86_64/wheel/tables/misc
> copying build/lib.linux-x86_64-cpython-311/tables/linkextension.pyx -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/leaf.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/description.py -> build/bdist.linux-x86_64/wheel/tables
> creating build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/issue_560.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/out_of_order_types.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_vlarray.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_index_backcompat.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_backcompat.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_carray.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/elink.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_tablesMD.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/python2.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_tree.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_array.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/float.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/indexes_2_1.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_enum.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/zerodim-attrs-1.3.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_lists.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/vlunicode_endian.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_indexes.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_numpy.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_basics.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/smpl_enum.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_ref_array1.mat -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/Tables_lzo2_shuffle.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/zerodim-attrs-1.4.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_earray.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_szip.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_utils.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/itemsize.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/nested-type-with-gaps.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/array_mdatom.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/__init__.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/flavored_vlarrays-format1.6.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/check_leaks.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/Tables_lzo2.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/non-chunked-table.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/bug-idx.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_types.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/smpl_i64be.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/smpl_f64be.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_nestedtypes.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/ex-noattr.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_all.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/create_backcompat_indexes.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/indexes_2_0.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_links.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/Tables_lzo1_shuffle.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/create-nested-type.c -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/smpl_SDSextendible.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/python3.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/smpl_i64le.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_aux.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/Tables_lzo1.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/scalar.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_ref_array2.mat -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/common.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/attr-u16.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/issue_368.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/smpl_f64le.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_timetype.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/time-table-vlarray-1_x.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_create.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/slink.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/blosc_bigendian.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/smpl_compound_chunked.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/smpl_i32be.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_do_undo.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_expression.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_attributes.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_queries.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/oldflavor_numeric.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_suite.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/times-nested-be.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_hdf5compat.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_tables.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/elink2.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/smpl_i32le.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_garbage.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/smpl_unsupptype.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_timestamps.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/matlab_file.mat -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/vlstr_attr.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/idx-std-1.x.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/tests/test_indexvalues.py -> build/bdist.linux-x86_64/wheel/tables/tests
> copying build/lib.linux-x86_64-cpython-311/tables/_comp_lzo.cpython-311-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/indexesextension.cpython-311-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/req_versions.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/undoredo.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/carray.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/utilsextension.c -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/hdf5extension.cpython-311-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/_comp_lzo.c -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/expression.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/registry.py -> build/bdist.linux-x86_64/wheel/tables
> creating build/bdist.linux-x86_64/wheel/tables/nodes
> copying build/lib.linux-x86_64-cpython-311/tables/nodes/__init__.py -> build/bdist.linux-x86_64/wheel/tables/nodes
> creating build/bdist.linux-x86_64/wheel/tables/nodes/tests
> copying build/lib.linux-x86_64-cpython-311/tables/nodes/tests/test_filenode.py -> build/bdist.linux-x86_64/wheel/tables/nodes/tests
> copying build/lib.linux-x86_64-cpython-311/tables/nodes/tests/__init__.py -> build/bdist.linux-x86_64/wheel/tables/nodes/tests
> copying build/lib.linux-x86_64-cpython-311/tables/nodes/tests/test_filenode.dat -> build/bdist.linux-x86_64/wheel/tables/nodes/tests
> copying build/lib.linux-x86_64-cpython-311/tables/nodes/tests/test_filenode.xbm -> build/bdist.linux-x86_64/wheel/tables/nodes/tests
> copying build/lib.linux-x86_64-cpython-311/tables/nodes/tests/test_filenode_v1.h5 -> build/bdist.linux-x86_64/wheel/tables/nodes/tests
> copying build/lib.linux-x86_64-cpython-311/tables/nodes/filenode.py -> build/bdist.linux-x86_64/wheel/tables/nodes
> copying build/lib.linux-x86_64-cpython-311/tables/group.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/table.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/utilsextension.cpython-311-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/path.py -> build/bdist.linux-x86_64/wheel/tables
> creating build/bdist.linux-x86_64/wheel/tables/scripts
> copying build/lib.linux-x86_64-cpython-311/tables/scripts/pt2to3.py -> build/bdist.linux-x86_64/wheel/tables/scripts
> copying build/lib.linux-x86_64-cpython-311/tables/scripts/ptrepack.py -> build/bdist.linux-x86_64/wheel/tables/scripts
> copying build/lib.linux-x86_64-cpython-311/tables/scripts/ptdump.py -> build/bdist.linux-x86_64/wheel/tables/scripts
> copying build/lib.linux-x86_64-cpython-311/tables/scripts/__init__.py -> build/bdist.linux-x86_64/wheel/tables/scripts
> copying build/lib.linux-x86_64-cpython-311/tables/scripts/pttree.py -> build/bdist.linux-x86_64/wheel/tables/scripts
> copying build/lib.linux-x86_64-cpython-311/tables/lrucacheextension.pyx -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/_comp_bzip2.c -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/_comp_lzo.pyx -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/idxutils.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/utilsextension.pxd -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/earray.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/tableextension.c -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/lrucacheextension.cpython-311-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/parameters.py -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/linkextension.c -> build/bdist.linux-x86_64/wheel/tables
> copying build/lib.linux-x86_64-cpython-311/tables/tableextension.pyx -> build/bdist.linux-x86_64/wheel/tables
> running install_egg_info
> Copying tables.egg-info to build/bdist.linux-x86_64/wheel/tables-3.7.0.egg-info
> running install_scripts
> creating build/bdist.linux-x86_64/wheel/tables-3.7.0.dist-info/WHEEL
> creating '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/.tmp-rzpjjs7h/tables-3.7.0-cp311-cp311-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
> adding 'tables/__init__.py'
> adding 'tables/_comp_bzip2.c'
> adding 'tables/_comp_bzip2.cpython-311-x86_64-linux-gnu.so'
> adding 'tables/_comp_bzip2.pyx'
> adding 'tables/_comp_lzo.c'
> adding 'tables/_comp_lzo.cpython-311-x86_64-linux-gnu.so'
> adding 'tables/_comp_lzo.pyx'
> adding 'tables/array.py'
> adding 'tables/atom.py'
> adding 'tables/attributeset.py'
> adding 'tables/carray.py'
> adding 'tables/conditions.py'
> adding 'tables/definitions.pxd'
> adding 'tables/description.py'
> adding 'tables/earray.py'
> adding 'tables/exceptions.py'
> adding 'tables/expression.py'
> adding 'tables/file.py'
> adding 'tables/filters.py'
> adding 'tables/flavor.py'
> adding 'tables/group.py'
> adding 'tables/hdf5extension.c'
> adding 'tables/hdf5extension.cpython-311-x86_64-linux-gnu.so'
> adding 'tables/hdf5extension.pxd'
> adding 'tables/hdf5extension.pyx'
> adding 'tables/idxutils.py'
> adding 'tables/index.py'
> adding 'tables/indexes.py'
> adding 'tables/indexesextension.c'
> adding 'tables/indexesextension.cpython-311-x86_64-linux-gnu.so'
> adding 'tables/indexesextension.pyx'
> adding 'tables/leaf.py'
> adding 'tables/link.py'
> adding 'tables/linkextension.c'
> adding 'tables/linkextension.cpython-311-x86_64-linux-gnu.so'
> adding 'tables/linkextension.pyx'
> adding 'tables/lrucacheextension.c'
> adding 'tables/lrucacheextension.cpython-311-x86_64-linux-gnu.so'
> adding 'tables/lrucacheextension.pxd'
> adding 'tables/lrucacheextension.pyx'
> adding 'tables/node.py'
> adding 'tables/parameters.py'
> adding 'tables/path.py'
> adding 'tables/registry.py'
> adding 'tables/req_versions.py'
> adding 'tables/table.py'
> adding 'tables/tableextension.c'
> adding 'tables/tableextension.cpython-311-x86_64-linux-gnu.so'
> adding 'tables/tableextension.pyx'
> adding 'tables/undoredo.py'
> adding 'tables/unimplemented.py'
> adding 'tables/utils.py'
> adding 'tables/utilsextension.c'
> adding 'tables/utilsextension.cpython-311-x86_64-linux-gnu.so'
> adding 'tables/utilsextension.pxd'
> adding 'tables/utilsextension.pyx'
> adding 'tables/vlarray.py'
> adding 'tables/misc/__init__.py'
> adding 'tables/misc/enum.py'
> adding 'tables/misc/proxydict.py'
> adding 'tables/nodes/__init__.py'
> adding 'tables/nodes/filenode.py'
> adding 'tables/nodes/tests/__init__.py'
> adding 'tables/nodes/tests/test_filenode.dat'
> adding 'tables/nodes/tests/test_filenode.py'
> adding 'tables/nodes/tests/test_filenode.xbm'
> adding 'tables/nodes/tests/test_filenode_v1.h5'
> adding 'tables/scripts/__init__.py'
> adding 'tables/scripts/pt2to3.py'
> adding 'tables/scripts/ptdump.py'
> adding 'tables/scripts/ptrepack.py'
> adding 'tables/scripts/pttree.py'
> adding 'tables/tests/Table2_1_lzo_nrv2e_shuffle.h5'
> adding 'tables/tests/Tables_lzo1.h5'
> adding 'tables/tests/Tables_lzo1_shuffle.h5'
> adding 'tables/tests/Tables_lzo2.h5'
> adding 'tables/tests/Tables_lzo2_shuffle.h5'
> adding 'tables/tests/__init__.py'
> adding 'tables/tests/array_mdatom.h5'
> adding 'tables/tests/attr-u16.h5'
> adding 'tables/tests/blosc_bigendian.h5'
> adding 'tables/tests/bug-idx.h5'
> adding 'tables/tests/check_leaks.py'
> adding 'tables/tests/common.py'
> adding 'tables/tests/create-nested-type.c'
> adding 'tables/tests/create_backcompat_indexes.py'
> adding 'tables/tests/elink.h5'
> adding 'tables/tests/elink2.h5'
> adding 'tables/tests/ex-noattr.h5'
> adding 'tables/tests/flavored_vlarrays-format1.6.h5'
> adding 'tables/tests/float.h5'
> adding 'tables/tests/idx-std-1.x.h5'
> adding 'tables/tests/indexes_2_0.h5'
> adding 'tables/tests/indexes_2_1.h5'
> adding 'tables/tests/issue_368.h5'
> adding 'tables/tests/issue_560.h5'
> adding 'tables/tests/itemsize.h5'
> adding 'tables/tests/matlab_file.mat'
> adding 'tables/tests/nested-type-with-gaps.h5'
> adding 'tables/tests/non-chunked-table.h5'
> adding 'tables/tests/oldflavor_numeric.h5'
> adding 'tables/tests/out_of_order_types.h5'
> adding 'tables/tests/python2.h5'
> adding 'tables/tests/python3.h5'
> adding 'tables/tests/scalar.h5'
> adding 'tables/tests/slink.h5'
> adding 'tables/tests/smpl_SDSextendible.h5'
> adding 'tables/tests/smpl_compound_chunked.h5'
> adding 'tables/tests/smpl_enum.h5'
> adding 'tables/tests/smpl_f64be.h5'
> adding 'tables/tests/smpl_f64le.h5'
> adding 'tables/tests/smpl_i32be.h5'
> adding 'tables/tests/smpl_i32le.h5'
> adding 'tables/tests/smpl_i64be.h5'
> adding 'tables/tests/smpl_i64le.h5'
> adding 'tables/tests/smpl_unsupptype.h5'
> adding 'tables/tests/test_all.py'
> adding 'tables/tests/test_array.py'
> adding 'tables/tests/test_attributes.py'
> adding 'tables/tests/test_aux.py'
> adding 'tables/tests/test_backcompat.py'
> adding 'tables/tests/test_basics.py'
> adding 'tables/tests/test_carray.py'
> adding 'tables/tests/test_create.py'
> adding 'tables/tests/test_do_undo.py'
> adding 'tables/tests/test_earray.py'
> adding 'tables/tests/test_enum.py'
> adding 'tables/tests/test_expression.py'
> adding 'tables/tests/test_garbage.py'
> adding 'tables/tests/test_hdf5compat.py'
> adding 'tables/tests/test_index_backcompat.py'
> adding 'tables/tests/test_indexes.py'
> adding 'tables/tests/test_indexvalues.py'
> adding 'tables/tests/test_links.py'
> adding 'tables/tests/test_lists.py'
> adding 'tables/tests/test_nestedtypes.py'
> adding 'tables/tests/test_numpy.py'
> adding 'tables/tests/test_queries.py'
> adding 'tables/tests/test_ref_array1.mat'
> adding 'tables/tests/test_ref_array2.mat'
> adding 'tables/tests/test_suite.py'
> adding 'tables/tests/test_szip.h5'
> adding 'tables/tests/test_tables.py'
> adding 'tables/tests/test_tablesMD.py'
> adding 'tables/tests/test_timestamps.py'
> adding 'tables/tests/test_timetype.py'
> adding 'tables/tests/test_tree.py'
> adding 'tables/tests/test_types.py'
> adding 'tables/tests/test_utils.py'
> adding 'tables/tests/test_vlarray.py'
> adding 'tables/tests/time-table-vlarray-1_x.h5'
> adding 'tables/tests/times-nested-be.h5'
> adding 'tables/tests/vlstr_attr.h5'
> adding 'tables/tests/vlunicode_endian.h5'
> adding 'tables/tests/zerodim-attrs-1.3.h5'
> adding 'tables/tests/zerodim-attrs-1.4.h5'
> adding 'tables-3.7.0.dist-info/LICENSE.txt'
> adding 'tables-3.7.0.dist-info/METADATA'
> adding 'tables-3.7.0.dist-info/WHEEL'
> adding 'tables-3.7.0.dist-info/entry_points.txt'
> adding 'tables-3.7.0.dist-info/top_level.txt'
> adding 'tables-3.7.0.dist-info/RECORD'
> removing build/bdist.linux-x86_64/wheel
> Successfully built tables-3.7.0-cp311-cp311-linux_x86_64.whl
> I: pybuild plugin_pyproject:119: Unpacking wheel built for python3.11 with "installer" module
> cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build && \
> 	env PYTHONPATH=. python3 -m sphinx -M html /<<PKGBUILDDIR>>/doc/source /<<PKGBUILDDIR>>/doc/build -N -D today="December 20, 2022" -D html_last_updated_fmt="December 20, 2022"
> Running Sphinx v7.1.1
> WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English).
> making output directory... done
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 76 source files that are out of date
> updating environment: [new config] 76 added, 0 changed, 0 removed
> reading sources... [  1%] FAQ
> 
> Exception occurred:
>   File "/usr/lib/python3/dist-packages/sphinx/ext/extlinks.py", line 103, in role
>     title = caption % part
>             ~~~~~~~~^~~~~~
> TypeError: not all arguments converted during string formatting
> The full traceback has been saved in /tmp/sphinx-err-s7kq7_2u.log, if you want to report the issue to the developers.
> Please also report this if it was a user error, so that a better error message can be provided next time.
> A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
> make[1]: *** [debian/rules:30: override_dh_auto_build] Error 2


The full build log is available from:
http://qa-logs.debian.net/2023/07/30/exp/pytables_3.7.0-5_unstable_sphinx-exp.log

Please see [1] for Sphinx changelog and [2] for Docutils changelog.

Also see [3] for the list of deprecated/removed APIs in Sphinx and possible
alternatives to them.

Some notable changes in Sphinx 6 and Sphinx 7:

- Sphinx no longer includes jquery.js and underscore.js by default.
  Please use python3-sphinxcontrib.jquery package if you are using a custom
  template and it still needs jquery.

- The setup.py build_sphinx command was removed. Please instead call
  sphinx-build or "python3 -m sphinx" directly.

- For packages using the extlinks extension, the caption should contain
  exactly one "%s" placeholder (if caption is not None).

In case you have questions, please Cc sphinx at packages.debian.org on reply.

[1]: https://www.sphinx-doc.org/en/master/changes.html
[2]: https://repo.or.cz/docutils.git/blob/refs/tags/docutils-0.20.1:/RELEASE-NOTES.txt
[3]: https://www.sphinx-doc.org/en/master/extdev/deprecated.html#dev-deprecated-apis

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

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



More information about the debian-science-maintainers mailing list