FreeBSD-main-amd64-gcc13_build - Build #1023 - Still Failing
Date: Mon, 10 Jun 2024 12:14:21 UTC
FreeBSD-main-amd64-gcc13_build - Build #1023 (e5a54f19be8e0e4e700aaf46ab70d42d3ffba469) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/1023/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/1023/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/1023/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) e335a74b5671fa31ea347e70f43004ec29b35280 by bcr: accf_http.9: Fix grammar in description (singular/plural) e5a54f19be8e0e4e700aaf46ab70d42d3ffba469 by bcr: accf_tls(9): Fix grammar in description (singular/plural) The end of the build log: [...truncated 102.71 MiB...] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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_tests --- --- .depend.fsync --- echo fsync.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libpthread.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivategmock.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivategtest.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivategtest.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libutil.a >> .depend.fsync echo fsync.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc++.a >> .depend.fsync --- fsync.o --- /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 -g -MD -MF.depend.fsync.fsync.o -MTfsync.o -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -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/workspace/src/tests -I/workspace/src/sys/fs/fuse -I/workspace/src/sbin/mount -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 -fPIE -std=c++14 -Wno-class-memaccess -Wno-deprecated-copy -Wno-literal-suffix -Wno-error=unknown-pragmas -Wno-dangling-reference -Wno-placement-new -Wno-attributes -Wno-unused-but-set-variable -c /workspace/src/tests/sys/fs/fusefs/fsync.cc -o fsync.o --- all_subdir_usr.bin --- --- all_subdir_usr.bin/xinstall --- --- getid.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 -I/workspace/src/contrib/mtree -I/workspace/src/lib/libnetbsd -DWITH_MD5 -DWITH_RIPEMD160 -fPIE -g -MD -MF.depend.getid.o -MTgetid.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/contrib/mtree/getid.c -o getid.o --- all_subdir_usr.sbin --- --- pswalk.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.pswalk.o -MTpswalk.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/parser/pswalk.c -o pswalk.o --- all_subdir_usr.sbin/cpucontrol --- --- amd.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 -I/workspace/src/usr.sbin/cpucontrol -fPIE -g -MD -MF.depend.amd.o -MTamd.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/cpucontrol/amd.c -o amd.o --- all_subdir_usr.bin --- --- all_subdir_usr.bin/xo --- --- all_subdir_usr.bin/xo/tests --- ===> usr.bin/xo/tests (all) --- xo_01 --- cp -f /workspace/src/contrib/libxo/tests/xo/xo_01.sh xo_01 chmod a+x xo_01 --- functional_test --- echo '#! /usr/libexec/atf-sh' > functional_test.tmp cat /workspace/src/usr.bin/xo/tests/functional_test.sh >>functional_test.tmp chmod +x functional_test.tmp mv functional_test.tmp functional_test --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/acpi --- --- psxface.o --- --- all_subdir_usr.bin --- --- Kyuafile --- --- all_subdir_usr.sbin --- /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.psxface.o -MTpsxface.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/parser/psxface.c -o psxface.o --- all_subdir_usr.bin --- --- xo.full --- --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/cpucontrol --- --- amd10h.o --- --- all_subdir_usr.bin --- /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 -I/workspace/src/contrib/libxo/libxo -I/workspace/src/lib/libxo/libxo -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-unused-but-set-variable -Wl,-zrelro -pie -Wl,-znoexecstack -o xo.full xo.o -lxo -lutil --- all_subdir_usr.sbin --- /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 -I/workspace/src/usr.sbin/cpucontrol -fPIE -g -MD -MF.depend.amd10h.o -MTamd10h.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/cpucontrol/amd10h.c -o amd10h.o --- all_subdir_usr.bin --- --- xo.1.gz --- gzip -cn /workspace/src/contrib/libxo/xo/xo.1 > xo.1.gz --- xo.debug --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug xo.full xo.debug --- xo --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=xo.debug xo.full xo --- all_subdir_usr.bin/xz --- ===> usr.bin/xz (all) --- .depend --- echo xz.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/liblzma.a >> .depend --- args.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 -DHAVE_CONFIG_H -I/workspace/src/lib/liblzma -I/workspace/src/contrib/xz/src/common -fPIE -g -MD -MF.depend.args.o -MTargs.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/contrib/xz/src/xz/args.c -o args.o --- all_subdir_usr.bin/xinstall --- --- all_subdir_usr.bin/xinstall/tests --- ===> usr.bin/xinstall/tests (all) --- install_test --- --- all_subdir_usr.sbin --- --- via.o --- --- all_subdir_usr.bin --- echo '#! /usr/libexec/atf-sh' > install_test.tmp cat /workspace/src/usr.bin/xinstall/tests/install_test.sh >>install_test.tmp --- all_subdir_usr.sbin --- /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 -I/workspace/src/usr.sbin/cpucontrol -fPIE -g -MD -MF.depend.via.o -MTvia.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/cpucontrol/via.c -o via.o --- all_subdir_usr.bin --- chmod +x install_test.tmp mv install_test.tmp install_test --- Kyuafile --- --- xinstall.full --- /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 -I/workspace/src/contrib/mtree -I/workspace/src/lib/libnetbsd -DWITH_MD5 -DWITH_RIPEMD160 -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 -Wl,-zrelro -pie -Wl,-znoexecstack -o xinstall.full xinstall.o getid.o -lmd --- install.1.gz --- gzip -cn /workspace/src/usr.bin/xinstall/install.1 > install.1.gz --- install.debug --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug xinstall.full install.debug --- xinstall --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=install.debug xinstall.full xinstall --- all_subdir_usr.bin/xzdec --- ===> usr.bin/xzdec (all) --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/acpi --- --- rsaddr.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.rsaddr.o -MTrsaddr.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/rsaddr.c -o rsaddr.o --- all_subdir_usr.bin --- --- .depend --- echo xzdec.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/liblzma.a >> .depend --- xzdec.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 -DHAVE_CONFIG_H -I/workspace/src/lib/liblzma -I/workspace/src/contrib/xz/src/common -fPIE -g -MD -MF.depend.xzdec.o -MTxzdec.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/contrib/xz/src/xzdec/xzdec.c -o xzdec.o --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/bhyve --- cc1: all warnings being treated as errors --- all_subdir_usr.sbin/cpucontrol --- --- ucode_subr.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 -I/workspace/src/usr.sbin/cpucontrol -fPIE -g -MD -MF.depend.ucode_subr.o -MTucode_subr.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/sys/x86/x86/ucode_subr.c -o ucode_subr.o --- all_subdir_usr.sbin/bhyve --- *** [gdb.o] Error code 1 make[4]: stopped in /workspace/src/usr.sbin/bhyve 1 error make[4]: stopped in /workspace/src/usr.sbin/bhyve --- all_subdir_tests --- make[5]: stopped in /workspace/src/tests/sys/fs --- all_subdir_lib --- 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_tests --- make[4]: stopped in /workspace/src/tests/sys make[3]: stopped in /workspace/src/tests make[2]: stopped in /workspace/src 221.56 real 2027.19 user 191.43 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/jenkins12050481879686534589.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