D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-tables-3.5.2-2.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jv06rv + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf tables-3.5.2 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/tables-3.5.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd tables-3.5.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/always-use-blosc.diff + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/f68dcdb47bfe6e069f4f6be10e6a47c55c2b9533.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + find c-blosc -mindepth 1 -maxdepth 1 -name hdf5 -prune -o -exec rm -r '{}' + + find utils -name 'pt*' + xargs sed -i '1s|^#!/usr/bin/env python|#!/usr/bin/python3|' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.yq7TEv + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tables-3.5.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export 'LIBS=dl m' + LIBS='dl m' + make distclean 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 doc ; do make -C $srcdir PYTHONPATH=/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8 clean ; done make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/tables-3.5.2/src' rm -f version.h make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/tables-3.5.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/tables-3.5.2/doc' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/tables-3.5.2/doc' make -C src PYTHONPATH=/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8 distclean make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/tables-3.5.2/src' rm -f version.h make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/tables-3.5.2/src' rm -f tables/_comp_*.c tables/*extension.c rm -f doc/usersguide-*.pdf rm -f -r doc/html #git clean -fdx + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' /tmp/blosc_list_compressorslaup5lnx.c: In function 'main': /tmp/blosc_list_compressorslaup5lnx.c:2:5: warning: implicit declaration of function 'blosc_list_compressors' [-Wimplicit-function-declaration] 2 | blosc_list_compressors(); | ^~~~~~~~~~~~~~~~~~~~~~ * Using Python 3.8.5 (default, Jul 21 2020, 16:26:28) * USE_PKGCONFIG: True * Found HDF5 headers at ``/usr/include``, library at ``/usr/lib64``. * Found LZO 2 headers at ``/usr/include``, library at ``/usr/lib64``. * Skipping detection of LZO 1 since LZO 2 has already been found. * Found bzip2 headers at ``/usr/include``, library at ``/usr/lib64``. * pkg-config library dirs for blosc: /usr/lib * Found blosc headers at ``/usr/include``, the library is located in the standard system search dirs. Compiling tables/utilsextension.pyx because it changed. [1/1] Cythonizing tables/utilsextension.pyx Compiling tables/hdf5extension.pyx because it changed. [1/1] Cythonizing tables/hdf5extension.pyx Compiling tables/tableextension.pyx because it changed. [1/1] Cythonizing tables/tableextension.pyx Compiling tables/linkextension.pyx because it changed. [1/1] Cythonizing tables/linkextension.pyx Compiling tables/_comp_lzo.pyx because it changed. [1/1] Cythonizing tables/_comp_lzo.pyx Compiling tables/_comp_bzip2.pyx because it changed. [1/1] Cythonizing tables/_comp_bzip2.pyx Compiling tables/lrucacheextension.pyx because it changed. [1/1] Cythonizing tables/lrucacheextension.pyx Compiling tables/indexesextension.pyx because it changed. [1/1] Cythonizing tables/indexesextension.pyx running build running build_py creating build creating build/lib.linux-x86_64-3.8 creating build/lib.linux-x86_64-3.8/tables copying tables/node.py -> build/lib.linux-x86_64-3.8/tables copying tables/earray.py -> build/lib.linux-x86_64-3.8/tables copying tables/array.py -> build/lib.linux-x86_64-3.8/tables copying tables/indexes.py -> build/lib.linux-x86_64-3.8/tables copying tables/registry.py -> build/lib.linux-x86_64-3.8/tables copying tables/carray.py -> build/lib.linux-x86_64-3.8/tables copying tables/filters.py -> build/lib.linux-x86_64-3.8/tables copying tables/exceptions.py -> build/lib.linux-x86_64-3.8/tables copying tables/description.py -> build/lib.linux-x86_64-3.8/tables copying tables/link.py -> build/lib.linux-x86_64-3.8/tables copying tables/utils.py -> build/lib.linux-x86_64-3.8/tables copying tables/table.py -> build/lib.linux-x86_64-3.8/tables copying tables/__init__.py -> build/lib.linux-x86_64-3.8/tables copying tables/flavor.py -> build/lib.linux-x86_64-3.8/tables copying tables/attributeset.py -> build/lib.linux-x86_64-3.8/tables copying tables/file.py -> build/lib.linux-x86_64-3.8/tables copying tables/vlarray.py -> build/lib.linux-x86_64-3.8/tables copying tables/index.py -> build/lib.linux-x86_64-3.8/tables copying tables/undoredo.py -> build/lib.linux-x86_64-3.8/tables copying tables/path.py -> build/lib.linux-x86_64-3.8/tables copying tables/atom.py -> build/lib.linux-x86_64-3.8/tables copying tables/leaf.py -> build/lib.linux-x86_64-3.8/tables copying tables/parameters.py -> build/lib.linux-x86_64-3.8/tables copying tables/conditions.py -> build/lib.linux-x86_64-3.8/tables copying tables/unimplemented.py -> build/lib.linux-x86_64-3.8/tables copying tables/expression.py -> build/lib.linux-x86_64-3.8/tables copying tables/idxutils.py -> build/lib.linux-x86_64-3.8/tables copying tables/group.py -> build/lib.linux-x86_64-3.8/tables copying tables/req_versions.py -> build/lib.linux-x86_64-3.8/tables creating build/lib.linux-x86_64-3.8/tables/misc copying tables/misc/proxydict.py -> build/lib.linux-x86_64-3.8/tables/misc copying tables/misc/__init__.py -> build/lib.linux-x86_64-3.8/tables/misc copying tables/misc/enum.py -> build/lib.linux-x86_64-3.8/tables/misc creating build/lib.linux-x86_64-3.8/tables/scripts copying tables/scripts/pttree.py -> build/lib.linux-x86_64-3.8/tables/scripts copying tables/scripts/ptdump.py -> build/lib.linux-x86_64-3.8/tables/scripts copying tables/scripts/ptrepack.py -> build/lib.linux-x86_64-3.8/tables/scripts copying tables/scripts/pt2to3.py -> build/lib.linux-x86_64-3.8/tables/scripts copying tables/scripts/__init__.py -> build/lib.linux-x86_64-3.8/tables/scripts creating build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_garbage.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_timestamps.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_do_undo.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_index_backcompat.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_queries.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_nestedtypes.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_tablesMD.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_tables.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_create.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_carray.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_types.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_earray.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_indexes.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_all.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_expression.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_indexvalues.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/__init__.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_basics.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_numpy.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_timetype.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_utils.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_backcompat.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/common.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_attributes.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_aux.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_hdf5compat.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_vlarray.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_links.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/create_backcompat_indexes.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_lists.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_array.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_tree.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_enum.py -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/check_leaks.py -> build/lib.linux-x86_64-3.8/tables/tests creating build/lib.linux-x86_64-3.8/tables/nodes copying tables/nodes/filenode.py -> build/lib.linux-x86_64-3.8/tables/nodes copying tables/nodes/__init__.py -> build/lib.linux-x86_64-3.8/tables/nodes creating build/lib.linux-x86_64-3.8/tables/nodes/tests copying tables/nodes/tests/__init__.py -> build/lib.linux-x86_64-3.8/tables/nodes/tests copying tables/nodes/tests/test_filenode.py -> build/lib.linux-x86_64-3.8/tables/nodes/tests copying tables/tests/idx-std-1.x.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/Tables_lzo2_shuffle.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/Tables_lzo2.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/ex-noattr.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/attr-u16.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/Tables_lzo1_shuffle.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/python3.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/smpl_i32le.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/zerodim-attrs-1.4.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/flavored_vlarrays-format1.6.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/time-table-vlarray-1_x.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/smpl_f64le.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/scalar.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/smpl_SDSextendible.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/array_mdatom.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/non-chunked-table.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/times-nested-be.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/issue_560.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/bug-idx.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/float.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/python2.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/zerodim-attrs-1.3.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/oldflavor_numeric.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/nested-type-with-gaps.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/blosc_bigendian.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/elink.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/indexes_2_0.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/vlunicode_endian.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/elink2.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/indexes_2_1.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/smpl_f64be.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/issue_368.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/smpl_i64be.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/smpl_enum.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/smpl_compound_chunked.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/smpl_unsupptype.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/vlstr_attr.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/slink.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/smpl_i32be.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/smpl_i64le.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_szip.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/Tables_lzo1.h5 -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_ref_array2.mat -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/matlab_file.mat -> build/lib.linux-x86_64-3.8/tables/tests copying tables/tests/test_ref_array1.mat -> build/lib.linux-x86_64-3.8/tables/tests copying tables/nodes/tests/test_filenode.dat -> build/lib.linux-x86_64-3.8/tables/nodes/tests copying tables/nodes/tests/test_filenode.xbm -> build/lib.linux-x86_64-3.8/tables/nodes/tests copying tables/nodes/tests/test_filenode_v1.h5 -> build/lib.linux-x86_64-3.8/tables/nodes/tests running build_ext building 'tables.utilsextension' extension creating build/temp.linux-x86_64-3.8 creating build/temp.linux-x86_64-3.8/tables creating build/temp.linux-x86_64-3.8/src creating build/temp.linux-x86_64-3.8/hdf5-blosc creating build/temp.linux-x86_64-3.8/hdf5-blosc/src gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c tables/utilsextension.c -o build/temp.linux-x86_64-3.8/tables/utilsextension.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from tables/utilsextension.c:624: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ tables/utilsextension.c: In function '__pyx_pf_6tables_14utilsextension_34blosc_compressor_list': tables/utilsextension.c:7085:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 7085 | __pyx_t_1 = blosc_list_compressors(); | ^ tables/utilsextension.c: In function '__pyx_pf_6tables_14utilsextension_36blosc_compcode_to_compname_': tables/utilsextension.c:7262:56: warning: passing argument 2 of 'blosc_compcode_to_compname' from incompatible pointer type [-Wincompatible-pointer-types] 7262 | __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:634: /usr/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:8082:52: warning: comparison of integer expressions of different signedness: 'hsize_t' {aka 'long long unsigned int'} and 'long long int' [-Wsign-compare] 8082 | __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:12419:33: warning: comparison of integer expressions of different signedness: 'int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 12419 | 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:15239:35: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 15239 | for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { | ^ tables/utilsextension.c:15466:52: warning: comparison of integer expressions of different signedness: 'hsize_t' {aka 'long long unsigned int'} and 'long long int' [-Wsign-compare] 15466 | __pyx_t_3 = (((__pyx_v_maxdims[__pyx_v_j]) == -1LL) != 0); | ^~ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/utils.c -o build/temp.linux-x86_64-3.8/src/utils.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from src/utils.h:2, from src/utils.c:2: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/H5ARRAY.c -o build/temp.linux-x86_64-3.8/src/H5ARRAY.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from src/utils.h:2, from src/H5ARRAY.c:4: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/H5ATTR.c -o build/temp.linux-x86_64-3.8/src/H5ATTR.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-3.8/hdf5-blosc/src/blosc_filter.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 [-Wdiscarded-qualifiers] 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 [-Wincompatible-pointer-types] 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: /usr/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); | ~~~~~~~~~~~~~^~~~~~~~ gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/tables/utilsextension.o build/temp.linux-x86_64-3.8/src/utils.o build/temp.linux-x86_64-3.8/src/H5ARRAY.o build/temp.linux-x86_64-3.8/src/H5ATTR.o build/temp.linux-x86_64-3.8/hdf5-blosc/src/blosc_filter.o -L/usr/lib64 -ldl -lm -lhdf5 -lblosc -lpython3.8 -o build/lib.linux-x86_64-3.8/tables/utilsextension.cpython-38-x86_64-linux-gnu.so building 'tables.hdf5extension' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c tables/hdf5extension.c -o build/temp.linux-x86_64-3.8/tables/hdf5extension.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from tables/hdf5extension.c:623: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ tables/hdf5extension.c: In function '__pyx_pf_6tables_13hdf5extension_5Array_4_open_array': tables/hdf5extension.c:18677:54: warning: comparison of integer expressions of different signedness: 'hsize_t' {aka 'long long unsigned int'} and 'long long int' [-Wsign-compare] 18677 | __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:26525:33: warning: comparison of integer expressions of different signedness: 'int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 26525 | for (__pyx_v_i = 0; __pyx_v_i < __pyx_t_5; __pyx_v_i++) { | ^ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/utils.c -o build/temp.linux-x86_64-3.8/src/utils.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from src/utils.h:2, from src/utils.c:2: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/typeconv.c -o build/temp.linux-x86_64-3.8/src/typeconv.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/H5ARRAY.c -o build/temp.linux-x86_64-3.8/src/H5ARRAY.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from src/utils.h:2, from src/H5ARRAY.c:4: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/H5ARRAY-opt.c -o build/temp.linux-x86_64-3.8/src/H5ARRAY-opt.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/H5VLARRAY.c -o build/temp.linux-x86_64-3.8/src/H5VLARRAY.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from src/utils.h:2, from src/H5VLARRAY.c:3: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/H5ATTR.c -o build/temp.linux-x86_64-3.8/src/H5ATTR.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-3.8/hdf5-blosc/src/blosc_filter.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 [-Wdiscarded-qualifiers] 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 [-Wincompatible-pointer-types] 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: /usr/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); | ~~~~~~~~~~~~~^~~~~~~~ gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/tables/hdf5extension.o build/temp.linux-x86_64-3.8/src/utils.o build/temp.linux-x86_64-3.8/src/typeconv.o build/temp.linux-x86_64-3.8/src/H5ARRAY.o build/temp.linux-x86_64-3.8/src/H5ARRAY-opt.o build/temp.linux-x86_64-3.8/src/H5VLARRAY.o build/temp.linux-x86_64-3.8/src/H5ATTR.o build/temp.linux-x86_64-3.8/hdf5-blosc/src/blosc_filter.o -L/usr/lib64 -ldl -lm -lhdf5 -lblosc -lpython3.8 -o build/lib.linux-x86_64-3.8/tables/hdf5extension.cpython-38-x86_64-linux-gnu.so building 'tables.tableextension' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c tables/tableextension.c -o build/temp.linux-x86_64-3.8/tables/tableextension.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from tables/tableextension.c:624: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ tables/tableextension.c: In function '__pyx_f_6tables_14tableextension_5Table_get_nested_type': tables/tableextension.c:4689:33: warning: comparison of integer expressions of different signedness: 'int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 4689 | 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:11777:37: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 11777 | __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:12205:45: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 12205 | __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0); | ^~ tables/tableextension.c:12435:47: warning: comparison of integer expressions of different signedness: 'hsize_t' {aka 'long long unsigned int'} and 'long long int' [-Wsign-compare] 12435 | __pyx_t_1 = ((__pyx_v_self->nrowsread > __pyx_v_self->stop) != 0); | ^ tables/tableextension.c:12473:33: warning: comparison of integer expressions of different signedness: 'long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 12473 | __pyx_t_1 = ((__pyx_v_j == __pyx_v_self->nchunksinbuf) != 0); | ^~ tables/tableextension.c:12765:58: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'int' [-Wsign-compare] 12765 | __pyx_t_1 = (((__pyx_v_self->lenbuf + __pyx_t_8) < __pyx_v_self->iterseq_max_elements) != 0); | ^ tables/tableextension.c:12863:38: warning: comparison of integer expressions of different signedness: 'long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 12863 | __pyx_t_1 = ((__pyx_v_self->_row == __pyx_v_self->lenbuf) != 0); | ^~ tables/tableextension.c:12929:42: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 12929 | __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:13163:47: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 13163 | __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0); | ^~ tables/tableextension.c:13173:76: warning: comparison of integer expressions of different signedness: 'hsize_t' {aka 'long long unsigned int'} and 'long long int' [-Wsign-compare] 13173 | __pyx_t_1 = (((__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf) > __pyx_v_self->stop) != 0); | ^ tables/tableextension.c:13518:47: warning: comparison of integer expressions of different signedness: 'long long int' and 'long long unsigned int' [-Wsign-compare] 13518 | __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:13872:45: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 13872 | __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0); | ^~ tables/tableextension.c:13883:49: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 13883 | __pyx_t_1 = ((__pyx_v_self->nextelement >= (__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf)) != 0); | ^~ tables/tableextension.c:13912:41: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 13912 | __pyx_t_1 = ((__pyx_v_self->stopb > __pyx_v_self->nrowsinbuf) != 0); | ^ tables/tableextension.c:14174:43: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 14174 | __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:14478:47: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 14478 | __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0); | ^~ tables/tableextension.c:14489:51: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 14489 | __pyx_t_1 = ((__pyx_v_self->nextelement >= (__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf)) != 0); | ^~ tables/tableextension.c:14518:43: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 14518 | __pyx_t_1 = ((__pyx_v_self->stopb > __pyx_v_self->nrowsinbuf) != 0); | ^ tables/tableextension.c:14789:47: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 14789 | __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:15555:36: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 15555 | __pyx_t_7 = ((__pyx_v_istopb > __pyx_v_inrowsinbuf) != 0); | ^ tables/tableextension.c: In function '__pyx_pf_6tables_14tableextension_3Row_10append': tables/tableextension.c:16576:46: warning: comparison of integer expressions of different signedness: 'long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 16576 | __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:17100:42: warning: comparison of integer expressions of different signedness: 'long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 17100 | __pyx_t_3 = ((__pyx_v_self->_mod_nrows == __pyx_v_self->nrowsinbuf) != 0); | ^~ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/utils.c -o build/temp.linux-x86_64-3.8/src/utils.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from src/utils.h:2, from src/utils.c:2: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/typeconv.c -o build/temp.linux-x86_64-3.8/src/typeconv.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/H5TB-opt.c -o build/temp.linux-x86_64-3.8/src/H5TB-opt.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/H5ATTR.c -o build/temp.linux-x86_64-3.8/src/H5ATTR.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-3.8/hdf5-blosc/src/blosc_filter.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 [-Wdiscarded-qualifiers] 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 [-Wincompatible-pointer-types] 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: /usr/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); | ~~~~~~~~~~~~~^~~~~~~~ gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/tables/tableextension.o build/temp.linux-x86_64-3.8/src/utils.o build/temp.linux-x86_64-3.8/src/typeconv.o build/temp.linux-x86_64-3.8/src/H5TB-opt.o build/temp.linux-x86_64-3.8/src/H5ATTR.o build/temp.linux-x86_64-3.8/hdf5-blosc/src/blosc_filter.o -L/usr/lib64 -ldl -lm -lhdf5 -lblosc -lpython3.8 -o build/lib.linux-x86_64-3.8/tables/tableextension.cpython-38-x86_64-linux-gnu.so building 'tables._comp_lzo' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c tables/_comp_lzo.c -o build/temp.linux-x86_64-3.8/tables/_comp_lzo.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/H5Zlzo.c -o build/temp.linux-x86_64-3.8/src/H5Zlzo.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/tables/_comp_lzo.o build/temp.linux-x86_64-3.8/src/H5Zlzo.o -L/usr/lib64 -ldl -lm -lhdf5 -llzo2 -lpython3.8 -o build/lib.linux-x86_64-3.8/tables/_comp_lzo.cpython-38-x86_64-linux-gnu.so building 'tables._comp_bzip2' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c tables/_comp_bzip2.c -o build/temp.linux-x86_64-3.8/tables/_comp_bzip2.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/H5Zbzip2.c -o build/temp.linux-x86_64-3.8/src/H5Zbzip2.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/tables/_comp_bzip2.o build/temp.linux-x86_64-3.8/src/H5Zbzip2.o -L/usr/lib64 -ldl -lm -lhdf5 -lbz2 -lpython3.8 -o build/lib.linux-x86_64-3.8/tables/_comp_bzip2.cpython-38-x86_64-linux-gnu.so building 'tables.linkextension' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c tables/linkextension.c -o build/temp.linux-x86_64-3.8/tables/linkextension.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from tables/linkextension.c:623: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/tables/linkextension.o -L/usr/lib64 -ldl -lm -lhdf5 -lblosc -lpython3.8 -o build/lib.linux-x86_64-3.8/tables/linkextension.cpython-38-x86_64-linux-gnu.so building 'tables.lrucacheextension' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c tables/lrucacheextension.c -o build/temp.linux-x86_64-3.8/tables/lrucacheextension.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from tables/lrucacheextension.c:623: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/tables/lrucacheextension.o -L/usr/lib64 -lpython3.8 -o build/lib.linux-x86_64-3.8/tables/lrucacheextension.cpython-38-x86_64-linux-gnu.so building 'tables.indexesextension' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c tables/indexesextension.c -o build/temp.linux-x86_64-3.8/tables/indexesextension.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from tables/indexesextension.c:623: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ tables/indexesextension.c: In function '__pyx_f_6tables_16indexesextension__keysort_string': tables/indexesextension.c:14098:47: warning: comparison of integer expressions of different signedness: 'long int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 14098 | __pyx_t_1 = (((__pyx_v_pr - __pyx_v_pl) > (15 * __pyx_v_ss)) != 0); | ^ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/H5ARRAY-opt.c -o build/temp.linux-x86_64-3.8/src/H5ARRAY-opt.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/idx-opt.c -o build/temp.linux-x86_64-3.8/src/idx-opt.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from src/idx-opt.h:2, from src/idx-opt.c:2: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/tables/indexesextension.o build/temp.linux-x86_64-3.8/src/H5ARRAY-opt.o build/temp.linux-x86_64-3.8/src/idx-opt.o -L/usr/lib64 -ldl -lm -lhdf5 -lblosc -lpython3.8 -o build/lib.linux-x86_64-3.8/tables/indexesextension.cpython-38-x86_64-linux-gnu.so /usr/lib64/python3.8/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/iurt/rpmbuild/BUILD/tables-3.5.2/tables/utilsextension.pxd tree = Parsing.p_module(s, pxd, full_module_name) /usr/lib64/python3.8/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/iurt/rpmbuild/BUILD/tables-3.5.2/tables/hdf5extension.pxd tree = Parsing.p_module(s, pxd, full_module_name) /usr/lib64/python3.8/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/iurt/rpmbuild/BUILD/tables-3.5.2/tables/tableextension.pyx tree = Parsing.p_module(s, pxd, full_module_name) /usr/lib64/python3.8/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/iurt/rpmbuild/BUILD/tables-3.5.2/tables/linkextension.pyx tree = Parsing.p_module(s, pxd, full_module_name) /usr/lib64/python3.8/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/iurt/rpmbuild/BUILD/tables-3.5.2/tables/_comp_lzo.pyx tree = Parsing.p_module(s, pxd, full_module_name) /usr/lib64/python3.8/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/iurt/rpmbuild/BUILD/tables-3.5.2/tables/_comp_bzip2.pyx tree = Parsing.p_module(s, pxd, full_module_name) /usr/lib64/python3.8/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/iurt/rpmbuild/BUILD/tables-3.5.2/tables/lrucacheextension.pxd tree = Parsing.p_module(s, pxd, full_module_name) /usr/lib64/python3.8/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/iurt/rpmbuild/BUILD/tables-3.5.2/tables/indexesextension.pyx tree = Parsing.p_module(s, pxd, full_module_name) /usr/lib64/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'extra_require' warnings.warn(msg) + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Mgdvqz + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64 + cd tables-3.5.2 + '[' 1 -eq 1 ']' + chmod -x examples/check_examples.sh + for i in utils/* + sed -i 's|bin/env |bin/|' utils/pt2to3 + for i in utils/* + sed -i 's|bin/env |bin/|' utils/ptdump + for i in utils/* + sed -i 's|bin/env |bin/|' utils/ptrepack + for i in utils/* + sed -i 's|bin/env |bin/|' utils/pttree + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64 /tmp/blosc_list_compressorsvbi8vp79.c: In function 'main': /tmp/blosc_list_compressorsvbi8vp79.c:2:5: warning: implicit declaration of function 'blosc_list_compressors' [-Wimplicit-function-declaration] 2 | blosc_list_compressors(); | ^~~~~~~~~~~~~~~~~~~~~~ * Using Python 3.8.5 (default, Jul 21 2020, 16:26:28) * USE_PKGCONFIG: True * Found HDF5 headers at ``/usr/include``, library at ``/usr/lib64``. * Found LZO 2 headers at ``/usr/include``, library at ``/usr/lib64``. * Skipping detection of LZO 1 since LZO 2 has already been found. * Found bzip2 headers at ``/usr/include``, library at ``/usr/lib64``. * pkg-config library dirs for blosc: /usr/lib * Found blosc headers at ``/usr/include``, the library is located in the standard system search dirs. running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/hdf5extension.cpython-38-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/misc copying build/lib.linux-x86_64-3.8/tables/misc/proxydict.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/misc copying build/lib.linux-x86_64-3.8/tables/misc/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/misc copying build/lib.linux-x86_64-3.8/tables/misc/enum.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/misc creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/scripts copying build/lib.linux-x86_64-3.8/tables/scripts/pttree.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/scripts copying build/lib.linux-x86_64-3.8/tables/scripts/ptdump.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/scripts copying build/lib.linux-x86_64-3.8/tables/scripts/ptrepack.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/scripts copying build/lib.linux-x86_64-3.8/tables/scripts/pt2to3.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/scripts copying build/lib.linux-x86_64-3.8/tables/scripts/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/scripts copying build/lib.linux-x86_64-3.8/tables/node.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/lrucacheextension.cpython-38-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/earray.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/array.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/indexes.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/registry.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/carray.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/filters.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/exceptions.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/_comp_lzo.cpython-38-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/description.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/link.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/tableextension.cpython-38-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/table.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/flavor.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/attributeset.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_garbage.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_timestamps.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_do_undo.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_index_backcompat.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_queries.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/idx-std-1.x.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/Tables_lzo2_shuffle.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_nestedtypes.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/Tables_lzo2.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_ref_array2.mat -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/ex-noattr.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_tablesMD.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/attr-u16.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/Tables_lzo1_shuffle.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/python3.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/smpl_i32le.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/zerodim-attrs-1.4.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/flavored_vlarrays-format1.6.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/time-table-vlarray-1_x.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_tables.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/smpl_f64le.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/scalar.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/matlab_file.mat -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_create.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_carray.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/smpl_SDSextendible.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_types.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/array_mdatom.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/non-chunked-table.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/times-nested-be.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/issue_560.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_earray.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_ref_array1.mat -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/bug-idx.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/float.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_indexes.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_all.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_expression.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_indexvalues.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/python2.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/zerodim-attrs-1.3.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/oldflavor_numeric.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/nested-type-with-gaps.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/blosc_bigendian.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/elink.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/indexes_2_0.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/vlunicode_endian.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_basics.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/elink2.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_numpy.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/indexes_2_1.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/smpl_f64be.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/issue_368.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_timetype.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/smpl_i64be.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_backcompat.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/common.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/smpl_enum.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_attributes.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/smpl_compound_chunked.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_aux.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/smpl_unsupptype.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/vlstr_attr.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_hdf5compat.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/slink.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/smpl_i32be.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_links.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/smpl_i64le.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/create_backcompat_indexes.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_lists.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_array.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_szip.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_tree.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/test_enum.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/Tables_lzo1.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/tests/check_leaks.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-x86_64-3.8/tables/file.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/vlarray.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/index.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/undoredo.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/path.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/atom.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/_comp_bzip2.cpython-38-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/leaf.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/parameters.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/utilsextension.cpython-38-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/indexesextension.cpython-38-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/nodes copying build/lib.linux-x86_64-3.8/tables/nodes/filenode.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/nodes copying build/lib.linux-x86_64-3.8/tables/nodes/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/nodes creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/nodes/tests copying build/lib.linux-x86_64-3.8/tables/nodes/tests/test_filenode.xbm -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/nodes/tests copying build/lib.linux-x86_64-3.8/tables/nodes/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/nodes/tests copying build/lib.linux-x86_64-3.8/tables/nodes/tests/test_filenode_v1.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/nodes/tests copying build/lib.linux-x86_64-3.8/tables/nodes/tests/test_filenode.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/nodes/tests copying build/lib.linux-x86_64-3.8/tables/nodes/tests/test_filenode.dat -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/nodes/tests copying build/lib.linux-x86_64-3.8/tables/conditions.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/linkextension.cpython-38-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/unimplemented.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/expression.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/idxutils.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/group.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-x86_64-3.8/tables/req_versions.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/misc/proxydict.py to proxydict.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/misc/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/misc/enum.py to enum.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/scripts/pttree.py to pttree.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/scripts/ptdump.py to ptdump.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/scripts/ptrepack.py to ptrepack.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/scripts/pt2to3.py to pt2to3.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/scripts/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/node.py to node.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/earray.py to earray.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/array.py to array.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/indexes.py to indexes.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/registry.py to registry.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/carray.py to carray.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/filters.py to filters.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/exceptions.py to exceptions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/description.py to description.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/link.py to link.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/utils.py to utils.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/table.py to table.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/flavor.py to flavor.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/attributeset.py to attributeset.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_garbage.py to test_garbage.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_timestamps.py to test_timestamps.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_do_undo.py to test_do_undo.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_index_backcompat.py to test_index_backcompat.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_queries.py to test_queries.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_nestedtypes.py to test_nestedtypes.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_tablesMD.py to test_tablesMD.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_tables.py to test_tables.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_create.py to test_create.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_carray.py to test_carray.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_types.py to test_types.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_earray.py to test_earray.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_indexes.py to test_indexes.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_all.py to test_all.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_expression.py to test_expression.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_indexvalues.py to test_indexvalues.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_basics.py to test_basics.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_numpy.py to test_numpy.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_timetype.py to test_timetype.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_utils.py to test_utils.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_backcompat.py to test_backcompat.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/common.py to common.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_attributes.py to test_attributes.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_aux.py to test_aux.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_hdf5compat.py to test_hdf5compat.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_vlarray.py to test_vlarray.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_links.py to test_links.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/create_backcompat_indexes.py to create_backcompat_indexes.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_lists.py to test_lists.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_array.py to test_array.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_tree.py to test_tree.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/test_enum.py to test_enum.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tests/check_leaks.py to check_leaks.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/file.py to file.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/vlarray.py to vlarray.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/index.py to index.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/undoredo.py to undoredo.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/path.py to path.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/atom.py to atom.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/leaf.py to leaf.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/parameters.py to parameters.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/nodes/filenode.py to filenode.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/nodes/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/nodes/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/nodes/tests/test_filenode.py to test_filenode.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/conditions.py to conditions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/unimplemented.py to unimplemented.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/expression.py to expression.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/idxutils.py to idxutils.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/group.py to group.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/req_versions.py to req_versions.cpython-38.pyc writing byte-compilation script '/tmp/tmpja13_9_f.py' /usr/bin/python3 /tmp/tmpja13_9_f.py /usr/lib64/python3.8/site-packages/tables/scripts/pttree.py:318: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib64/python3.8/site-packages/tables/scripts/pttree.py:327: SyntaxWarning: "is not" with a literal. Did you mean "!="? removing /tmp/tmpja13_9_f.py 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' /usr/lib64/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'extra_require' warnings.warn(msg) /usr/lib64/python3.8/site-packages/tables/scripts/pttree.py:318: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib64/python3.8/site-packages/tables/scripts/pttree.py:327: SyntaxWarning: "is not" with a literal. Did you mean "!="? warning: no files found matching '*.c' under directory 'c-blosc/blosc' warning: no files found matching '*.h' under directory 'c-blosc/blosc' warning: no files found matching '*.inc' under directory 'c-blosc/blosc' warning: no files found matching '*.c' under directory 'c-blosc/internal-complibs' warning: no files found matching '*.cc' under directory 'c-blosc/internal-complibs' warning: no files found matching '*.h' under directory 'c-blosc/internal-complibs' warning: no files found matching '*.conf' under directory 'doc' warning: no files found matching '*.*_t' under directory 'doc' warning: no files found matching '*.js' under directory 'doc' warning: no files found matching '*.css' under directory 'doc' warning: no files found matching '*.txt' under directory 'doc/html' warning: no files found matching '*.svg' under directory 'doc/html' warning: no files found matching '*.gif' under directory 'doc/html' warning: no files found matching '*.inv' under directory 'doc/html' warning: no files found matching '*' under directory 'doc/sphinxext' warning: no previously-included files matching '*' found under directory 'doc/build' warning: no files found matching '*.h5' under directory 'bench' writing manifest file 'tables.egg-info/SOURCES.txt' Copying tables.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables-3.5.2-py3.8.egg-info running install_scripts Installing pt2to3 script to /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/bin Installing ptdump script to /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/bin Installing ptrepack script to /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/bin Installing pttree script to /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/bin + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 3.5.2-2.mga8 --unique-debug-suffix -3.5.2-2.mga8.x86_64 --unique-debug-src-base python-tables-3.5.2-2.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/tables-3.5.2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/_comp_bzip2.cpython-38-x86_64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/indexesextension.cpython-38-x86_64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/linkextension.cpython-38-x86_64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/lrucacheextension.cpython-38-x86_64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/_comp_lzo.cpython-38-x86_64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/hdf5extension.cpython-38-x86_64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tableextension.cpython-38-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/_comp_lzo.cpython-38-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/indexesextension.cpython-38-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/linkextension.cpython-38-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/lrucacheextension.cpython-38-x86_64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/utilsextension.cpython-38-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/_comp_bzip2.cpython-38-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/tableextension.cpython-38-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/hdf5extension.cpython-38-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/tables/utilsextension.cpython-38-x86_64-linux-gnu.so original debug info size: 9472kB, size after compression: 9156kB /usr/lib/rpm/sepdebugcrcfix: Updated 8 CRC32s, 0 CRC32s did match. 12515 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/lib64/python3.8 using /usr/bin/python3.8 /usr/lib64/python3.8/site-packages/tables/scripts/pttree.py:318: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib64/python3.8/site-packages/tables/scripts/pttree.py:327: SyntaxWarning: "is not" with a literal. Did you mean "!="? /usr/lib64/python3.8/site-packages/tables/scripts/pttree.py:318: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib64/python3.8/site-packages/tables/scripts/pttree.py:327: SyntaxWarning: "is not" with a literal. Did you mean "!="? + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8fJoLw + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tables-3.5.2 + '[' 1 -eq 1 ']' ++ ls build/ ++ grep lib + libdir=lib.linux-x86_64-3.8 ++ pwd + export PYTHONPATH=/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8 + PYTHONPATH=/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8 + echo 'import tables; tables.test()' + /usr/bin/python3 bench/check_all.py -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= PyTables version: 3.5.2 HDF5 version: 1.10.7 NumPy version: 1.19.2 Numexpr version: 2.7.1 (not using Intel's VML/MKL) Zlib version: 1.2.11 (in Python interpreter) LZO version: 2.10 (Mar 01 2017) BZIP2 version: 1.0.8 (13-Jul-2019) Blosc version: 1.20.1 (2020-09-08) Blosc compressors: blosclz (2.3.0), lz4 (1.9.2), lz4hc (1.9.2), zlib (1.2.11), zstd (1.4.5) Blosc filters: shuffle, bitshuffle Cython version: 0.29.21 Python version: 3.8.5 (default, Jul 21 2020, 16:26:28) [GCC 10.2.0] Platform: Linux-5.4.17-server-1.mga7-x86_64-with-glibc2.2.5 Byte-ordering: little Detected cores: 96 Default encoding: utf-8 Default FS encoding: utf-8 Default locale: (None, None) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= /home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_tablesMD.py:67: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. var7 = Col.from_dtype(np.dtype("1S1"), dflt=b"e") # no shape /home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/scripts/pttree.py:318: SyntaxWarning: "is" with a literal. Did you mean "=="? if path is '/': /home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/scripts/pttree.py:327: SyntaxWarning: "is not" with a literal. Did you mean "!="? if path is not '/': .............................................................................................................................................................................................................................................................................................................................................................ss..................................................................................................................................................................................................................................................................................Performing only a light (yet comprehensive) subset of the test suite. If you want a more complete test, try passing the --heavy flag to this script (or set the 'heavy' parameter in case you are using tables.test() call). The whole suite will take more than 4 hours to complete on a relatively modern CPU and around 512 MB of main memory. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= ..................s.....................ss................................................................................................................................................../home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/flavor.py:397: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray nparr = numpy.array(array) ......................................................................................................................ssssssssssssssssssssssssssss....................................................................................................................................................................................................................................................................................................................ssssssssssssssssssssssssssss.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/leaf.py:548: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray key = numpy.array(key) ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................sssss.....................................................................................sssss...............sssss....................................................................................................................................................................ssssss...................................................................................................................................................EEEEEEEEEEEE..................................................................s......................................................................................................................................................................................../usr/lib64/python3.8/site-packages/numpy/core/records.py:660: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. descr = sb.dtype(dtype) .......................................................................................................s...s.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/nodes/filenode.py:170: UserWarning: host PyTables file is already closed! warnings.warn("host PyTables file is already closed!") ...... ====================================================================== ERROR: test00_attributes (tables.tests.test_vlarray.Fletcher32TestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 40, in setUp self.populateFile() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 50, in populateFile vlarray = self.h5file.create_vlarray(group, 'vlarray1', File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/file.py", line 1502, in create_vlarray ptobj = VLArray(parentnode, name, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 353, in __init__ super(VLArray, self).__init__(parentnode, name, new, filters, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/leaf.py", line 290, in __init__ super(Leaf, self).__init__(parentnode, name, _log) File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/node.py", line 266, in __init__ self._v_objectid = self._g_create() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 423, in _g_create self._v_objectid = self._create_array(self._v_new_title) File "tables/hdf5extension.pyx", line 1968, in tables.hdf5extension.VLArray._create_array raise HDF5ExtError("Problems creating the VLArray.") tables.exceptions.HDF5ExtError: HDF5 error back trace File "H5D.c", line 152, in H5Dcreate2 unable to create dataset File "H5Dint.c", line 338, in H5D__create_named unable to create and link to dataset File "H5L.c", line 1605, in H5L_link_object unable to create new link to object File "H5L.c", line 1846, in H5L__create_real can't insert link File "H5Gtraverse.c", line 848, in H5G_traverse internal path traversal failed File "H5Gtraverse.c", line 624, in H5G__traverse_real traversal operator failed File "H5L.c", line 1652, in H5L__link_cb unable to create object File "H5Oint.c", line 2496, in H5O_obj_create unable to open object File "H5Doh.c", line 300, in H5O__dset_create unable to create dataset File "H5Dint.c", line 1230, in H5D__create H5Z_has_optional_filter() failed File "H5Z.c", line 1060, in H5Z_ignore_filters not suitable for filters End of HDF5 error back trace Problems creating the VLArray. ====================================================================== ERROR: test01_read (tables.tests.test_vlarray.Fletcher32TestCase) Checking vlarray read. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 40, in setUp self.populateFile() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 50, in populateFile vlarray = self.h5file.create_vlarray(group, 'vlarray1', File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/file.py", line 1502, in create_vlarray ptobj = VLArray(parentnode, name, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 353, in __init__ super(VLArray, self).__init__(parentnode, name, new, filters, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/leaf.py", line 290, in __init__ super(Leaf, self).__init__(parentnode, name, _log) File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/node.py", line 266, in __init__ self._v_objectid = self._g_create() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 423, in _g_create self._v_objectid = self._create_array(self._v_new_title) File "tables/hdf5extension.pyx", line 1968, in tables.hdf5extension.VLArray._create_array raise HDF5ExtError("Problems creating the VLArray.") tables.exceptions.HDF5ExtError: HDF5 error back trace File "H5D.c", line 152, in H5Dcreate2 unable to create dataset File "H5Dint.c", line 338, in H5D__create_named unable to create and link to dataset File "H5L.c", line 1605, in H5L_link_object unable to create new link to object File "H5L.c", line 1846, in H5L__create_real can't insert link File "H5Gtraverse.c", line 848, in H5G_traverse internal path traversal failed File "H5Gtraverse.c", line 624, in H5G__traverse_real traversal operator failed File "H5L.c", line 1652, in H5L__link_cb unable to create object File "H5Oint.c", line 2496, in H5O_obj_create unable to open object File "H5Doh.c", line 300, in H5O__dset_create unable to create dataset File "H5Dint.c", line 1230, in H5D__create H5Z_has_optional_filter() failed File "H5Z.c", line 1060, in H5Z_ignore_filters not suitable for filters End of HDF5 error back trace Problems creating the VLArray. ====================================================================== ERROR: test02a_getitem (tables.tests.test_vlarray.Fletcher32TestCase) Checking vlarray __getitem__ (slices) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 40, in setUp self.populateFile() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 50, in populateFile vlarray = self.h5file.create_vlarray(group, 'vlarray1', File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/file.py", line 1502, in create_vlarray ptobj = VLArray(parentnode, name, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 353, in __init__ super(VLArray, self).__init__(parentnode, name, new, filters, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/leaf.py", line 290, in __init__ super(Leaf, self).__init__(parentnode, name, _log) File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/node.py", line 266, in __init__ self._v_objectid = self._g_create() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 423, in _g_create self._v_objectid = self._create_array(self._v_new_title) File "tables/hdf5extension.pyx", line 1968, in tables.hdf5extension.VLArray._create_array raise HDF5ExtError("Problems creating the VLArray.") tables.exceptions.HDF5ExtError: HDF5 error back trace File "H5D.c", line 152, in H5Dcreate2 unable to create dataset File "H5Dint.c", line 338, in H5D__create_named unable to create and link to dataset File "H5L.c", line 1605, in H5L_link_object unable to create new link to object File "H5L.c", line 1846, in H5L__create_real can't insert link File "H5Gtraverse.c", line 848, in H5G_traverse internal path traversal failed File "H5Gtraverse.c", line 624, in H5G__traverse_real traversal operator failed File "H5L.c", line 1652, in H5L__link_cb unable to create object File "H5Oint.c", line 2496, in H5O_obj_create unable to open object File "H5Doh.c", line 300, in H5O__dset_create unable to create dataset File "H5Dint.c", line 1230, in H5D__create H5Z_has_optional_filter() failed File "H5Z.c", line 1060, in H5Z_ignore_filters not suitable for filters End of HDF5 error back trace Problems creating the VLArray. ====================================================================== ERROR: test02b_getitem (tables.tests.test_vlarray.Fletcher32TestCase) Checking vlarray __getitem__ (scalars) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 40, in setUp self.populateFile() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 50, in populateFile vlarray = self.h5file.create_vlarray(group, 'vlarray1', File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/file.py", line 1502, in create_vlarray ptobj = VLArray(parentnode, name, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 353, in __init__ super(VLArray, self).__init__(parentnode, name, new, filters, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/leaf.py", line 290, in __init__ super(Leaf, self).__init__(parentnode, name, _log) File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/node.py", line 266, in __init__ self._v_objectid = self._g_create() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 423, in _g_create self._v_objectid = self._create_array(self._v_new_title) File "tables/hdf5extension.pyx", line 1968, in tables.hdf5extension.VLArray._create_array raise HDF5ExtError("Problems creating the VLArray.") tables.exceptions.HDF5ExtError: HDF5 error back trace File "H5D.c", line 152, in H5Dcreate2 unable to create dataset File "H5Dint.c", line 338, in H5D__create_named unable to create and link to dataset File "H5L.c", line 1605, in H5L_link_object unable to create new link to object File "H5L.c", line 1846, in H5L__create_real can't insert link File "H5Gtraverse.c", line 848, in H5G_traverse internal path traversal failed File "H5Gtraverse.c", line 624, in H5G__traverse_real traversal operator failed File "H5L.c", line 1652, in H5L__link_cb unable to create object File "H5Oint.c", line 2496, in H5O_obj_create unable to open object File "H5Doh.c", line 300, in H5O__dset_create unable to create dataset File "H5Dint.c", line 1230, in H5D__create H5Z_has_optional_filter() failed File "H5Z.c", line 1060, in H5Z_ignore_filters not suitable for filters End of HDF5 error back trace Problems creating the VLArray. ====================================================================== ERROR: test03_append (tables.tests.test_vlarray.Fletcher32TestCase) Checking vlarray append. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 40, in setUp self.populateFile() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 50, in populateFile vlarray = self.h5file.create_vlarray(group, 'vlarray1', File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/file.py", line 1502, in create_vlarray ptobj = VLArray(parentnode, name, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 353, in __init__ super(VLArray, self).__init__(parentnode, name, new, filters, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/leaf.py", line 290, in __init__ super(Leaf, self).__init__(parentnode, name, _log) File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/node.py", line 266, in __init__ self._v_objectid = self._g_create() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 423, in _g_create self._v_objectid = self._create_array(self._v_new_title) File "tables/hdf5extension.pyx", line 1968, in tables.hdf5extension.VLArray._create_array raise HDF5ExtError("Problems creating the VLArray.") tables.exceptions.HDF5ExtError: HDF5 error back trace File "H5D.c", line 152, in H5Dcreate2 unable to create dataset File "H5Dint.c", line 338, in H5D__create_named unable to create and link to dataset File "H5L.c", line 1605, in H5L_link_object unable to create new link to object File "H5L.c", line 1846, in H5L__create_real can't insert link File "H5Gtraverse.c", line 848, in H5G_traverse internal path traversal failed File "H5Gtraverse.c", line 624, in H5G__traverse_real traversal operator failed File "H5L.c", line 1652, in H5L__link_cb unable to create object File "H5Oint.c", line 2496, in H5O_obj_create unable to open object File "H5Doh.c", line 300, in H5O__dset_create unable to create dataset File "H5Dint.c", line 1230, in H5D__create H5Z_has_optional_filter() failed File "H5Z.c", line 1060, in H5Z_ignore_filters not suitable for filters End of HDF5 error back trace Problems creating the VLArray. ====================================================================== ERROR: test04_get_row_size (tables.tests.test_vlarray.Fletcher32TestCase) Checking get_row_size method. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 40, in setUp self.populateFile() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 50, in populateFile vlarray = self.h5file.create_vlarray(group, 'vlarray1', File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/file.py", line 1502, in create_vlarray ptobj = VLArray(parentnode, name, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 353, in __init__ super(VLArray, self).__init__(parentnode, name, new, filters, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/leaf.py", line 290, in __init__ super(Leaf, self).__init__(parentnode, name, _log) File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/node.py", line 266, in __init__ self._v_objectid = self._g_create() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 423, in _g_create self._v_objectid = self._create_array(self._v_new_title) File "tables/hdf5extension.pyx", line 1968, in tables.hdf5extension.VLArray._create_array raise HDF5ExtError("Problems creating the VLArray.") tables.exceptions.HDF5ExtError: HDF5 error back trace File "H5D.c", line 152, in H5Dcreate2 unable to create dataset File "H5Dint.c", line 338, in H5D__create_named unable to create and link to dataset File "H5L.c", line 1605, in H5L_link_object unable to create new link to object File "H5L.c", line 1846, in H5L__create_real can't insert link File "H5Gtraverse.c", line 848, in H5G_traverse internal path traversal failed File "H5Gtraverse.c", line 624, in H5G__traverse_real traversal operator failed File "H5L.c", line 1652, in H5L__link_cb unable to create object File "H5Oint.c", line 2496, in H5O_obj_create unable to open object File "H5Doh.c", line 300, in H5O__dset_create unable to create dataset File "H5Dint.c", line 1230, in H5D__create H5Z_has_optional_filter() failed File "H5Z.c", line 1060, in H5Z_ignore_filters not suitable for filters End of HDF5 error back trace Problems creating the VLArray. ====================================================================== ERROR: test00_attributes (tables.tests.test_vlarray.AllFiltersTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 40, in setUp self.populateFile() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 50, in populateFile vlarray = self.h5file.create_vlarray(group, 'vlarray1', File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/file.py", line 1502, in create_vlarray ptobj = VLArray(parentnode, name, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 353, in __init__ super(VLArray, self).__init__(parentnode, name, new, filters, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/leaf.py", line 290, in __init__ super(Leaf, self).__init__(parentnode, name, _log) File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/node.py", line 266, in __init__ self._v_objectid = self._g_create() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 423, in _g_create self._v_objectid = self._create_array(self._v_new_title) File "tables/hdf5extension.pyx", line 1968, in tables.hdf5extension.VLArray._create_array raise HDF5ExtError("Problems creating the VLArray.") tables.exceptions.HDF5ExtError: HDF5 error back trace File "H5D.c", line 152, in H5Dcreate2 unable to create dataset File "H5Dint.c", line 338, in H5D__create_named unable to create and link to dataset File "H5L.c", line 1605, in H5L_link_object unable to create new link to object File "H5L.c", line 1846, in H5L__create_real can't insert link File "H5Gtraverse.c", line 848, in H5G_traverse internal path traversal failed File "H5Gtraverse.c", line 624, in H5G__traverse_real traversal operator failed File "H5L.c", line 1652, in H5L__link_cb unable to create object File "H5Oint.c", line 2496, in H5O_obj_create unable to open object File "H5Doh.c", line 300, in H5O__dset_create unable to create dataset File "H5Dint.c", line 1230, in H5D__create H5Z_has_optional_filter() failed File "H5Z.c", line 1060, in H5Z_ignore_filters not suitable for filters End of HDF5 error back trace Problems creating the VLArray. ====================================================================== ERROR: test01_read (tables.tests.test_vlarray.AllFiltersTestCase) Checking vlarray read. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 40, in setUp self.populateFile() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 50, in populateFile vlarray = self.h5file.create_vlarray(group, 'vlarray1', File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/file.py", line 1502, in create_vlarray ptobj = VLArray(parentnode, name, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 353, in __init__ super(VLArray, self).__init__(parentnode, name, new, filters, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/leaf.py", line 290, in __init__ super(Leaf, self).__init__(parentnode, name, _log) File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/node.py", line 266, in __init__ self._v_objectid = self._g_create() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 423, in _g_create self._v_objectid = self._create_array(self._v_new_title) File "tables/hdf5extension.pyx", line 1968, in tables.hdf5extension.VLArray._create_array raise HDF5ExtError("Problems creating the VLArray.") tables.exceptions.HDF5ExtError: HDF5 error back trace File "H5D.c", line 152, in H5Dcreate2 unable to create dataset File "H5Dint.c", line 338, in H5D__create_named unable to create and link to dataset File "H5L.c", line 1605, in H5L_link_object unable to create new link to object File "H5L.c", line 1846, in H5L__create_real can't insert link File "H5Gtraverse.c", line 848, in H5G_traverse internal path traversal failed File "H5Gtraverse.c", line 624, in H5G__traverse_real traversal operator failed File "H5L.c", line 1652, in H5L__link_cb unable to create object File "H5Oint.c", line 2496, in H5O_obj_create unable to open object File "H5Doh.c", line 300, in H5O__dset_create unable to create dataset File "H5Dint.c", line 1230, in H5D__create H5Z_has_optional_filter() failed File "H5Z.c", line 1060, in H5Z_ignore_filters not suitable for filters End of HDF5 error back trace Problems creating the VLArray. ====================================================================== ERROR: test02a_getitem (tables.tests.test_vlarray.AllFiltersTestCase) Checking vlarray __getitem__ (slices) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 40, in setUp self.populateFile() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 50, in populateFile vlarray = self.h5file.create_vlarray(group, 'vlarray1', File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/file.py", line 1502, in create_vlarray ptobj = VLArray(parentnode, name, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 353, in __init__ super(VLArray, self).__init__(parentnode, name, new, filters, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/leaf.py", line 290, in __init__ super(Leaf, self).__init__(parentnode, name, _log) File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/node.py", line 266, in __init__ self._v_objectid = self._g_create() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 423, in _g_create self._v_objectid = self._create_array(self._v_new_title) File "tables/hdf5extension.pyx", line 1968, in tables.hdf5extension.VLArray._create_array raise HDF5ExtError("Problems creating the VLArray.") tables.exceptions.HDF5ExtError: HDF5 error back trace File "H5D.c", line 152, in H5Dcreate2 unable to create dataset File "H5Dint.c", line 338, in H5D__create_named unable to create and link to dataset File "H5L.c", line 1605, in H5L_link_object unable to create new link to object File "H5L.c", line 1846, in H5L__create_real can't insert link File "H5Gtraverse.c", line 848, in H5G_traverse internal path traversal failed File "H5Gtraverse.c", line 624, in H5G__traverse_real traversal operator failed File "H5L.c", line 1652, in H5L__link_cb unable to create object File "H5Oint.c", line 2496, in H5O_obj_create unable to open object File "H5Doh.c", line 300, in H5O__dset_create unable to create dataset File "H5Dint.c", line 1230, in H5D__create H5Z_has_optional_filter() failed File "H5Z.c", line 1060, in H5Z_ignore_filters not suitable for filters End of HDF5 error back trace Problems creating the VLArray. ====================================================================== ERROR: test02b_getitem (tables.tests.test_vlarray.AllFiltersTestCase) Checking vlarray __getitem__ (scalars) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 40, in setUp self.populateFile() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 50, in populateFile vlarray = self.h5file.create_vlarray(group, 'vlarray1', File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/file.py", line 1502, in create_vlarray ptobj = VLArray(parentnode, name, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 353, in __init__ super(VLArray, self).__init__(parentnode, name, new, filters, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/leaf.py", line 290, in __init__ super(Leaf, self).__init__(parentnode, name, _log) File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/node.py", line 266, in __init__ self._v_objectid = self._g_create() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 423, in _g_create self._v_objectid = self._create_array(self._v_new_title) File "tables/hdf5extension.pyx", line 1968, in tables.hdf5extension.VLArray._create_array raise HDF5ExtError("Problems creating the VLArray.") tables.exceptions.HDF5ExtError: HDF5 error back trace File "H5D.c", line 152, in H5Dcreate2 unable to create dataset File "H5Dint.c", line 338, in H5D__create_named unable to create and link to dataset File "H5L.c", line 1605, in H5L_link_object unable to create new link to object File "H5L.c", line 1846, in H5L__create_real can't insert link File "H5Gtraverse.c", line 848, in H5G_traverse internal path traversal failed File "H5Gtraverse.c", line 624, in H5G__traverse_real traversal operator failed File "H5L.c", line 1652, in H5L__link_cb unable to create object File "H5Oint.c", line 2496, in H5O_obj_create unable to open object File "H5Doh.c", line 300, in H5O__dset_create unable to create dataset File "H5Dint.c", line 1230, in H5D__create H5Z_has_optional_filter() failed File "H5Z.c", line 1060, in H5Z_ignore_filters not suitable for filters End of HDF5 error back trace Problems creating the VLArray. ====================================================================== ERROR: test03_append (tables.tests.test_vlarray.AllFiltersTestCase) Checking vlarray append. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 40, in setUp self.populateFile() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 50, in populateFile vlarray = self.h5file.create_vlarray(group, 'vlarray1', File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/file.py", line 1502, in create_vlarray ptobj = VLArray(parentnode, name, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 353, in __init__ super(VLArray, self).__init__(parentnode, name, new, filters, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/leaf.py", line 290, in __init__ super(Leaf, self).__init__(parentnode, name, _log) File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/node.py", line 266, in __init__ self._v_objectid = self._g_create() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 423, in _g_create self._v_objectid = self._create_array(self._v_new_title) File "tables/hdf5extension.pyx", line 1968, in tables.hdf5extension.VLArray._create_array raise HDF5ExtError("Problems creating the VLArray.") tables.exceptions.HDF5ExtError: HDF5 error back trace File "H5D.c", line 152, in H5Dcreate2 unable to create dataset File "H5Dint.c", line 338, in H5D__create_named unable to create and link to dataset File "H5L.c", line 1605, in H5L_link_object unable to create new link to object File "H5L.c", line 1846, in H5L__create_real can't insert link File "H5Gtraverse.c", line 848, in H5G_traverse internal path traversal failed File "H5Gtraverse.c", line 624, in H5G__traverse_real traversal operator failed File "H5L.c", line 1652, in H5L__link_cb unable to create object File "H5Oint.c", line 2496, in H5O_obj_create unable to open object File "H5Doh.c", line 300, in H5O__dset_create unable to create dataset File "H5Dint.c", line 1230, in H5D__create H5Z_has_optional_filter() failed File "H5Z.c", line 1060, in H5Z_ignore_filters not suitable for filters End of HDF5 error back trace Problems creating the VLArray. ====================================================================== ERROR: test04_get_row_size (tables.tests.test_vlarray.AllFiltersTestCase) Checking get_row_size method. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 40, in setUp self.populateFile() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/tests/test_vlarray.py", line 50, in populateFile vlarray = self.h5file.create_vlarray(group, 'vlarray1', File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/file.py", line 1502, in create_vlarray ptobj = VLArray(parentnode, name, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 353, in __init__ super(VLArray, self).__init__(parentnode, name, new, filters, File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/leaf.py", line 290, in __init__ super(Leaf, self).__init__(parentnode, name, _log) File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/node.py", line 266, in __init__ self._v_objectid = self._g_create() File "/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-x86_64-3.8/tables/vlarray.py", line 423, in _g_create self._v_objectid = self._create_array(self._v_new_title) File "tables/hdf5extension.pyx", line 1968, in tables.hdf5extension.VLArray._create_array raise HDF5ExtError("Problems creating the VLArray.") tables.exceptions.HDF5ExtError: HDF5 error back trace File "H5D.c", line 152, in H5Dcreate2 unable to create dataset File "H5Dint.c", line 338, in H5D__create_named unable to create and link to dataset File "H5L.c", line 1605, in H5L_link_object unable to create new link to object File "H5L.c", line 1846, in H5L__create_real can't insert link File "H5Gtraverse.c", line 848, in H5G_traverse internal path traversal failed File "H5Gtraverse.c", line 624, in H5G__traverse_real traversal operator failed File "H5L.c", line 1652, in H5L__link_cb unable to create object File "H5Oint.c", line 2496, in H5O_obj_create unable to open object File "H5Doh.c", line 300, in H5O__dset_create unable to create dataset File "H5Dint.c", line 1230, in H5D__create H5Z_has_optional_filter() failed File "H5Z.c", line 1060, in H5Z_ignore_filters not suitable for filters End of HDF5 error back trace Problems creating the VLArray. ---------------------------------------------------------------------- Ran 6385 tests in 681.370s FAILED (errors=12, skipped=85) Closing remaining open files:/tmp/Fletcher32TestCasequwbuye0.h5...done/tmp/Fletcher32TestCaselrotqowe.h5...done/tmp/AllFiltersTestCase0bilrfk2.h5...done/tmp/AllFiltersTestCaseuj3_0zpi.h5...done/tmp/AllFiltersTestCaseysouaw73.h5...done/tmp/AllFiltersTestCasemdcizy0l.h5...done/tmp/AllFiltersTestCasewwxqaigd.h5...done/tmp/Fletcher32TestCasekvblg1z5.h5...done/tmp/Fletcher32TestCaseq3xvqtys.h5...done/tmp/Fletcher32TestCaserflo1ipd.h5...done/tmp/AllFiltersTestCaseu_a5codb.h5...done/tmp/Fletcher32TestCasehffm0heq.h5...done + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python-tables-doc-3.5.2-2.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.np5ZQw + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tables-3.5.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/share/doc/python-tables-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/share/doc/python-tables-doc + cp -pr examples/ /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/share/doc/python-tables-doc + cp -pr doc/source/ /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/share/doc/python-tables-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-tables-doc = 3.5.2-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-tables-3.5.2-2.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ZZZYly + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tables-3.5.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/share/doc/python3-tables + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/share/doc/python3-tables + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/share/doc/python3-tables + cp -pr LICENSES /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64/usr/share/doc/python3-tables + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-tables = 3.5.2-2.mga8 python3-tables = 3.5.2-2.mga8 python3-tables(x86-64) = 3.5.2-2.mga8 python3.8-tables = 3.5.2-2.mga8 python3.8dist(tables) = 3.5.2 python3dist(tables) = 3.5.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libblosc.so.1()(64bit) libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libhdf5.so.103()(64bit) liblzo2.so.2()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libpython3.8.so.1.0()(64bit) python(abi) = 3.8 python3.8dist(mock) >= 2 python3.8dist(numexpr) >= 2.6.2 python3.8dist(numpy) >= 1.9.3 python3.8dist(setuptools) python3.8dist(six) >= 1.9 Obsoletes: python-tables < 3.5.2-2.mga8 Processing files: python-tables-debugsource-3.5.2-2.mga8.x86_64 Provides: python-tables-debugsource = 3.5.2-2.mga8 python-tables-debugsource(x86-64) = 3.5.2-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-tables-debuginfo-3.5.2-2.mga8.x86_64 Provides: debuginfo(build-id) = 026c4cba471b84412fd0ebad44028b80216850d6 debuginfo(build-id) = 14f12fe6ee919dfbddc4ac0a68d58d0d630942ee debuginfo(build-id) = 1d9c70e084a15765f4c7a476fc96452859a36054 debuginfo(build-id) = 4e5a7a4c0317d84343f301a903e2b1a1d24eb88a debuginfo(build-id) = b849469f5d552b4a552f84db9fbab485aebf1eef debuginfo(build-id) = c3219b079bb893123b80d636dc006b3a7960e640 debuginfo(build-id) = c6292b0da12f36085cefff9b7b1a3397c9ad549b debuginfo(build-id) = dc824b002cbd0235628f021e357999f9c3b7f405 python-tables-debuginfo = 3.5.2-2.mga8 python3-tables-debuginfo = 3.5.2-2.mga8 python3-tables-debuginfo(x86-64) = 3.5.2-2.mga8 python3.8-tables-debuginfo = 3.5.2-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-tables-debugsource(x86-64) = 3.5.2-2.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/python-tables-doc-3.5.2-2.mga8.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python-tables-debugsource-3.5.2-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python3-tables-3.5.2-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python3-tables-debuginfo-3.5.2-2.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ghXyAv + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tables-3.5.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-2.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.c75Srz + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf tables-3.5.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!