DEBUG: Executing shell function do_compile
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/inflate64
copying src/inflate64/__init__.py -> build/lib.linux-x86_64-cpython-312/inflate64
running egg_info
writing src/inflate64.egg-info/PKG-INFO
writing dependency_links to src/inflate64.egg-info/dependency_links.txt
writing requirements to src/inflate64.egg-info/requires.txt
writing top-level names to src/inflate64.egg-info/top_level.txt
writing manifest file 'src/inflate64.egg-info/SOURCES.txt'
reading manifest file 'src/inflate64.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.woodpecker.yml'
no previously-included directories found matching 'ci'
no previously-included directories found matching 'ISSUE_TEMPLATE'
adding license file 'COPYING'
writing manifest file 'src/inflate64.egg-info/SOURCES.txt'
copying src/inflate64/py.typed -> build/lib.linux-x86_64-cpython-312/inflate64
running build_ext
building 'inflate64._inflate64' 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/ext
creating build/temp.linux-x86_64-cpython-312/src/lib
i686-yoe-linux-clang -target i686-yoe-linux -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3/3.12.4/Python-3.12.4=/usr/src/debug/python3/3.12.4 -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3/3.12.4/Python-3.12.4=/usr/src/debug/python3/3.12.4 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.12.4 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.12.4 -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3/3.12.4/Python-3.12.4=/usr/src/debug/python3/3.12.4 -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3/3.12.4/Python-3.12.4=/usr/src/debug/python3/3.12.4 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.12.4 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.12.4 -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/inflate64-1.0.0=/usr/src/debug/python3-inflate64/1.0.0 -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/inflate64-1.0.0=/usr/src/debug/python3-inflate64/1.0.0 -fmacro-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/inflate64-1.0.0=/usr/src/debug/python3-inflate64/1.0.0 -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/inflate64-1.0.0=/usr/src/debug/python3-inflate64/1.0.0 -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot-native= -fPIC -Isrc/lib -Isrc/ext -ITOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot/usr/include/python3.12 -c src/ext/_inflate64module.c -o build/temp.linux-x86_64-cpython-312/src/ext/_inflate64module.o
src/ext/_inflate64module.c:102:1: warning: unused function 'OutputBuffer_WindowInitWithSize' [-Wunused-function]
102 | OutputBuffer_WindowInitWithSize(_BlocksOutputBuffer *buffer, _Uint32Window *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/ext/_inflate64module.c:125:1: warning: unused function 'OutputBuffer_WindowGrow' [-Wunused-function]
125 | OutputBuffer_WindowGrow(_BlocksOutputBuffer *buffer, _Uint32Window *window,
| ^~~~~~~~~~~~~~~~~~~~~~~
src/ext/_inflate64module.c:164:1: warning: unused function 'OutputBuffer_WindowFinish' [-Wunused-function]
164 | OutputBuffer_WindowFinish(_BlocksOutputBuffer *buffer, _Uint32Window *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
src/ext/_inflate64module.c:172:1: warning: unused function 'OutputBuffer_WindowOnError' [-Wunused-function]
172 | OutputBuffer_WindowOnError(_BlocksOutputBuffer *buffer, _Uint32Window *window)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
4 warnings generated.
i686-yoe-linux-clang -target i686-yoe-linux -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3/3.12.4/Python-3.12.4=/usr/src/debug/python3/3.12.4 -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3/3.12.4/Python-3.12.4=/usr/src/debug/python3/3.12.4 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.12.4 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.12.4 -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3/3.12.4/Python-3.12.4=/usr/src/debug/python3/3.12.4 -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3/3.12.4/Python-3.12.4=/usr/src/debug/python3/3.12.4 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.12.4 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.12.4 -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/inflate64-1.0.0=/usr/src/debug/python3-inflate64/1.0.0 -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/inflate64-1.0.0=/usr/src/debug/python3-inflate64/1.0.0 -fmacro-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/inflate64-1.0.0=/usr/src/debug/python3-inflate64/1.0.0 -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/inflate64-1.0.0=/usr/src/debug/python3-inflate64/1.0.0 -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot-native= -fPIC -Isrc/lib -Isrc/ext -ITOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot/usr/include/python3.12 -c src/lib/deflate.c -o build/temp.linux-x86_64-cpython-312/src/lib/deflate.o
In file included from src/lib/deflate.c:52:
In file included from src/lib/inflate64.h:16:
In file included from src/lib/inflate64_config.h:188:
In file included from TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot/usr/include/string.h:548:
TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot/usr/include/bits/string_fortified.h:77:66: error: pass_object_size attribute only applies to constant pointer arguments
77 | __NTH (strcpy (__fortify_clang_overload_arg (char *, __restrict, __dest),
| ^
TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot/usr/include/bits/string_fortified.h:86:66: error: pass_object_size attribute only applies to constant pointer arguments
86 | __NTH (stpcpy (__fortify_clang_overload_arg (char *, __restrict, __dest),
| ^
TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot/usr/include/bits/string_fortified.h:96:67: error: pass_object_size attribute only applies to constant pointer arguments
96 | __NTH (strncpy (__fortify_clang_overload_arg (char *, __restrict, __dest),
| ^
TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot/usr/include/bits/string_fortified.h:107:56: error: pass_object_size attribute only applies to constant pointer arguments
107 | __NTH (stpncpy (__fortify_clang_overload_arg (char *, ,__dest),
| ^
TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot/usr/include/bits/string_fortified.h:136:66: error: pass_object_size attribute only applies to constant pointer arguments
136 | __NTH (strcat (__fortify_clang_overload_arg (char *, __restrict, __dest),
| ^
TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot/usr/include/bits/string_fortified.h:145:67: error: pass_object_size attribute only applies to constant pointer arguments
145 | __NTH (strncat (__fortify_clang_overload_arg (char *, __restrict, __dest),
| ^
TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot/usr/include/bits/string_fortified.h:161:67: error: pass_object_size attribute only applies to constant pointer arguments
161 | __NTH (strlcpy (__fortify_clang_overload_arg (char *, __restrict, __dest),
| ^
TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot/usr/include/bits/string_fortified.h:179:67: error: pass_object_size attribute only applies to constant pointer arguments
179 | __NTH (strlcat (__fortify_clang_overload_arg (char *, __restrict, __dest),
| ^
In file included from src/lib/deflate.c:52:
In file included from src/lib/inflate64.h:16:
In file included from src/lib/inflate64_config.h:189:
In file included from TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot/usr/include/stdlib.h:1159:
TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot/usr/include/bits/stdlib.h:38:54: error: pass_object_size attribute only applies to constant pointer arguments
38 | __fortify_clang_overload_arg (char *, __restrict, __resolved)))
| ^
TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot/usr/include/bits/stdlib.h:73:43: error: pass_object_size attribute only applies to constant pointer arguments
73 | __fortify_clang_overload_arg (char *, ,__buf),
| ^
TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot/usr/include/bits/stdlib.h:91:55: error: pass_object_size attribute only applies to constant pointer arguments
91 | __NTH (wctomb (__fortify_clang_overload_arg (char *, ,__s), wchar_t __wchar))
| ^
TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot/usr/include/bits/stdlib.h:129:71: error: pass_object_size attribute only applies to constant pointer arguments
129 | __NTH (mbstowcs (__fortify_clang_overload_arg (wchar_t *, __restrict, __dst),
| ^
TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot/usr/include/bits/stdlib.h:159:68: error: pass_object_size attribute only applies to constant pointer arguments
159 | __NTH (wcstombs (__fortify_clang_overload_arg (char *, __restrict, __dst),
| ^
src/lib/deflate.c:136:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
136 | local void slide_hash(s)
| ^
src/lib/deflate.c:161:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
161 | int ZEXPORT deflate9Init2(strm)
| ^
src/lib/deflate.c:217:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
217 | local int deflateStateCheck (strm)
| ^
src/lib/deflate.c:233:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
233 | int ZEXPORT deflate9ResetKeep (strm)
| ^
src/lib/deflate.c:259:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
259 | int ZEXPORT deflate9Reset (strm)
| ^
src/lib/deflate.c:275:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
275 | local void flush_pending(strm)
| ^
src/lib/deflate.c:302:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
302 | int ZEXPORT deflate9 (strm, flush)
| ^
src/lib/deflate.c:420:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
420 | local unsigned read_buf(strm, buf, size)
| ^
src/lib/deflate.c:442:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
442 | local void lm_init (s)
| ^
src/lib/deflate.c:477:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
477 | local uInt longest_match(s, cur_match)
| ^
src/lib/deflate.c:618:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
618 | local void fill_window(s)
| ^
src/lib/deflate.c:760:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
760 | local block_state deflate9_(s, flush)
| ^
12 warnings and 13 errors generated.
error: command 'TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/recipe-sysroot-native/usr/bin/i686-yoe-linux/i686-yoe-linux-clang' failed with exit code 1
ERROR: 'python3 setup.py bdist_wheel ' execution failed.
WARNING: TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/temp/run.do_compile.2368382:180 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script):
#1: bbfatal_log, TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/temp/run.do_compile.2368382, line 180
#2: setuptools3_do_compile, TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/temp/run.do_compile.2368382, line 170
#3: do_compile, TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/temp/run.do_compile.2368382, line 152
#4: main, TOPDIR/build/tmp/work/core2-32-yoe-linux/python3-inflate64/1.0.0/temp/run.do_compile.2368382, line 184