Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 20, 2021 04:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/fb4dd4d23d53381f239f8b26f2f0fac3 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/fb4dd4d23d53381f239f8b26f2f0fac3 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 58 seconds | https://github.com/NixOS/nixpkgs/pull/117004
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/751cxgvn9im4xm1ncj4h1h39prdrvkf6-tables-3.6.1.tar.gz
source root is tables-3.6.1
setting SOURCE_DATE_EPOCH to timestamp 1572260031 of file tables-3.6.1/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
rm -f -r MANIFEST build dist tmp tables/__pycache__
rm -f bench/*.h5 bench/*.prof
rm -f -r examples/*.h5 examples/raw
rm -f -r *.egg-info
rm -f ANNOUNCE.txt tables/*.so a.out
find . '(' -name '*.py[co]' -o -name '*~' ')' -exec rm '{}' ';'
for srcdir in src ; do make -C $srcdir PYTHONPATH=/build/tables-3.6.1/build/lib.linux-x86_64-3.9 clean ; done
make[1]: Entering directory '/build/tables-3.6.1/src'
rm -f version.h
make[1]: Leaving directory '/build/tables-3.6.1/src'
make -C src PYTHONPATH=/build/tables-3.6.1/build/lib.linux-x86_64-3.9 distclean
make[1]: Entering directory '/build/tables-3.6.1/src'
rm -f version.h
make[1]: Leaving directory '/build/tables-3.6.1/src'
rm -f tables/_comp_*.c tables/*extension.c
rm -f doc/usersguide-*.pdf
rm -f -r doc/html
#git clean -fdx
* Using Python 3.9.2 (default, Feb 19 2021, 13:34:46)
* USE_PKGCONFIG: False
/build/H5closerpgm4ix8.c: In function ‘main’:
/build/H5closerpgm4ix8.c:2:5: warning: implicit declaration of function ‘H5close’ [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
2 | H5close();
| ^~~~~~~
* Found HDF5 headers at ``/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include``, the library is located in the standard system search dirs.
.. 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 ``/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include``, library at ``/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/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.
/build/BZ2_bzlibVersionaa22o3ac.c: In function ‘main’:
/build/BZ2_bzlibVersionaa22o3ac.c:2:5: warning: implicit declaration of function ‘BZ2_bzlibVersion’ [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
2 | BZ2_bzlibVersion();
| ^~~~~~~~~~~~~~~~
* Found bzip2 headers at ``/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include``, the library is located in the standard system search dirs.
.. WARNING:: Could not find the bzip2 runtime.
The bzip2 shared library was *not* found in the default library
paths. In case of runtime problems, please remember to install it.
* Found blosc headers at ``/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include``, library at ``/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/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.
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
/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/lib/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'extra_require'
warnings.warn(msg)
running build_ext
building 'tables.utilsextension' extension
creating build/temp.linux-x86_64-3.9
creating build/temp.linux-x86_64-3.9/hdf5-blosc
creating build/temp.linux-x86_64-3.9/hdf5-blosc/src
creating build/temp.linux-x86_64-3.9/src
creating build/temp.linux-x86_64-3.9/tables
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-3.9/hdf5-blosc/src/blosc_filter.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
hdf5-blosc/src/blosc_filter.c: In function ‘blosc_filter’:
hdf5-blosc/src/blosc_filter.c:182:18: warning: assignment discards ‘const’ qualifier from pointer target type [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers8;;]
182 | complist = blosc_list_compressors();
| ^
hdf5-blosc/src/blosc_filter.c:183:46: warning: passing argument 2 of ‘blosc_compcode_to_compname’ from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;]
183 | code = blosc_compcode_to_compname(compcode, &compname);
| ^~~~~~~~~
| |
| char **
In file included from hdf5-blosc/src/blosc_filter.h:8,
from hdf5-blosc/src/blosc_filter.c:19:
/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include/blosc.h:359:72: note: expected ‘const char **’ but argument is of type ‘char **’
359 | BLOSC_EXPORT int blosc_compcode_to_compname(int compcode, const char **compname);
| ~~~~~~~~~~~~~^~~~~~~~
hdf5-blosc/src/blosc_filter.c:159:10: warning: unused variable ‘errmsg’ [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
159 | char errmsg[256];
| ^~~~~~
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c src/H5ARRAY.c -o build/temp.linux-x86_64-3.9/src/H5ARRAY.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1944,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from src/utils.h:2,
from src/H5ARRAY.c:4:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:21,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from src/utils.h:2,
from src/H5ARRAY.c:4:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:1464:1: warning: ‘_import_array’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function8;;]
1464 | _import_array(void)
| ^~~~~~~~~~~~~
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c src/H5ATTR.c -o build/temp.linux-x86_64-3.9/src/H5ATTR.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c src/utils.c -o build/temp.linux-x86_64-3.9/src/utils.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1944,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from src/utils.h:2,
from src/utils.c:2:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:21,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from src/utils.h:2,
from src/utils.c:2:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:1464:1: warning: ‘_import_array’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function8;;]
1464 | _import_array(void)
| ^~~~~~~~~~~~~
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c tables/utilsextension.c -o build/temp.linux-x86_64-3.9/tables/utilsextension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1944,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from tables/utilsextension.c:624:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
tables/utilsextension.c: In function ‘__pyx_pf_6tables_14utilsextension_34blosc_compressor_list’:
tables/utilsextension.c:7214:13: warning: assignment discards ‘const’ qualifier from pointer target type [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers8;;]
7214 | __pyx_t_1 = blosc_list_compressors();
| ^
tables/utilsextension.c: In function ‘__pyx_pf_6tables_14utilsextension_36blosc_compcode_to_compname_’:
tables/utilsextension.c:7391:56: warning: passing argument 2 of ‘blosc_compcode_to_compname’ from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;]
7391 | __pyx_t_2 = ((blosc_compcode_to_compname(__pyx_t_1, (&__pyx_v_cname)) >= 0) != 0);
| ~^~~~~~~~~~~~~~~
| |
| char **
In file included from hdf5-blosc/src/blosc_filter.h:8,
from tables/utilsextension.c:637:
/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include/blosc.h:359:72: note: expected ‘const char **’ but argument is of type ‘char **’
359 | BLOSC_EXPORT int blosc_compcode_to_compname(int compcode, const char **compname);
| ~~~~~~~~~~~~~^~~~~~~~
tables/utilsextension.c: In function ‘__pyx_pf_6tables_14utilsextension_40which_class’:
tables/utilsextension.c:8211:52: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
8211 | __pyx_t_2 = (((__pyx_v_maxdims[__pyx_v_i]) == -1LL) != 0);
| ^~
tables/utilsextension.c: In function ‘__pyx_pf_6tables_14utilsextension_58hdf5_to_np_nested_type’:
tables/utilsextension.c:12548:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
12548 | for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {
| ^
tables/utilsextension.c: In function ‘__pyx_f_6tables_14utilsextension_load_reference’:
tables/utilsextension.c:15368:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
15368 | for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) {
| ^
tables/utilsextension.c:15595:52: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
15595 | __pyx_t_3 = (((__pyx_v_maxdims[__pyx_v_j]) == -1LL) != 0);
| ^~
creating build/lib.linux-x86_64-3.9
creating build/lib.linux-x86_64-3.9/tables
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib build/temp.linux-x86_64-3.9/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-3.9/src/H5ARRAY.o build/temp.linux-x86_64-3.9/src/H5ATTR.o build/temp.linux-x86_64-3.9/src/utils.o build/temp.linux-x86_64-3.9/tables/utilsextension.o -L/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/lib -L/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/lib -L/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/lib -lhdf5 -lblosc -o build/lib.linux-x86_64-3.9/tables/utilsextension.cpython-39-x86_64-linux-gnu.so
building 'tables.hdf5extension' extension
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-3.9/hdf5-blosc/src/blosc_filter.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
hdf5-blosc/src/blosc_filter.c: In function ‘blosc_filter’:
hdf5-blosc/src/blosc_filter.c:182:18: warning: assignment discards ‘const’ qualifier from pointer target type [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers8;;]
182 | complist = blosc_list_compressors();
| ^
hdf5-blosc/src/blosc_filter.c:183:46: warning: passing argument 2 of ‘blosc_compcode_to_compname’ from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;]
183 | code = blosc_compcode_to_compname(compcode, &compname);
| ^~~~~~~~~
| |
| char **
In file included from hdf5-blosc/src/blosc_filter.h:8,
from hdf5-blosc/src/blosc_filter.c:19:
/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include/blosc.h:359:72: note: expected ‘const char **’ but argument is of type ‘char **’
359 | BLOSC_EXPORT int blosc_compcode_to_compname(int compcode, const char **compname);
| ~~~~~~~~~~~~~^~~~~~~~
hdf5-blosc/src/blosc_filter.c:159:10: warning: unused variable ‘errmsg’ [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
159 | char errmsg[256];
| ^~~~~~
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c src/H5ARRAY-opt.c -o build/temp.linux-x86_64-3.9/src/H5ARRAY-opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c src/H5ARRAY.c -o build/temp.linux-x86_64-3.9/src/H5ARRAY.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1944,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from src/utils.h:2,
from src/H5ARRAY.c:4:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:21,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from src/utils.h:2,
from src/H5ARRAY.c:4:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:1464:1: warning: ‘_import_array’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function8;;]
1464 | _import_array(void)
| ^~~~~~~~~~~~~
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c src/H5ATTR.c -o build/temp.linux-x86_64-3.9/src/H5ATTR.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c src/H5VLARRAY.c -o build/temp.linux-x86_64-3.9/src/H5VLARRAY.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1944,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from src/utils.h:2,
from src/H5VLARRAY.c:3:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:21,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from src/utils.h:2,
from src/H5VLARRAY.c:3:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:1464:1: warning: ‘_import_array’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function8;;]
1464 | _import_array(void)
| ^~~~~~~~~~~~~
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c src/typeconv.c -o build/temp.linux-x86_64-3.9/src/typeconv.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c src/utils.c -o build/temp.linux-x86_64-3.9/src/utils.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1944,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from src/utils.h:2,
from src/utils.c:2:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:21,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from src/utils.h:2,
from src/utils.c:2:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:1464:1: warning: ‘_import_array’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function8;;]
1464 | _import_array(void)
| ^~~~~~~~~~~~~
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c tables/hdf5extension.c -o build/temp.linux-x86_64-3.9/tables/hdf5extension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1944,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from tables/hdf5extension.c:623:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
tables/hdf5extension.c: In function ‘__pyx_pf_6tables_13hdf5extension_5Array_4_open_array’:
tables/hdf5extension.c:18696:54: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
18696 | __pyx_t_5 = (((__pyx_v_self->maxdims[__pyx_v_i]) == -1LL) != 0);
| ^~
tables/hdf5extension.c: In function ‘__pyx_pf_6tables_13hdf5extension_7VLArray_10_read_array’:
tables/hdf5extension.c:26544:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
26544 | for (__pyx_v_i = 0; __pyx_v_i < __pyx_t_5; __pyx_v_i++) {
| ^
tables/hdf5extension.c: In function ‘__Pyx_PyInt_As_hbool_t’:
tables/hdf5extension.c:36850:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-in-bool-context-Wint-in-bool-context8;;]
36850 | return (hbool_t) (((hbool_t)-1)*(((((hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables/hdf5extension.c:36868:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-in-bool-context-Wint-in-bool-context8;;]
36868 | return (hbool_t) (((hbool_t)-1)*(((((((hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables/hdf5extension.c:36886:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-in-bool-context-Wint-in-bool-context8;;]
36886 | return (hbool_t) (((hbool_t)-1)*(((((((((hbool_t)digits[3]) << PyLong_SHIFT) | (hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib build/temp.linux-x86_64-3.9/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-3.9/src/H5ARRAY-opt.o build/temp.linux-x86_64-3.9/src/H5ARRAY.o build/temp.linux-x86_64-3.9/src/H5ATTR.o build/temp.linux-x86_64-3.9/src/H5VLARRAY.o build/temp.linux-x86_64-3.9/src/typeconv.o build/temp.linux-x86_64-3.9/src/utils.o build/temp.linux-x86_64-3.9/tables/hdf5extension.o -L/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/lib -L/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/lib -L/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/lib -lhdf5 -lblosc -o build/lib.linux-x86_64-3.9/tables/hdf5extension.cpython-39-x86_64-linux-gnu.so
building 'tables.tableextension' extension
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-3.9/hdf5-blosc/src/blosc_filter.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
hdf5-blosc/src/blosc_filter.c: In function ‘blosc_filter’:
hdf5-blosc/src/blosc_filter.c:182:18: warning: assignment discards ‘const’ qualifier from pointer target type [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers8;;]
182 | complist = blosc_list_compressors();
| ^
hdf5-blosc/src/blosc_filter.c:183:46: warning: passing argument 2 of ‘blosc_compcode_to_compname’ from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;]
183 | code = blosc_compcode_to_compname(compcode, &compname);
| ^~~~~~~~~
| |
| char **
In file included from hdf5-blosc/src/blosc_filter.h:8,
from hdf5-blosc/src/blosc_filter.c:19:
/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include/blosc.h:359:72: note: expected ‘const char **’ but argument is of type ‘char **’
359 | BLOSC_EXPORT int blosc_compcode_to_compname(int compcode, const char **compname);
| ~~~~~~~~~~~~~^~~~~~~~
hdf5-blosc/src/blosc_filter.c:159:10: warning: unused variable ‘errmsg’ [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
159 | char errmsg[256];
| ^~~~~~
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c src/H5ATTR.c -o build/temp.linux-x86_64-3.9/src/H5ATTR.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c src/H5TB-opt.c -o build/temp.linux-x86_64-3.9/src/H5TB-opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c src/typeconv.c -o build/temp.linux-x86_64-3.9/src/typeconv.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c src/utils.c -o build/temp.linux-x86_64-3.9/src/utils.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1944,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from src/utils.h:2,
from src/utils.c:2:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:21,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from src/utils.h:2,
from src/utils.c:2:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:1464:1: warning: ‘_import_array’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function8;;]
1464 | _import_array(void)
| ^~~~~~~~~~~~~
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c tables/tableextension.c -o build/temp.linux-x86_64-3.9/tables/tableextension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1944,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from tables/tableextension.c:624:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
tables/tableextension.c: In function ‘__pyx_f_6tables_14tableextension_5Table_get_nested_type’:
tables/tableextension.c:4710:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
4710 | for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {
| ^
tables/tableextension.c: In function ‘__pyx_f_6tables_14tableextension_3Row__init_loop’:
tables/tableextension.c:11834:37: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
11834 | __pyx_t_2 = (__pyx_v_self->stop < __pyx_v_self->nrows);
| ^
tables/tableextension.c: In function ‘__pyx_f_6tables_14tableextension_3Row___next__indexed’:
tables/tableextension.c:12262:45: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
12262 | __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0);
| ^~
tables/tableextension.c:12492:47: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
12492 | __pyx_t_1 = ((__pyx_v_self->nrowsread > __pyx_v_self->stop) != 0);
| ^
tables/tableextension.c:12530:33: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
12530 | __pyx_t_1 = ((__pyx_v_j == __pyx_v_self->nchunksinbuf) != 0);
| ^~
tables/tableextension.c:12822:58: warning: comparison of integer expressions of different signedness: ‘long long unsigned int’ and ‘int’ [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
12822 | __pyx_t_1 = (((__pyx_v_self->lenbuf + __pyx_t_8) < __pyx_v_self->iterseq_max_elements) != 0);
| ^
tables/tableextension.c:12920:38: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
12920 | __pyx_t_1 = ((__pyx_v_self->_row == __pyx_v_self->lenbuf) != 0);
| ^~
tables/tableextension.c:12986:42: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
12986 | __pyx_t_11 = ((__pyx_v_self->_nrow < __pyx_v_self->start) != 0);
| ^
tables/tableextension.c: In function ‘__pyx_f_6tables_14tableextension_3Row___next__coords’:
tables/tableextension.c:13220:47: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
13220 | __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0);
| ^~
tables/tableextension.c:13230:76: warning: comparison of integer expressions of different signedness: ‘hsize_t’ {aka ‘long long unsigned int’} and ‘long long int’ [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
13230 | __pyx_t_1 = (((__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf) > __pyx_v_self->stop) != 0);
| ^
tables/tableextension.c:13575:47: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘long long unsigned int’ [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
13575 | __pyx_t_1 = ((__pyx_v_self->nextelement < ((__pyx_v_self->start - ((PY_LONG_LONG)__pyx_v_self->nrowsread)) + 1)) != 0);
| ^
tables/tableextension.c: In function ‘__pyx_f_6tables_14tableextension_3Row___next__inkernel’:
tables/tableextension.c:13929:45: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
13929 | __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0);
| ^~
tables/tableextension.c:13940:49: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
13940 | __pyx_t_1 = ((__pyx_v_self->nextelement >= (__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf)) != 0);
| ^~
tables/tableextension.c:13969:41: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
13969 | __pyx_t_1 = ((__pyx_v_self->stopb > __pyx_v_self->nrowsinbuf) != 0);
| ^
tables/tableextension.c:14231:43: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
14231 | __pyx_t_10 = ((__pyx_v_self->step >= __pyx_v_self->nrowsinbuf) != 0);
| ^~
tables/tableextension.c: In function ‘__pyx_f_6tables_14tableextension_3Row___next__general’:
tables/tableextension.c:14535:47: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
14535 | __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0);
| ^~
tables/tableextension.c:14546:51: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
14546 | __pyx_t_1 = ((__pyx_v_self->nextelement >= (__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf)) != 0);
| ^~
tables/tableextension.c:14575:43: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
14575 | __pyx_t_1 = ((__pyx_v_self->stopb > __pyx_v_self->nrowsinbuf) != 0);
| ^
tables/tableextension.c:14846:47: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
14846 | __pyx_t_1 = ((__pyx_v_self->nextelement < ((__pyx_v_self->start - __pyx_v_self->nrowsread) + 1)) != 0);
| ^
tables/tableextension.c: In function ‘__pyx_pf_6tables_14tableextension_3Row_8_fill_col’:
tables/tableextension.c:15612:36: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
15612 | __pyx_t_7 = ((__pyx_v_istopb > __pyx_v_inrowsinbuf) != 0);
| ^
tables/tableextension.c: In function ‘__pyx_pf_6tables_14tableextension_3Row_10append’:
tables/tableextension.c:16633:46: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
16633 | __pyx_t_1 = ((__pyx_v_self->_unsaved_nrows == __pyx_v_self->nrowsinbuf) != 0);
| ^~
tables/tableextension.c: In function ‘__pyx_pf_6tables_14tableextension_3Row_16update’:
tables/tableextension.c:17157:42: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘hsize_t’ {aka ‘long long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
17157 | __pyx_t_3 = ((__pyx_v_self->_mod_nrows == __pyx_v_self->nrowsinbuf) != 0);
| ^~
tables/tableextension.c: In function ‘__Pyx_PyInt_As_hbool_t’:
tables/tableextension.c:25421:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-in-bool-context-Wint-in-bool-context8;;]
25421 | return (hbool_t) (((hbool_t)-1)*(((((hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables/tableextension.c:25439:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-in-bool-context-Wint-in-bool-context8;;]
25439 | return (hbool_t) (((hbool_t)-1)*(((((((hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables/tableextension.c:25457:60: warning: ‘*’ in boolean context, suggest ‘&&’ instead [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-in-bool-context-Wint-in-bool-context8;;]
25457 | return (hbool_t) (((hbool_t)-1)*(((((((((hbool_t)digits[3]) << PyLong_SHIFT) | (hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib build/temp.linux-x86_64-3.9/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-3.9/src/H5ATTR.o build/temp.linux-x86_64-3.9/src/H5TB-opt.o build/temp.linux-x86_64-3.9/src/typeconv.o build/temp.linux-x86_64-3.9/src/utils.o build/temp.linux-x86_64-3.9/tables/tableextension.o -L/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/lib -L/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/lib -L/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/lib -lhdf5 -lblosc -o build/lib.linux-x86_64-3.9/tables/tableextension.cpython-39-x86_64-linux-gnu.so
building 'tables._comp_lzo' extension
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c src/H5Zlzo.c -o build/temp.linux-x86_64-3.9/src/H5Zlzo.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c tables/_comp_lzo.c -o build/temp.linux-x86_64-3.9/tables/_comp_lzo.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib build/temp.linux-x86_64-3.9/src/H5Zlzo.o build/temp.linux-x86_64-3.9/tables/_comp_lzo.o -L/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/lib -L/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/lib -L/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/lib -lhdf5 -llzo2 -o build/lib.linux-x86_64-3.9/tables/_comp_lzo.cpython-39-x86_64-linux-gnu.so
building 'tables._comp_bzip2' extension
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c src/H5Zbzip2.c -o build/temp.linux-x86_64-3.9/src/H5Zbzip2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c tables/_comp_bzip2.c -o build/temp.linux-x86_64-3.9/tables/_comp_bzip2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib build/temp.linux-x86_64-3.9/src/H5Zbzip2.o build/temp.linux-x86_64-3.9/tables/_comp_bzip2.o -L/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/lib -L/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/lib -L/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/lib -lhdf5 -lbz2 -o build/lib.linux-x86_64-3.9/tables/_comp_bzip2.cpython-39-x86_64-linux-gnu.so
building 'tables.linkextension' extension
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c tables/linkextension.c -o build/temp.linux-x86_64-3.9/tables/linkextension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1944,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from tables/linkextension.c:623:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib build/temp.linux-x86_64-3.9/tables/linkextension.o -L/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/lib -L/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/lib -L/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/lib -lhdf5 -lblosc -o build/lib.linux-x86_64-3.9/tables/linkextension.cpython-39-x86_64-linux-gnu.so
building 'tables.lrucacheextension' extension
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c tables/lrucacheextension.c -o build/temp.linux-x86_64-3.9/tables/lrucacheextension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1944,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from tables/lrucacheextension.c:623:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib build/temp.linux-x86_64-3.9/tables/lrucacheextension.o -L/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/lib -L/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/lib -L/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/lib -o build/lib.linux-x86_64-3.9/tables/lrucacheextension.cpython-39-x86_64-linux-gnu.so
building 'tables.indexesextension' extension
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c src/H5ARRAY-opt.c -o build/temp.linux-x86_64-3.9/src/H5ARRAY-opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c src/idx-opt.c -o build/temp.linux-x86_64-3.9/src/idx-opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1944,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from src/idx-opt.h:2,
from src/idx-opt.c:2:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:21,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from src/idx-opt.h:2,
from src/idx-opt.c:2:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:1464:1: warning: ‘_import_array’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function8;;]
1464 | _import_array(void)
| ^~~~~~~~~~~~~
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/nix/store/wfv1aqabbyzivcc3p0dhnip913ckqb00-hdf5-1.10.7-dev/include -I/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/include -I/nix/store/70f018qc9avxx83w0sjyv6nyfwsmmdic-bzip2-1.0.6.0.2-dev/include -I/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/include -I/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include -I/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/include/python3.9 -c tables/indexesextension.c -o build/temp.linux-x86_64-3.9/tables/indexesextension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
In file included from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1944,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from tables/indexesextension.c:623:
/nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
tables/indexesextension.c: In function ‘__pyx_f_6tables_16indexesextension__keysort_string’:
tables/indexesextension.c:14117:47: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘size_t’ {aka ‘long unsigned int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
14117 | __pyx_t_1 = (((__pyx_v_pr - __pyx_v_pl) > (15 * __pyx_v_ss)) != 0);
| ^
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib build/temp.linux-x86_64-3.9/src/H5ARRAY-opt.o build/temp.linux-x86_64-3.9/src/idx-opt.o build/temp.linux-x86_64-3.9/tables/indexesextension.o -L/nix/store/7s09cnjlmi9nzvs2xsf0i213pb8b3czb-lzo-2.10/lib -L/nix/store/g183v3qqs1rh9b4bhz98wz65wx8ixpz7-c-blosc-1.20.1/lib -L/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/lib -lhdf5 -lblosc -o build/lib.linux-x86_64-3.9/tables/indexesextension.cpython-39-x86_64-linux-gnu.so
running bdist_wheel
running build
running build_py
copying tables/earray.py -> build/lib.linux-x86_64-3.9/tables
copying tables/index.py -> build/lib.linux-x86_64-3.9/tables
copying tables/conditions.py -> build/lib.linux-x86_64-3.9/tables
copying tables/carray.py -> build/lib.linux-x86_64-3.9/tables
copying tables/expression.py -> build/lib.linux-x86_64-3.9/tables
copying tables/attributeset.py -> build/lib.linux-x86_64-3.9/tables
copying tables/path.py -> build/lib.linux-x86_64-3.9/tables
copying tables/req_versions.py -> build/lib.linux-x86_64-3.9/tables
copying tables/vlarray.py -> build/lib.linux-x86_64-3.9/tables
copying tables/file.py -> build/lib.linux-x86_64-3.9/tables
copying tables/group.py -> build/lib.linux-x86_64-3.9/tables
copying tables/atom.py -> build/lib.linux-x86_64-3.9/tables
copying tables/__init__.py -> build/lib.linux-x86_64-3.9/tables
copying tables/parameters.py -> build/lib.linux-x86_64-3.9/tables
copying tables/table.py -> build/lib.linux-x86_64-3.9/tables
copying tables/leaf.py -> build/lib.linux-x86_64-3.9/tables
copying tables/undoredo.py -> build/lib.linux-x86_64-3.9/tables
copying tables/array.py -> build/lib.linux-x86_64-3.9/tables
copying tables/indexes.py -> build/lib.linux-x86_64-3.9/tables
copying tables/idxutils.py -> build/lib.linux-x86_64-3.9/tables
copying tables/filters.py -> build/lib.linux-x86_64-3.9/tables
copying tables/registry.py -> build/lib.linux-x86_64-3.9/tables
copying tables/link.py -> build/lib.linux-x86_64-3.9/tables
copying tables/description.py -> build/lib.linux-x86_64-3.9/tables
copying tables/node.py -> build/lib.linux-x86_64-3.9/tables
copying tables/unimplemented.py -> build/lib.linux-x86_64-3.9/tables
copying tables/flavor.py -> build/lib.linux-x86_64-3.9/tables
copying tables/exceptions.py -> build/lib.linux-x86_64-3.9/tables
copying tables/utils.py -> build/lib.linux-x86_64-3.9/tables
creating build/lib.linux-x86_64-3.9/tables/scripts
copying tables/scripts/pttree.py -> build/lib.linux-x86_64-3.9/tables/scripts
copying tables/scripts/ptrepack.py -> build/lib.linux-x86_64-3.9/tables/scripts
copying tables/scripts/__init__.py -> build/lib.linux-x86_64-3.9/tables/scripts
copying tables/scripts/ptdump.py -> build/lib.linux-x86_64-3.9/tables/scripts
copying tables/scripts/pt2to3.py -> build/lib.linux-x86_64-3.9/tables/scripts
creating build/lib.linux-x86_64-3.9/tables/nodes
copying tables/nodes/filenode.py -> build/lib.linux-x86_64-3.9/tables/nodes
copying tables/nodes/__init__.py -> build/lib.linux-x86_64-3.9/tables/nodes
creating build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_carray.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_create.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_indexes.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_lists.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/common.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_tablesMD.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_earray.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_basics.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/create_backcompat_indexes.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_expression.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_queries.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_timetype.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_numpy.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_nestedtypes.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_all.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_suite.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_vlarray.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_utils.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/__init__.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_types.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_enum.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_aux.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_do_undo.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/check_leaks.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_hdf5compat.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_links.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_indexvalues.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_array.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_tables.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_index_backcompat.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_backcompat.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_timestamps.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_attributes.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_garbage.py -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_tree.py -> build/lib.linux-x86_64-3.9/tables/tests
creating build/lib.linux-x86_64-3.9/tables/misc
copying tables/misc/enum.py -> build/lib.linux-x86_64-3.9/tables/misc
copying tables/misc/__init__.py -> build/lib.linux-x86_64-3.9/tables/misc
copying tables/misc/proxydict.py -> build/lib.linux-x86_64-3.9/tables/misc
creating build/lib.linux-x86_64-3.9/tables/nodes/tests
copying tables/nodes/tests/test_filenode.py -> build/lib.linux-x86_64-3.9/tables/nodes/tests
copying tables/nodes/tests/__init__.py -> build/lib.linux-x86_64-3.9/tables/nodes/tests
copying tables/tests/array_mdatom.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/vlunicode_endian.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/nested-type-with-gaps.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/smpl_f64be.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/slink.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/Tables_lzo1_shuffle.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/smpl_enum.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/Tables_lzo2_shuffle.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/vlstr_attr.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/smpl_SDSextendible.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/idx-std-1.x.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/indexes_2_1.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/ex-noattr.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/flavored_vlarrays-format1.6.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/smpl_i64be.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/issue_560.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/smpl_i64le.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/itemsize.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/elink.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/smpl_i32be.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_szip.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/times-nested-be.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/zerodim-attrs-1.4.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/scalar.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/smpl_f64le.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/smpl_unsupptype.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/blosc_bigendian.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/non-chunked-table.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/indexes_2_0.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/attr-u16.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/Tables_lzo2.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/smpl_i32le.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/smpl_compound_chunked.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/oldflavor_numeric.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/time-table-vlarray-1_x.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/bug-idx.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/elink2.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/issue_368.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/float.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/zerodim-attrs-1.3.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/python3.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/python2.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/Tables_lzo1.h5 -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_ref_array2.mat -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/matlab_file.mat -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/tests/test_ref_array1.mat -> build/lib.linux-x86_64-3.9/tables/tests
copying tables/nodes/tests/test_filenode.dat -> build/lib.linux-x86_64-3.9/tables/nodes/tests
copying tables/nodes/tests/test_filenode.xbm -> build/lib.linux-x86_64-3.9/tables/nodes/tests
copying tables/nodes/tests/test_filenode_v1.h5 -> build/lib.linux-x86_64-3.9/tables/nodes/tests
running build_ext
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/earray.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/index.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/conditions.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/carray.py -> build/bdist.linux-x86_64/wheel/tables
creating build/bdist.linux-x86_64/wheel/tables/scripts
copying build/lib.linux-x86_64-3.9/tables/scripts/pttree.py -> build/bdist.linux-x86_64/wheel/tables/scripts
copying build/lib.linux-x86_64-3.9/tables/scripts/ptrepack.py -> build/bdist.linux-x86_64/wheel/tables/scripts
copying build/lib.linux-x86_64-3.9/tables/scripts/__init__.py -> build/bdist.linux-x86_64/wheel/tables/scripts
copying build/lib.linux-x86_64-3.9/tables/scripts/ptdump.py -> build/bdist.linux-x86_64/wheel/tables/scripts
copying build/lib.linux-x86_64-3.9/tables/scripts/pt2to3.py -> build/bdist.linux-x86_64/wheel/tables/scripts
copying build/lib.linux-x86_64-3.9/tables/expression.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/attributeset.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/path.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/indexesextension.cpython-39-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/req_versions.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/vlarray.py -> build/bdist.linux-x86_64/wheel/tables
creating build/bdist.linux-x86_64/wheel/tables/nodes
copying build/lib.linux-x86_64-3.9/tables/nodes/filenode.py -> build/bdist.linux-x86_64/wheel/tables/nodes
creating build/bdist.linux-x86_64/wheel/tables/nodes/tests
copying build/lib.linux-x86_64-3.9/tables/nodes/tests/test_filenode.xbm -> build/bdist.linux-x86_64/wheel/tables/nodes/tests
copying build/lib.linux-x86_64-3.9/tables/nodes/tests/test_filenode.py -> build/bdist.linux-x86_64/wheel/tables/nodes/tests
copying build/lib.linux-x86_64-3.9/tables/nodes/tests/test_filenode.dat -> build/bdist.linux-x86_64/wheel/tables/nodes/tests
copying build/lib.linux-x86_64-3.9/tables/nodes/tests/__init__.py -> build/bdist.linux-x86_64/wheel/tables/nodes/tests
copying build/lib.linux-x86_64-3.9/tables/nodes/tests/test_filenode_v1.h5 -> build/bdist.linux-x86_64/wheel/tables/nodes/tests
copying build/lib.linux-x86_64-3.9/tables/nodes/__init__.py -> build/bdist.linux-x86_64/wheel/tables/nodes
copying build/lib.linux-x86_64-3.9/tables/file.py -> build/bdist.linux-x86_64/wheel/tables
creating build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/array_mdatom.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/vlunicode_endian.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/nested-type-with-gaps.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_carray.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_create.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/smpl_f64be.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_indexes.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/slink.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/Tables_lzo1_shuffle.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/smpl_enum.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_lists.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/common.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_tablesMD.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/Tables_lzo2_shuffle.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/vlstr_attr.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_earray.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_basics.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/create_backcompat_indexes.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/smpl_SDSextendible.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/idx-std-1.x.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_expression.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/indexes_2_1.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/ex-noattr.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_ref_array2.mat -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/flavored_vlarrays-format1.6.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/smpl_i64be.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_queries.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/issue_560.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/smpl_i64le.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/itemsize.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_timetype.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_numpy.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_nestedtypes.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_all.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/elink.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_suite.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/smpl_i32be.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_szip.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_vlarray.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_utils.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/times-nested-be.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/zerodim-attrs-1.4.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/scalar.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/smpl_f64le.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/__init__.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_types.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_enum.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/smpl_unsupptype.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_aux.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/blosc_bigendian.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/matlab_file.mat -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/non-chunked-table.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_ref_array1.mat -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/indexes_2_0.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/attr-u16.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_do_undo.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/check_leaks.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_hdf5compat.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_links.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/Tables_lzo2.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/smpl_i32le.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/smpl_compound_chunked.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/oldflavor_numeric.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_indexvalues.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/time-table-vlarray-1_x.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_array.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_tables.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/bug-idx.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/elink2.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/issue_368.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/float.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_index_backcompat.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_backcompat.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_timestamps.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_attributes.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/zerodim-attrs-1.3.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/python3.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/python2.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_garbage.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/Tables_lzo1.h5 -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/tests/test_tree.py -> build/bdist.linux-x86_64/wheel/tables/tests
copying build/lib.linux-x86_64-3.9/tables/lrucacheextension.cpython-39-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/_comp_bzip2.cpython-39-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/group.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/atom.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/__init__.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/utilsextension.cpython-39-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/parameters.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/_comp_lzo.cpython-39-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/table.py -> build/bdist.linux-x86_64/wheel/tables
creating build/bdist.linux-x86_64/wheel/tables/misc
copying build/lib.linux-x86_64-3.9/tables/misc/enum.py -> build/bdist.linux-x86_64/wheel/tables/misc
copying build/lib.linux-x86_64-3.9/tables/misc/__init__.py -> build/bdist.linux-x86_64/wheel/tables/misc
copying build/lib.linux-x86_64-3.9/tables/misc/proxydict.py -> build/bdist.linux-x86_64/wheel/tables/misc
copying build/lib.linux-x86_64-3.9/tables/leaf.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/linkextension.cpython-39-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/undoredo.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/array.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/indexes.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/idxutils.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/filters.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/registry.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/link.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/description.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/tableextension.cpython-39-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/hdf5extension.cpython-39-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/node.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/unimplemented.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/flavor.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/exceptions.py -> build/bdist.linux-x86_64/wheel/tables
copying build/lib.linux-x86_64-3.9/tables/utils.py -> build/bdist.linux-x86_64/wheel/tables
running install_egg_info
running egg_info
creating tables.egg-info
writing tables.egg-info/PKG-INFO
writing dependency_links to tables.egg-info/dependency_links.txt
writing entry points to tables.egg-info/entry_points.txt
writing requirements to tables.egg-info/requires.txt
writing top-level names to tables.egg-info/top_level.txt
writing manifest file 'tables.egg-info/SOURCES.txt'
reading manifest file 'tables.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.conf' under directory 'doc'
warning: no files found matching '*.*_t' under directory 'doc'
warning: no files found matching '*.js' under directory 'doc'
warning: no files found matching '*.css' under directory 'doc'
warning: no files found matching '*.txt' under directory 'doc/html'
warning: no files found matching '*.svg' under directory 'doc/html'
warning: no files found matching '*.gif' under directory 'doc/html'
warning: no files found matching '*.inv' under directory 'doc/html'
warning: no files found matching '*' under directory 'doc/sphinxext'
warning: no previously-included files matching '*' found under directory 'doc/build'
warning: no files found matching '*.h5' under directory 'bench'
writing manifest file 'tables.egg-info/SOURCES.txt'
Copying tables.egg-info to build/bdist.linux-x86_64/wheel/tables-3.6.1-py3.9.egg-info
running install_scripts
adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/tables-3.6.1.dist-info/WHEEL
creating 'dist/tables-3.6.1-cp39-cp39-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'tables/__init__.py'
adding 'tables/_comp_bzip2.cpython-39-x86_64-linux-gnu.so'
adding 'tables/_comp_lzo.cpython-39-x86_64-linux-gnu.so'
adding 'tables/array.py'
adding 'tables/atom.py'
adding 'tables/attributeset.py'
adding 'tables/carray.py'
adding 'tables/conditions.py'
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.cpython-39-x86_64-linux-gnu.so'
adding 'tables/idxutils.py'
adding 'tables/index.py'
adding 'tables/indexes.py'
adding 'tables/indexesextension.cpython-39-x86_64-linux-gnu.so'
adding 'tables/leaf.py'
adding 'tables/link.py'
adding 'tables/linkextension.cpython-39-x86_64-linux-gnu.so'
adding 'tables/lrucacheextension.cpython-39-x86_64-linux-gnu.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.cpython-39-x86_64-linux-gnu.so'
adding 'tables/undoredo.py'
adding 'tables/unimplemented.py'
adding 'tables/utils.py'
adding 'tables/utilsextension.cpython-39-x86_64-linux-gnu.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/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/python2.h5'
adding 'tables/tests/python3.h5'
adding 'tables/tests/scalar.h5'
adding 'tables/tests/slink.h5'
adding 'tables/tests/smpl_SDSextendible.h5'
adding 'tables/tests/smpl_compound_chunked.h5'
adding 'tables/tests/smpl_enum.h5'
adding 'tables/tests/smpl_f64be.h5'
adding 'tables/tests/smpl_f64le.h5'
adding 'tables/tests/smpl_i32be.h5'
adding 'tables/tests/smpl_i32le.h5'
adding 'tables/tests/smpl_i64be.h5'
adding 'tables/tests/smpl_i64le.h5'
adding 'tables/tests/smpl_unsupptype.h5'
adding 'tables/tests/test_all.py'
adding 'tables/tests/test_array.py'
adding 'tables/tests/test_attributes.py'
adding 'tables/tests/test_aux.py'
adding 'tables/tests/test_backcompat.py'
adding 'tables/tests/test_basics.py'
adding 'tables/tests/test_carray.py'
adding 'tables/tests/test_create.py'
adding 'tables/tests/test_do_undo.py'
adding 'tables/tests/test_earray.py'
adding 'tables/tests/test_enum.py'
adding 'tables/tests/test_expression.py'
adding 'tables/tests/test_garbage.py'
adding 'tables/tests/test_hdf5compat.py'
adding 'tables/tests/test_index_backcompat.py'
adding 'tables/tests/test_indexes.py'
adding 'tables/tests/test_indexvalues.py'
adding 'tables/tests/test_links.py'
adding 'tables/tests/test_lists.py'
adding 'tables/tests/test_nestedtypes.py'
adding 'tables/tests/test_numpy.py'
adding 'tables/tests/test_queries.py'
adding 'tables/tests/test_ref_array1.mat'
adding 'tables/tests/test_ref_array2.mat'
adding 'tables/tests/test_suite.py'
adding 'tables/tests/test_szip.h5'
adding 'tables/tests/test_tables.py'
adding 'tables/tests/test_tablesMD.py'
adding 'tables/tests/test_timestamps.py'
adding 'tables/tests/test_timetype.py'
adding 'tables/tests/test_tree.py'
adding 'tables/tests/test_types.py'
adding 'tables/tests/test_utils.py'
adding 'tables/tests/test_vlarray.py'
adding 'tables/tests/time-table-vlarray-1_x.h5'
adding 'tables/tests/times-nested-be.h5'
adding 'tables/tests/vlstr_attr.h5'
adding 'tables/tests/vlunicode_endian.h5'
adding 'tables/tests/zerodim-attrs-1.3.h5'
adding 'tables/tests/zerodim-attrs-1.4.h5'
adding 'tables-3.6.1.dist-info/LICENSE.txt'
adding 'tables-3.6.1.dist-info/METADATA'
adding 'tables-3.6.1.dist-info/WHEEL'
adding 'tables-3.6.1.dist-info/entry_points.txt'
adding 'tables-3.6.1.dist-info/top_level.txt'
adding 'tables-3.6.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/tables-3.6.1/dist /build/tables-3.6.1
Processing ./tables-3.6.1-cp39-cp39-linux_x86_64.whl
Requirement already satisfied: numpy>=1.9.3 in /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages (from tables==3.6.1) (1.20.1)
Requirement already satisfied: numexpr>=2.6.2 in /nix/store/8dbc6in1bhfm2bly3pjf9pzw6yqd1r7n-python3.9-numexpr-2.7.2/lib/python3.9/site-packages (from tables==3.6.1) (2.7.2)
Installing collected packages: tables
Successfully installed tables-3.6.1
/build/tables-3.6.1
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/4n179pb5qyf8abfr97zidrnrl39iz941-python3.9-tables-3.6.1
shrinking /nix/store/4n179pb5qyf8abfr97zidrnrl39iz941-python3.9-tables-3.6.1/lib/python3.9/site-packages/tables/indexesextension.cpython-39-x86_64-linux-gnu.so
shrinking /nix/store/4n179pb5qyf8abfr97zidrnrl39iz941-python3.9-tables-3.6.1/lib/python3.9/site-packages/tables/lrucacheextension.cpython-39-x86_64-linux-gnu.so
shrinking /nix/store/4n179pb5qyf8abfr97zidrnrl39iz941-python3.9-tables-3.6.1/lib/python3.9/site-packages/tables/_comp_bzip2.cpython-39-x86_64-linux-gnu.so
shrinking /nix/store/4n179pb5qyf8abfr97zidrnrl39iz941-python3.9-tables-3.6.1/lib/python3.9/site-packages/tables/utilsextension.cpython-39-x86_64-linux-gnu.so
shrinking /nix/store/4n179pb5qyf8abfr97zidrnrl39iz941-python3.9-tables-3.6.1/lib/python3.9/site-packages/tables/_comp_lzo.cpython-39-x86_64-linux-gnu.so
shrinking /nix/store/4n179pb5qyf8abfr97zidrnrl39iz941-python3.9-tables-3.6.1/lib/python3.9/site-packages/tables/linkextension.cpython-39-x86_64-linux-gnu.so
shrinking /nix/store/4n179pb5qyf8abfr97zidrnrl39iz941-python3.9-tables-3.6.1/lib/python3.9/site-packages/tables/tableextension.cpython-39-x86_64-linux-gnu.so
shrinking /nix/store/4n179pb5qyf8abfr97zidrnrl39iz941-python3.9-tables-3.6.1/lib/python3.9/site-packages/tables/hdf5extension.cpython-39-x86_64-linux-gnu.so
strip is /nix/store/xdii8qvch5h8chyp0z2is2qzky565w68-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/4n179pb5qyf8abfr97zidrnrl39iz941-python3.9-tables-3.6.1/lib /nix/store/4n179pb5qyf8abfr97zidrnrl39iz941-python3.9-tables-3.6.1/bin
patching script interpreter paths in /nix/store/4n179pb5qyf8abfr97zidrnrl39iz941-python3.9-tables-3.6.1
checking for references to /build/ in /nix/store/4n179pb5qyf8abfr97zidrnrl39iz941-python3.9-tables-3.6.1...
Rewriting #!/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/bin/python3.9 to #!/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2
wrapping `/nix/store/4n179pb5qyf8abfr97zidrnrl39iz941-python3.9-tables-3.6.1/bin/ptdump'...
Rewriting #!/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/bin/python3.9 to #!/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2
wrapping `/nix/store/4n179pb5qyf8abfr97zidrnrl39iz941-python3.9-tables-3.6.1/bin/ptrepack'...
Rewriting #!/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/bin/python3.9 to #!/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2
wrapping `/nix/store/4n179pb5qyf8abfr97zidrnrl39iz941-python3.9-tables-3.6.1/bin/pttree'...
Rewriting #!/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2/bin/python3.9 to #!/nix/store/jaapdprj4lkxrnmqxw7psw12mk3j2rx6-python3-3.9.2
wrapping `/nix/store/4n179pb5qyf8abfr97zidrnrl39iz941-python3.9-tables-3.6.1/bin/pt2to3'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment