Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-indexed_gzip.spec'], chrootPath='/var/lib/mock/f33-build-473767-63814/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-indexed_gzip.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1610236800 Wrote: /builddir/build/SRPMS/python-indexed_gzip-1.4.0-1.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-indexed_gzip.spec'], chrootPath='/var/lib/mock/f33-build-473767-63814/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-indexed_gzip.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1610236800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.SZT57Y + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf indexed_gzip-1.4.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/indexed_gzip-1.4.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd indexed_gzip-1.4.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -name '*py' -exec sed -i '/^#!\/usr\/bin\/env python/ d' '{}' ';' + rm -rfv indexed_gzip.egg-info removed 'indexed_gzip.egg-info/dependency_links.txt' removed 'indexed_gzip.egg-info/SOURCES.txt' removed 'indexed_gzip.egg-info/PKG-INFO' removed 'indexed_gzip.egg-info/top_level.txt' removed directory 'indexed_gzip.egg-info' + rm -fv 'indexed_gzip/{indexed_gzip}.c' + rm -fv 'indexed_gzip/tests/ctest_{indexed_gzip}.c' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.C7aysY + umask 022 + cd /builddir/build/BUILD + cd indexed_gzip-1.4.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' indexed_gzip setup have_cython: True (if True, modules will be cythonized, otherwise pre-cythonized C files are assumed to be present) have_numpy: True (if True, test modules will be compiled) ZLIB_HOME: None (if set, ZLIB sources are compiled into the indexed_gzip extension) testing: False (if True, code will be compiled with line tracing enabled) Compiling indexed_gzip/indexed_gzip.pyx because it changed. Compiling indexed_gzip/tests/ctest_indexed_gzip.pyx because it changed. Compiling indexed_gzip/tests/ctest_zran.pyx because it changed. [1/3] Cythonizing indexed_gzip/indexed_gzip.pyx [2/3] Cythonizing indexed_gzip/tests/ctest_indexed_gzip.pyx [3/3] Cythonizing indexed_gzip/tests/ctest_zran.pyx running build running build_py creating build creating build/lib.linux-riscv64-3.9 creating build/lib.linux-riscv64-3.9/indexed_gzip copying indexed_gzip/__init__.py -> build/lib.linux-riscv64-3.9/indexed_gzip creating build/lib.linux-riscv64-3.9/indexed_gzip/tests copying indexed_gzip/tests/test_indexed_gzip_threading.py -> build/lib.linux-riscv64-3.9/indexed_gzip/tests copying indexed_gzip/tests/test_nibabel_integration.py -> build/lib.linux-riscv64-3.9/indexed_gzip/tests copying indexed_gzip/tests/test_zran.py -> build/lib.linux-riscv64-3.9/indexed_gzip/tests copying indexed_gzip/tests/conftest.py -> build/lib.linux-riscv64-3.9/indexed_gzip/tests copying indexed_gzip/tests/__main__.py -> build/lib.linux-riscv64-3.9/indexed_gzip/tests copying indexed_gzip/tests/__init__.py -> build/lib.linux-riscv64-3.9/indexed_gzip/tests copying indexed_gzip/tests/benchmark.py -> build/lib.linux-riscv64-3.9/indexed_gzip/tests copying indexed_gzip/tests/test_indexed_gzip.py -> build/lib.linux-riscv64-3.9/indexed_gzip/tests running build_ext building 'indexed_gzip.indexed_gzip' extension creating build/temp.linux-riscv64-3.9 creating build/temp.linux-riscv64-3.9/indexed_gzip gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I./indexed_gzip -Iindexed_gzip -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c indexed_gzip/indexed_gzip.c -o build/temp.linux-riscv64-3.9/indexed_gzip/indexed_gzip.o -Wall -pedantic -Wno-unused-function indexed_gzip/indexed_gzip.c:2252:91: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 2252 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_1open = {"open", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_1open, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_open}; | ^ indexed_gzip/indexed_gzip.c:2252:78: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 2252 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_1open = {"open", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_1open, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_open}; | ^ indexed_gzip/indexed_gzip.c:2410:117: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 2410 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_15IndexedGzipFile_1__init__ = {"__init__", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_15IndexedGzipFile_1__init__, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_15IndexedGzipFile___init__}; | ^ indexed_gzip/indexed_gzip.c:2410:104: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 2410 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_15IndexedGzipFile_1__init__ = {"__init__", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_15IndexedGzipFile_1__init__, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_15IndexedGzipFile___init__}; | ^ indexed_gzip/indexed_gzip.c:2748:111: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 2748 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_15IndexedGzipFile_3pread = {"pread", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_15IndexedGzipFile_3pread, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_15IndexedGzipFile_2pread}; | ^ indexed_gzip/indexed_gzip.c:2748:98: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 2748 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_15IndexedGzipFile_3pread = {"pread", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_15IndexedGzipFile_3pread, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_15IndexedGzipFile_2pread}; | ^ indexed_gzip/indexed_gzip.c:6735:119: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 6735 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_24__exit__ = {"__exit__", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_24__exit__, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_23__exit__}; | ^ indexed_gzip/indexed_gzip.c:6735:106: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 6735 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_24__exit__ = {"__exit__", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_24__exit__, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_23__exit__}; | ^ indexed_gzip/indexed_gzip.c:7215:111: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 7215 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_30seek = {"seek", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_30seek, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_29seek}; | ^ indexed_gzip/indexed_gzip.c:7215:98: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 7215 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_30seek = {"seek", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_30seek, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_29seek}; | ^ indexed_gzip/indexed_gzip.c:7937:111: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 7937 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_32read = {"read", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_32read, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_31read}; | ^ indexed_gzip/indexed_gzip.c:7937:98: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 7937 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_32read = {"read", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_32read, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_31read}; | ^ indexed_gzip/indexed_gzip.c:9150:113: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 9150 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_36pread = {"pread", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_36pread, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_35pread}; | ^ indexed_gzip/indexed_gzip.c:9150:100: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 9150 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_36pread = {"pread", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_36pread, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_35pread}; | ^ indexed_gzip/indexed_gzip.c:9474:119: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 9474 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_38readline = {"readline", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_38readline, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_37readline}; | ^ indexed_gzip/indexed_gzip.c:9474:106: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 9474 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_38readline = {"readline", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_38readline, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_37readline}; | ^ indexed_gzip/indexed_gzip.c:10113:121: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 10113 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_40readlines = {"readlines", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_40readlines, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_39readlines}; | ^ indexed_gzip/indexed_gzip.c:10113:108: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 10113 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_40readlines = {"readlines", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_40readlines, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_39readlines}; | ^ indexed_gzip/indexed_gzip.c:10723:113: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 10723 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_46write = {"write", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_46write, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_45write}; | ^ indexed_gzip/indexed_gzip.c:10723:100: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 10723 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_46write = {"write", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_46write, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_45write}; | ^ indexed_gzip/indexed_gzip.c:10828:127: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 10828 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_50export_index = {"export_index", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_50export_index, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_49export_index}; | ^ indexed_gzip/indexed_gzip.c:10828:114: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 10828 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_50export_index = {"export_index", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_50export_index, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_49export_index}; | ^ indexed_gzip/indexed_gzip.c:11521:127: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 11521 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_52import_index = {"import_index", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_52import_index, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_51import_index}; | ^ indexed_gzip/indexed_gzip.c:11521:114: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 11521 | static PyMethodDef __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_52import_index = {"import_index", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_52import_index, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_51import_index}; | ^ indexed_gzip/indexed_gzip.c:13934:29: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 13934 | {"__exit__", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_24__exit__, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_23__exit__}, | ^ indexed_gzip/indexed_gzip.c:13934:16: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 13934 | {"__exit__", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_24__exit__, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_23__exit__}, | ^ indexed_gzip/indexed_gzip.c:13936:25: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 13936 | {"seek", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_30seek, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_29seek}, | ^ indexed_gzip/indexed_gzip.c:13936:12: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 13936 | {"seek", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_30seek, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_29seek}, | ^ indexed_gzip/indexed_gzip.c:13937:25: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 13937 | {"read", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_32read, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_31read}, | ^ indexed_gzip/indexed_gzip.c:13937:12: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 13937 | {"read", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_32read, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_31read}, | ^ indexed_gzip/indexed_gzip.c:13939:26: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 13939 | {"pread", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_36pread, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_35pread}, | ^ indexed_gzip/indexed_gzip.c:13939:13: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 13939 | {"pread", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_36pread, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_35pread}, | ^ indexed_gzip/indexed_gzip.c:13940:29: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 13940 | {"readline", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_38readline, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_37readline}, | ^ indexed_gzip/indexed_gzip.c:13940:16: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 13940 | {"readline", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_38readline, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_37readline}, | ^ indexed_gzip/indexed_gzip.c:13941:30: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 13941 | {"readlines", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_40readlines, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_39readlines}, | ^ indexed_gzip/indexed_gzip.c:13941:17: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 13941 | {"readlines", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_40readlines, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_39readlines}, | ^ indexed_gzip/indexed_gzip.c:13943:26: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 13943 | {"write", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_46write, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_45write}, | ^ indexed_gzip/indexed_gzip.c:13943:13: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 13943 | {"write", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_46write, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_45write}, | ^ indexed_gzip/indexed_gzip.c:13945:33: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 13945 | {"export_index", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_50export_index, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_49export_index}, | ^ indexed_gzip/indexed_gzip.c:13945:20: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 13945 | {"export_index", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_50export_index, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_49export_index}, | ^ indexed_gzip/indexed_gzip.c:13946:33: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 13946 | {"import_index", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_52import_index, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_51import_index}, | ^ indexed_gzip/indexed_gzip.c:13946:20: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 13946 | {"import_index", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_52import_index, METH_VARARGS|METH_KEYWORDS, __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_51import_index}, | ^ indexed_gzip/indexed_gzip.c:14480:19: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 14480 | {Py_mod_create, (void*)__pyx_pymod_create}, | ^ indexed_gzip/indexed_gzip.c:14481:17: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 14481 | {Py_mod_exec, (void*)__pyx_pymod_exec_indexed_gzip}, | ^ indexed_gzip/indexed_gzip.c: In function ‘__Pyx_CallUnboundCMethod2’: indexed_gzip/indexed_gzip.c:16663:45: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 16663 | return (*(__Pyx_PyCFunctionFast)(void*)(PyCFunction)cfunc->func)(self, args, 2); | ^ indexed_gzip/indexed_gzip.c:16663:22: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 16663 | return (*(__Pyx_PyCFunctionFast)(void*)(PyCFunction)cfunc->func)(self, args, 2); | ^ indexed_gzip/indexed_gzip.c:16670:57: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 16670 | return (*(__Pyx_PyCFunctionFastWithKeywords)(void*)(PyCFunction)cfunc->func)(self, args, 2, NULL); | ^ indexed_gzip/indexed_gzip.c:16670:22: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 16670 | return (*(__Pyx_PyCFunctionFastWithKeywords)(void*)(PyCFunction)cfunc->func)(self, args, 2, NULL); | ^ indexed_gzip/indexed_gzip.c: In function ‘__Pyx__CallUnboundCMethod2’: indexed_gzip/indexed_gzip.c:16688:49: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 16688 | result = (*(PyCFunctionWithKeywords)(void*)(PyCFunction)cfunc->func)(self, args, NULL); | ^ indexed_gzip/indexed_gzip.c:16688:24: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 16688 | result = (*(PyCFunctionWithKeywords)(void*)(PyCFunction)cfunc->func)(self, args, NULL); | ^ indexed_gzip/indexed_gzip.c: In function ‘__Pyx_CallUnboundCMethod1’: indexed_gzip/indexed_gzip.c:16721:49: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 16721 | return (*(__Pyx_PyCFunctionFast)(void*)(PyCFunction)cfunc->func)(self, &arg, 1); | ^ indexed_gzip/indexed_gzip.c:16721:26: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 16721 | return (*(__Pyx_PyCFunctionFast)(void*)(PyCFunction)cfunc->func)(self, &arg, 1); | ^ indexed_gzip/indexed_gzip.c:16723:61: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 16723 | return (*(__Pyx_PyCFunctionFastWithKeywords)(void*)(PyCFunction)cfunc->func)(self, &arg, 1, NULL); | ^ indexed_gzip/indexed_gzip.c:16723:26: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 16723 | return (*(__Pyx_PyCFunctionFastWithKeywords)(void*)(PyCFunction)cfunc->func)(self, &arg, 1, NULL); | ^ indexed_gzip/indexed_gzip.c:16726:57: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 16726 | return (*(__Pyx_PyCFunctionFastWithKeywords)(void*)(PyCFunction)cfunc->func)(self, &arg, 1, NULL); | ^ indexed_gzip/indexed_gzip.c:16726:22: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 16726 | return (*(__Pyx_PyCFunctionFastWithKeywords)(void*)(PyCFunction)cfunc->func)(self, &arg, 1, NULL); | ^ indexed_gzip/indexed_gzip.c: In function ‘__Pyx__CallUnboundCMethod1’: indexed_gzip/indexed_gzip.c:16742:49: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 16742 | result = (*(PyCFunctionWithKeywords)(void*)(PyCFunction)cfunc->func)(self, args, NULL); | ^ indexed_gzip/indexed_gzip.c:16742:24: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 16742 | result = (*(PyCFunctionWithKeywords)(void*)(PyCFunction)cfunc->func)(self, args, NULL); | ^ indexed_gzip/indexed_gzip.c: In function ‘__Pyx_PyCFunction_FastCall’: indexed_gzip/indexed_gzip.c:16955:54: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 16955 | return (*((__Pyx_PyCFunctionFastWithKeywords)(void*)meth)) (self, args, nargs, NULL); | ^ indexed_gzip/indexed_gzip.c:16955:19: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 16955 | return (*((__Pyx_PyCFunctionFastWithKeywords)(void*)meth)) (self, args, nargs, NULL); | ^ indexed_gzip/indexed_gzip.c:16957:42: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 16957 | return (*((__Pyx_PyCFunctionFast)(void*)meth)) (self, args, nargs); | ^ indexed_gzip/indexed_gzip.c:16957:19: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 16957 | return (*((__Pyx_PyCFunctionFast)(void*)meth)) (self, args, nargs); | ^ indexed_gzip/indexed_gzip.c: In function ‘__Pyx_CyFunction_CallMethod’: indexed_gzip/indexed_gzip.c:18124:43: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 18124 | return (*(PyCFunctionWithKeywords)(void*)meth)(self, arg, kw); | ^ indexed_gzip/indexed_gzip.c:18124:18: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 18124 | return (*(PyCFunctionWithKeywords)(void*)meth)(self, arg, kw); | ^ gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I./indexed_gzip -Iindexed_gzip -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c indexed_gzip/zran.c -o build/temp.linux-riscv64-3.9/indexed_gzip/zran.o -Wall -pedantic -Wno-unused-function indexed_gzip/zran.c: In function ‘_zran_inflate’: indexed_gzip/zran.c:1656:35: warning: comparison of integer expressions of different signedness: ‘__off_t’ {aka ‘long int’} and ‘uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare] 1656 | if ((FTELL(index->fd) >= index->compressed_size) && | ^~ gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.9/indexed_gzip/indexed_gzip.o build/temp.linux-riscv64-3.9/indexed_gzip/zran.o -L/usr/lib64 -lz -o build/lib.linux-riscv64-3.9/indexed_gzip/indexed_gzip.cpython-39-riscv64-linux-gnu.so building 'indexed_gzip.tests.ctest_indexed_gzip' extension creating build/temp.linux-riscv64-3.9/indexed_gzip/tests gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Iindexed_gzip -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c indexed_gzip/tests/ctest_indexed_gzip.c -o build/temp.linux-riscv64-3.9/indexed_gzip/tests/ctest_indexed_gzip.o -Wall -pedantic -Wno-unused-function indexed_gzip/tests/ctest_indexed_gzip.c:2142:120: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 2142 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_1read_element = {"read_element", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_1read_element, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:2142:107: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 2142 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_1read_element = {"read_element", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_1read_element, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:2397:142: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 2397 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_3write_text_to_gzip_file = {"write_text_to_gzip_file", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_3write_text_to_gzip_file, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:2397:129: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 2397 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_3write_text_to_gzip_file = {"write_text_to_gzip_file", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_3write_text_to_gzip_file, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:2790:126: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 2790 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_5test_open_close = {"test_open_close", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_5test_open_close, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:2790:113: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 2790 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_5test_open_close = {"test_open_close", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_5test_open_close, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:3332:132: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 3332 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_7test_open_function = {"test_open_function", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_7test_open_function, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:3332:119: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 3332 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_7test_open_function = {"test_open_function", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_7test_open_function, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:3942:148: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 3942 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_9test_open_close_ctxmanager = {"test_open_close_ctxmanager", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_9test_open_close_ctxmanager, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:3942:135: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 3942 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_9test_open_close_ctxmanager = {"test_open_close_ctxmanager", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_9test_open_close_ctxmanager, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:4388:115: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 4388 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_11test_atts = {"test_atts", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_11test_atts, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:4388:102: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 4388 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_11test_atts = {"test_atts", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_11test_atts, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:5392:143: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 5392 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_13test_init_failure_cases = {"test_init_failure_cases", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_13test_init_failure_cases, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:5392:130: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 5392 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_13test_init_failure_cases = {"test_init_failure_cases", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_13test_init_failure_cases, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:7048:143: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 7048 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_15test_init_success_cases = {"test_init_success_cases", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_15test_init_success_cases, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:7048:130: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 7048 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_15test_init_success_cases = {"test_init_success_cases", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_15test_init_success_cases, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:7631:153: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 7631 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_17test_create_from_open_handle = {"test_create_from_open_handle", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_17test_create_from_open_handle, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:7631:140: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 7631 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_17test_create_from_open_handle = {"test_create_from_open_handle", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_17test_create_from_open_handle, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:8193:159: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 8193 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_19test_accept_filename_or_fileobj = {"test_accept_filename_or_fileobj", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_19test_accept_filename_or_fileobj, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:8193:146: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 8193 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_19test_accept_filename_or_fileobj = {"test_accept_filename_or_fileobj", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_19test_accept_filename_or_fileobj, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:8896:145: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 8896 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_21test_handles_not_dropped = {"test_handles_not_dropped", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_21test_handles_not_dropped, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:8896:132: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 8896 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_21test_handles_not_dropped = {"test_handles_not_dropped", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_21test_handles_not_dropped, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:11055:123: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 11055 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_25test_read_all = {"test_read_all", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_25test_read_all, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:11055:110: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 11055 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_25test_read_all = {"test_read_all", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_25test_read_all, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:11508:137: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 11508 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_27test_read_beyond_end = {"test_read_beyond_end", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_27test_read_beyond_end, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:11508:124: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 11508 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_27test_read_beyond_end = {"test_read_beyond_end", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_27test_read_beyond_end, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:13732:133: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 13732 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_31test_seek_and_read = {"test_seek_and_read", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_31test_seek_and_read, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:13732:120: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 13732 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_31test_seek_and_read = {"test_seek_and_read", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_31test_seek_and_read, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:14301:133: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 14301 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_33test_seek_and_tell = {"test_seek_and_tell", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_33test_seek_and_tell, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:14301:120: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 14301 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_33test_seek_and_tell = {"test_seek_and_tell", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_33test_seek_and_tell, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:31304:111: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 31304 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_61_mpfunc = {"_mpfunc", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_61_mpfunc, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:31304:98: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 31304 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_61_mpfunc = {"_mpfunc", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_61_mpfunc, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:32561:135: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 32561 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_65test_32bit_overflow = {"test_32bit_overflow", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_65test_32bit_overflow, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:32561:122: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 32561 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_65test_32bit_overflow = {"test_32bit_overflow", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_65test_32bit_overflow, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_indexed_gzip.c:33640:19: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 33640 | {Py_mod_create, (void*)__pyx_pymod_create}, | ^ indexed_gzip/tests/ctest_indexed_gzip.c:33641:17: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 33641 | {Py_mod_exec, (void*)__pyx_pymod_exec_ctest_indexed_gzip}, | ^ indexed_gzip/tests/ctest_indexed_gzip.c: In function ‘__Pyx_PyCFunction_FastCall’: indexed_gzip/tests/ctest_indexed_gzip.c:35742:54: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 35742 | return (*((__Pyx_PyCFunctionFastWithKeywords)(void*)meth)) (self, args, nargs, NULL); | ^ indexed_gzip/tests/ctest_indexed_gzip.c:35742:19: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 35742 | return (*((__Pyx_PyCFunctionFastWithKeywords)(void*)meth)) (self, args, nargs, NULL); | ^ indexed_gzip/tests/ctest_indexed_gzip.c:35744:42: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 35744 | return (*((__Pyx_PyCFunctionFast)(void*)meth)) (self, args, nargs); | ^ indexed_gzip/tests/ctest_indexed_gzip.c:35744:19: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 35744 | return (*((__Pyx_PyCFunctionFast)(void*)meth)) (self, args, nargs); | ^ indexed_gzip/tests/ctest_indexed_gzip.c: In function ‘__Pyx_CyFunction_CallMethod’: indexed_gzip/tests/ctest_indexed_gzip.c:37317:43: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 37317 | return (*(PyCFunctionWithKeywords)(void*)meth)(self, arg, kw); | ^ indexed_gzip/tests/ctest_indexed_gzip.c:37317:18: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 37317 | return (*(PyCFunctionWithKeywords)(void*)meth)(self, arg, kw); | ^ gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.9/indexed_gzip/tests/ctest_indexed_gzip.o -L/usr/lib64 -lz -o build/lib.linux-riscv64-3.9/indexed_gzip/tests/ctest_indexed_gzip.cpython-39-riscv64-linux-gnu.so building 'indexed_gzip.tests.ctest_zran' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I./indexed_gzip -Iindexed_gzip -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c indexed_gzip/tests/ctest_zran.c -o build/temp.linux-riscv64-3.9/indexed_gzip/tests/ctest_zran.o -Wall -pedantic -Wno-unused-function In file included from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from indexed_gzip/tests/ctest_zran.c:641: /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning is a GCC extension 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] In file included from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:21, from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from indexed_gzip/tests/ctest_zran.c:641: /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h: In function ‘_import_array’: /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:639:11: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 639 | (*(unsigned int (*)(void)) \ | ^ /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:1492:22: note: in expansion of macro ‘PyArray_GetNDArrayCVersion’ 1492 | if (NPY_VERSION != PyArray_GetNDArrayCVersion()) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:639:11: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 639 | (*(unsigned int (*)(void)) \ | ^ /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:1495:39: note: in expansion of macro ‘PyArray_GetNDArrayCVersion’ 1495 | (int) NPY_VERSION, (int) PyArray_GetNDArrayCVersion()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:1194:11: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 1194 | (*(unsigned int (*)(void)) \ | ^ /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:1498:29: note: in expansion of macro ‘PyArray_GetNDArrayCFeatureVersion’ 1498 | if (NPY_FEATURE_VERSION > PyArray_GetNDArrayCFeatureVersion()) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:1194:11: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 1194 | (*(unsigned int (*)(void)) \ | ^ /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:1501:47: note: in expansion of macro ‘PyArray_GetNDArrayCFeatureVersion’ 1501 | (int) NPY_FEATURE_VERSION, (int) PyArray_GetNDArrayCFeatureVersion()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:1191:11: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 1191 | (*(int (*)(void)) \ | ^ /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:1509:8: note: in expansion of macro ‘PyArray_GetEndianness’ 1509 | st = PyArray_GetEndianness(); | ^~~~~~~~~~~~~~~~~~~~~ indexed_gzip/tests/ctest_zran.c: At top level: indexed_gzip/tests/ctest_zran.c:6025:124: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 6025 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_5test_no_auto_build = {"test_no_auto_build", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_5test_no_auto_build, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:6025:111: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 6025 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_5test_no_auto_build = {"test_no_auto_build", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_5test_no_auto_build, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:7007:120: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 7007 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_7test_seek_to_end = {"test_seek_to_end", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_7test_seek_to_end, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:7007:107: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 7007 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_7test_seek_to_end = {"test_seek_to_end", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_7test_seek_to_end, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:7446:114: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 7446 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_9test_seek_cur = {"test_seek_cur", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_9test_seek_cur, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:7446:101: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 7446 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_9test_seek_cur = {"test_seek_cur", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_9test_seek_cur, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:8067:115: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 8067 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_11test_seek_end = {"test_seek_end", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_11test_seek_end, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:8067:102: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 8067 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_11test_seek_end = {"test_seek_end", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_11test_seek_end, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:8942:129: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 8942 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_13test_seek_beyond_end = {"test_seek_beyond_end", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_13test_seek_beyond_end, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:8942:116: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 8942 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_13test_seek_beyond_end = {"test_seek_beyond_end", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_13test_seek_beyond_end, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:9887:143: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 9887 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_15test_sequential_seek_to_end = {"test_sequential_seek_to_end", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_15test_sequential_seek_to_end, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:9887:130: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 9887 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_15test_sequential_seek_to_end = {"test_sequential_seek_to_end", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_15test_sequential_seek_to_end, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:10755:121: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 10755 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_17test_random_seek = {"test_random_seek", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_17test_random_seek, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:10755:108: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 10755 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_17test_random_seek = {"test_random_seek", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_17test_random_seek, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:11355:115: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 11355 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_19test_read_all = {"test_read_all", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_19test_read_all, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:11355:102: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 11355 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_19test_read_all = {"test_read_all", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_19test_read_all, METH_VARARGS|METH_KEYWORDS, 0}; | ^ In file included from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:21, from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from indexed_gzip/tests/ctest_zran.c:641: indexed_gzip/tests/ctest_zran.c: In function ‘__pyx_pf_12indexed_gzip_5tests_10ctest_zran_18test_read_all’: /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:840:11: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 840 | (*(PyObject * (*)(PyTypeObject *, int, npy_intp const *, int, npy_intp const *, void *, int, int, PyObject *)) \ | ^ /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:121:9: note: in expansion of macro ‘PyArray_New’ 121 | PyArray_New(&PyArray_Type, nd, dims, typenum, NULL, \ | ^~~~~~~~~~~ indexed_gzip/tests/ctest_zran.c:11819:15: note: in expansion of macro ‘PyArray_SimpleNewFromData’ 11819 | __pyx_t_5 = PyArray_SimpleNewFromData(1, (&__pyx_v_nelemsp), NPY_UINT64, __pyx_v_buffer); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 627, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ indexed_gzip/tests/ctest_zran.c: At top level: indexed_gzip/tests/ctest_zran.c:11929:139: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 11929 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_21test_seek_then_read_block = {"test_seek_then_read_block", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_21test_seek_then_read_block, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:11929:126: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 11929 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_21test_seek_then_read_block = {"test_seek_then_read_block", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_21test_seek_then_read_block, METH_VARARGS|METH_KEYWORDS, 0}; | ^ In file included from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:21, from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from indexed_gzip/tests/ctest_zran.c:641: indexed_gzip/tests/ctest_zran.c: In function ‘__pyx_pf_12indexed_gzip_5tests_10ctest_zran_20test_seek_then_read_block’: /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:840:11: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 840 | (*(PyObject * (*)(PyTypeObject *, int, npy_intp const *, int, npy_intp const *, void *, int, int, PyObject *)) \ | ^ /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:121:9: note: in expansion of macro ‘PyArray_New’ 121 | PyArray_New(&PyArray_Type, nd, dims, typenum, NULL, \ | ^~~~~~~~~~~ indexed_gzip/tests/ctest_zran.c:12988:25: note: in expansion of macro ‘PyArray_SimpleNewFromData’ 12988 | __pyx_t_5 = PyArray_SimpleNewFromData(1, (&__pyx_v_nelemsp), NPY_UINT64, __pyx_v_buffer); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 684, __pyx_L7_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ indexed_gzip/tests/ctest_zran.c: At top level: indexed_gzip/tests/ctest_zran.c:13284:139: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 13284 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_23test_random_seek_and_read = {"test_random_seek_and_read", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_23test_random_seek_and_read, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:13284:126: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 13284 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_23test_random_seek_and_read = {"test_random_seek_and_read", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_23test_random_seek_and_read, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:14030:137: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 14030 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_25test_read_all_sequential = {"test_read_all_sequential", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_25test_read_all_sequential, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:14030:124: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 14030 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_25test_read_all_sequential = {"test_read_all_sequential", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_25test_read_all_sequential, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:14792:129: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 14792 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_27test_build_then_read = {"test_build_then_read", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_27test_build_then_read, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:14792:116: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 14792 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_27test_build_then_read = {"test_build_then_read", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_27test_build_then_read, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:15729:141: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 15729 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_29test_readbuf_spacing_sizes = {"test_readbuf_spacing_sizes", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_29test_readbuf_spacing_sizes, METH_VARARGS|METH_KEYWORDS, 0}; | ^ indexed_gzip/tests/ctest_zran.c:15729:128: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 15729 | static PyMethodDef __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_29test_readbuf_spacing_sizes = {"test_readbuf_spacing_sizes", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_29test_readbuf_spacing_sizes, METH_VARARGS|METH_KEYWORDS, 0}; | ^ In file included from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:21, from /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from indexed_gzip/tests/ctest_zran.c:641: indexed_gzip/tests/ctest_zran.c: In function ‘__pyx_f_5numpy_PyArray_MultiIterNew1’: /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:858:11: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 858 | (*(PyObject* (*)(int, ...)) \ | ^ indexed_gzip/tests/ctest_zran.c:19593:15: note: in expansion of macro ‘PyArray_MultiIterNew’ 19593 | __pyx_t_1 = PyArray_MultiIterNew(1, ((void *)__pyx_v_a)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 735, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~ indexed_gzip/tests/ctest_zran.c: In function ‘__pyx_f_5numpy_PyArray_MultiIterNew2’: /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:858:11: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 858 | (*(PyObject* (*)(int, ...)) \ | ^ indexed_gzip/tests/ctest_zran.c:19643:15: note: in expansion of macro ‘PyArray_MultiIterNew’ 19643 | __pyx_t_1 = PyArray_MultiIterNew(2, ((void *)__pyx_v_a), ((void *)__pyx_v_b)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 738, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~ indexed_gzip/tests/ctest_zran.c: In function ‘__pyx_f_5numpy_PyArray_MultiIterNew3’: /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:858:11: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 858 | (*(PyObject* (*)(int, ...)) \ | ^ indexed_gzip/tests/ctest_zran.c:19693:15: note: in expansion of macro ‘PyArray_MultiIterNew’ 19693 | __pyx_t_1 = PyArray_MultiIterNew(3, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 741, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~ indexed_gzip/tests/ctest_zran.c: In function ‘__pyx_f_5numpy_PyArray_MultiIterNew4’: /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:858:11: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 858 | (*(PyObject* (*)(int, ...)) \ | ^ indexed_gzip/tests/ctest_zran.c:19743:15: note: in expansion of macro ‘PyArray_MultiIterNew’ 19743 | __pyx_t_1 = PyArray_MultiIterNew(4, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 744, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~ indexed_gzip/tests/ctest_zran.c: In function ‘__pyx_f_5numpy_PyArray_MultiIterNew5’: /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:858:11: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 858 | (*(PyObject* (*)(int, ...)) \ | ^ indexed_gzip/tests/ctest_zran.c:19793:15: note: in expansion of macro ‘PyArray_MultiIterNew’ 19793 | __pyx_t_1 = PyArray_MultiIterNew(5, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d), ((void *)__pyx_v_e)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 747, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~ indexed_gzip/tests/ctest_zran.c: In function ‘__pyx_f_5numpy_set_array_base’: /usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h:1397:11: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 1397 | (*(int (*)(PyArrayObject *, PyObject *)) \ | ^ indexed_gzip/tests/ctest_zran.c:19920:10: note: in expansion of macro ‘PyArray_SetBaseObject’ 19920 | (void)(PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base)); | ^~~~~~~~~~~~~~~~~~~~~ indexed_gzip/tests/ctest_zran.c: At top level: indexed_gzip/tests/ctest_zran.c:20682:19: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 20682 | {Py_mod_create, (void*)__pyx_pymod_create}, | ^ indexed_gzip/tests/ctest_zran.c:20683:17: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 20683 | {Py_mod_exec, (void*)__pyx_pymod_exec_ctest_zran}, | ^ indexed_gzip/tests/ctest_zran.c: In function ‘__Pyx_PyCFunction_FastCall’: indexed_gzip/tests/ctest_zran.c:22382:54: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 22382 | return (*((__Pyx_PyCFunctionFastWithKeywords)(void*)meth)) (self, args, nargs, NULL); | ^ indexed_gzip/tests/ctest_zran.c:22382:19: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 22382 | return (*((__Pyx_PyCFunctionFastWithKeywords)(void*)meth)) (self, args, nargs, NULL); | ^ indexed_gzip/tests/ctest_zran.c:22384:42: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 22384 | return (*((__Pyx_PyCFunctionFast)(void*)meth)) (self, args, nargs); | ^ indexed_gzip/tests/ctest_zran.c:22384:19: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 22384 | return (*((__Pyx_PyCFunctionFast)(void*)meth)) (self, args, nargs); | ^ indexed_gzip/tests/ctest_zran.c: In function ‘__Pyx_CyFunction_CallMethod’: indexed_gzip/tests/ctest_zran.c:23596:43: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 23596 | return (*(PyCFunctionWithKeywords)(void*)meth)(self, arg, kw); | ^ indexed_gzip/tests/ctest_zran.c:23596:18: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 23596 | return (*(PyCFunctionWithKeywords)(void*)meth)(self, arg, kw); | ^ gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I./indexed_gzip -Iindexed_gzip -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c indexed_gzip/zran.c -o build/temp.linux-riscv64-3.9/indexed_gzip/zran.o -Wall -pedantic -Wno-unused-function indexed_gzip/zran.c: In function ‘_zran_inflate’: indexed_gzip/zran.c:1656:35: warning: comparison of integer expressions of different signedness: ‘__off_t’ {aka ‘long int’} and ‘uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare] 1656 | if ((FTELL(index->fd) >= index->compressed_size) && | ^~ gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.9/indexed_gzip/tests/ctest_zran.o build/temp.linux-riscv64-3.9/indexed_gzip/zran.o -L/usr/lib64 -lz -o build/lib.linux-riscv64-3.9/indexed_gzip/tests/ctest_zran.cpython-39-riscv64-linux-gnu.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3oh5GY + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64 + cd indexed_gzip-1.4.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64 indexed_gzip setup have_cython: True (if True, modules will be cythonized, otherwise pre-cythonized C files are assumed to be present) have_numpy: True (if True, test modules will be compiled) ZLIB_HOME: None (if set, ZLIB sources are compiled into the indexed_gzip extension) testing: False (if True, code will be compiled with line tracing enabled) running install running install_lib creating /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr creating /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9 creating /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages creating /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip copying build/lib.linux-riscv64-3.9/indexed_gzip/indexed_gzip.cpython-39-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip creating /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests copying build/lib.linux-riscv64-3.9/indexed_gzip/tests/test_indexed_gzip_threading.py -> /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests copying build/lib.linux-riscv64-3.9/indexed_gzip/tests/test_nibabel_integration.py -> /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests copying build/lib.linux-riscv64-3.9/indexed_gzip/tests/test_zran.py -> /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests copying build/lib.linux-riscv64-3.9/indexed_gzip/tests/conftest.py -> /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests copying build/lib.linux-riscv64-3.9/indexed_gzip/tests/ctest_zran.cpython-39-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests copying build/lib.linux-riscv64-3.9/indexed_gzip/tests/__main__.py -> /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests copying build/lib.linux-riscv64-3.9/indexed_gzip/tests/__init__.py -> /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests copying build/lib.linux-riscv64-3.9/indexed_gzip/tests/benchmark.py -> /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests copying build/lib.linux-riscv64-3.9/indexed_gzip/tests/ctest_indexed_gzip.cpython-39-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests copying build/lib.linux-riscv64-3.9/indexed_gzip/tests/test_indexed_gzip.py -> /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests copying build/lib.linux-riscv64-3.9/indexed_gzip/__init__.py -> /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip byte-compiling /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests/test_indexed_gzip_threading.py to test_indexed_gzip_threading.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests/test_nibabel_integration.py to test_nibabel_integration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests/test_zran.py to test_zran.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests/conftest.py to conftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests/benchmark.py to benchmark.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests/test_indexed_gzip.py to test_indexed_gzip.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmp38fiwhl8.py' /usr/bin/python3 /tmp/tmp38fiwhl8.py removing /tmp/tmp38fiwhl8.py running install_egg_info running egg_info creating indexed_gzip.egg-info writing indexed_gzip.egg-info/PKG-INFO writing dependency_links to indexed_gzip.egg-info/dependency_links.txt writing top-level names to indexed_gzip.egg-info/top_level.txt writing manifest file 'indexed_gzip.egg-info/SOURCES.txt' reading manifest file 'indexed_gzip.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'conftest.py' writing manifest file 'indexed_gzip.egg-info/SOURCES.txt' Copying indexed_gzip.egg-info to /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip-1.4.0-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.4.0-1.fc33 --unique-debug-suffix -1.4.0-1.fc33.riscv64 --unique-debug-src-base python-indexed_gzip-1.4.0-1.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/indexed_gzip-1.4.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests/ctest_indexed_gzip.cpython-39-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests/ctest_zran.cpython-39-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/indexed_gzip.cpython-39-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests/ctest_indexed_gzip.cpython-39-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/tests/ctest_zran.cpython-39-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9/site-packages/indexed_gzip/indexed_gzip.cpython-39-riscv64-linux-gnu.so original debug info size: 17360kB, size after compression: 17216kB /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 8071 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib/debug/usr/lib64/python3.9 using /usr/bin/python3.9 Bytecompiling .py files below /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/lib64/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.lJEpsY + umask 022 + cd /builddir/build/BUILD + cd indexed_gzip-1.4.0 + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-indexed_gzip-1.4.0-1.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.dY2boV + umask 022 + cd /builddir/build/BUILD + cd indexed_gzip-1.4.0 + DOCDIR=/builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/share/doc/python3-indexed_gzip + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/share/doc/python3-indexed_gzip + cp -pr README.md /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/share/doc/python3-indexed_gzip + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.9zgtEV + umask 022 + cd /builddir/build/BUILD + cd indexed_gzip-1.4.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/share/licenses/python3-indexed_gzip + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/share/licenses/python3-indexed_gzip + cp -pr LICENSE /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64/usr/share/licenses/python3-indexed_gzip + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-indexed_gzip = 1.4.0-1.fc33 python3-indexed_gzip = 1.4.0-1.fc33 python3-indexed_gzip(riscv-64) = 1.4.0-1.fc33 python3.9-indexed_gzip = 1.4.0-1.fc33 python3.9dist(indexed-gzip) = 1.4 python3dist(indexed-gzip) = 1.4 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-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.2.4)(64bit) python(abi) = 3.9 rtld(GNU_HASH) Processing files: python-indexed_gzip-debugsource-1.4.0-1.fc33.riscv64 Provides: python-indexed_gzip-debugsource = 1.4.0-1.fc33 python-indexed_gzip-debugsource(riscv-64) = 1.4.0-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-indexed_gzip-debuginfo-1.4.0-1.fc33.riscv64 Provides: debuginfo(build-id) = 143c557e43525e8fe61cf049bbae18d1cc7d2b36 debuginfo(build-id) = 7c41bd28cc7625fa26e0c5af733967c589b55925 debuginfo(build-id) = d3eaab717a34499577d65a2034b2eeda3a79ecba python-indexed_gzip-debuginfo = 1.4.0-1.fc33 python3-indexed_gzip-debuginfo = 1.4.0-1.fc33 python3-indexed_gzip-debuginfo(riscv-64) = 1.4.0-1.fc33 python3.9-indexed_gzip-debuginfo = 1.4.0-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-indexed_gzip-debugsource(riscv-64) = 1.4.0-1.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64 Wrote: /builddir/build/RPMS/python3-indexed_gzip-1.4.0-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python-indexed_gzip-debugsource-1.4.0-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python3-indexed_gzip-debuginfo-1.4.0-1.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.RRnKRV + umask 022 + cd /builddir/build/BUILD + cd indexed_gzip-1.4.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-indexed_gzip-1.4.0-1.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0