+ 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=310 WRKLOG=/tmp/bulklog/py310-cykhash-2.0.1nb1/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/py310-cykhash-2.0.1nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for py310-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. [Errno 28] No space left on device Traceback (most recent call last): File "/usr/pkg/lib/python3.10/site-packages/Cython/Build/Dependencies.py", line 1300, in cythonize_one result = compile_single(pyx_file, options, full_module_name=full_module_name) File "/usr/pkg/lib/python3.10/site-packages/Cython/Compiler/Main.py", line 615, in compile_single return run_pipeline(source, options, full_module_name) File "/usr/pkg/lib/python3.10/site-packages/Cython/Compiler/Main.py", line 539, in run_pipeline err, enddata = Pipeline.run_pipeline(pipeline, source) File "/usr/pkg/lib/python3.10/site-packages/Cython/Compiler/Pipeline.py", line 398, in run_pipeline data = run(phase, data) File "/usr/pkg/lib/python3.10/site-packages/Cython/Compiler/Pipeline.py", line 375, in run return phase(data) File "/usr/pkg/lib/python3.10/site-packages/Cython/Compiler/Pipeline.py", line 52, in generate_pyx_code_stage module_node.process_implementation(options, result) File "/usr/pkg/lib/python3.10/site-packages/Cython/Compiler/ModuleNode.py", line 222, in process_implementation self.generate_c_code(env, options, result) File "/usr/pkg/lib/python3.10/site-packages/Cython/Compiler/ModuleNode.py", line 550, in generate_c_code rootwriter.copyto(f) File "Cython/Compiler/Code.py", line 1874, in Cython.Compiler.Code.CCodeWriter.copyto File "Cython/StringIOTree.py", line 81, in Cython.StringIOTree.StringIOTree.copyto File "Cython/StringIOTree.py", line 84, in Cython.StringIOTree.StringIOTree.copyto File "/usr/pkg/lib/python3.10/codecs.py", line 721, in write return self.writer.write(data) File "/usr/pkg/lib/python3.10/codecs.py", line 378, in write self.stream.write(data) OSError: [Errno 28] No space left on device 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 Traceback (most recent call last): File "/usr/pkg/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py", line 389, in main() File "/usr/pkg/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py", line 373, in main json_out["return_val"] = hook(**hook_input["kwargs"]) File "/usr/pkg/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py", line 280, in build_wheel return _build_backend().build_wheel( File "/usr/pkg/lib/python3.10/site-packages/setuptools/build_meta.py", line 435, in build_wheel return _build(['bdist_wheel']) File "/usr/pkg/lib/python3.10/site-packages/setuptools/build_meta.py", line 426, in _build return self._build_with_temp_dir( File "/usr/pkg/lib/python3.10/site-packages/setuptools/build_meta.py", line 407, in _build_with_temp_dir self.run_setup() File "/usr/pkg/lib/python3.10/site-packages/setuptools/build_meta.py", line 522, in run_setup super().run_setup(setup_script=setup_script) File "/usr/pkg/lib/python3.10/site-packages/setuptools/build_meta.py", line 320, in run_setup exec(code, locals()) File "", line 82, in File "", line 65, in my_cythonize File "/usr/pkg/lib/python3.10/site-packages/Cython/Build/Dependencies.py", line 1154, in cythonize cythonize_one(*args) File "/usr/pkg/lib/python3.10/site-packages/Cython/Build/Dependencies.py", line 1321, in cythonize_one raise CompileError(None, pyx_file) Cython.Compiler.Errors.CompileError: src/cykhash/unique.pyx ERROR Backend subprocess exited when trying to invoke build_wheel *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/devel/py-cykhash *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/devel/py-cykhash