===> Building for py313-tables-3.10.1
* Building wheel...
performance hint: tables/utilsextension.pxd:20:26: No exception value declared for 'get_native_type' in pxd file.
Users cimporting this function and calling it without the gil will always require an exception check.
Suggest adding an explicit exception value.
* Using Python 3.13.0 (main, Nov 15 2024, 13:16:28) [Clang 13.1.6 (clang-1316.0.21.2.5)]
* Found cython 3.0.11
* USE_PKGCONFIG: True
* Found HDF5 headers at ``/opt/pkg/include``, library at ``/opt/pkg/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 ``/opt/pkg/include``, library at ``/opt/pkg/lib``.
.. WARNING:: Could not find the LZO 2 runtime.
   The LZO 2 shared library was *not* found in the default library
   paths. In case of runtime problems, please remember to install it.
* Skipping detection of LZO 1 since LZO 2 has already been found.
* Found bzip2 headers at ``/opt/pkg/include``, library at ``/opt/pkg/lib``.
* Found blosc headers at ``/opt/pkg/include``, library at ``/opt/pkg/lib``.
.. WARNING:: Could not find the blosc runtime.
   The blosc shared library was *not* found in the default library
   paths. In case of runtime problems, please remember to install it.
* Run 'blosc2_find_directories_hook'
* Unable to find blosc2 wheel.
* Found blosc2 headers at ``/opt/pkg/include``, library at ``/opt/pkg/lib``.
  * Copying blosc2 runtime library to 'tables' dir because it was not found in standard locations
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/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/__init__.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/_version.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/array.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/atom.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/attributeset.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/carray.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/conditions.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/description.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/earray.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/exceptions.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/expression.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/file.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/filters.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/flavor.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/group.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/idxutils.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/index.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/indexes.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/leaf.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/link.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/node.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/parameters.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/path.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/registry.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/req_versions.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/table.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/undoredo.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/unimplemented.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/utils.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/vlarray.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables
creating build/lib.macosx-12.3-x86_64-cpython-313/tables/misc
copying tables/misc/__init__.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/misc
copying tables/misc/enum.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/misc
copying tables/misc/proxydict.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/misc
creating build/lib.macosx-12.3-x86_64-cpython-313/tables/nodes
copying tables/nodes/__init__.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/nodes
copying tables/nodes/filenode.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/nodes
creating build/lib.macosx-12.3-x86_64-cpython-313/tables/scripts
copying tables/scripts/__init__.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/scripts
copying tables/scripts/pt2to3.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/scripts
copying tables/scripts/ptdump.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/scripts
copying tables/scripts/ptrepack.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/scripts
copying tables/scripts/pttree.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/scripts
creating build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/__init__.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/check_leaks.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/common.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/create_backcompat_indexes.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_all.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_array.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_attributes.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_aux.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_backcompat.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_basics.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_carray.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_create.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_direct_chunk.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_do_undo.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_earray.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_enum.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_expression.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_garbage.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_hdf5compat.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_index_backcompat.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_indexes.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_indexvalues.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_large_tables.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_links.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_lists.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_nestedtypes.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_numpy.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_queries.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_suite.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_tables.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_tablesMD.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_timestamps.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_timetype.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_tree.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_types.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_utils.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_vlarray.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
creating build/lib.macosx-12.3-x86_64-cpython-313/tables/nodes/tests
copying tables/nodes/tests/__init__.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/nodes/tests
copying tables/nodes/tests/test_filenode.py -> build/lib.macosx-12.3-x86_64-cpython-313/tables/nodes/tests
running egg_info
writing tables.egg-info/PKG-INFO
writing dependency_links to tables.egg-info/dependency_links.txt
writing entry points to tables.egg-info/entry_points.txt
writing requirements to tables.egg-info/requires.txt
writing top-level names to tables.egg-info/top_level.txt
reading manifest file 'tables.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.c' found under directory 'tables'
warning: no files found matching '*.inc' under directory 'c-blosc/blosc'
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 '*' 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.pyx -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/_comp_lzo.pyx -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/definitions.pxd -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/hdf5extension.pxd -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/hdf5extension.pyx -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/indexesextension.pyx -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/linkextension.pyx -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/lrucacheextension.pxd -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/lrucacheextension.pyx -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/tableextension.pyx -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/utilsextension.pxd -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/utilsextension.pyx -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/libblosc2.dylib -> build/lib.macosx-12.3-x86_64-cpython-313/tables
copying tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/Tables_lzo1.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/Tables_lzo1_shuffle.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/Tables_lzo2.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/Tables_lzo2_shuffle.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/array_mdatom.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/attr-u16.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/b2nd-no-chunkshape.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/blosc_bigendian.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/bug-idx.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/elink.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/elink2.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/ex-noattr.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/flavored_vlarrays-format1.6.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/float.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/idx-std-1.x.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/indexes_2_0.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/indexes_2_1.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/issue_368.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/issue_560.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/itemsize.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/matlab_file.mat -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/nested-type-with-gaps.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/non-chunked-table.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/oldflavor_numeric.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/out_of_order_types.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/python2.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/python3.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/scalar.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/slink.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/smpl_SDSextendible.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/smpl_compound_chunked.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/smpl_enum.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/smpl_f64be.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/smpl_f64le.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/smpl_i32be.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/smpl_i32le.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/smpl_i64be.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/smpl_i64le.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/smpl_unsupptype.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_ref_array1.mat -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_ref_array2.mat -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/test_szip.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/time-table-vlarray-1_x.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/times-nested-be.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/vlstr_attr.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/vlunicode_endian.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/zerodim-attrs-1.3.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/tests/zerodim-attrs-1.4.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/tests
copying tables/nodes/tests/test_filenode.dat -> build/lib.macosx-12.3-x86_64-cpython-313/tables/nodes/tests
copying tables/nodes/tests/test_filenode.xbm -> build/lib.macosx-12.3-x86_64-cpython-313/tables/nodes/tests
copying tables/nodes/tests/test_filenode_v1.h5 -> build/lib.macosx-12.3-x86_64-cpython-313/tables/nodes/tests
running build_ext
building 'tables.utilsextension' extension
creating build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc/src
creating build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc2/src
creating build/temp.macosx-12.3-x86_64-cpython-313/src
creating build/temp.macosx-12.3-x86_64-cpython-313/tables
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c hdf5-blosc/src/blosc_filter.c -o build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc/src/blosc_filter.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c hdf5-blosc2/src/blosc2_filter.c -o build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc2/src/blosc2_filter.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/H5ARRAY.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/H5ARRAY.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/H5ATTR.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/H5ATTR.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/utils.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/utils.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c tables/utilsextension.c -o build/temp.macosx-12.3-x86_64-cpython-313/tables/utilsextension.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -bundle -undefined dynamic_lookup -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc/src/blosc_filter.o build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc2/src/blosc2_filter.o build/temp.macosx-12.3-x86_64-cpython-313/src/H5ARRAY.o build/temp.macosx-12.3-x86_64-cpython-313/src/H5ATTR.o build/temp.macosx-12.3-x86_64-cpython-313/src/utils.o build/temp.macosx-12.3-x86_64-cpython-313/tables/utilsextension.o -L/opt/pkg/lib -L/sw/lib -L/lib -L/sw/lib64 -L/lib64 -L/usr/local/lib64 -L/opt/local/lib64 -L/usr/lib -L/opt/local/lib -L/usr/lib64 -L/opt/lib -L/opt/lib64 -L/usr/local/lib -L/opt/pkg/lib -lhdf5 -lblosc -lblosc2 -o build/lib.macosx-12.3-x86_64-cpython-313/tables/utilsextension.so
building 'tables.hdf5extension' extension
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c hdf5-blosc/src/blosc_filter.c -o build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc/src/blosc_filter.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c hdf5-blosc2/src/blosc2_filter.c -o build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc2/src/blosc2_filter.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/H5ARRAY-opt.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/H5ARRAY-opt.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
src/H5ARRAY-opt.c:502:27: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat]
                       i, array->shape[i], i, chunk_shape[i]);
                          ^~~~~~~~~~~~~~~
src/H5ARRAY-opt.c:37:52: note: expanded from macro 'IF_TRUE_OUT_BTRACE'
  IF_TRUE_OUT_DO(_COND, BLOSC_TRACE_ERROR(_MESG, ##__VA_ARGS__))
                                          ~~~~~    ^~~~~~~~~~~
/Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:97:63: note: expanded from macro 'BLOSC_TRACE_ERROR'
#define BLOSC_TRACE_ERROR(msg, ...) BLOSC_TRACE(error, msg, ##__VA_ARGS__)
                                                       ~~~    ^~~~~~~~~~~
/Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:104:61: note: expanded from macro 'BLOSC_TRACE'
        fprintf(stderr, "[%s] - " msg " (%s:%d)\n", #cat, ##__VA_ARGS__, __FILE__, __LINE__); \
                                  ~~~                       ^~~~~~~~~~~
src/H5ARRAY-opt.c:32:53: note: expanded from macro 'IF_TRUE_OUT_DO'
#define IF_TRUE_OUT_DO(_COND, _STMT) { if (_COND) { _STMT; goto out; } }
                                                    ^~~~~
src/H5ARRAY-opt.c:502:47: warning: format specifies type 'unsigned long' but the argument has type 'hsize_t' (aka 'unsigned long long') [-Wformat]
                       i, array->shape[i], i, chunk_shape[i]);
                                              ^~~~~~~~~~~~~~
src/H5ARRAY-opt.c:37:52: note: expanded from macro 'IF_TRUE_OUT_BTRACE'
  IF_TRUE_OUT_DO(_COND, BLOSC_TRACE_ERROR(_MESG, ##__VA_ARGS__))
                                          ~~~~~    ^~~~~~~~~~~
/Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:97:63: note: expanded from macro 'BLOSC_TRACE_ERROR'
#define BLOSC_TRACE_ERROR(msg, ...) BLOSC_TRACE(error, msg, ##__VA_ARGS__)
                                                       ~~~    ^~~~~~~~~~~
/Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:104:61: note: expanded from macro 'BLOSC_TRACE'
        fprintf(stderr, "[%s] - " msg " (%s:%d)\n", #cat, ##__VA_ARGS__, __FILE__, __LINE__); \
                                  ~~~                       ^~~~~~~~~~~
src/H5ARRAY-opt.c:32:53: note: expanded from macro 'IF_TRUE_OUT_DO'
#define IF_TRUE_OUT_DO(_COND, _STMT) { if (_COND) { _STMT; goto out; } }
                                                    ^~~~~
2 warnings generated.
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/H5ARRAY.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/H5ARRAY.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/H5ATTR.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/H5ATTR.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/H5VLARRAY.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/H5VLARRAY.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/typeconv.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/typeconv.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/utils.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/utils.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c tables/hdf5extension.c -o build/temp.macosx-12.3-x86_64-cpython-313/tables/hdf5extension.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
tables/hdf5extension.c:48401:13: warning: code will never be executed [-Wunreachable-code]
            goto bad;
            ^~~~~~~~
1 warning generated.
clang -bundle -undefined dynamic_lookup -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc/src/blosc_filter.o build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc2/src/blosc2_filter.o build/temp.macosx-12.3-x86_64-cpython-313/src/H5ARRAY-opt.o build/temp.macosx-12.3-x86_64-cpython-313/src/H5ARRAY.o build/temp.macosx-12.3-x86_64-cpython-313/src/H5ATTR.o build/temp.macosx-12.3-x86_64-cpython-313/src/H5VLARRAY.o build/temp.macosx-12.3-x86_64-cpython-313/src/typeconv.o build/temp.macosx-12.3-x86_64-cpython-313/src/utils.o build/temp.macosx-12.3-x86_64-cpython-313/tables/hdf5extension.o -L/opt/pkg/lib -L/sw/lib -L/lib -L/sw/lib64 -L/lib64 -L/usr/local/lib64 -L/opt/local/lib64 -L/usr/lib -L/opt/local/lib -L/usr/lib64 -L/opt/lib -L/opt/lib64 -L/usr/local/lib -L/opt/pkg/lib -lhdf5 -lblosc -lblosc2 -o build/lib.macosx-12.3-x86_64-cpython-313/tables/hdf5extension.so
building 'tables.tableextension' extension
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c hdf5-blosc/src/blosc_filter.c -o build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc/src/blosc_filter.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c hdf5-blosc2/src/blosc2_filter.c -o build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc2/src/blosc2_filter.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/H5ATTR.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/H5ATTR.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/H5TB-opt.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/H5TB-opt.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
src/H5TB-opt.c:445:59: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'hsize_t' (aka 'unsigned long long') [-Wformat]
   BLOSC_TRACE_ERROR("Cannot get lazy chunk %zd in %s\n", nchunk, filename);
                                            ~~~           ^~~~~~
                                            %llu
/Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:97:63: note: expanded from macro 'BLOSC_TRACE_ERROR'
#define BLOSC_TRACE_ERROR(msg, ...) BLOSC_TRACE(error, msg, ##__VA_ARGS__)
                                                       ~~~    ^~~~~~~~~~~
/Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:104:61: note: expanded from macro 'BLOSC_TRACE'
        fprintf(stderr, "[%s] - " msg " (%s:%d)\n", #cat, ##__VA_ARGS__, __FILE__, __LINE__); \
                                  ~~~                       ^~~~~~~~~~~
1 warning generated.
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/typeconv.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/typeconv.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/utils.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/utils.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c tables/tableextension.c -o build/temp.macosx-12.3-x86_64-cpython-313/tables/tableextension.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -bundle -undefined dynamic_lookup -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc/src/blosc_filter.o build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc2/src/blosc2_filter.o build/temp.macosx-12.3-x86_64-cpython-313/src/H5ATTR.o build/temp.macosx-12.3-x86_64-cpython-313/src/H5TB-opt.o build/temp.macosx-12.3-x86_64-cpython-313/src/typeconv.o build/temp.macosx-12.3-x86_64-cpython-313/src/utils.o build/temp.macosx-12.3-x86_64-cpython-313/tables/tableextension.o -L/opt/pkg/lib -L/sw/lib -L/lib -L/sw/lib64 -L/lib64 -L/usr/local/lib64 -L/opt/local/lib64 -L/usr/lib -L/opt/local/lib -L/usr/lib64 -L/opt/lib -L/opt/lib64 -L/usr/local/lib -L/opt/pkg/lib -lhdf5 -lblosc -lblosc2 -o build/lib.macosx-12.3-x86_64-cpython-313/tables/tableextension.so
building 'tables._comp_lzo' extension
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/H5Zlzo.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/H5Zlzo.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c tables/_comp_lzo.c -o build/temp.macosx-12.3-x86_64-cpython-313/tables/_comp_lzo.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -bundle -undefined dynamic_lookup -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 build/temp.macosx-12.3-x86_64-cpython-313/src/H5Zlzo.o build/temp.macosx-12.3-x86_64-cpython-313/tables/_comp_lzo.o -L/opt/pkg/lib -L/sw/lib -L/lib -L/sw/lib64 -L/lib64 -L/usr/local/lib64 -L/opt/local/lib64 -L/usr/lib -L/opt/local/lib -L/usr/lib64 -L/opt/lib -L/opt/lib64 -L/usr/local/lib -L/opt/pkg/lib -lhdf5 -llzo2 -o build/lib.macosx-12.3-x86_64-cpython-313/tables/_comp_lzo.so
building 'tables._comp_bzip2' extension
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/H5Zbzip2.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/H5Zbzip2.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c tables/_comp_bzip2.c -o build/temp.macosx-12.3-x86_64-cpython-313/tables/_comp_bzip2.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -bundle -undefined dynamic_lookup -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 build/temp.macosx-12.3-x86_64-cpython-313/src/H5Zbzip2.o build/temp.macosx-12.3-x86_64-cpython-313/tables/_comp_bzip2.o -L/opt/pkg/lib -L/sw/lib -L/lib -L/sw/lib64 -L/lib64 -L/usr/local/lib64 -L/opt/local/lib64 -L/usr/lib -L/opt/local/lib -L/usr/lib64 -L/opt/lib -L/opt/lib64 -L/usr/local/lib -L/opt/pkg/lib -lhdf5 -lbz2 -o build/lib.macosx-12.3-x86_64-cpython-313/tables/_comp_bzip2.so
building 'tables.linkextension' extension
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c tables/linkextension.c -o build/temp.macosx-12.3-x86_64-cpython-313/tables/linkextension.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -bundle -undefined dynamic_lookup -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 build/temp.macosx-12.3-x86_64-cpython-313/tables/linkextension.o -L/opt/pkg/lib -L/sw/lib -L/lib -L/sw/lib64 -L/lib64 -L/usr/local/lib64 -L/opt/local/lib64 -L/usr/lib -L/opt/local/lib -L/usr/lib64 -L/opt/lib -L/opt/lib64 -L/usr/local/lib -L/opt/pkg/lib -lhdf5 -lblosc -lblosc2 -o build/lib.macosx-12.3-x86_64-cpython-313/tables/linkextension.so
building 'tables.lrucacheextension' extension
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c tables/lrucacheextension.c -o build/temp.macosx-12.3-x86_64-cpython-313/tables/lrucacheextension.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -bundle -undefined dynamic_lookup -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 build/temp.macosx-12.3-x86_64-cpython-313/tables/lrucacheextension.o -L/opt/pkg/lib -L/sw/lib -L/lib -L/sw/lib64 -L/lib64 -L/usr/local/lib64 -L/opt/local/lib64 -L/usr/lib -L/opt/local/lib -L/usr/lib64 -L/opt/lib -L/opt/lib64 -L/usr/local/lib -L/opt/pkg/lib -o build/lib.macosx-12.3-x86_64-cpython-313/tables/lrucacheextension.so
building 'tables.indexesextension' extension
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c hdf5-blosc/src/blosc_filter.c -o build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc/src/blosc_filter.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c hdf5-blosc2/src/blosc2_filter.c -o build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc2/src/blosc2_filter.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/H5ARRAY-opt.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/H5ARRAY-opt.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
src/H5ARRAY-opt.c:502:27: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat]
                       i, array->shape[i], i, chunk_shape[i]);
                          ^~~~~~~~~~~~~~~
src/H5ARRAY-opt.c:37:52: note: expanded from macro 'IF_TRUE_OUT_BTRACE'
  IF_TRUE_OUT_DO(_COND, BLOSC_TRACE_ERROR(_MESG, ##__VA_ARGS__))
                                          ~~~~~    ^~~~~~~~~~~
/Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:97:63: note: expanded from macro 'BLOSC_TRACE_ERROR'
#define BLOSC_TRACE_ERROR(msg, ...) BLOSC_TRACE(error, msg, ##__VA_ARGS__)
                                                       ~~~    ^~~~~~~~~~~
/Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:104:61: note: expanded from macro 'BLOSC_TRACE'
        fprintf(stderr, "[%s] - " msg " (%s:%d)\n", #cat, ##__VA_ARGS__, __FILE__, __LINE__); \
                                  ~~~                       ^~~~~~~~~~~
src/H5ARRAY-opt.c:32:53: note: expanded from macro 'IF_TRUE_OUT_DO'
#define IF_TRUE_OUT_DO(_COND, _STMT) { if (_COND) { _STMT; goto out; } }
                                                    ^~~~~
src/H5ARRAY-opt.c:502:47: warning: format specifies type 'unsigned long' but the argument has type 'hsize_t' (aka 'unsigned long long') [-Wformat]
                       i, array->shape[i], i, chunk_shape[i]);
                                              ^~~~~~~~~~~~~~
src/H5ARRAY-opt.c:37:52: note: expanded from macro 'IF_TRUE_OUT_BTRACE'
  IF_TRUE_OUT_DO(_COND, BLOSC_TRACE_ERROR(_MESG, ##__VA_ARGS__))
                                          ~~~~~    ^~~~~~~~~~~
/Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:97:63: note: expanded from macro 'BLOSC_TRACE_ERROR'
#define BLOSC_TRACE_ERROR(msg, ...) BLOSC_TRACE(error, msg, ##__VA_ARGS__)
                                                       ~~~    ^~~~~~~~~~~
/Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:104:61: note: expanded from macro 'BLOSC_TRACE'
        fprintf(stderr, "[%s] - " msg " (%s:%d)\n", #cat, ##__VA_ARGS__, __FILE__, __LINE__); \
                                  ~~~                       ^~~~~~~~~~~
src/H5ARRAY-opt.c:32:53: note: expanded from macro 'IF_TRUE_OUT_DO'
#define IF_TRUE_OUT_DO(_COND, _STMT) { if (_COND) { _STMT; goto out; } }
                                                    ^~~~~
2 warnings generated.
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/idx-opt.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/idx-opt.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c src/utils.c -o build/temp.macosx-12.3-x86_64-cpython-313/src/utils.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include -DNCURSES_WIDECHAR=1 -I/opt/pkg/include/ncurses -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 -DNDEBUG=1 -DNPY_TARGET_VERSION=NPY_1_20_API_VERSION -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -DHAVE_BLOSC2_LIB=1 -I/sw/include -I/opt/pkg/include/python3.13 -I/include -I/opt/local/include -Ihdf5-blosc/src -Ihdf5-blosc2/src -I/opt/include -I/usr/include -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/lib/python3.13/site-packages/numpy/_core/include -I/opt/pkg/include/python3.13 -c tables/indexesextension.c -o build/temp.macosx-12.3-x86_64-cpython-313/tables/indexesextension.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
clang -bundle -undefined dynamic_lookup -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.13 -I/opt/pkg/include -I/opt/pkg/include/python3.13 build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc/src/blosc_filter.o build/temp.macosx-12.3-x86_64-cpython-313/hdf5-blosc2/src/blosc2_filter.o build/temp.macosx-12.3-x86_64-cpython-313/src/H5ARRAY-opt.o build/temp.macosx-12.3-x86_64-cpython-313/src/idx-opt.o build/temp.macosx-12.3-x86_64-cpython-313/src/utils.o build/temp.macosx-12.3-x86_64-cpython-313/tables/indexesextension.o -L/opt/pkg/lib -L/sw/lib -L/lib -L/sw/lib64 -L/lib64 -L/usr/local/lib64 -L/opt/local/lib64 -L/usr/lib -L/opt/local/lib -L/usr/lib64 -L/opt/lib -L/opt/lib64 -L/usr/local/lib -L/opt/pkg/lib -lhdf5 -lblosc -lblosc2 -o build/lib.macosx-12.3-x86_64-cpython-313/tables/indexesextension.so
installing to build/bdist.macosx-12.3-x86_64/wheel
running install
running install_lib
creating build/bdist.macosx-12.3-x86_64/wheel
creating build/bdist.macosx-12.3-x86_64/wheel/tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/__init__.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/_comp_bzip2.pyx -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/_comp_bzip2.so -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/_comp_lzo.pyx -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/_comp_lzo.so -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/_version.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/array.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/atom.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/attributeset.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/carray.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/conditions.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/definitions.pxd -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/description.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/earray.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/exceptions.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/expression.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/file.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/filters.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/flavor.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/group.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/hdf5extension.pxd -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/hdf5extension.pyx -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/hdf5extension.so -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/idxutils.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/index.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/indexes.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/indexesextension.pyx -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/indexesextension.so -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/leaf.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/libblosc2.dylib -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/link.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/linkextension.pyx -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/linkextension.so -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/lrucacheextension.pxd -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/lrucacheextension.pyx -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/lrucacheextension.so -> build/bdist.macosx-12.3-x86_64/wheel/./tables
creating build/bdist.macosx-12.3-x86_64/wheel/tables/misc
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/misc/__init__.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/misc
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/misc/enum.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/misc
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/misc/proxydict.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/misc
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/node.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
creating build/bdist.macosx-12.3-x86_64/wheel/tables/nodes
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/nodes/__init__.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/nodes
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/nodes/filenode.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/nodes
creating build/bdist.macosx-12.3-x86_64/wheel/tables/nodes/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/nodes/tests/__init__.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/nodes/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/nodes/tests/test_filenode.dat -> build/bdist.macosx-12.3-x86_64/wheel/./tables/nodes/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/nodes/tests/test_filenode.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/nodes/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/nodes/tests/test_filenode.xbm -> build/bdist.macosx-12.3-x86_64/wheel/./tables/nodes/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/nodes/tests/test_filenode_v1.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/nodes/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/parameters.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/path.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/registry.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/req_versions.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
creating build/bdist.macosx-12.3-x86_64/wheel/tables/scripts
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/scripts/__init__.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/scripts
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/scripts/pt2to3.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/scripts
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/scripts/ptdump.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/scripts
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/scripts/ptrepack.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/scripts
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/scripts/pttree.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/scripts
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/table.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tableextension.pyx -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tableextension.so -> build/bdist.macosx-12.3-x86_64/wheel/./tables
creating build/bdist.macosx-12.3-x86_64/wheel/tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/Tables_lzo1.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/Tables_lzo1_shuffle.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/Tables_lzo2.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/Tables_lzo2_shuffle.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/__init__.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/array_mdatom.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/attr-u16.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/b2nd-no-chunkshape.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/blosc_bigendian.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/bug-idx.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/check_leaks.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/common.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/create_backcompat_indexes.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/elink.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/elink2.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/ex-noattr.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/flavored_vlarrays-format1.6.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/float.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/idx-std-1.x.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/indexes_2_0.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/indexes_2_1.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/issue_368.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/issue_560.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/itemsize.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/matlab_file.mat -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/nested-type-with-gaps.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/non-chunked-table.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/oldflavor_numeric.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/out_of_order_types.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/python2.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/python3.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/scalar.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/slink.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/smpl_SDSextendible.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/smpl_compound_chunked.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/smpl_enum.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/smpl_f64be.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/smpl_f64le.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/smpl_i32be.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/smpl_i32le.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/smpl_i64be.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/smpl_i64le.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/smpl_unsupptype.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_all.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_array.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_attributes.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_aux.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_backcompat.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_basics.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_carray.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_create.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_direct_chunk.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_do_undo.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_earray.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_enum.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_expression.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_garbage.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_hdf5compat.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_index_backcompat.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_indexes.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_indexvalues.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_large_tables.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_links.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_lists.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_nestedtypes.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_numpy.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_queries.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_ref_array1.mat -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_ref_array2.mat -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_suite.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_szip.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_tables.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_tablesMD.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_timestamps.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_timetype.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_tree.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_types.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_utils.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/test_vlarray.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/time-table-vlarray-1_x.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/times-nested-be.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/vlstr_attr.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/vlunicode_endian.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/zerodim-attrs-1.3.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/tests/zerodim-attrs-1.4.h5 -> build/bdist.macosx-12.3-x86_64/wheel/./tables/tests
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/undoredo.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/unimplemented.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/utils.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/utilsextension.pxd -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/utilsextension.pyx -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/utilsextension.so -> build/bdist.macosx-12.3-x86_64/wheel/./tables
copying build/lib.macosx-12.3-x86_64-cpython-313/tables/vlarray.py -> build/bdist.macosx-12.3-x86_64/wheel/./tables
running install_egg_info
Copying tables.egg-info to build/bdist.macosx-12.3-x86_64/wheel/./tables-3.10.1-py3.13.egg-info
running install_scripts
creating build/bdist.macosx-12.3-x86_64/wheel/tables-3.10.1.dist-info/WHEEL
creating '/Users/pbulk/build/math/py-tables/work/tables-3.10.1/dist/.tmp-j2lvk325/tables-3.10.1-cp313-cp313-macosx_12_0_x86_64.whl' and adding 'build/bdist.macosx-12.3-x86_64/wheel' to it
adding 'tables/__init__.py'
adding 'tables/_comp_bzip2.pyx'
adding 'tables/_comp_bzip2.so'
adding 'tables/_comp_lzo.pyx'
adding 'tables/_comp_lzo.so'
adding 'tables/_version.py'
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.pxd'
adding 'tables/hdf5extension.pyx'
adding 'tables/hdf5extension.so'
adding 'tables/idxutils.py'
adding 'tables/index.py'
adding 'tables/indexes.py'
adding 'tables/indexesextension.pyx'
adding 'tables/indexesextension.so'
adding 'tables/leaf.py'
adding 'tables/libblosc2.dylib'
adding 'tables/link.py'
adding 'tables/linkextension.pyx'
adding 'tables/linkextension.so'
adding 'tables/lrucacheextension.pxd'
adding 'tables/lrucacheextension.pyx'
adding 'tables/lrucacheextension.so'
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.pyx'
adding 'tables/tableextension.so'
adding 'tables/undoredo.py'
adding 'tables/unimplemented.py'
adding 'tables/utils.py'
adding 'tables/utilsextension.pxd'
adding 'tables/utilsextension.pyx'
adding 'tables/utilsextension.so'
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/b2nd-no-chunkshape.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_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_direct_chunk.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_large_tables.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.10.1.dist-info/LICENSE.txt'
adding 'tables-3.10.1.dist-info/METADATA'
adding 'tables-3.10.1.dist-info/WHEEL'
adding 'tables-3.10.1.dist-info/entry_points.txt'
adding 'tables-3.10.1.dist-info/top_level.txt'
adding 'tables-3.10.1.dist-info/RECORD'
removing build/bdist.macosx-12.3-x86_64/wheel
Successfully built tables-3.10.1-cp313-cp313-macosx_12_0_x86_64.whl