Compiling test case stringop_overflow /home/autobuild/autobuild/instance-9/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -D_GNU_SOURCE -include config-host.h -Werror -Wstringop-overflow=0 -o /tmp/fio-conf-jQpgvg4eip.exe /tmp/fio-conf-XJ8lTn12X9.c -Wl,-elf2flt=-r -static Compiling test case array_bounds /home/autobuild/autobuild/instance-9/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -D_GNU_SOURCE -include config-host.h -Werror -Warray-bounds=0 -o /tmp/fio-conf-jQpgvg4eip.exe /tmp/fio-conf-XJ8lTn12X9.c -Wl,-elf2flt=-r -static Compiling test case __kernel_rwf_t /home/autobuild/autobuild/instance-9/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -D_GNU_SOURCE -include config-host.h -o /tmp/fio-conf-jQpgvg4eip.exe /tmp/fio-conf-XJ8lTn12X9.c -Wl,-elf2flt=-r -static Compiling test case __kernel_timespec /home/autobuild/autobuild/instance-9/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -D_GNU_SOURCE -include config-host.h -o /tmp/fio-conf-jQpgvg4eip.exe /tmp/fio-conf-XJ8lTn12X9.c -Wl,-elf2flt=-r -static Compiling test case open_how /home/autobuild/autobuild/instance-9/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -D_GNU_SOURCE -include config-host.h -o /tmp/fio-conf-jQpgvg4eip.exe /tmp/fio-conf-XJ8lTn12X9.c -Wl,-elf2flt=-r -static /tmp/fio-conf-XJ8lTn12X9.c: In function 'main': /tmp/fio-conf-XJ8lTn12X9.c:7:19: error: storage size of 'how' isn't known 7 | struct open_how how; | ^~~ Compiling test case statx /home/autobuild/autobuild/instance-9/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -D_GNU_SOURCE -include config-host.h -o /tmp/fio-conf-jQpgvg4eip.exe /tmp/fio-conf-XJ8lTn12X9.c -Wl,-elf2flt=-r -static Compiling test case C++ no -D_GNU_SOURCE -include config-host.h -o /tmp/fio-conf-jQpgvg4eip.exe /tmp/fio-conf-XJ8lTn12X9.c -Wl,-elf2flt=-r -static ./configure: line 128: no: command not found Compiling test case has_ucontext /home/autobuild/autobuild/instance-9/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -D_GNU_SOURCE -include config-host.h -o /tmp/fio-conf-jQpgvg4eip.exe /tmp/fio-conf-XJ8lTn12X9.c -Wl,-elf2flt=-r -static /tmp/fio-conf-XJ8lTn12X9.c: In function 'main': /tmp/fio-conf-XJ8lTn12X9.c:4:3: error: unknown type name 'ucontext_t' 4 | ucontext_t ctx; | ^~~~~~~~~~ /tmp/fio-conf-XJ8lTn12X9.c:5:3: warning: implicit declaration of function 'getcontext' [-Wimplicit-function-declaration] 5 | getcontext(&ctx); | ^~~~~~~~~~ /tmp/fio-conf-XJ8lTn12X9.c:6:3: warning: implicit declaration of function 'makecontext' [-Wimplicit-function-declaration] 6 | makecontext(&ctx, 0, 0); | ^~~~~~~~~~~