+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/py312-cykhash-2.0.1nb1/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/py312-cykhash-2.0.1nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for py312-cykhash-2.0.1nb1 * Building wheel... performance hint: src/cykhash/sets/set_impl.pxi:17:5: Exception check on '_dealloc_int64' will always require the GIL to be acquired. Possible solutions: 1. Declare '_dealloc_int64' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on '_dealloc_int64' to allow an error code to be returned. performance hint: src/cykhash/sets/set_impl.pxi:26:5: Exception check on '_add_int64' will always require the GIL to be acquired. Possible solutions: 1. Declare '_add_int64' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on '_add_int64' to allow an error code to be returned. performance hint: src/cykhash/sets/set_impl.pxi:34:5: Exception check on '_discard_int64' will always require the GIL to be acquired. Possible solutions: 1. Declare '_discard_int64' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on '_discard_int64' to allow an error code to be returned. performance hint: src/cykhash/sets/set_impl.pxi:558:5: Exception check on '_dealloc_float64' will always require the GIL to be acquired. Possible solutions: 1. Declare '_dealloc_float64' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on '_dealloc_float64' to allow an error code to be returned. performance hint: src/cykhash/sets/set_impl.pxi:567:5: Exception check on '_add_float64' will always require the GIL to be acquired. Possible solutions: 1. Declare '_add_float64' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on '_add_float64' to allow an error code to be returned. performance hint: src/cykhash/sets/set_impl.pxi:575:5: Exception check on '_discard_float64' will always require the GIL to be acquired. Possible solutions: 1. Declare '_discard_float64' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on '_discard_float64' to allow an error code to be returned. performance hint: src/cykhash/sets/set_impl.pxi:1099:5: Exception check on '_dealloc_int32' will always require the GIL to be acquired. Possible solutions: 1. Declare '_dealloc_int32' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on '_dealloc_int32' to allow an error code to be returned. performance hint: src/cykhash/sets/set_impl.pxi:1108:5: Exception check on '_add_int32' will always require the GIL to be acquired. Possible solutions: 1. Declare '_add_int32' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on '_add_int32' to allow an error code to be returned. performance hint: src/cykhash/sets/set_impl.pxi:1116:5: Exception check on '_discard_int32' will always require the GIL to be acquired. Possible solutions: 1. Declare '_discard_int32' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on '_discard_int32' to allow an error code to be returned. performance hint: src/cykhash/sets/set_impl.pxi:1640:5: Exception check on '_dealloc_float32' will always require the GIL to be acquired. Possible solutions: 1. Declare '_dealloc_float32' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on '_dealloc_float32' to allow an error code to be returned. performance hint: src/cykhash/sets/set_impl.pxi:1649:5: Exception check on '_add_float32' will always require the GIL to be acquired. Possible solutions: 1. Declare '_add_float32' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on '_add_float32' to allow an error code to be returned. performance hint: src/cykhash/sets/set_impl.pxi:1657:5: Exception check on '_discard_float32' will always require the GIL to be acquired. Possible solutions: 1. Declare '_discard_float32' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on '_discard_float32' to allow an error code to be returned. Compiling src/cykhash/khashsets.pyx because it changed. Compiling src/cykhash/khashmaps.pyx because it changed. Compiling src/cykhash/unique.pyx because it changed. Compiling src/cykhash/utils.pyx because it changed. [1/4] Cythonizing src/cykhash/khashmaps.pyx [2/4] Cythonizing src/cykhash/khashsets.pyx [3/4] Cythonizing src/cykhash/unique.pyx [4/4] Cythonizing src/cykhash/utils.pyx running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-cpython-312 creating build/lib.linux-x86_64-cpython-312/cykhash copying src/cykhash/__init__.py -> build/lib.linux-x86_64-cpython-312/cykhash copying src/cykhash/compat.py -> build/lib.linux-x86_64-cpython-312/cykhash running egg_info writing src/cykhash.egg-info/PKG-INFO writing dependency_links to src/cykhash.egg-info/dependency_links.txt writing top-level names to src/cykhash.egg-info/top_level.txt reading manifest file 'src/cykhash.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/cykhash.egg-info/SOURCES.txt' copying src/cykhash/common.pxi -> build/lib.linux-x86_64-cpython-312/cykhash copying src/cykhash/floatdef.pxd -> build/lib.linux-x86_64-cpython-312/cykhash copying src/cykhash/hash_functions.pxi -> build/lib.linux-x86_64-cpython-312/cykhash copying src/cykhash/khash.pxi -> build/lib.linux-x86_64-cpython-312/cykhash copying src/cykhash/khashmaps.pxd -> build/lib.linux-x86_64-cpython-312/cykhash copying src/cykhash/khashmaps.pyx -> build/lib.linux-x86_64-cpython-312/cykhash copying src/cykhash/khashsets.pxd -> build/lib.linux-x86_64-cpython-312/cykhash copying src/cykhash/khashsets.pyx -> build/lib.linux-x86_64-cpython-312/cykhash copying src/cykhash/memory.pxi -> build/lib.linux-x86_64-cpython-312/cykhash copying src/cykhash/murmurhash.pxi -> build/lib.linux-x86_64-cpython-312/cykhash copying src/cykhash/unique.pxd -> build/lib.linux-x86_64-cpython-312/cykhash copying src/cykhash/unique.pyx -> build/lib.linux-x86_64-cpython-312/cykhash copying src/cykhash/utils.pyx -> build/lib.linux-x86_64-cpython-312/cykhash creating build/lib.linux-x86_64-cpython-312/cykhash/maps copying src/cykhash/maps/map_impl.pxi.in -> build/lib.linux-x86_64-cpython-312/cykhash/maps copying src/cykhash/maps/map_header.pxi.in -> build/lib.linux-x86_64-cpython-312/cykhash/maps copying src/cykhash/maps/map_init.pxi.in -> build/lib.linux-x86_64-cpython-312/cykhash/maps creating build/lib.linux-x86_64-cpython-312/cykhash/unique copying src/cykhash/unique/unique_impl.pxi.in -> build/lib.linux-x86_64-cpython-312/cykhash/unique creating build/lib.linux-x86_64-cpython-312/cykhash/sets copying src/cykhash/sets/set_init.pxi.in -> build/lib.linux-x86_64-cpython-312/cykhash/sets copying src/cykhash/sets/set_header.pxi.in -> build/lib.linux-x86_64-cpython-312/cykhash/sets copying src/cykhash/sets/set_impl.pxi.in -> build/lib.linux-x86_64-cpython-312/cykhash/sets copying src/cykhash/maps/map_header.pxi -> build/lib.linux-x86_64-cpython-312/cykhash/maps copying src/cykhash/maps/map_impl.pxi -> build/lib.linux-x86_64-cpython-312/cykhash/maps copying src/cykhash/maps/map_init.pxi -> build/lib.linux-x86_64-cpython-312/cykhash/maps copying src/cykhash/unique/unique_impl.pxi -> build/lib.linux-x86_64-cpython-312/cykhash/unique copying src/cykhash/sets/set_header.pxi -> build/lib.linux-x86_64-cpython-312/cykhash/sets copying src/cykhash/sets/set_impl.pxi -> build/lib.linux-x86_64-cpython-312/cykhash/sets copying src/cykhash/sets/set_init.pxi -> build/lib.linux-x86_64-cpython-312/cykhash/sets running build_ext building 'cykhash.khashsets' extension creating build/temp.linux-x86_64-cpython-312 creating build/temp.linux-x86_64-cpython-312/src creating build/temp.linux-x86_64-cpython-312/src/cykhash cc -fno-strict-overflow -Wsign-compare -DNDEBUG -pipe -O2 -I/usr/include -I/usr/pkg/include -DNCURSES_WIDECHAR=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/db4 -pipe -O2 -I/usr/include -I/usr/pkg/include -DNCURSES_WIDECHAR=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/db4 -pipe -O2 -I/usr/include -I/usr/pkg/include -DNCURSES_WIDECHAR=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/db4 -pipe -O2 -I/usr/include -I/usr/pkg/include/python3.12 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.12 -I/usr/pkg/include -fPIC -I/usr/pkg/include/python3.12 -c src/cykhash/khashsets.c -o build/temp.linux-x86_64-cpython-312/src/cykhash/khashsets.o src/cykhash/khashsets.c: In function '__pyx_f_7cykhash_9khashsets_isin_int64': src/cykhash/khashsets.c:29045:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] __pyx_t_2 = (__pyx_v_n != __pyx_t_1); ^ src/cykhash/khashsets.c: In function '__pyx_f_7cykhash_9khashsets_isin_float64': src/cykhash/khashsets.c:41638:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] __pyx_t_2 = (__pyx_v_n != __pyx_t_1); ^ src/cykhash/khashsets.c: In function '__pyx_f_7cykhash_9khashsets_isin_int32': src/cykhash/khashsets.c:54231:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] __pyx_t_2 = (__pyx_v_n != __pyx_t_1); ^ src/cykhash/khashsets.c: In function '__pyx_f_7cykhash_9khashsets_isin_float32': src/cykhash/khashsets.c:66824:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] __pyx_t_2 = (__pyx_v_n != __pyx_t_1); ^ src/cykhash/khashsets.c: In function '__pyx_f_7cykhash_9khashsets_isin_pyobject': src/cykhash/khashsets.c:79507:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] __pyx_t_2 = (__pyx_v_n != __pyx_t_1); ^ In file included from src/cykhash/khashsets.c:99967:0: /home/pbulk/build/devel/py-cykhash/work/.buildlink/include/python3.12/internal/pycore_frame.h: In function '_PyFrame_Initialize': /home/pbulk/build/devel/py-cykhash/work/.buildlink/include/python3.12/internal/pycore_frame.h:134:5: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = null_locals_from; i < code->co_nlocalsplus; i++) { ^ /home/pbulk/build/devel/py-cykhash/work/.buildlink/include/python3.12/internal/pycore_frame.h:134:5: note: use option -std=c99 or -std=gnu99 to compile your code error: command '/home/pbulk/build/devel/py-cykhash/work/.cwrapper/bin/cc' failed with exit code 1 ERROR Backend subprocess exited when trying to invoke build_wheel *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/devel/py-cykhash *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/devel/py-cykhash