FreeBSD-stable-14-amd64-gcc14_build - Build #107 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Wed, 26 Mar 2025 04:40:33 UTC
FreeBSD-stable-14-amd64-gcc14_build - Build #107 (a3dfa53bbfe73b6ed07cf14607aa11c5c7dd51a8) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/107/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/107/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/107/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)

4073e53e4285f20c21e4eeecb4d774752b59bae8 by imp:
acpi_cmbat: Use nitems instead of sizeof

1a8a24e34031513e9b311f55c46b9294d7aec426 by imp:
acpi_iicbus: Shift slave address

df872d66f24a4f496cddb1e2da2222f10e3bc722 by imp:
loader: Increase buffer size to accommodate longer commands

0a4a5b8cefd4c172911e869801aace91f80a42b4 by imp:
efi_console: Stay inline with the UEFI spec

703287df5e77cd8fa2ac907bd4c782e31baf3c56 by imp:
loader.conf.5: Correct terminal size

7d042b0af1dc0f1c7f4979507aec9681d42ee616 by imp:
bytgpio: expose PNP info

513d89fef90a64330580e9c5db4fd67d8198d7de by imp:
usb: increase USB_PORT_RESET_RECOVERY

c6d3271fe07b622355ddd6d4966cc9e111e813cd by imp:
Copy the new ia32 loader

ce02470205a1521c75edab1fa466e36abd09cda0 by imp:
stand: Add support for 64-bit machines with 32-bit UEFI implementations

92aa078752ee7ae7347710f6be425b3d4c6802eb by imp:
loader: Fix shadow_fb allocation

7d7dc14d6b389ba0df4f522501c39578cbef8cae by imp:
stand/efi: Add a 32-bit variant of libefi

ac5378d93ce0bcb639a53b91b546b4d7d24af52b by imp:
Add build option for the ia32 loader

43dc900d75a6262408f566dbaca27400ee5a9990 by imp:
loader: Fix G overflowing for G(4) on 32-bit builds

0ca77a63639982bec9bfc33d543b820b9f6bf980 by imp:
loader: Allow overriding NEWVERSWHAT

2ce4f021827a718005e44db693ee5aee7ed175b9 by imp:
libc/stdio: Increase BUF in vfprintf.c and vfwprintf.c

c0e07c93e858136c6b10d26810e9405e79ad2fb5 by imp:
install: print directory name instead of file name if mkstemp fails

38dc6b814a6daed2bd54dfd652e9fe2f0fdb981a by imp:
acpi_iicbus: install the address space handler by default

a3dfa53bbfe73b6ed07cf14607aa11c5c7dd51a8 by christos:
snd_hda: Support Intel Raptor Lake 0x7a50



The end of the build log:

[...truncated 81.94 MiB...]
--- all_subdir_lib/libc/tests/sys ---
--- stat_test.full ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -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 -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=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  -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -Wl,-zrelro -pie -Wl,-znoexecstack -o stat_test.full t_stat.o  -lprivateatf-c -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -lnetbsd_pie
--- all_subdir_stand ---
/workspace/src/stand/efi/loader_ia32/../loader/framebuffer.c: In function 'efi_find_framebuffer':
/workspace/src/stand/efi/loader_ia32/../loader/framebuffer.c:654:31: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
  654 |                 BS->FreePages((EFI_PHYSICAL_ADDRESS)gfx_state->tg_shadow_fb,
      |                               ^
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/locale ---
--- wctomb_test.debug ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug wctomb_test.full wctomb_test.debug
--- all_subdir_lib/libc/tests/sys ---
--- stat_test.debug ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug stat_test.full stat_test.debug
--- all_subdir_lib/libc/tests/locale ---
--- wctomb_test ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=wctomb_test.debug  wctomb_test.full wctomb_test
--- all_subdir_lib/libc/tests/sys ---
--- stat_test ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=stat_test.debug  stat_test.full stat_test
--- all_subdir_lib/libc/tests/locale ---
--- Kyuafile ---
--- all_subdir_lib/libc/tests/sys ---
--- timer_create_test ---
(cd /workspace/src/lib/libc/tests/sys &&  DEPENDFILE=.depend.timer_create_test  NO_SUBDIR=1 make -f /workspace/src/lib/libc/tests/sys/Makefile _RECURSING_PROGS=t  PROG=timer_create_test )
--- truncate_test ---
(cd /workspace/src/lib/libc/tests/sys &&  DEPENDFILE=.depend.truncate_test  NO_SUBDIR=1 make -f /workspace/src/lib/libc/tests/sys/Makefile _RECURSING_PROGS=t  PROG=truncate_test )
--- timer_create_test ---
--- .depend.timer_create_test ---
echo timer_create_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/librt.a /tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.timer_create_test
--- t_timer_create.o ---
--- truncate_test ---
--- .depend.truncate_test ---
--- timer_create_test ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common   -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -g -MD  -MF.depend.timer_create_test.t_timer_create.o -MTt_timer_create.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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=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    -c /workspace/src/contrib/netbsd-tests/lib/libc/sys/t_timer_create.c -o t_timer_create.o
--- truncate_test ---
echo truncate_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.truncate_test
--- t_truncate.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common   -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -g -MD  -MF.depend.truncate_test.t_truncate.o -MTt_truncate.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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=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    -c /workspace/src/contrib/netbsd-tests/lib/libc/sys/t_truncate.c -o t_truncate.o
--- all_subdir_cddl ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:3023,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:581:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2326:56: warning: type attributes ignored after type is already defined [-Wattributes]
 2326 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_byname<char, false>;
      |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2327:56: warning: type attributes ignored after type is already defined [-Wattributes]
 2327 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_byname<char, true>;
      |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2334:56: warning: type attributes ignored after type is already defined [-Wattributes]
 2334 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_byname<wchar_t, false>;
      |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2335:56: warning: type attributes ignored after type is already defined [-Wattributes]
 2335 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_byname<wchar_t, true>;
      |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_stand ---
--- all_subdir_stand/i386 ---
--- all_subdir_stand/i386/gptzfsboot ---
--- zfs_cmd.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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 -DBOOTPROG=\"gptzfsboot\"  -O1  -DBOOT2  -DLOADER_GPT_SUPPORT  -DLOADER_MBR_SUPPORT  -DLOADER_ZFS_SUPPORT  -DSIOPRT=0x3f8  -DSIOFMT=0x3  -DSIOSPD=115200  -I/workspace/src/stand/common  -I/workspace/src/stand/i386/common  -I/workspace/src/stand/i386/libi386  -I/workspace/src/stand/libsa/zfs  -I/workspace/src/sys/crypto/skein  -I/workspace/src/sys/cddl/boot/zfs  -I/workspace/src/sys/contrib/openzfs/include  -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl  -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs  -I/workspace/src/sys/cddl/contrib/opensolaris/common/lz4  -I/workspace/src/stand/i386/btx/lib  -I/workspace/src/stand/i386/boot2  -DHAVE_MEMCPY -I/workspace/src/sys/contrib/zlib  -Wall -Waggregate-return -Wbad-function-cast  -Wmissing-declarations -Wmissing-prototypes -Wnested-externs  -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings  -Wno-pointer-sign -g -MD  -MF.depend.zfs_cmd.o -MTzfs_cmd.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 --param max-inline-insns-single=100    -c /workspace/src/stand/common/zfs_cmd.c -o zfs_cmd.o
--- all_subdir_lib ---
--- truncate_test.full ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -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 -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=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  -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -Wl,-zrelro -pie -Wl,-znoexecstack -o truncate_test.full t_truncate.o  -lprivateatf-c -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -lnetbsd_pie
--- timer_create_test ---
--- timer_create_test.full ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -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 -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=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  -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -Wl,-zrelro -pie -Wl,-znoexecstack -o timer_create_test.full t_timer_create.o  -lprivateatf-c  -lrt -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -lnetbsd_pie
--- all_subdir_lib/msun ---
--- logarithm_test ---
--- logarithm_test.full ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DHAVE_FENV_H -I/workspace/src/contrib/netbsd-tests/lib/libc/gen -D__HAVE_LONG_DOUBLE -fno-builtin -DLDBL_PREC=64 -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-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-unknown-pragmas  -Wl,-zrelro -pie -Wl,-znoexecstack -o logarithm_test.full logarithm_test.o  -lprivateatf-c  -lm
--- all_subdir_lib/libc ---
--- truncate_test ---
--- truncate_test.debug ---
--- all_subdir_rescue ---
--- getmntopts.o ---
--- all_subdir_lib ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug truncate_test.full truncate_test.debug
--- all_subdir_rescue ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common -DNFS -I/workspace/src/sbin/mount -I/workspace/src/usr.sbin/rpc.umntall   -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -MD  -MF.depend.getmntopts.o -MTgetmntopts.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/sbin/mount/getmntopts.c -o getmntopts.o
--- all_subdir_lib ---
--- truncate_test ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=truncate_test.debug  truncate_test.full truncate_test
--- all_subdir_rescue ---
--- mounttab.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common -DNFS -I/workspace/src/sbin/mount -I/workspace/src/usr.sbin/rpc.umntall   -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -MD  -MF.depend.mounttab.o -MTmounttab.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/rpc.umntall/mounttab.c -o mounttab.o
--- all_subdir_stand ---
--- misc.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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 -DBOOTPROG=\"gptzfsboot\"  -O1  -DBOOT2  -DLOADER_GPT_SUPPORT  -DLOADER_MBR_SUPPORT  -DLOADER_ZFS_SUPPORT  -DSIOPRT=0x3f8  -DSIOFMT=0x3  -DSIOSPD=115200  -I/workspace/src/stand/common  -I/workspace/src/stand/i386/common  -I/workspace/src/stand/i386/libi386  -I/workspace/src/stand/libsa/zfs  -I/workspace/src/sys/crypto/skein  -I/workspace/src/sys/cddl/boot/zfs  -I/workspace/src/sys/contrib/openzfs/include  -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl  -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs  -I/workspace/src/sys/cddl/contrib/opensolaris/common/lz4  -I/workspace/src/stand/i386/btx/lib  -I/workspace/src/stand/i386/boot2  -DHAVE_MEMCPY -I/workspace/src/sys/contrib/zlib  -Wall -Waggregate-return -Wbad-function-cast  -Wmissing-declarations -Wmissing-prototypes -Wnested-externs  -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings  -Wno-pointer-sign -g -MD  -MF.depend.misc.o -MTmisc.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 --param max-inline-insns-single=100    -c /workspace/src/stand/common/misc.c -o misc.o
--- all_subdir_lib ---
--- timer_create_test ---
--- timer_create_test.debug ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug timer_create_test.full timer_create_test.debug
--- timer_create_test ---
--- all_subdir_lib/msun ---
--- logarithm_test.debug ---
--- all_subdir_lib/libc ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=timer_create_test.debug  timer_create_test.full timer_create_test
--- all_subdir_lib/msun ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug logarithm_test.full logarithm_test.debug
--- all_subdir_stand ---
--- all_subdir_stand/i386/zfsboot ---
--- zfs_cmd.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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 -DBOOTPROG=\"zfsboot\"  -O1  -DBOOT2  -DLOADER_GPT_SUPPORT  -DLOADER_MBR_SUPPORT  -DLOADER_ZFS_SUPPORT  -DLOADER_UFS_SUPPORT  -DSIOPRT=0x3f8  -DSIOFMT=0x3  -DSIOSPD=115200  -I/workspace/src/stand/common  -I/workspace/src/stand/i386/common  -I/workspace/src/stand/i386/libi386  -I/workspace/src/stand/libsa/zfs  -I/workspace/src/sys/crypto/skein  -I/workspace/src/sys/cddl/boot/zfs  -I/workspace/src/sys/contrib/openzfs/include  -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl  -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs  -I/workspace/src/sys/cddl/contrib/opensolaris/common/lz4  -I/workspace/src/stand/i386/boot2  -Wall -Waggregate-return -Wbad-function-cast -Wno-cast-align  -Wmissing-declarations -Wmissing-prototypes -Wnested-externs  -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -g -MD  -MF.depend.zfs_cmd.o -MTzfs_cmd.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 --param max-inline-insns-single=100    -c /workspace/src/stand/common/zfs_cmd.c -o zfs_cmd.o
--- all_subdir_lib ---
--- all_subdir_lib/libc ---
--- ucontext_test ---
--- all_subdir_lib/msun ---
--- logarithm_test ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=logarithm_test.debug  logarithm_test.full logarithm_test
--- all_subdir_lib/libc ---
(cd /workspace/src/lib/libc/tests/sys &&  DEPENDFILE=.depend.ucontext_test  NO_SUBDIR=1 make -f /workspace/src/lib/libc/tests/sys/Makefile _RECURSING_PROGS=t  PROG=ucontext_test )
--- all_subdir_lib/msun ---
--- lround_test ---
--- all_subdir_sbin ---
--- symtab.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common -DRRESTORE -D_ACL_PRIVATE   -fPIE -g -MD  -MF.depend.symtab.o -MTsymtab.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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=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      -c /workspace/src/sbin/restore/symtab.c -o symtab.o
--- all_subdir_lib ---
(cd /workspace/src/lib/msun/tests &&  DEPENDFILE=.depend.lround_test  NO_SUBDIR=1 make -f /workspace/src/lib/msun/tests/Makefile _RECURSING_PROGS=t  PROG=lround_test )
--- all_subdir_lib/libc ---
--- .depend.ucontext_test ---
--- all_subdir_lib/msun ---
--- .depend.lround_test ---
--- all_subdir_lib/libc ---
echo ucontext_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.ucontext_test
--- all_subdir_lib/msun ---
echo lround_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libm.a >> .depend.lround_test
--- all_subdir_lib/libc ---
--- t_ucontext.o ---
--- all_subdir_lib/msun ---
--- lround_test.o ---
--- all_subdir_lib/libc ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common   -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -g -MD  -MF.depend.ucontext_test.t_ucontext.o -MTt_ucontext.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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=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    -c /workspace/src/contrib/netbsd-tests/lib/libc/sys/t_ucontext.c -o t_ucontext.o
--- all_subdir_lib/msun ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common   -DHAVE_FENV_H -I/workspace/src/contrib/netbsd-tests/lib/libc/gen -D__HAVE_LONG_DOUBLE -fno-builtin -DLDBL_PREC=64 -fPIE -g -MD  -MF.depend.lround_test.lround_test.o -MTlround_test.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 -Wno-unknown-pragmas     -c /workspace/src/lib/msun/tests/lround_test.c -o lround_test.o
--- all_subdir_stand ---
--- all_subdir_stand/efi ---
--- all_subdir_stand/efi/loader_4th ---
--- 8x16.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common   -Wformat -fshort-wchar -mno-red-zone -nostdinc    -I/tmp/obj/workspace/src/amd64.amd64/stand/libsa -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 -ffreestanding -mno-mmx -mno-sse  -msoft-float -fPIC -mno-red-zone -I. -Iinclude -I/workspace/src/stand/efi/loader_4th/../loader -I/workspace/src/stand/libsa/zfs -I/workspace/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs -DEFI_ZFS_BOOT -fPIC -I/workspace/src/stand/efi/loader_4th -I/workspace/src/stand/efi/loader_4th/arch/amd64 -I/workspace/src/stand/efi/include -I/workspace/src/stand/efi/include/amd64 -I/workspace/src/sys/contrib/dev/acpica/include -I/workspace/src/stand/i386/libi386 -DEFI -I/workspace/src/stand/common -fPIC -I/workspace/src/stand/ficl -I/workspace/src/stand/ficl/amd64 -I/workspace/src/stand/common -DBF_DICTSIZE=30000 -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_NET_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stand/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/contrib/opensolaris/uts/common -DHELP_FILENAME=\"loader.help.efi\" -g -MD  -MF.depend.8x16.o -MT8x16.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    -c 8x16.c -o 8x16.o
--- all_subdir_stand/efi/loader_ia32 ---
cc1: all warnings being treated as errors
--- all_subdir_lib ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/atf-c.h:30,
                 from /workspace/src/lib/msun/tests/test-utils.h:34,
                 from /workspace/src/lib/msun/tests/lround_test.c:37:
/workspace/src/lib/msun/tests/lround_test.c: In function 'atfu_main_body':
/workspace/src/lib/msun/tests/lround_test.c:52:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   52 |                 ATF_REQUIRE_EQ(result, (__STRING(func(_d)), _r));               \
      |                                                           ^
/workspace/src/lib/msun/tests/lround_test.c:57:9: note: in expansion of macro 'test'
   57 |         test(lround, x, result, excepts);                               \
      |         ^~~~
/workspace/src/lib/msun/tests/lround_test.c:68:9: note: in expansion of macro 'testall'
   68 |         testall(0.0, 0, 0);
      |         ^~~~~~~
/workspace/src/lib/msun/tests/lround_test.c:52:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   52 |                 ATF_REQUIRE_EQ(result, (__STRING(func(_d)), _r));               \
      |                                                           ^
/workspace/src/lib/msun/tests/lround_test.c:58:9: note: in expansion of macro 'test'
   58 |         test(lroundf, x, result, excepts);                              \
      |         ^~~~
/workspace/src/lib/msun/tests/lround_test.c:68:9: note: in expansion of macro 'testall'
   68 |         testall(0.0, 0, 0);
      |         ^~~~~~~
/workspace/src/lib/msun/tests/lround_test.c:52:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   52 |                 ATF_REQUIRE_EQ(result, (__STRING(func(_d)), _r));               \
      |                                                           ^
/workspace/src/lib/msun/tests/lround_test.c:59:9: note: in expansion of macro 'test'
   59 |         test(llround, x, result, excepts);                              \
      |         ^~~~
/workspace/src/lib/msun/tests/lround_test.c:68:9: note: in expansion of macro 'testall'
   68 |         testall(0.0, 0, 0);
      |         ^~~~~~~
/workspace/src/lib/msun/tests/lround_test.c:52:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   52 |                 ATF_REQUIRE_EQ(result, (__STRING(func(_d)), _r));               \
      |                                                           ^
/workspace/src/lib/msun/tests/lround_test.c:60:9: note: in expansion of macro 'test'
   60 |         test(llroundf, x, result, excepts);                             \
      |         ^~~~
/workspace/src/lib/msun/tests/lround_test.c:68:9: note: in expansion of macro 'testall'
   68 |         testall(0.0, 0, 0);
      |         ^~~~~~~
/workspace/src/lib/msun/tests/lround_test.c:52:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   52 |                 ATF_REQUIRE_EQ(result, (__STRING(func(_d)), _r));               \
      |                                                           ^
/workspace/src/lib/msun/tests/lround_test.c:57:9: note: in expansion of macro 'test'
   57 |         test(lround, x, result, excepts);                               \
      |         ^~~~
/workspace/src/lib/msun/tests/lround_test.c:69:9: note: in expansion of macro 'testall'
   69 |         testall(0.25, 0, FE_INEXACT);
      |         ^~~~~~~
/workspace/src/lib/msun/tests/lround_test.c:52:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   52 |                 ATF_REQUIRE_EQ(result, (__STRING(func(_d)), _r));               \
      |                                                           ^
/workspace/src/lib/msun/tests/lround_test.c:58:9: note: in expansion of macro 'test'
   58 |         test(lroundf, x, result, excepts);                              \
      |         ^~~~
/workspace/src/lib/msun/tests/lround_test.c:69:9: note: in expansion of macro 'testall'
   69 |         testall(0.25, 0, FE_INEXACT);
      |         ^~~~~~~
/workspace/src/lib/msun/tests/lround_test.c:52:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   52 |                 ATF_REQUIRE_EQ(result, (__STRING(func(_d)), _r));               \
      |                                                           ^
/workspace/src/lib/msun/tests/lround_test.c:59:9: note: in expansion of macro 'test'
   59 |         test(llround, x, result, excepts);                              \
      |         ^~~~
/workspace/src/lib/msun/tests/lround_test.c:69:9: note: in expansion of macro 'testall'
   69 |         testall(0.25, 0, FE_INEXACT);
      |         ^~~~~~~
/workspace/src/lib/msun/tests/lround_test.c:52:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   52 |                 ATF_REQUIRE_EQ(result, (__STRING(func(_d)), _r));               \
      |                                                           ^
/workspace/src/lib/msun/tests/lround_test.c:60:9: note: in expansion of macro 'test'
   60 |         test(llroundf, x, result, excepts);                             \
      |         ^~~~
/workspace/src/lib/msun/tests/lround_test.c:69:9: note: in expansion of macro 'testall'
   69 |         testall(0.25, 0, FE_INEXACT);
      |         ^~~~~~~
/workspace/src/lib/msun/tests/lround_test.c:52:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   52 |                 ATF_REQUIRE_EQ(result, (__STRING(func(_d)), _r));               \
      |                                                           ^
/workspace/src/lib/msun/tests/lround_test.c:57:9: note: in expansion of macro 'test'
   57 |         test(lround, x, result, excepts);                               \
      |         ^~~~
/workspace/src/lib/msun/tests/lround_test.c:70:9: note: in expansion of macro 'testall'
   70 |         testall(0.5, 1, FE_INEXACT);
      |         ^~~~~~~
--- all_subdir_stand ---
*** [framebuffer.o] Error code 1

make[5]: stopped in /workspace/src/stand/efi/loader_ia32
       52.89 real       157.24 user        20.74 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-stable-14-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins8782858025787579889.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-14-amd64-gcc14_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