FreeBSD-main-amd64-gcc13_build - Build #994 - Still Failing
Date: Thu, 06 Jun 2024 12:11:19 UTC
FreeBSD-main-amd64-gcc13_build - Build #994 (ec69d230933f82c7c142b053882255aa57475463) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/994/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/994/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/994/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) ec69d230933f82c7c142b053882255aa57475463 by andrew: linux: Allows writing to the vdso from the kernel The end of the build log: [...truncated 103.43 MiB...] /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -include paths.h -DRUNSTATEDIR="_PATH_VARRUN" -fPIE -g -MD -MF.depend.curve25519.o -MTcurve25519.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-shadow -c /workspace/src/contrib/wireguard-tools/curve25519.c -o curve25519.o In file included from /workspace/src/contrib/wireguard-tools/curve25519.c:83: /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:743:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 743 | static __always_inline void format_scalar_of_point(u8 *scalar, u64 *point) | ^~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:735:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 735 | static __always_inline void format_fcontract(u8 *output, u64 *input) | ^~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:714:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 714 | static __always_inline void format_fcontract_store(u8 *output, u64 *input) | ^~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:689:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 689 | static __always_inline void format_fcontract_trim(u64 *input) | ^~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:673:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 673 | static __always_inline void format_fcontract_second_carry_full(u64 *input) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:651:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 651 | static __always_inline void format_fcontract_second_carry_pass(u64 *input) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:645:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 645 | static __always_inline void format_fcontract_first_carry_full(u64 *input) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:623:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 623 | static __always_inline void format_fcontract_first_carry_pass(u64 *input) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:599:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 599 | static __always_inline void format_fexpand(u64 *output, const u8 *input) | ^~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:574:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 574 | static __always_inline void ladder_bigloop_cmult_big_loop(u8 *n1, u64 *nq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:564:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 564 | ladder_smallloop_cmult_small_loop(u64 *nq, u64 *nqpq, u64 *nq2, u64 *nqpq2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:554:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 554 | ladder_smallloop_cmult_small_loop_double_step(u64 *nq, u64 *nqpq, u64 *nq2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:542:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 542 | ladder_smallloop_cmult_small_loop_step(u64 *nq, u64 *nqpq, u64 *nq2, u64 *nqpq2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:475:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 475 | static __always_inline void addanddouble_fmonty(u64 *pp, u64 *ppq, u64 *p, | ^~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:469:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 469 | static __always_inline void point_copy(u64 *output, u64 *input) | ^~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:462:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 462 | static __always_inline void point_swap_conditional(u64 *a, u64 *b, u64 iswap) | ^~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:453:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 453 | static __always_inline void point_swap_conditional5(u64 *a, u64 *b, u64 swap1) | ^~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:440:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 440 | static __always_inline void point_swap_conditional_step(u64 *a, u64 *b, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:435:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 435 | static __always_inline void crecip(u64 *output, u64 *input) | ^~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:430:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 430 | static __always_inline void fmul(u64 *output, u64 *a, u64 *b) | ^~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:393:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 393 | static __always_inline void fscalar(u64 *output, u64 *b, u64 s) | ^~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:347:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 347 | static __always_inline void fdifference(u64 *a, u64 *b) | ^~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:338:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 338 | static __always_inline void fsum(u64 *a, u64 *b) | ^~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:294:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 294 | static __always_inline void crecip_crecip(u64 *out, u64 *z) | ^~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:287:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 287 | static __always_inline void fsquare_fsquare_times_inplace(u64 *output, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:279:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 279 | static __always_inline void fsquare_fsquare_times(u64 *output, u64 *input, | ^~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:270:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 270 | static __always_inline void fsquare_fsquare_times_(u64 *output, u128 *tmp, | ^~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:243:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 243 | static __always_inline void fsquare_fsquare_(u128 *tmp, u64 *output) | ^~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:214:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 214 | static __always_inline void fsquare_fsquare__(u128 *tmp, u64 *output) | ^~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:183:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 183 | static __always_inline void fmul_fmul(u64 *output, u64 *input, u64 *input21) | ^~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:153:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 153 | static __always_inline void fmul_mul_shift_reduce_(u128 *output, u64 *input, | ^~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:124:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 124 | static __always_inline void fmul_shift_reduce(u64 *output) | ^~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:83:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 83 | static __always_inline void fproduct_carry_wide_(u128 *tmp) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:74:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 74 | fproduct_sum_scalar_multiplication_(u128 *output, u64 *input, u64 s) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:49:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 49 | static __always_inline void fproduct_copy_from_wide_(u64 *output, u128 *input) | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:39:29: warning: 'always_inline' function might not be inlinable [-Wattributes] 39 | static __always_inline void modulo_carry_top(u64 *b) | ^~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:25:28: warning: 'always_inline' function might not be inlinable [-Wattributes] 25 | static __always_inline u64 u64_gte_mask(u64 a, u64 b) | ^~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:15:28: warning: 'always_inline' function might not be inlinable [-Wattributes] 15 | static __always_inline u64 u64_eq_mask(u64 a, u64 b) | ^~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519.c:70:38: warning: 'always_inline' function might not be inlinable [-Wattributes] 70 | static __always_inline __unused void put_unaligned_le64(u64 s, u8 *d) | ^~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519.c:64:40: warning: 'always_inline' function might not be inlinable [-Wattributes] 64 | static __always_inline __unused __le64 get_unaligned_le64(const u8 *a) | ^~~~~~~~~~~~~~~~~~ /workspace/src/contrib/wireguard-tools/curve25519.c:58:40: warning: 'always_inline' function might not be inlinable [-Wattributes] 58 | static __always_inline __unused __le32 get_unaligned_le32(const u8 *a) | ^~~~~~~~~~~~~~~~~~ --- all_subdir_usr.sbin --- --- rsxface.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing -I/workspace/src/sys -fPIE -g -MD -MF.depend.rsxface.o -MTrsxface.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 -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/sys/contrib/dev/acpica/components/resources/rsxface.c -o rsxface.o --- tbdata.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing -I/workspace/src/sys -fPIE -g -MD -MF.depend.tbdata.o -MTtbdata.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 -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/sys/contrib/dev/acpica/components/tables/tbdata.c -o tbdata.o --- tbfadt.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing -I/workspace/src/sys -fPIE -g -MD -MF.depend.tbfadt.o -MTtbfadt.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 -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/sys/contrib/dev/acpica/components/tables/tbfadt.c -o tbfadt.o --- all_subdir_usr.sbin/bhyve --- --- gdb.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -DBHYVE_GDB -I/workspace/src/usr.sbin/bhyve -I/workspace/src/usr.sbin/bhyve/../../contrib/lib9p -I/workspace/src/sys -DINET -DINET6 -DOPENSSL_API_COMPAT=0x10100000L -I/workspace/src/sys/dev/e1000 -I/workspace/src/sys/dev/mii -I/workspace/src/sys/dev/usb/controller -fPIE -g -MD -MF.depend.gdb.o -MTgdb.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 -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/bhyve/gdb.c -o gdb.o /workspace/src/usr.sbin/bhyve/gdb.c:172:1: error: 'static' is not at beginning of declaration [-Werror=old-style-declaration] 172 | static const gdb_regset[] = { | ^~~~~~ /workspace/src/usr.sbin/bhyve/gdb.c: In function 'report_stop': /workspace/src/usr.sbin/bhyve/gdb.c:786:72: warning: suggest braces around empty body in an 'else' statement [-Wempty-body] 786 | debug("$vCPU %d reporting ???\n", stopped_vcpu); | ^ /workspace/src/usr.sbin/bhyve/gdb.c: In function 'check_command': /workspace/src/usr.sbin/bhyve/gdb.c:2004:48: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] 2004 | debug("-> +\n"); | ^ --- all_subdir_usr.sbin/acpi --- --- tbfind.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing -I/workspace/src/sys -fPIE -g -MD -MF.depend.tbfind.o -MTtbfind.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 -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/sys/contrib/dev/acpica/components/tables/tbfind.c -o tbfind.o --- tbinstal.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing -I/workspace/src/sys -fPIE -g -MD -MF.depend.tbinstal.o -MTtbinstal.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 -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/sys/contrib/dev/acpica/components/tables/tbinstal.c -o tbinstal.o --- all_subdir_lib --- --- all_subdir_lib/googletest/tests/gmock_main --- --- gmock-actions_test --- In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:529: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h: In instantiation of 'std::__1::__function::__value_func<_Rp(_ArgTypes ...)>::__value_func(_Fp&&, const _Alloc&) [with _Fp = std::__1::function<bool(int)>; _Alloc = std::__1::allocator<std::__1::function<bool(int)> >; _Rp = int; _ArgTypes = {char}]': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:370:113: required from 'std::__1::__function::__value_func<_Rp(_ArgTypes ...)>::__value_func(_Fp&&) [with _Fp = std::__1::function<bool(int)>; typename std::__1::enable_if<(! std::__1::is_same<typename std::__1::decay<_Up>::type, std::__1::__function::__value_func<_Rp(_ArgTypes ...)> >::value), int>::type <anonymous> = 0; _Rp = int; _ArgTypes = {char}]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:938:50: required from 'std::__1::function<_Rp(_ArgTypes ...)>::function(_Fp) [with _Fp = std::__1::function<bool(int)>; <template-parameter-2-2> = void; _Rp = int; _ArgTypes = {char}]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:775:9: required from 'testing::Action<R(Args ...)>::Action(const testing::Action<Func>&) [with Func = bool(int); R = int; Args = {char}]' /workspace/src/contrib/googletest/googlemock/test/gmock-actions_test.cc:590:52: required from here /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:359:23: warning: placement new constructing an object of type '_Fun' and size '64' in a region of type 'std::__1::aligned_storage<24>::type' and size '32' [-Wplacement-new=] 359 | __f_ = ::new ((void*)&__buf_) _Fun(std::move(__f), _Alloc(__af)); | ^~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:338:53: note: 'std::__1::__function::__value_func<int(char)>::__buf_' declared here 338 | typename aligned_storage<3 * sizeof(void*)>::type __buf_; | ^~~~~~ --- all_subdir_usr.sbin --- --- tbprint.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing -I/workspace/src/sys -fPIE -g -MD -MF.depend.tbprint.o -MTtbprint.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 -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/sys/contrib/dev/acpica/components/tables/tbprint.c -o tbprint.o --- tbutils.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing -I/workspace/src/sys -fPIE -g -MD -MF.depend.tbutils.o -MTtbutils.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 -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/sys/contrib/dev/acpica/components/tables/tbutils.c -o tbutils.o --- tbxface.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing -I/workspace/src/sys -fPIE -g -MD -MF.depend.tbxface.o -MTtbxface.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 -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/sys/contrib/dev/acpica/components/tables/tbxface.c -o tbxface.o --- all_subdir_lib --- --- all_subdir_lib/libnv --- In function 'constexpr size_t std::__1::__constexpr_strlen(const char*)', inlined from 'static constexpr size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:227:35, inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream:787:39, inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_take_number::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:612:2: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:49:26: warning: argument 1 null where non-null expected [-Wnonnull] 49 | return __builtin_strlen(__str); | ~~~~~~~~~~~~~~~~^~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:49:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)' In function 'constexpr size_t std::__1::__constexpr_strlen(const char*)', inlined from 'static constexpr size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:227:35, inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream:787:39, inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_take_number::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:624:2: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:49:26: warning: argument 1 null where non-null expected [-Wnonnull] 49 | return __builtin_strlen(__str); | ~~~~~~~~~~~~~~~~^~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:49:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)' --- all_subdir_lib/googletest --- --- gmock-cardinalities_test --- --- gmock-cardinalities_test --- /usr/local/bin/x86_64-unknown-freebsd14.0-g++13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -fPIE -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -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 -I/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private -I/workspace/src/contrib/googletest/googlemock/include -I/workspace/src/contrib/googletest/googlemock -I/workspace/src/contrib/googletest/googletest/include -I/workspace/src/contrib/googletest/googletest -I/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private -DGTEST_HAS_POSIX_RE=1 -DGTEST_HAS_PTHREAD=1 -DGTEST_HAS_STREAM_REDIRECTION=1 -frtti -DGTEST_HAS_POSIX_RE=1 -DGTEST_HAS_PTHREAD=1 -DGTEST_HAS_STREAM_REDIRECTION=1 -frtti -fPIE -std=c++14 -Wno-deprecated-copy -Wno-literal-suffix -Wno-error=unknown-pragmas -Wno-dangling-reference -Wl,-zrelro -pie -Wl,-znoexecstack -o gmock-cardinalities_test gmock-cardinalities_test.o -lprivategmock_main -lprivategmock -lprivategtest --- all_subdir_usr.sbin --- --- tbxfload.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing -I/workspace/src/sys -fPIE -g -MD -MF.depend.tbxfload.o -MTtbxfload.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 -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/sys/contrib/dev/acpica/components/tables/tbxfload.c -o tbxfload.o --- all_subdir_usr.sbin/sa --- ===> usr.sbin/sa (all) --- .depend --- echo sa.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a >> .depend --- main.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -fPIE -g -MD -MF.depend.main.o -MTmain.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/sa/main.c -o main.o --- all_subdir_usr.sbin/acpi --- --- utaddress.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing -I/workspace/src/sys -fPIE -g -MD -MF.depend.utaddress.o -MTutaddress.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 -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/sys/contrib/dev/acpica/components/utilities/utaddress.c -o utaddress.o --- all_subdir_usr.sbin/sa --- --- db.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -fPIE -g -MD -MF.depend.db.o -MTdb.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/sa/db.c -o db.o --- all_subdir_usr.sbin/bhyve --- cc1: all warnings being treated as errors *** [gdb.o] Error code 1 make[4]: stopped in /workspace/src/usr.sbin/bhyve make[2]: stopped in /workspace/src --- all_subdir_lib --- make[2]: stopped in /workspace/src --- all_subdir_usr.bin --- make[2]: stopped in /workspace/src --- all_subdir_tests --- make[5]: stopped in /workspace/src/tests/sys/fs make[4]: stopped in /workspace/src/tests/sys make[3]: stopped in /workspace/src/tests make[2]: stopped in /workspace/src 234.04 real 2070.06 user 192.37 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-gcc13_build] $ /bin/sh -xe /tmp/jenkins10183827591654813862.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc13_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