Source: indexed-gzip
Version: 0.8.6-1.1
Severity: important
User: [email protected]
Usertags: pytest-v6

Hi,

indexed-gzip FTBFS with pytest 6 in experimental.

The error log below has more details.

>    debian/rules override_dh_auto_test
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> python3 setup.py test --addopts '--niter 1'
> running pytest
> WARNING: Testing via this command is deprecated and will be removed in a 
> future version. Users looking for a generic test entry point independent of 
> test runner are encouraged to use tox.
> 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'
> writing manifest file 'indexed_gzip.egg-info/SOURCES.txt'
> running build_ext
> building 'indexed_gzip.indexed_gzip' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
> -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat 
> -Werror=format-security -g -fwrapv -O2 -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -I./indexed_gzip -Iindexed_gzip 
> -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 
> -c indexed_gzip/indexed_gzip.c -o 
> build/temp.linux-x86_64-3.9/indexed_gzip/indexed_gzip.o -Wall -pedantic 
> -Wno-unused-function
> indexed_gzip/indexed_gzip.c:5002:119: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
>  5002 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_23__exit__ = 
> {"__exit__", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_23__exit__,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_22__exit__};
>       |                                                                       
>                                                 ^
> indexed_gzip/indexed_gzip.c:5002:106: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
>  5002 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_23__exit__ = 
> {"__exit__", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_23__exit__,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_22__exit__};
>       |                                                                       
>                                    ^
> indexed_gzip/indexed_gzip.c:5470:111: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
>  5470 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_29seek = {"seek", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_29seek,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_28seek};
>       |                                                                       
>                                         ^
> indexed_gzip/indexed_gzip.c:5470:98: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
>  5470 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_29seek = {"seek", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_29seek,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_28seek};
>       |                                                                       
>                            ^
> indexed_gzip/indexed_gzip.c:6133:111: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
>  6133 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_31read = {"read", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_31read,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_30read};
>       |                                                                       
>                                         ^
> indexed_gzip/indexed_gzip.c:6133:98: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
>  6133 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_31read = {"read", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_31read,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_30read};
>       |                                                                       
>                            ^
> indexed_gzip/indexed_gzip.c:7289:113: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
>  7289 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_35pread = 
> {"pread", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_35pread,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_34pread};
>       |                                                                       
>                                           ^
> indexed_gzip/indexed_gzip.c:7289:100: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
>  7289 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_35pread = 
> {"pread", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_35pread,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_34pread};
>       |                                                                       
>                              ^
> indexed_gzip/indexed_gzip.c:7613:119: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
>  7613 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_37readline = 
> {"readline", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_37readline,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_36readline};
>       |                                                                       
>                                                 ^
> indexed_gzip/indexed_gzip.c:7613:106: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
>  7613 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_37readline = 
> {"readline", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_37readline,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_36readline};
>       |                                                                       
>                                    ^
> indexed_gzip/indexed_gzip.c:8252:121: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
>  8252 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_39readlines = 
> {"readlines", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_39readlines,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_38readlines};
>       |                                                                       
>                                                   ^
> indexed_gzip/indexed_gzip.c:8252:108: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
>  8252 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_39readlines = 
> {"readlines", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_39readlines,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_38readlines};
>       |                                                                       
>                                      ^
> indexed_gzip/indexed_gzip.c:8862:113: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
>  8862 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_45write = 
> {"write", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_45write,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_44write};
>       |                                                                       
>                                           ^
> indexed_gzip/indexed_gzip.c:8862:100: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
>  8862 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_45write = 
> {"write", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_45write,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_44write};
>       |                                                                       
>                              ^
> indexed_gzip/indexed_gzip.c:8967:127: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
>  8967 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_49export_index = 
> {"export_index", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_49export_index,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_48export_index};
>       |                                                                       
>                                                         ^
> indexed_gzip/indexed_gzip.c:8967:114: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
>  8967 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_49export_index = 
> {"export_index", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_49export_index,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_48export_index};
>       |                                                                       
>                                            ^
> indexed_gzip/indexed_gzip.c:9653:127: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
>  9653 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_51import_index = 
> {"import_index", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_51import_index,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_50import_index};
>       |                                                                       
>                                                         ^
> indexed_gzip/indexed_gzip.c:9653:114: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
>  9653 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_51import_index = 
> {"import_index", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_51import_index,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_50import_index};
>       |                                                                       
>                                            ^
> indexed_gzip/indexed_gzip.c:11255:117: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 11255 | 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:11255:104: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 11255 | 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:11563:111: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 11563 | 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:11563:98: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 11563 | 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:11883:121: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 11883 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_19SafeIndexedGzipFile_1__init__ = 
> {"__init__", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_19SafeIndexedGzipFile_1__init__,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_19SafeIndexedGzipFile___init__};
>       |                                                                       
>                                                   ^
> indexed_gzip/indexed_gzip.c:11883:108: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 11883 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_12indexed_gzip_19SafeIndexedGzipFile_1__init__ = 
> {"__init__", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_19SafeIndexedGzipFile_1__init__,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_19SafeIndexedGzipFile___init__};
>       |                                                                       
>                                      ^
> indexed_gzip/indexed_gzip.c:12137:29: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 12137 |   {"__exit__", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_23__exit__,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_22__exit__},
>       |                             ^
> indexed_gzip/indexed_gzip.c:12137:16: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 12137 |   {"__exit__", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_23__exit__,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_22__exit__},
>       |                ^
> indexed_gzip/indexed_gzip.c:12139:25: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 12139 |   {"seek", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_29seek,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_28seek},
>       |                         ^
> indexed_gzip/indexed_gzip.c:12139:12: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 12139 |   {"seek", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_29seek,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_28seek},
>       |            ^
> indexed_gzip/indexed_gzip.c:12140:25: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 12140 |   {"read", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_31read,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_30read},
>       |                         ^
> indexed_gzip/indexed_gzip.c:12140:12: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 12140 |   {"read", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_31read,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_30read},
>       |            ^
> indexed_gzip/indexed_gzip.c:12142:26: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 12142 |   {"pread", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_35pread,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_34pread},
>       |                          ^
> indexed_gzip/indexed_gzip.c:12142:13: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 12142 |   {"pread", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_35pread,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_34pread},
>       |             ^
> indexed_gzip/indexed_gzip.c:12143:29: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 12143 |   {"readline", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_37readline,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_36readline},
>       |                             ^
> indexed_gzip/indexed_gzip.c:12143:16: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 12143 |   {"readline", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_37readline,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_36readline},
>       |                ^
> indexed_gzip/indexed_gzip.c:12144:30: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 12144 |   {"readlines", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_39readlines,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_38readlines},
>       |                              ^
> indexed_gzip/indexed_gzip.c:12144:17: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 12144 |   {"readlines", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_39readlines,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_38readlines},
>       |                 ^
> indexed_gzip/indexed_gzip.c:12146:26: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 12146 |   {"write", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_45write,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_44write},
>       |                          ^
> indexed_gzip/indexed_gzip.c:12146:13: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 12146 |   {"write", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_45write,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_44write},
>       |             ^
> indexed_gzip/indexed_gzip.c:12148:33: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 12148 |   {"export_index", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_49export_index,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_48export_index},
>       |                                 ^
> indexed_gzip/indexed_gzip.c:12148:20: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 12148 |   {"export_index", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_49export_index,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_48export_index},
>       |                    ^
> indexed_gzip/indexed_gzip.c:12149:33: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 12149 |   {"import_index", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_51import_index,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_50import_index},
>       |                                 ^
> indexed_gzip/indexed_gzip.c:12149:20: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 12149 |   {"import_index", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_51import_index,
>  METH_VARARGS|METH_KEYWORDS, 
> __pyx_doc_12indexed_gzip_12indexed_gzip_16_IndexedGzipFile_50import_index},
>       |                    ^
> indexed_gzip/indexed_gzip.c:12592:19: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 12592 |   {Py_mod_create, (void*)__pyx_pymod_create},
>       |                   ^
> indexed_gzip/indexed_gzip.c:12593:17: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 12593 |   {Py_mod_exec, (void*)__pyx_pymod_exec_indexed_gzip},
>       |                 ^
> indexed_gzip/indexed_gzip.c: In function ‘__Pyx_PyCFunction_FastCall’:
> indexed_gzip/indexed_gzip.c:15025:54: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 15025 |         return (*((__Pyx_PyCFunctionFastWithKeywords)(void*)meth)) 
> (self, args, nargs, NULL);
>       |                                                      ^
> indexed_gzip/indexed_gzip.c:15025:19: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 15025 |         return (*((__Pyx_PyCFunctionFastWithKeywords)(void*)meth)) 
> (self, args, nargs, NULL);
>       |                   ^
> indexed_gzip/indexed_gzip.c:15027:42: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 15027 |         return (*((__Pyx_PyCFunctionFast)(void*)meth)) (self, args, 
> nargs);
>       |                                          ^
> indexed_gzip/indexed_gzip.c:15027:19: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 15027 |         return (*((__Pyx_PyCFunctionFast)(void*)meth)) (self, args, 
> nargs);
>       |                   ^
> indexed_gzip/indexed_gzip.c: In function ‘__Pyx_CyFunction_CallMethod’:
> indexed_gzip/indexed_gzip.c:15946:43: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 15946 |         return (*(PyCFunctionWithKeywords)(void*)meth)(self, arg, kw);
>       |                                           ^
> indexed_gzip/indexed_gzip.c:15946:18: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 15946 |         return (*(PyCFunctionWithKeywords)(void*)meth)(self, arg, kw);
>       |                  ^
> indexed_gzip/indexed_gzip.c: In function ‘__Pyx_CallUnboundCMethod2’:
> indexed_gzip/indexed_gzip.c:16485:45: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 16485 |             return 
> (*(__Pyx_PyCFunctionFast)(void*)(PyCFunction)cfunc->func)(self, args, 2);
>       |                                             ^
> indexed_gzip/indexed_gzip.c:16485:22: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 16485 |             return 
> (*(__Pyx_PyCFunctionFast)(void*)(PyCFunction)cfunc->func)(self, args, 2);
>       |                      ^
> indexed_gzip/indexed_gzip.c:16492:57: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 16492 |             return 
> (*(__Pyx_PyCFunctionFastWithKeywords)(void*)(PyCFunction)cfunc->func)(self, 
> args, 2, NULL);
>       |                                                         ^
> indexed_gzip/indexed_gzip.c:16492:22: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 16492 |             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:16510:49: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 16510 |             result = 
> (*(PyCFunctionWithKeywords)(void*)(PyCFunction)cfunc->func)(self, args, NULL);
>       |                                                 ^
> indexed_gzip/indexed_gzip.c:16510:24: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 16510 |             result = 
> (*(PyCFunctionWithKeywords)(void*)(PyCFunction)cfunc->func)(self, args, NULL);
>       |                        ^
> indexed_gzip/indexed_gzip.c: In function ‘__Pyx_CallUnboundCMethod1’:
> indexed_gzip/indexed_gzip.c:16543:49: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 16543 |                 return 
> (*(__Pyx_PyCFunctionFast)(void*)(PyCFunction)cfunc->func)(self, &arg, 1);
>       |                                                 ^
> indexed_gzip/indexed_gzip.c:16543:26: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 16543 |                 return 
> (*(__Pyx_PyCFunctionFast)(void*)(PyCFunction)cfunc->func)(self, &arg, 1);
>       |                          ^
> indexed_gzip/indexed_gzip.c:16545:61: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 16545 |                 return 
> (*(__Pyx_PyCFunctionFastWithKeywords)(void*)(PyCFunction)cfunc->func)(self, 
> &arg, 1, NULL);
>       |                                                             ^
> indexed_gzip/indexed_gzip.c:16545:26: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 16545 |                 return 
> (*(__Pyx_PyCFunctionFastWithKeywords)(void*)(PyCFunction)cfunc->func)(self, 
> &arg, 1, NULL);
>       |                          ^
> indexed_gzip/indexed_gzip.c:16548:57: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 16548 |             return 
> (*(__Pyx_PyCFunctionFastWithKeywords)(void*)(PyCFunction)cfunc->func)(self, 
> &arg, 1, NULL);
>       |                                                         ^
> indexed_gzip/indexed_gzip.c:16548:22: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 16548 |             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:16564:49: warning: ISO C forbids conversion of 
> function pointer to object pointer type [-Wpedantic]
> 16564 |             result = 
> (*(PyCFunctionWithKeywords)(void*)(PyCFunction)cfunc->func)(self, args, NULL);
>       |                                                 ^
> indexed_gzip/indexed_gzip.c:16564:24: warning: ISO C forbids conversion of 
> object pointer to function pointer type [-Wpedantic]
> 16564 |             result = 
> (*(PyCFunctionWithKeywords)(void*)(PyCFunction)cfunc->func)(self, args, NULL);
>       |                        ^
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
> -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat 
> -Werror=format-security -g -fwrapv -O2 -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -I./indexed_gzip -Iindexed_gzip 
> -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 
> -c indexed_gzip/zran.c -o build/temp.linux-x86_64-3.9/indexed_gzip/zran.o 
> -Wall -pedantic -Wno-unused-function
> creating build/lib.linux-x86_64-3.9
> creating build/lib.linux-x86_64-3.9/indexed_gzip
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
> -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-3.9/indexed_gzip/indexed_gzip.o 
> build/temp.linux-x86_64-3.9/indexed_gzip/zran.o -lz -o 
> build/lib.linux-x86_64-3.9/indexed_gzip/indexed_gzip.cpython-39-x86_64-linux-gnu.so
> building 'indexed_gzip.tests.ctest_indexed_gzip' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
> -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat 
> -Werror=format-security -g -fwrapv -O2 -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Iindexed_gzip 
> -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 
> -c indexed_gzip/tests/ctest_indexed_gzip.c -o 
> build/temp.linux-x86_64-3.9/indexed_gzip/tests/ctest_indexed_gzip.o -Wall 
> -pedantic -Wno-unused-function
> indexed_gzip/tests/ctest_indexed_gzip.c:1968:120: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
>  1968 | 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:1968:107: warning: ISO C forbids 
> conversion of object pointer to function pointer type [-Wpedantic]
>  1968 | 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:2223:142: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
>  2223 | 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:2223:129: warning: ISO C forbids 
> conversion of object pointer to function pointer type [-Wpedantic]
>  2223 | 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:2616:126: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
>  2616 | 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:2616:113: warning: ISO C forbids 
> conversion of object pointer to function pointer type [-Wpedantic]
>  2616 | 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:3158:148: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
>  3158 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_7test_open_close_ctxmanager
>  = {"test_open_close_ctxmanager", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_7test_open_close_ctxmanager,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                                              ^
> indexed_gzip/tests/ctest_indexed_gzip.c:3158:135: warning: ISO C forbids 
> conversion of object pointer to function pointer type [-Wpedantic]
>  3158 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_7test_open_close_ctxmanager
>  = {"test_open_close_ctxmanager", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_7test_open_close_ctxmanager,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                                 ^
> indexed_gzip/tests/ctest_indexed_gzip.c:3604:114: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
>  3604 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_9test_atts = 
> {"test_atts", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_9test_atts,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                            ^
> indexed_gzip/tests/ctest_indexed_gzip.c:3604:101: warning: ISO C forbids 
> conversion of object pointer to function pointer type [-Wpedantic]
>  3604 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_9test_atts = 
> {"test_atts", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_9test_atts,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                               ^
> indexed_gzip/tests/ctest_indexed_gzip.c:4608:143: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
>  4608 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_11test_init_failure_cases
>  = {"test_init_failure_cases", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_11test_init_failure_cases,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                                         ^
> indexed_gzip/tests/ctest_indexed_gzip.c:4608:130: warning: ISO C forbids 
> conversion of object pointer to function pointer type [-Wpedantic]
>  4608 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_11test_init_failure_cases
>  = {"test_init_failure_cases", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_11test_init_failure_cases,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                            ^
> indexed_gzip/tests/ctest_indexed_gzip.c:6264:143: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
>  6264 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_13test_init_success_cases
>  = {"test_init_success_cases", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_13test_init_success_cases,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                                         ^
> indexed_gzip/tests/ctest_indexed_gzip.c:6264:130: warning: ISO C forbids 
> conversion of object pointer to function pointer type [-Wpedantic]
>  6264 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_13test_init_success_cases
>  = {"test_init_success_cases", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_13test_init_success_cases,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                            ^
> indexed_gzip/tests/ctest_indexed_gzip.c:6847:153: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
>  6847 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_15test_create_from_open_handle
>  = {"test_create_from_open_handle", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_15test_create_from_open_handle,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                                               
>     ^
> indexed_gzip/tests/ctest_indexed_gzip.c:6847:140: warning: ISO C forbids 
> conversion of object pointer to function pointer type [-Wpedantic]
>  6847 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_15test_create_from_open_handle
>  = {"test_create_from_open_handle", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_15test_create_from_open_handle,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                                      ^
> indexed_gzip/tests/ctest_indexed_gzip.c:7409:145: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
>  7409 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_17test_handles_not_dropped
>  = {"test_handles_not_dropped", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_17test_handles_not_dropped,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                                           ^
> indexed_gzip/tests/ctest_indexed_gzip.c:7409:132: warning: ISO C forbids 
> conversion of object pointer to function pointer type [-Wpedantic]
>  7409 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_17test_handles_not_dropped
>  = {"test_handles_not_dropped", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_17test_handles_not_dropped,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                              ^
> indexed_gzip/tests/ctest_indexed_gzip.c:9568:123: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
>  9568 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_21test_read_all = 
> {"test_read_all", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_21test_read_all,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                     ^
> indexed_gzip/tests/ctest_indexed_gzip.c:9568:110: warning: ISO C forbids 
> conversion of object pointer to function pointer type [-Wpedantic]
>  9568 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_21test_read_all = 
> {"test_read_all", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_21test_read_all,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                        ^
> indexed_gzip/tests/ctest_indexed_gzip.c:10021:137: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
> 10021 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_23test_read_beyond_end 
> = {"test_read_beyond_end", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_23test_read_beyond_end,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                                   ^
> indexed_gzip/tests/ctest_indexed_gzip.c:10021:124: warning: ISO C forbids 
> conversion of object pointer to function pointer type [-Wpedantic]
> 10021 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_23test_read_beyond_end 
> = {"test_read_beyond_end", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_23test_read_beyond_end,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                      ^
> indexed_gzip/tests/ctest_indexed_gzip.c:12031:133: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
> 12031 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_27test_seek_and_read = 
> {"test_seek_and_read", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_27test_seek_and_read,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                               ^
> indexed_gzip/tests/ctest_indexed_gzip.c:12031:120: warning: ISO C forbids 
> conversion of object pointer to function pointer type [-Wpedantic]
> 12031 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_27test_seek_and_read = 
> {"test_seek_and_read", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_27test_seek_and_read,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                  ^
> indexed_gzip/tests/ctest_indexed_gzip.c:12600:133: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
> 12600 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_29test_seek_and_tell = 
> {"test_seek_and_tell", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_29test_seek_and_tell,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                               ^
> indexed_gzip/tests/ctest_indexed_gzip.c:12600:120: warning: ISO C forbids 
> conversion of object pointer to function pointer type [-Wpedantic]
> 12600 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_18ctest_indexed_gzip_29test_seek_and_tell = 
> {"test_seek_and_tell", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_18ctest_indexed_gzip_29test_seek_and_tell,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                  ^
> indexed_gzip/tests/ctest_indexed_gzip.c:23656:19: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
> 23656 |   {Py_mod_create, (void*)__pyx_pymod_create},
>       |                   ^
> indexed_gzip/tests/ctest_indexed_gzip.c:23657:17: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
> 23657 |   {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:25328:54: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
> 25328 |         return (*((__Pyx_PyCFunctionFastWithKeywords)(void*)meth)) 
> (self, args, nargs, NULL);
>       |                                                      ^
> indexed_gzip/tests/ctest_indexed_gzip.c:25328:19: warning: ISO C forbids 
> conversion of object pointer to function pointer type [-Wpedantic]
> 25328 |         return (*((__Pyx_PyCFunctionFastWithKeywords)(void*)meth)) 
> (self, args, nargs, NULL);
>       |                   ^
> indexed_gzip/tests/ctest_indexed_gzip.c:25330:42: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
> 25330 |         return (*((__Pyx_PyCFunctionFast)(void*)meth)) (self, args, 
> nargs);
>       |                                          ^
> indexed_gzip/tests/ctest_indexed_gzip.c:25330:19: warning: ISO C forbids 
> conversion of object pointer to function pointer type [-Wpedantic]
> 25330 |         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:26903:43: warning: ISO C forbids 
> conversion of function pointer to object pointer type [-Wpedantic]
> 26903 |         return (*(PyCFunctionWithKeywords)(void*)meth)(self, arg, kw);
>       |                                           ^
> indexed_gzip/tests/ctest_indexed_gzip.c:26903:18: warning: ISO C forbids 
> conversion of object pointer to function pointer type [-Wpedantic]
> 26903 |         return (*(PyCFunctionWithKeywords)(void*)meth)(self, arg, kw);
>       |                  ^
> creating build/lib.linux-x86_64-3.9/indexed_gzip/tests
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
> -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-3.9/indexed_gzip/tests/ctest_indexed_gzip.o -lz -o 
> build/lib.linux-x86_64-3.9/indexed_gzip/tests/ctest_indexed_gzip.cpython-39-x86_64-linux-gnu.so
> building 'indexed_gzip.tests.ctest_zran' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
> -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat 
> -Werror=format-security -g -fwrapv -O2 -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -I./indexed_gzip -Iindexed_gzip 
> -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 
> -c indexed_gzip/tests/ctest_zran.c -o 
> build/temp.linux-x86_64-3.9/indexed_gzip/tests/ctest_zran.o -Wall -pedantic 
> -Wno-unused-function
> In file included from 
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from 
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from 
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from indexed_gzip/tests/ctest_zran.c:641:
> /usr/lib/python3/dist-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/lib/python3/dist-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/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:21,
>                  from 
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from indexed_gzip/tests/ctest_zran.c:641:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/__multiarray_api.h: 
> In function ‘_import_array’:
> /usr/lib/python3/dist-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/lib/python3/dist-packages/numpy/core/include/numpy/__multiarray_api.h:1492:22:
>  note: in expansion of macro ‘PyArray_GetNDArrayCVersion’
>  1492 |   if (NPY_VERSION != PyArray_GetNDArrayCVersion()) {
>       |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/lib/python3/dist-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/lib/python3/dist-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/lib/python3/dist-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/lib/python3/dist-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/lib/python3/dist-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/lib/python3/dist-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/lib/python3/dist-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/lib/python3/dist-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:6022:124: warning: ISO C forbids conversion 
> of function pointer to object pointer type [-Wpedantic]
>  6022 | 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:6022:111: warning: ISO C forbids conversion 
> of object pointer to function pointer type [-Wpedantic]
>  6022 | 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:7004:120: warning: ISO C forbids conversion 
> of function pointer to object pointer type [-Wpedantic]
>  7004 | 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:7004:107: warning: ISO C forbids conversion 
> of object pointer to function pointer type [-Wpedantic]
>  7004 | 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:7443:114: warning: ISO C forbids conversion 
> of function pointer to object pointer type [-Wpedantic]
>  7443 | 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:7443:101: warning: ISO C forbids conversion 
> of object pointer to function pointer type [-Wpedantic]
>  7443 | 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:8064:129: warning: ISO C forbids conversion 
> of function pointer to object pointer type [-Wpedantic]
>  8064 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_11test_seek_beyond_end = 
> {"test_seek_beyond_end", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_11test_seek_beyond_end,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                           ^
> indexed_gzip/tests/ctest_zran.c:8064:116: warning: ISO C forbids conversion 
> of object pointer to function pointer type [-Wpedantic]
>  8064 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_11test_seek_beyond_end = 
> {"test_seek_beyond_end", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_11test_seek_beyond_end,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                              ^
> indexed_gzip/tests/ctest_zran.c:9009:143: warning: ISO C forbids conversion 
> of function pointer to object pointer type [-Wpedantic]
>  9009 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_13test_sequential_seek_to_end = 
> {"test_sequential_seek_to_end", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_13test_sequential_seek_to_end,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                                         ^
> indexed_gzip/tests/ctest_zran.c:9009:130: warning: ISO C forbids conversion 
> of object pointer to function pointer type [-Wpedantic]
>  9009 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_13test_sequential_seek_to_end = 
> {"test_sequential_seek_to_end", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_13test_sequential_seek_to_end,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                            ^
> indexed_gzip/tests/ctest_zran.c:9877:121: warning: ISO C forbids conversion 
> of function pointer to object pointer type [-Wpedantic]
>  9877 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_15test_random_seek = 
> {"test_random_seek", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_15test_random_seek,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                   ^
> indexed_gzip/tests/ctest_zran.c:9877:108: warning: ISO C forbids conversion 
> of object pointer to function pointer type [-Wpedantic]
>  9877 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_15test_random_seek = 
> {"test_random_seek", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_15test_random_seek,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                      ^
> indexed_gzip/tests/ctest_zran.c:10477:115: warning: ISO C forbids conversion 
> of function pointer to object pointer type [-Wpedantic]
> 10477 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_17test_read_all = 
> {"test_read_all", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_17test_read_all,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                             ^
> indexed_gzip/tests/ctest_zran.c:10477:102: warning: ISO C forbids conversion 
> of object pointer to function pointer type [-Wpedantic]
> 10477 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_17test_read_all = 
> {"test_read_all", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_17test_read_all,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                ^
> In file included from 
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:21,
>                  from 
> /usr/lib/python3/dist-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_16test_read_all’:
> /usr/lib/python3/dist-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/lib/python3/dist-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:10941:15: note: in expansion of macro 
> ‘PyArray_SimpleNewFromData’
> 10941 |   __pyx_t_5 = PyArray_SimpleNewFromData(1, (&__pyx_v_nelemsp), 
> NPY_UINT64, __pyx_v_buffer); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 566, 
> __pyx_L1_error)
>       |               ^~~~~~~~~~~~~~~~~~~~~~~~~
> indexed_gzip/tests/ctest_zran.c: At top level:
> indexed_gzip/tests/ctest_zran.c:11051:139: warning: ISO C forbids conversion 
> of function pointer to object pointer type [-Wpedantic]
> 11051 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_19test_seek_then_read_block = 
> {"test_seek_then_read_block", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_19test_seek_then_read_block,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                                     ^
> indexed_gzip/tests/ctest_zran.c:11051:126: warning: ISO C forbids conversion 
> of object pointer to function pointer type [-Wpedantic]
> 11051 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_19test_seek_then_read_block = 
> {"test_seek_then_read_block", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_19test_seek_then_read_block,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                        ^
> In file included from 
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:21,
>                  from 
> /usr/lib/python3/dist-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_seek_then_read_block’:
> /usr/lib/python3/dist-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/lib/python3/dist-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:12110:25: note: in expansion of macro 
> ‘PyArray_SimpleNewFromData’
> 12110 |             __pyx_t_5 = PyArray_SimpleNewFromData(1, 
> (&__pyx_v_nelemsp), NPY_UINT64, __pyx_v_buffer); if (unlikely(!__pyx_t_5)) 
> __PYX_ERR(0, 623, __pyx_L7_error)
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~
> indexed_gzip/tests/ctest_zran.c: At top level:
> indexed_gzip/tests/ctest_zran.c:12406:139: warning: ISO C forbids conversion 
> of function pointer to object pointer type [-Wpedantic]
> 12406 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_21test_random_seek_and_read = 
> {"test_random_seek_and_read", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_21test_random_seek_and_read,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                                     ^
> indexed_gzip/tests/ctest_zran.c:12406:126: warning: ISO C forbids conversion 
> of object pointer to function pointer type [-Wpedantic]
> 12406 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_21test_random_seek_and_read = 
> {"test_random_seek_and_read", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_21test_random_seek_and_read,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                        ^
> indexed_gzip/tests/ctest_zran.c:13152:137: warning: ISO C forbids conversion 
> of function pointer to object pointer type [-Wpedantic]
> 13152 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_23test_read_all_sequential = 
> {"test_read_all_sequential", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_23test_read_all_sequential,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                                   ^
> indexed_gzip/tests/ctest_zran.c:13152:124: warning: ISO C forbids conversion 
> of object pointer to function pointer type [-Wpedantic]
> 13152 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_23test_read_all_sequential = 
> {"test_read_all_sequential", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_23test_read_all_sequential,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                      ^
> indexed_gzip/tests/ctest_zran.c:13914:129: warning: ISO C forbids conversion 
> of function pointer to object pointer type [-Wpedantic]
> 13914 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_25test_build_then_read = 
> {"test_build_then_read", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_25test_build_then_read,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                           ^
> indexed_gzip/tests/ctest_zran.c:13914:116: warning: ISO C forbids conversion 
> of object pointer to function pointer type [-Wpedantic]
> 13914 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_25test_build_then_read = 
> {"test_build_then_read", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_25test_build_then_read,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                              ^
> indexed_gzip/tests/ctest_zran.c:14851:141: warning: ISO C forbids conversion 
> of function pointer to object pointer type [-Wpedantic]
> 14851 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_27test_readbuf_spacing_sizes = 
> {"test_readbuf_spacing_sizes", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_27test_readbuf_spacing_sizes,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                                       ^
> indexed_gzip/tests/ctest_zran.c:14851:128: warning: ISO C forbids conversion 
> of object pointer to function pointer type [-Wpedantic]
> 14851 | static PyMethodDef 
> __pyx_mdef_12indexed_gzip_5tests_10ctest_zran_27test_readbuf_spacing_sizes = 
> {"test_readbuf_spacing_sizes", 
> (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_12indexed_gzip_5tests_10ctest_zran_27test_readbuf_spacing_sizes,
>  METH_VARARGS|METH_KEYWORDS, 0};
>       |                                                                       
>                                                          ^
> In file included from 
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:21,
>                  from 
> /usr/lib/python3/dist-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/lib/python3/dist-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:18178:15: note: in expansion of macro 
> ‘PyArray_MultiIterNew’
> 18178 |   __pyx_t_1 = PyArray_MultiIterNew(1, ((void *)__pyx_v_a)); if 
> (unlikely(!__pyx_t_1)) __PYX_ERR(2, 821, __pyx_L1_error)
>       |               ^~~~~~~~~~~~~~~~~~~~
> indexed_gzip/tests/ctest_zran.c: In function 
> ‘__pyx_f_5numpy_PyArray_MultiIterNew2’:
> /usr/lib/python3/dist-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:18228:15: note: in expansion of macro 
> ‘PyArray_MultiIterNew’
> 18228 |   __pyx_t_1 = PyArray_MultiIterNew(2, ((void *)__pyx_v_a), ((void 
> *)__pyx_v_b)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 824, __pyx_L1_error)
>       |               ^~~~~~~~~~~~~~~~~~~~
> indexed_gzip/tests/ctest_zran.c: In function 
> ‘__pyx_f_5numpy_PyArray_MultiIterNew3’:
> /usr/lib/python3/dist-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:18278:15: note: in expansion of macro 
> ‘PyArray_MultiIterNew’
> 18278 |   __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, 
> 827, __pyx_L1_error)
>       |               ^~~~~~~~~~~~~~~~~~~~
> indexed_gzip/tests/ctest_zran.c: In function 
> ‘__pyx_f_5numpy_PyArray_MultiIterNew4’:
> /usr/lib/python3/dist-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:18328:15: note: in expansion of macro 
> ‘PyArray_MultiIterNew’
> 18328 |   __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, 830, __pyx_L1_error)
>       |               ^~~~~~~~~~~~~~~~~~~~
> indexed_gzip/tests/ctest_zran.c: In function 
> ‘__pyx_f_5numpy_PyArray_MultiIterNew5’:
> /usr/lib/python3/dist-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:18378:15: note: in expansion of macro 
> ‘PyArray_MultiIterNew’
> 18378 |   __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, 833, __pyx_L1_error)
>       |               ^~~~~~~~~~~~~~~~~~~~
> indexed_gzip/tests/ctest_zran.c: In function ‘__pyx_f_5numpy_set_array_base’:
> /usr/lib/python3/dist-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:19254:10: note: in expansion of macro 
> ‘PyArray_SetBaseObject’
> 19254 |   (void)(PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base));
>       |          ^~~~~~~~~~~~~~~~~~~~~
> indexed_gzip/tests/ctest_zran.c: At top level:
> indexed_gzip/tests/ctest_zran.c:20013:19: warning: ISO C forbids conversion 
> of function pointer to object pointer type [-Wpedantic]
> 20013 |   {Py_mod_create, (void*)__pyx_pymod_create},
>       |                   ^
> indexed_gzip/tests/ctest_zran.c:20014:17: warning: ISO C forbids conversion 
> of function pointer to object pointer type [-Wpedantic]
> 20014 |   {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:21604:54: warning: ISO C forbids conversion 
> of function pointer to object pointer type [-Wpedantic]
> 21604 |         return (*((__Pyx_PyCFunctionFastWithKeywords)(void*)meth)) 
> (self, args, nargs, NULL);
>       |                                                      ^
> indexed_gzip/tests/ctest_zran.c:21604:19: warning: ISO C forbids conversion 
> of object pointer to function pointer type [-Wpedantic]
> 21604 |         return (*((__Pyx_PyCFunctionFastWithKeywords)(void*)meth)) 
> (self, args, nargs, NULL);
>       |                   ^
> indexed_gzip/tests/ctest_zran.c:21606:42: warning: ISO C forbids conversion 
> of function pointer to object pointer type [-Wpedantic]
> 21606 |         return (*((__Pyx_PyCFunctionFast)(void*)meth)) (self, args, 
> nargs);
>       |                                          ^
> indexed_gzip/tests/ctest_zran.c:21606:19: warning: ISO C forbids conversion 
> of object pointer to function pointer type [-Wpedantic]
> 21606 |         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:22818:43: warning: ISO C forbids conversion 
> of function pointer to object pointer type [-Wpedantic]
> 22818 |         return (*(PyCFunctionWithKeywords)(void*)meth)(self, arg, kw);
>       |                                           ^
> indexed_gzip/tests/ctest_zran.c:22818:18: warning: ISO C forbids conversion 
> of object pointer to function pointer type [-Wpedantic]
> 22818 |         return (*(PyCFunctionWithKeywords)(void*)meth)(self, arg, kw);
>       |                  ^
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
> -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat 
> -Werror=format-security -g -fwrapv -O2 -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -I./indexed_gzip -Iindexed_gzip 
> -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 
> -c indexed_gzip/zran.c -o build/temp.linux-x86_64-3.9/indexed_gzip/zran.o 
> -Wall -pedantic -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
> -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-3.9/indexed_gzip/tests/ctest_zran.o 
> build/temp.linux-x86_64-3.9/indexed_gzip/zran.o -lz -o 
> build/lib.linux-x86_64-3.9/indexed_gzip/tests/ctest_zran.cpython-39-x86_64-linux-gnu.so
> copying 
> build/lib.linux-x86_64-3.9/indexed_gzip/indexed_gzip.cpython-39-x86_64-linux-gnu.so
>  -> indexed_gzip
> copying 
> build/lib.linux-x86_64-3.9/indexed_gzip/tests/ctest_indexed_gzip.cpython-39-x86_64-linux-gnu.so
>  -> indexed_gzip/tests
> copying 
> build/lib.linux-x86_64-3.9/indexed_gzip/tests/ctest_zran.cpython-39-x86_64-linux-gnu.so
>  -> indexed_gzip/tests
> ERROR: usage: setup.py [options] [file_or_dir] [file_or_dir] [...]
> setup.py: error: unrecognized arguments: --niter
>   inifile: /<<PKGBUILDDIR>>/setup.cfg
>   rootdir: /<<PKGBUILDDIR>>
> 
> make[1]: *** [debian/rules:33: override_dh_auto_test] Error 4
> make: *** [debian/rules:18: build] Error 2
> dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'

Reply via email to