D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-tables-3.5.2-1.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7UNDc9 + 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.CzSO54 + 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-aarch64-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-aarch64-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_compressorsa7iw0cs8.c: In function 'main': /tmp/blosc_list_compressorsa7iw0cs8.c:2:5: warning: implicit declaration of function 'blosc_list_compressors' [-Wimplicit-function-declaration] 2 | blosc_list_compressors(); | ^~~~~~~~~~~~~~~~~~~~~~ * Using Python 3.8.1 (default, Jan 4 2020, 05:07:50) * 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-aarch64-3.8 creating build/lib.linux-aarch64-3.8/tables copying tables/leaf.py -> build/lib.linux-aarch64-3.8/tables copying tables/utils.py -> build/lib.linux-aarch64-3.8/tables copying tables/undoredo.py -> build/lib.linux-aarch64-3.8/tables copying tables/registry.py -> build/lib.linux-aarch64-3.8/tables copying tables/conditions.py -> build/lib.linux-aarch64-3.8/tables copying tables/node.py -> build/lib.linux-aarch64-3.8/tables copying tables/carray.py -> build/lib.linux-aarch64-3.8/tables copying tables/expression.py -> build/lib.linux-aarch64-3.8/tables copying tables/path.py -> build/lib.linux-aarch64-3.8/tables copying tables/table.py -> build/lib.linux-aarch64-3.8/tables copying tables/earray.py -> build/lib.linux-aarch64-3.8/tables copying tables/flavor.py -> build/lib.linux-aarch64-3.8/tables copying tables/atom.py -> build/lib.linux-aarch64-3.8/tables copying tables/indexes.py -> build/lib.linux-aarch64-3.8/tables copying tables/filters.py -> build/lib.linux-aarch64-3.8/tables copying tables/idxutils.py -> build/lib.linux-aarch64-3.8/tables copying tables/vlarray.py -> build/lib.linux-aarch64-3.8/tables copying tables/req_versions.py -> build/lib.linux-aarch64-3.8/tables copying tables/group.py -> build/lib.linux-aarch64-3.8/tables copying tables/array.py -> build/lib.linux-aarch64-3.8/tables copying tables/link.py -> build/lib.linux-aarch64-3.8/tables copying tables/index.py -> build/lib.linux-aarch64-3.8/tables copying tables/exceptions.py -> build/lib.linux-aarch64-3.8/tables copying tables/__init__.py -> build/lib.linux-aarch64-3.8/tables copying tables/attributeset.py -> build/lib.linux-aarch64-3.8/tables copying tables/file.py -> build/lib.linux-aarch64-3.8/tables copying tables/parameters.py -> build/lib.linux-aarch64-3.8/tables copying tables/description.py -> build/lib.linux-aarch64-3.8/tables copying tables/unimplemented.py -> build/lib.linux-aarch64-3.8/tables creating build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_vlarray.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_types.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_create.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_carray.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_tables.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_indexes.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_enum.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/check_leaks.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_basics.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_utils.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_tree.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_hdf5compat.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_numpy.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/common.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_links.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_tablesMD.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_indexvalues.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_earray.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_lists.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_queries.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_index_backcompat.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/create_backcompat_indexes.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_garbage.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_attributes.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_nestedtypes.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/__init__.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_timestamps.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_backcompat.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_expression.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_aux.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_do_undo.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_timetype.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_all.py -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_array.py -> build/lib.linux-aarch64-3.8/tables/tests creating build/lib.linux-aarch64-3.8/tables/misc copying tables/misc/proxydict.py -> build/lib.linux-aarch64-3.8/tables/misc copying tables/misc/__init__.py -> build/lib.linux-aarch64-3.8/tables/misc copying tables/misc/enum.py -> build/lib.linux-aarch64-3.8/tables/misc creating build/lib.linux-aarch64-3.8/tables/scripts copying tables/scripts/pt2to3.py -> build/lib.linux-aarch64-3.8/tables/scripts copying tables/scripts/ptrepack.py -> build/lib.linux-aarch64-3.8/tables/scripts copying tables/scripts/pttree.py -> build/lib.linux-aarch64-3.8/tables/scripts copying tables/scripts/__init__.py -> build/lib.linux-aarch64-3.8/tables/scripts copying tables/scripts/ptdump.py -> build/lib.linux-aarch64-3.8/tables/scripts creating build/lib.linux-aarch64-3.8/tables/nodes copying tables/nodes/filenode.py -> build/lib.linux-aarch64-3.8/tables/nodes copying tables/nodes/__init__.py -> build/lib.linux-aarch64-3.8/tables/nodes creating build/lib.linux-aarch64-3.8/tables/nodes/tests copying tables/nodes/tests/test_filenode.py -> build/lib.linux-aarch64-3.8/tables/nodes/tests copying tables/nodes/tests/__init__.py -> build/lib.linux-aarch64-3.8/tables/nodes/tests copying tables/tests/oldflavor_numeric.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/idx-std-1.x.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/float.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/smpl_i32le.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/python3.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/blosc_bigendian.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/zerodim-attrs-1.4.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/vlstr_attr.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/attr-u16.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/Tables_lzo2.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/smpl_i64le.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/issue_368.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/vlunicode_endian.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/slink.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/smpl_f64le.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/smpl_enum.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/Tables_lzo1.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/non-chunked-table.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/python2.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/time-table-vlarray-1_x.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_szip.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/Tables_lzo1_shuffle.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/smpl_compound_chunked.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/smpl_unsupptype.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/indexes_2_0.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/Tables_lzo2_shuffle.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/nested-type-with-gaps.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/times-nested-be.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/smpl_f64be.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/array_mdatom.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/smpl_SDSextendible.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/elink.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/bug-idx.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/flavored_vlarrays-format1.6.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/indexes_2_1.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/smpl_i64be.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/scalar.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/smpl_i32be.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/elink2.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/ex-noattr.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/issue_560.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/zerodim-attrs-1.3.h5 -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/matlab_file.mat -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_ref_array2.mat -> build/lib.linux-aarch64-3.8/tables/tests copying tables/tests/test_ref_array1.mat -> build/lib.linux-aarch64-3.8/tables/tests copying tables/nodes/tests/test_filenode.dat -> build/lib.linux-aarch64-3.8/tables/nodes/tests copying tables/nodes/tests/test_filenode.xbm -> build/lib.linux-aarch64-3.8/tables/nodes/tests copying tables/nodes/tests/test_filenode_v1.h5 -> build/lib.linux-aarch64-3.8/tables/nodes/tests running build_ext building 'tables.utilsextension' extension creating build/temp.linux-aarch64-3.8 creating build/temp.linux-aarch64-3.8/tables creating build/temp.linux-aarch64-3.8/src creating build/temp.linux-aarch64-3.8/hdf5-blosc creating build/temp.linux-aarch64-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-aarch64-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:1832, 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:612: /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:7000:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 7000 | __pyx_t_1 = blosc_list_compressors(); | ^ tables/utilsextension.c: In function '__pyx_pf_6tables_14utilsextension_36blosc_compcode_to_compname_': tables/utilsextension.c:7174:56: warning: passing argument 2 of 'blosc_compcode_to_compname' from incompatible pointer type [-Wincompatible-pointer-types] 7174 | __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:619: /usr/include/blosc.h:389:72: note: expected 'const char **' but argument is of type 'char **' 389 | 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:7985:52: warning: comparison of integer expressions of different signedness: 'hsize_t' {aka 'long long unsigned int'} and 'long long int' [-Wsign-compare] 7985 | __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:12268:33: warning: comparison of integer expressions of different signedness: 'int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 12268 | 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:15067:35: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 15067 | for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { | ^ tables/utilsextension.c:15294:52: warning: comparison of integer expressions of different signedness: 'hsize_t' {aka 'long long unsigned int'} and 'long long int' [-Wsign-compare] 15294 | __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-aarch64-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:1832, 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-aarch64-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:1832, 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-aarch64-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-aarch64-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:389:72: note: expected 'const char **' but argument is of type 'char **' 389 | 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-aarch64-3.8/tables/utilsextension.o build/temp.linux-aarch64-3.8/src/utils.o build/temp.linux-aarch64-3.8/src/H5ARRAY.o build/temp.linux-aarch64-3.8/src/H5ATTR.o build/temp.linux-aarch64-3.8/hdf5-blosc/src/blosc_filter.o -L/usr/lib64 -ldl -lm -lhdf5 -lblosc -lpython3.8 -o build/lib.linux-aarch64-3.8/tables/utilsextension.cpython-38-aarch64-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-aarch64-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:1832, 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:611: /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:18511:54: warning: comparison of integer expressions of different signedness: 'hsize_t' {aka 'long long unsigned int'} and 'long long int' [-Wsign-compare] 18511 | __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:26272:33: warning: comparison of integer expressions of different signedness: 'int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 26272 | 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-aarch64-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:1832, 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-aarch64-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-aarch64-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:1832, 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-aarch64-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-aarch64-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:1832, 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-aarch64-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-aarch64-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:389:72: note: expected 'const char **' but argument is of type 'char **' 389 | 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-aarch64-3.8/tables/hdf5extension.o build/temp.linux-aarch64-3.8/src/utils.o build/temp.linux-aarch64-3.8/src/typeconv.o build/temp.linux-aarch64-3.8/src/H5ARRAY.o build/temp.linux-aarch64-3.8/src/H5ARRAY-opt.o build/temp.linux-aarch64-3.8/src/H5VLARRAY.o build/temp.linux-aarch64-3.8/src/H5ATTR.o build/temp.linux-aarch64-3.8/hdf5-blosc/src/blosc_filter.o -L/usr/lib64 -ldl -lm -lhdf5 -lblosc -lpython3.8 -o build/lib.linux-aarch64-3.8/tables/hdf5extension.cpython-38-aarch64-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-aarch64-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:1832, 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:612: /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:4685:33: warning: comparison of integer expressions of different signedness: 'int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 4685 | 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:11680:37: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 11680 | __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:12102:45: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 12102 | __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0); | ^~ tables/tableextension.c:12332:47: warning: comparison of integer expressions of different signedness: 'hsize_t' {aka 'long long unsigned int'} and 'long long int' [-Wsign-compare] 12332 | __pyx_t_1 = ((__pyx_v_self->nrowsread > __pyx_v_self->stop) != 0); | ^ tables/tableextension.c:12370:33: warning: comparison of integer expressions of different signedness: 'long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 12370 | __pyx_t_1 = ((__pyx_v_j == __pyx_v_self->nchunksinbuf) != 0); | ^~ tables/tableextension.c:12662:58: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'int' [-Wsign-compare] 12662 | __pyx_t_1 = (((__pyx_v_self->lenbuf + __pyx_t_8) < __pyx_v_self->iterseq_max_elements) != 0); | ^ tables/tableextension.c:12760:38: warning: comparison of integer expressions of different signedness: 'long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 12760 | __pyx_t_1 = ((__pyx_v_self->_row == __pyx_v_self->lenbuf) != 0); | ^~ tables/tableextension.c:12826:42: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 12826 | __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:13057:47: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 13057 | __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0); | ^~ tables/tableextension.c:13067:76: warning: comparison of integer expressions of different signedness: 'hsize_t' {aka 'long long unsigned int'} and 'long long int' [-Wsign-compare] 13067 | __pyx_t_1 = (((__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf) > __pyx_v_self->stop) != 0); | ^ tables/tableextension.c:13412:47: warning: comparison of integer expressions of different signedness: 'long long int' and 'long long unsigned int' [-Wsign-compare] 13412 | __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:13763:45: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 13763 | __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0); | ^~ tables/tableextension.c:13774:49: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 13774 | __pyx_t_1 = ((__pyx_v_self->nextelement >= (__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf)) != 0); | ^~ tables/tableextension.c:13803:41: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 13803 | __pyx_t_1 = ((__pyx_v_self->stopb > __pyx_v_self->nrowsinbuf) != 0); | ^ tables/tableextension.c:14065:43: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 14065 | __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:14366:47: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 14366 | __pyx_t_1 = ((__pyx_v_self->nextelement >= __pyx_v_self->nrowsread) != 0); | ^~ tables/tableextension.c:14377:51: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 14377 | __pyx_t_1 = ((__pyx_v_self->nextelement >= (__pyx_v_self->nrowsread + __pyx_v_self->nrowsinbuf)) != 0); | ^~ tables/tableextension.c:14406:43: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 14406 | __pyx_t_1 = ((__pyx_v_self->stopb > __pyx_v_self->nrowsinbuf) != 0); | ^ tables/tableextension.c:14677:47: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 14677 | __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:15434:36: warning: comparison of integer expressions of different signedness: 'long long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 15434 | __pyx_t_7 = ((__pyx_v_istopb > __pyx_v_inrowsinbuf) != 0); | ^ tables/tableextension.c: In function '__pyx_pf_6tables_14tableextension_3Row_10append': tables/tableextension.c:16452:46: warning: comparison of integer expressions of different signedness: 'long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 16452 | __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:16967:42: warning: comparison of integer expressions of different signedness: 'long int' and 'hsize_t' {aka 'long long unsigned int'} [-Wsign-compare] 16967 | __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-aarch64-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:1832, 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-aarch64-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-aarch64-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-aarch64-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-aarch64-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:389:72: note: expected 'const char **' but argument is of type 'char **' 389 | 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-aarch64-3.8/tables/tableextension.o build/temp.linux-aarch64-3.8/src/utils.o build/temp.linux-aarch64-3.8/src/typeconv.o build/temp.linux-aarch64-3.8/src/H5TB-opt.o build/temp.linux-aarch64-3.8/src/H5ATTR.o build/temp.linux-aarch64-3.8/hdf5-blosc/src/blosc_filter.o -L/usr/lib64 -ldl -lm -lhdf5 -lblosc -lpython3.8 -o build/lib.linux-aarch64-3.8/tables/tableextension.cpython-38-aarch64-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-aarch64-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-aarch64-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-aarch64-3.8/tables/_comp_lzo.o build/temp.linux-aarch64-3.8/src/H5Zlzo.o -L/usr/lib64 -ldl -lm -lhdf5 -llzo2 -lpython3.8 -o build/lib.linux-aarch64-3.8/tables/_comp_lzo.cpython-38-aarch64-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-aarch64-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-aarch64-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-aarch64-3.8/tables/_comp_bzip2.o build/temp.linux-aarch64-3.8/src/H5Zbzip2.o -L/usr/lib64 -ldl -lm -lhdf5 -lbz2 -lpython3.8 -o build/lib.linux-aarch64-3.8/tables/_comp_bzip2.cpython-38-aarch64-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-aarch64-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:1832, 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:611: /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-aarch64-3.8/tables/linkextension.o -L/usr/lib64 -ldl -lm -lhdf5 -lblosc -lpython3.8 -o build/lib.linux-aarch64-3.8/tables/linkextension.cpython-38-aarch64-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-aarch64-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:1832, 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:611: /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-aarch64-3.8/tables/lrucacheextension.o -L/usr/lib64 -lpython3.8 -o build/lib.linux-aarch64-3.8/tables/lrucacheextension.cpython-38-aarch64-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-aarch64-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:1832, 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:611: /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:14109:47: warning: comparison of integer expressions of different signedness: 'long int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 14109 | __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-aarch64-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-aarch64-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:1832, 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-aarch64-3.8/tables/indexesextension.o build/temp.linux-aarch64-3.8/src/H5ARRAY-opt.o build/temp.linux-aarch64-3.8/src/idx-opt.o -L/usr/lib64 -ldl -lm -lhdf5 -lblosc -lpython3.8 -o build/lib.linux-aarch64-3.8/tables/indexesextension.cpython-38-aarch64-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.mw96W6 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64 + 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-1.mga8.aarch64 /tmp/blosc_list_compressorsizm8mrak.c: In function 'main': /tmp/blosc_list_compressorsizm8mrak.c:2:5: warning: implicit declaration of function 'blosc_list_compressors' [-Wimplicit-function-declaration] 2 | blosc_list_compressors(); | ^~~~~~~~~~~~~~~~~~~~~~ * Using Python 3.8.1 (default, Jan 4 2020, 05:07:50) * 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-1.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/hdf5extension.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/_comp_lzo.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/leaf.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/utilsextension.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/undoredo.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/registry.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/conditions.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/oldflavor_numeric.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_vlarray.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/idx-std-1.x.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/float.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_types.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_create.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_carray.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_tables.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/matlab_file.mat -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/smpl_i32le.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/python3.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_indexes.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_enum.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/blosc_bigendian.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/check_leaks.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/zerodim-attrs-1.4.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_basics.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/vlstr_attr.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_tree.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_hdf5compat.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/attr-u16.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/Tables_lzo2.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/smpl_i64le.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_numpy.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/common.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_links.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/issue_368.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_tablesMD.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/vlunicode_endian.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/slink.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/smpl_f64le.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/smpl_enum.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_indexvalues.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_earray.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/Tables_lzo1.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_lists.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/non-chunked-table.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/python2.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/time-table-vlarray-1_x.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_queries.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_szip.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/Tables_lzo1_shuffle.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/smpl_compound_chunked.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_index_backcompat.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/smpl_unsupptype.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/indexes_2_0.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/Tables_lzo2_shuffle.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_ref_array2.mat -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/nested-type-with-gaps.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_ref_array1.mat -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/create_backcompat_indexes.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_garbage.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/times-nested-be.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_attributes.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_nestedtypes.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/smpl_f64be.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/array_mdatom.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_timestamps.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_backcompat.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/smpl_SDSextendible.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_expression.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/elink.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/bug-idx.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/flavored_vlarrays-format1.6.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/indexes_2_1.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/smpl_i64be.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/scalar.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/smpl_i32be.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/elink2.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_aux.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/ex-noattr.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/issue_560.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_do_undo.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_timetype.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_all.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/zerodim-attrs-1.3.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/tests/test_array.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tests copying build/lib.linux-aarch64-3.8/tables/node.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/carray.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/expression.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/path.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/table.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/earray.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/misc copying build/lib.linux-aarch64-3.8/tables/misc/proxydict.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/misc copying build/lib.linux-aarch64-3.8/tables/misc/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/misc copying build/lib.linux-aarch64-3.8/tables/misc/enum.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/misc copying build/lib.linux-aarch64-3.8/tables/_comp_bzip2.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/flavor.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/atom.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/tableextension.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/indexes.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/filters.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/idxutils.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/vlarray.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/req_versions.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/group.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/array.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/link.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/index.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/linkextension.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/exceptions.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/scripts copying build/lib.linux-aarch64-3.8/tables/scripts/pt2to3.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/scripts copying build/lib.linux-aarch64-3.8/tables/scripts/ptrepack.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/scripts copying build/lib.linux-aarch64-3.8/tables/scripts/pttree.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/scripts copying build/lib.linux-aarch64-3.8/tables/scripts/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/scripts copying build/lib.linux-aarch64-3.8/tables/scripts/ptdump.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/scripts copying build/lib.linux-aarch64-3.8/tables/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/attributeset.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/file.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/indexesextension.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/parameters.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/lrucacheextension.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/description.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables copying build/lib.linux-aarch64-3.8/tables/unimplemented.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/nodes creating /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/nodes/tests copying build/lib.linux-aarch64-3.8/tables/nodes/tests/test_filenode.xbm -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/nodes/tests copying build/lib.linux-aarch64-3.8/tables/nodes/tests/test_filenode.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/nodes/tests copying build/lib.linux-aarch64-3.8/tables/nodes/tests/test_filenode_v1.h5 -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/nodes/tests copying build/lib.linux-aarch64-3.8/tables/nodes/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/nodes/tests copying build/lib.linux-aarch64-3.8/tables/nodes/tests/test_filenode.dat -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/nodes/tests copying build/lib.linux-aarch64-3.8/tables/nodes/filenode.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/nodes copying build/lib.linux-aarch64-3.8/tables/nodes/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/nodes byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/req_versions.py to req_versions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/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-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/nodes/__init__.py to __init__.cpython-38.pyc writing byte-compilation script '/tmp/tmp9gz97h11.py' /usr/bin/python3 /tmp/tmp9gz97h11.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/tmp9gz97h11.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-1.mga8.aarch64/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-1.mga8.aarch64/usr/bin Installing ptdump script to /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/bin Installing ptrepack script to /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/bin Installing pttree script to /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 3.5.2-1.mga8 --unique-debug-suffix -3.5.2-1.mga8.aarch64 --unique-debug-src-base python-tables-3.5.2-1.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -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-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/indexesextension.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/_comp_lzo.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/linkextension.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/hdf5extension.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/_comp_bzip2.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/lrucacheextension.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tableextension.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/utilsextension.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/linkextension.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/_comp_bzip2.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/_comp_lzo.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/lrucacheextension.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/indexesextension.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/hdf5extension.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/tableextension.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/tables/utilsextension.cpython-38-aarch64-linux-gnu.so original debug info size: 13104kB, size after compression: 12664kB /usr/lib/rpm/sepdebugcrcfix: Updated 8 CRC32s, 0 CRC32s did match. 13404 blocks + '[' -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/translate_menu + '[' -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/python 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/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-1.mga8.aarch64/usr/lib64/python3.8 using /usr/bin/python3.8 /usr/lib64/python3.8/pttree.py:318: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib64/python3.8/pttree.py:327: SyntaxWarning: "is not" with a literal. Did you mean "!="? /usr/lib64/python3.8/pttree.py:318: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib64/python3.8/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.bHIYk7 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tables-3.5.2 + '[' 1 -eq 1 ']' ++ ls build/ ++ grep lib + libdir=lib.linux-aarch64-3.8 ++ pwd + export PYTHONPATH=/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-aarch64-3.8 + PYTHONPATH=/home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-aarch64-3.8 + echo 'import tables; tables.test()' + /usr/bin/python3 bench/check_all.py -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= PyTables version: 3.5.2 HDF5 version: 1.10.5 NumPy version: 1.18.1 Numexpr version: 2.7.0 (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.17.1 (2019-12-12) Blosc compressors: blosclz (2.0.0), lz4 (1.9.2), lz4hc (1.9.2), snappy (unknown), zlib (1.2.11), zstd (1.4.4) Blosc filters: shuffle, bitshuffle Cython version: 0.29.14 Python version: 3.8.1 (default, Jan 4 2020, 05:07:50) [GCC 9.2.1 20191228] Platform: Linux-5.4.8-server-2.mga7-aarch64-with-glibc2.17 Byte-ordering: little Detected cores: 16 Default encoding: utf-8 Default FS encoding: utf-8 Default locale: (None, None) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= /home/iurt/rpmbuild/BUILD/tables-3.5.2/build/lib.linux-aarch64-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-aarch64-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-aarch64-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...............................................................................................................................................................................................................................................................................................ssssssssssssssssssssssssssss........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................sssss...............sssss...........................................................................................................................................................................................................................................................................................................................................................................................................s......................................................................................................................................................................................../usr/lib64/python3.8/site-packages/numpy/core/records.py:617: 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-aarch64-3.8/tables/nodes/filenode.py:170: UserWarning: host PyTables file is already closed! warnings.warn("host PyTables file is already closed!") ...... ---------------------------------------------------------------------- Ran 6385 tests in 456.356s OK (skipped=44) + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python-tables-doc-3.5.2-1.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9zHpj7 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tables-3.5.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/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-1.mga8.aarch64/usr/share/doc/python-tables-doc + cp -pr examples/ /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/share/doc/python-tables-doc + cp -pr doc/source/ /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/share/doc/python-tables-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-tables-doc = 3.5.2-1.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-1.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MQlBd5 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tables-3.5.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/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-1.mga8.aarch64/usr/share/doc/python3-tables + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/share/doc/python3-tables + cp -pr LICENSES /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64/usr/share/doc/python3-tables + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-tables = 3.5.2-1.mga8 python3-tables = 3.5.2-1.mga8 python3-tables(aarch-64) = 3.5.2-1.mga8 python3.8dist(tables) = 3.5.2 python3dist(tables) = 3.5.2 pythonegg(3)(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: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libblosc.so.1()(64bit) libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.17)(64bit) libhdf5.so.103()(64bit) liblzo2.so.2()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libpython3.8.so.1.0()(64bit) python(abi) = 3.8 python3.8dist(mock) >= 2.0 python3.8dist(numexpr) >= 2.6.2 python3.8dist(numpy) >= 1.9.3 python3.8dist(six) >= 1.9.0 Obsoletes: python-tables < 3.5.2-1.mga8 Processing files: python-tables-debugsource-3.5.2-1.mga8.aarch64 Provides: python-tables-debugsource = 3.5.2-1.mga8 python-tables-debugsource(aarch-64) = 3.5.2-1.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-1.mga8.aarch64 Provides: debuginfo(build-id) = 1fb19201e50ac188c7e3ac6c58d91b58a47d92c0 debuginfo(build-id) = 2b816cfd36e7a122e2aa7534b9366a370153b086 debuginfo(build-id) = 3c16a8184d5c1fc939a29c6a535624fbeff0cdd9 debuginfo(build-id) = 43ca9e9e77191a380bf0abd8ed12e4ee0d289661 debuginfo(build-id) = b2e61a3a9ea0dd21cc11130302b764bf233e5b11 debuginfo(build-id) = d5ba17cfd0c971e96b44707fd7e6acf8b0865f8c debuginfo(build-id) = d740f71a16f64876a6666a483ef599f9f230fde6 debuginfo(build-id) = ec04b7ccdd7f8edc9e2f1e647ff1a1d4baca446e python3-tables-debuginfo = 3.5.2-1.mga8 python3-tables-debuginfo(aarch-64) = 3.5.2-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-tables-debugsource(aarch-64) = 3.5.2-1.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-tables-3.5.2-1.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/python-tables-doc-3.5.2-1.mga8.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-tables-debugsource-3.5.2-1.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-tables-3.5.2-1.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-tables-debuginfo-3.5.2-1.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uVZox8 + 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-1.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.n0lsB8 + 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!