FreeBSD-main-amd64-gcc12_build - Build #3883 - Still Failing
Date: Sun, 22 Sep 2024 02:52:49 UTC
FreeBSD-main-amd64-gcc12_build - Build #3883 (f8d14a44deb0bb0a3bde623bd9204212af12f938) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/3883/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/3883/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/3883/console
Status explanation:
"Failure" - the build is suspected being broken by the following changes
"Still Failing" - the build has not been fixed by the following changes and
this is a notification to note that these changes have
not been fully tested by the CI system
Change summaries:
(Those commits are likely but not certainly responsible)
93e96359c980ccf318fe089b30b863f7c910b622 by kp:
libpfctl: ensure we return useful error codes
f8d14a44deb0bb0a3bde623bd9204212af12f938 by kp:
if_usie: fix typo
The end of the build log:
[...truncated 89.17 MiB...]
/workspace/src/sbin/init/init.c:965:24: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
965 | return (state_func_t) single_user;
| ^
/workspace/src/sbin/init/init.c:976:32: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
976 | return (state_func_t) single_user;
| ^
/workspace/src/sbin/init/init.c:986:24: warning: cast between incompatible function types from 'state_t' {aka 'long int (* (*)(void))(void)'} to 'long int (*)(void)' [-Wcast-function-type]
986 | return (state_func_t) requested_transition;
| ^
/workspace/src/sbin/init/init.c:1005:32: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
1005 | return (state_func_t) single_user;
| ^
/workspace/src/sbin/init/init.c:1010:16: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
1010 | return (state_func_t) runcom;
| ^
/workspace/src/sbin/init/init.c: In function 'runcom':
/workspace/src/sbin/init/init.c:1027:16: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
1027 | return (state_func_t) read_ttys;
| ^
/workspace/src/sbin/init/init.c: In function 'run_script':
/workspace/src/sbin/init/init.c:1131:24: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
1131 | return (state_func_t) single_user;
| ^
/workspace/src/sbin/init/init.c:1143:32: warning: cast between incompatible function types from 'state_t' {aka 'long int (* (*)(void))(void)'} to 'long int (*)(void)' [-Wcast-function-type]
1143 | return (state_func_t) requested_transition;
| ^
/workspace/src/sbin/init/init.c:1149:32: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
1149 | return (state_func_t) single_user;
| ^
/workspace/src/sbin/init/init.c:1172:24: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
1172 | return (state_func_t) single_user;
| ^
/workspace/src/sbin/init/init.c:1176:24: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
1176 | return (state_func_t) single_user;
| ^
/workspace/src/sbin/init/init.c: In function 'read_ttys':
/workspace/src/sbin/init/init.c:1403:24: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
1403 | return (state_func_t) single_user;
| ^
/workspace/src/sbin/init/init.c:1415:16: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
1415 | return (state_func_t) multi_user;
| ^
/workspace/src/sbin/init/init.c: In function 'multi_user':
/workspace/src/sbin/init/init.c:1744:16: warning: cast between incompatible function types from 'state_t' {aka 'long int (* (*)(void))(void)'} to 'long int (*)(void)' [-Wcast-function-type]
1744 | return (state_func_t) requested_transition;
| ^
/workspace/src/sbin/init/init.c: In function 'clean_ttys':
/workspace/src/sbin/init/init.c:1830:16: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
1830 | return (state_func_t) multi_user;
| ^
/workspace/src/sbin/init/init.c: In function 'catatonia':
/workspace/src/sbin/init/init.c:1844:16: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
1844 | return (state_func_t) multi_user;
| ^
/workspace/src/sbin/init/init.c: In function 'death':
/workspace/src/sbin/init/init.c:1890:16: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
1890 | return (state_func_t) death_single;
| ^
/workspace/src/sbin/init/init.c: In function 'death_single':
/workspace/src/sbin/init/init.c:1909:32: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
1909 | return (state_func_t) single_user;
| ^
/workspace/src/sbin/init/init.c:1919:32: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
1919 | return (state_func_t) single_user;
| ^
/workspace/src/sbin/init/init.c:1924:16: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
1924 | return (state_func_t) single_user;
| ^
/workspace/src/sbin/init/init.c: In function 'transition_handler':
/workspace/src/sbin/init/init.c:1669:23: warning: this statement may fall through [-Wimplicit-fallthrough=]
1669 | howto = RB_POWEROFF;
| ^
/workspace/src/sbin/init/init.c:1670:9: note: here
1670 | case SIGUSR1:
| ^~~~
/workspace/src/sbin/init/init.c:1671:23: warning: this statement may fall through [-Wimplicit-fallthrough=]
1671 | howto |= RB_HALT;
| ^
/workspace/src/sbin/init/init.c:1672:9: note: here
1672 | case SIGWINCH:
| ^~~~
/workspace/src/sbin/init/init.c:1676:24: warning: this statement may fall through [-Wimplicit-fallthrough=]
1676 | Reboot = true;
| ^
/workspace/src/sbin/init/init.c:1677:9: note: here
1677 | case SIGTERM:
| ^~~~
--- all_subdir_sbin ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -fpic -DPIC -O2 -pipe -fno-common -I/workspace/src/sbin/nvmecontrol -g -MD -MF.depend.intel.pico -MTintel.pico -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -c /workspace/src/sbin/nvmecontrol/modules/intel/intel.c -o intel.pico
--- all_subdir_stand ---
--- all_subdir_stand/i386 ---
===> stand/i386 (all)
--- all_subdir_usr.sbin ---
--- fifolog_writer.full ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -I/workspace/src/usr.sbin/fifolog/lib -fPIE -g -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-e--- all_subdir_lib ---
--- regex_att_test.full ---
--- all_subdir_usr.sbin ---
rror=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wl,-zrelro -pie -Wl,-znoexecstack -o fifolog_writer.full fifolog_writer.o -L/tmp/obj/workspace/src/amd64.amd64/usr.sbin/fifolog/lib -lfifolog_pie -lz
--- all_subdir_tests ---
--- process-control.debug ---
--- all_subdir_lib ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -I/workspace/src/contrib/netbsd-tests/lib/libc/regex -DREGEX_SPENCER -DSKIP_LEFTASSOC -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -g -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautologi--- all_subdir_tests ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug process-control.full process-control.debug
--- all_subdir_lib ---
cal-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -Wl,-zrelro -pie -Wl,-znoexecstack -o regex_att_test.full t_regex_att.o -lprivateatf-c -lutil -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -lnetbsd_pie
--- all_subdir_tests ---
--- process-control ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=process-control.debug process-control.full process-control
--- all_subdir_stand ---
--- all_subdir_stand/i386/btx ---
===> stand/i386/btx (all)
--- all_subdir_tests ---
--- miscellaneous ---
(cd /workspace/src/tests/sys/audit && DEPENDFILE=.depend.miscellaneous NO_SUBDIR=1 make -f /workspace/src/tests/sys/audit/Makefile _RECURSING_PROGS=t PROG=miscellaneous )
--- all_subdir_stand ---
--- include/machine ---
include/machine -> /workspace/src/sys/i386/include
--- include/x86 ---
--- all_subdir_usr.sbin ---
--- fifolog_writer.debug ---
--- all_subdir_stand ---
include/x86 -> /workspace/src/sys/x86/include
--- all_subdir_usr.sbin ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug fifolog_writer.full fifolog_writer.debug
--- all_subdir_tests ---
--- .depend.miscellaneous ---
echo miscellaneous.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> .depend.miscellaneous
--- all_subdir_stand ---
--- all_subdir_stand/i386/btx/btx ---
===> stand/i386/btx/btx (all)
--- all_subdir_usr.sbin ---
--- fifolog_writer ---
--- all_subdir_tests ---
--- miscellaneous.o ---
--- all_subdir_lib ---
--- regex_att_test.debug ---
--- all_subdir_usr.sbin ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=fifolog_writer.debug fifolog_writer.full fifolog_writer
--- all_subdir_tests ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -I/workspace/src/contrib/openbsm -g -MD -MF.depend.miscellaneous.miscellaneous.o -MTmiscellaneous.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -c /workspace/src/tests/sys/audit/miscellaneous.c -o miscellaneous.o
--- all_subdir_lib ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug regex_att_test.full regex_att_test.debug
--- regex_att_test ---
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/fifolog/fifolog_reader ---
===> usr.sbin/fifolog/fifolog_reader (all)
--- all_subdir_lib ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=regex_att_test.debug regex_att_test.full regex_att_test
--- multibyte ---
echo '#! /usr/libexec/atf-sh' > multibyte.tmp
cat /workspace/src/lib/libc/tests/regex/multibyte.sh >>multibyte.tmp
chmod +x multibyte.tmp
mv multibyte.tmp multibyte
--- regex_test ---
echo '#! /usr/libexec/atf-sh' > regex_test.tmp
cat /workspace/src/contrib/netbsd-tests/lib/libc/regex/t_regex.sh >>regex_test.tmp
chmod +x regex_test.tmp
mv regex_test.tmp regex_test
--- all_subdir_stand ---
--- include/machine ---
--- all_subdir_lib ---
--- Kyuafile ---
--- all_subdir_usr.sbin ---
--- .depend ---
--- all_subdir_stand ---
include/machine -> /workspace/src/sys/i386/include
--- all_subdir_usr.sbin ---
echo fifolog_reader.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/usr.sbin/fifolog/lib/libfifolog_pie.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libz.a >> .depend
--- fifolog_reader.o ---
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/resolv ---
===> lib/libc/tests/resolv (all)
--- all_subdir_stand ---
--- include/x86 ---
--- all_subdir_usr.sbin ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -I/workspace/src/usr.sbin/fifolog/lib -fPIE -g -MD -MF.depend.fifolog_reader.o -MTfifolog_reader.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -c /workspace/src/usr.sbin/fifolog/fifolog_reader/fifolog_reader.c -o fifolog_reader.o
--- all_subdir_stand ---
include/x86 -> /workspace/src/sys/x86/include
--- btx.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -I/workspace/src/stand/i386/btx/lib -nostdinc -I/tmp/obj/workspace/src/amd64.amd64/stand/libsa32 -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding -mno-mmx -mno-sse -msoft-float -march=i386 -I. -Iinclude -DBTX_FLAGS=0x0 -I/workspace/src/stand/i386/common -MD -MF.depend.btx.o -MTbtx.o -std=gnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -Os -mpreferred-stack-boundary=2 -c /workspace/src/stand/i386/btx/btx/btx.S -o btx.o
--- all_subdir_lib ---
--- resolv_test ---
(cd /workspace/src/lib/libc/tests/resolv && DEPENDFILE=.depend.resolv_test NO_SUBDIR=1 make -f /workspace/src/lib/libc/tests/resolv/Makefile _RECURSING_PROGS=t PROG=resolv_test )
--- all_subdir_stand ---
--- btx ---
--- all_subdir_tests ---
make[2]: stopped in /workspace/src
--- all_subdir_usr.bin ---
make[2]: stopped in /workspace/src
--- all_subdir_usr.sbin ---
make[2]: stopped in /workspace/src
--- all_subdir_share ---
make[2]: stopped in /workspace/src
--- all_subdir_sbin ---
make[2]: stopped in /workspace/src
--- all_subdir_lib ---
make[3]: stopped in /workspace/src/lib
--- all_subdir_cddl ---
make[4]: stopped in /workspace/src/cddl/usr.sbin
make[3]: stopped in /workspace/src/cddl
make[2]: stopped in /workspace/src
--- all_subdir_rescue ---
*** [objs] Error code 6
make[4]: stopped in /workspace/src/rescue/rescue
1 error
make[4]: stopped in /workspace/src/rescue/rescue
--- all_subdir_lib ---
--- all_subdir_lib/msun ---
make[3]: stopped in /workspace/src/lib
--- all_subdir_rescue ---
make[3]: stopped in /workspace/src/rescue
make[2]: stopped in /workspace/src
--- all_subdir_lib ---
make[2]: stopped in /workspace/src
--- all_subdir_stand ---
make[2]: stopped in /workspace/src
70.45 real 600.36 user 71.38 sys
make[1]: stopped in /workspace/src
make: stopped in /workspace/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-main-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins1753120415281486807.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc12_build
Checking for post-build
Performing post-build step
Checking if email needs to be generated
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Sending mail from default account using System Admin e-mail address