FreeBSD-stable-15-amd64-gcc13_build - Build #97 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Thu, 23 Oct 2025 13:24:19 UTC
FreeBSD-stable-15-amd64-gcc13_build - Build #97 (8c197879bf55dd9bdec84397fc29c3abcf959840) - Still Failing

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

9899843370bbab8fba614439ea791f2fc889bd80 by tuexen:
tcp: cleanup of syncache_expand()

8c197879bf55dd9bdec84397fc29c3abcf959840 by tuexen:
sockstat: fix column length for PROTO



The end of the build log:

[...truncated 97.19 MiB...]
/workspace/src/lib/msun/tests/lround_test.c:87:9: note: in expansion of macro 'test'
   87 |         test(lround, 0x8000000000000000.0p0, IGNORE, FE_INVALID);
      |         ^~~~
/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:88:9: note: in expansion of macro 'test'
   88 |         test(lroundf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID);
      |         ^~~~
/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:89:9: note: in expansion of macro 'test'
   89 |         test(lround, 0x7ffffffffffffc00.0p0, 0x7ffffffffffffc00l, 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:90:9: note: in expansion of macro 'test'
   90 |         test(lroundf, 0x7fffff8000000000.0p0f, 0x7fffff8000000000l, 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:91:9: note: in expansion of macro 'test'
   91 |         test(lround, -0x8000000000000800.0p0, IGNORE, FE_INVALID);
      |         ^~~~
/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:92:9: note: in expansion of macro 'test'
   92 |         test(lroundf, -0x8000010000000000.0p0f, IGNORE, FE_INVALID);
      |         ^~~~
/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:93:9: note: in expansion of macro 'test'
   93 |         test(lround, -0x8000000000000000.0p0, (long)-0x8000000000000000l, 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:94:9: note: in expansion of macro 'test'
   94 |         test(lroundf, -0x8000000000000000.0p0f, (long)-0x8000000000000000l, 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:100:9: note: in expansion of macro 'test'
  100 |         test(llround, 0x8000000000000000.0p0, IGNORE, FE_INVALID);
      |         ^~~~
/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:101:9: note: in expansion of macro 'test'
  101 |         test(llroundf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID);
      |         ^~~~
/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:102:9: note: in expansion of macro 'test'
  102 |         test(llround, 0x7ffffffffffffc00.0p0, 0x7ffffffffffffc00ll, 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:103:9: note: in expansion of macro 'test'
  103 |         test(llroundf, 0x7fffff8000000000.0p0f, 0x7fffff8000000000ll, 0);
      |         ^~~~
--- all_subdir_rescue ---
--- reboot.o ---
--- all_subdir_lib ---
/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:104:9: note: in expansion of macro 'test'
  104 |         test(llround, -0x8000000000000800.0p0, IGNORE, FE_INVALID);
      |         ^~~~
/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:105:9: note: in expansion of macro 'test'
  105 |         test(llroundf, -0x8000010000000000.0p0f, IGNORE, FE_INVALID);
      |         ^~~~
--- all_subdir_rescue ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -pipe -fno-common   -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/rescue/rescue/workspace/src=/usr/obj -g -MD  -MF.depend.reboot.o -MTreboot.o -std=gnu17 -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/reboot/reboot.c -o reboot.o
--- all_subdir_lib ---
/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:106:9: note: in expansion of macro 'test'
  106 |         test(llround, -0x8000000000000000.0p0, (long long)-0x8000000000000000ll, 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:107:9: note: in expansion of macro 'test'
  107 |         test(llroundf, -0x8000000000000000.0p0f, (long long)-0x8000000000000000ll, 0);
      |         ^~~~
--- all_subdir_usr.bin ---
--- backlight.8.gz ---
gzip -cn /workspace/src/usr.bin/backlight/backlight.8 > backlight.8.gz
--- backlight.full ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu17 -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 backlight.full backlight.pieo  
--- backlight.debug ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug backlight.full backlight.debug
--- backlight ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=backlight.debug  backlight.full backlight
--- all_subdir_lib ---
--- nan_test ---
(cd /workspace/src/lib/msun/tests &&  DEPENDFILE=.depend.nan_test  NO_SUBDIR=1 make -f /workspace/src/lib/msun/tests/Makefile _RECURSING_PROGS=t  PROG=nan_test )
--- all_subdir_tests ---
--- all_subdir_tests/sys/audit ---
--- file-attribute-access.full ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -I/workspace/src/contrib/openbsm -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu17 -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  -lbsm -lutil -Wl,-zrelro -Wl,-znoexecstack  -o file-attribute-access.full file-attribute-access.o utils.o  /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateauditd.a -lprivateatf-c
--- all_subdir_lib ---
--- .depend.nan_test ---
echo nan_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.nan_test
--- nan_test.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC   -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 -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD  -MF.depend.nan_test.nan_test.pieo -MTnan_test.pieo -std=gnu17 -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/nan_test.c -o nan_test.pieo
--- all_subdir_tests ---
--- file-attribute-access.debug ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug file-attribute-access.full file-attribute-access.debug
--- file-attribute-access ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=file-attribute-access.debug  file-attribute-access.full file-attribute-access
--- file-attribute-modify ---
(cd /workspace/src/tests/sys/audit &&  DEPENDFILE=.depend.file-attribute-modify  NO_SUBDIR=1 make -f /workspace/src/tests/sys/audit/Makefile _RECURSING_PROGS=t  PROG=file-attribute-modify )
--- .depend.file-attribute-modify ---
echo file-attribute-modify.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> .depend.file-attribute-modify
--- file-attribute-modify.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -pipe -fno-common -I/workspace/src/contrib/openbsm   -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD  -MF.depend.file-attribute-modify.file-attribute-modify.o -MTfile-attribute-modify.o -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type      -c /workspace/src/tests/sys/audit/file-attribute-modify.c -o file-attribute-modify.o
--- all_subdir_lib ---
--- nan_test.full ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/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 -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu17 -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 nan_test.full nan_test.pieo  -lprivateatf-c  -lm
--- all_subdir_rescue ---
--- restore_make ---
(cd /workspace/src/rescue/rescue/../../sbin/restore &&  make MK_PIE=no NO_SHARED=yes -DRESCUE CRUNCH_CFLAGS=-DRESCUE CRUNCH_CFLAGS+=-I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig CRUNCH_CFLAGS+=-I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil MK_AUTO_OBJ=yes DIRPRFX=rescue/rescue/restore/ depend && make MK_PIE=no NO_SHARED=yes -DRESCUE CRUNCH_CFLAGS=-DRESCUE CRUNCH_CFLAGS+=-I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig CRUNCH_CFLAGS+=-I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil MK_AUTO_OBJ=yes DIRPRFX=rescue/rescue/restore/ main.o interactive.o restore.o dirs.o symtab.o tape.o utilities.o dumprmt.o)
--- all_subdir_lib ---
--- nan_test.debug ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug nan_test.full nan_test.debug
--- nan_test ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=nan_test.debug  nan_test.full nan_test
--- all_subdir_tests ---
--- file-create ---
(cd /workspace/src/tests/sys/audit &&  DEPENDFILE=.depend.file-create  NO_SUBDIR=1 make -f /workspace/src/tests/sys/audit/Makefile _RECURSING_PROGS=t  PROG=file-create )
--- all_subdir_rescue ---
--- .depend ---
echo restore.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a  >> .depend
--- all_subdir_tests ---
--- .depend.file-create ---
echo file-create.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> .depend.file-create
--- file-create.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -pipe -fno-common -I/workspace/src/contrib/openbsm   -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD  -MF.depend.file-create.file-create.o -MTfile-create.o -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type      -c /workspace/src/tests/sys/audit/file-create.c -o file-create.o
--- all_subdir_rescue ---
--- main.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -pipe -fno-common -DRRESTORE -D_ACL_PRIVATE   -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/rescue/rescue/workspace/src=/usr/obj -g -MD  -MF.depend.main.o -MTmain.o -std=gnu17 -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/main.c -o main.o
--- all_subdir_lib ---
--- all_subdir_lib/libc ---
--- all_subdir_lib/libc/tests ---
--- all_subdir_lib/libc/tests/net ---
cc1plus: all warnings being treated as errors
--- all_subdir_lib/msun ---
--- lround_test ---
--- lround_test.full ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/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 -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu17 -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 lround_test.full lround_test.pieo  -lprivateatf-c  -lm
--- lround_test.debug ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug lround_test.full lround_test.debug
--- lround_test ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=lround_test.debug  lround_test.full lround_test
--- all_subdir_lib/libc ---
--- recno.3.gz ---
gzip -cn /workspace/src/lib/libc/db/man/recno.3 > recno.3.gz
--- all_subdir_tests ---
--- all_subdir_tests/sys/aio ---
--- lio_test ---
(cd /workspace/src/tests/sys/aio &&  DEPENDFILE=.depend.lio_test  NO_SUBDIR=1 make -f /workspace/src/tests/sys/aio/Makefile _RECURSING_PROGS=t  PROG=lio_test )
--- all_subdir_rescue ---
--- interactive.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -pipe -fno-common -DRRESTORE -D_ACL_PRIVATE   -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/rescue/rescue/workspace/src=/usr/obj -g -MD  -MF.depend.interactive.o -MTinteractive.o -std=gnu17 -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/interactive.c -o interactive.o
--- all_subdir_tests ---
--- .depend.lio_test ---
echo lio_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 >> .depend.lio_test
--- lio_test.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC   -O2 -pipe -fno-common -I/workspace/src/tests   -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD  -MF.depend.lio_test.lio_test.pieo -MTlio_test.pieo -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type       -c /workspace/src/tests/sys/aio/lio_test.c -o lio_test.pieo
--- all_subdir_usr.sbin ---
--- camdd.8.gz ---
gzip -cn /workspace/src/usr.sbin/camdd/camdd.8 > camdd.8.gz
--- camdd.full ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu17 -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 camdd.full camdd.pieo   -lcam  -lmt  -lutil  -lpthread 
--- camdd.debug ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug camdd.full camdd.debug
--- camdd ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=camdd.debug  camdd.full camdd
--- all_subdir_usr.sbin/cdcontrol ---
===> usr.sbin/cdcontrol (all)
--- all_subdir_tests ---
--- all_subdir_tests/sys/audit ---
--- file-create.full ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -I/workspace/src/contrib/openbsm -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu17 -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  -lbsm -lutil -Wl,-zrelro -Wl,-znoexecstack  -o file-create.full file-create.o utils.o  /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateauditd.a -lprivateatf-c
--- all_subdir_usr.sbin ---
--- .depend ---
echo cdcontrol.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libedit.a >> .depend
--- cdcontrol.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC   -O2 -pipe -fno-common   -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD  -MF.depend.cdcontrol.pieo -MTcdcontrol.pieo -std=gnu17 -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/cdcontrol/cdcontrol.c -o cdcontrol.pieo
--- all_subdir_tests ---
--- file-create.debug ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug file-create.full file-create.debug
--- file-create ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=file-create.debug  file-create.full file-create
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/banner ---
===> usr.bin/banner (all)
--- .depend ---
--- all_subdir_rescue ---
/workspace/src/sbin/restore/interactive.c: In function 'runcmdshell':
--- all_subdir_usr.bin ---
echo banner.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a  >> .depend
--- all_subdir_rescue ---
/workspace/src/sbin/restore/interactive.c:357:56: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
  357 |                 snprintf(output, sizeof(output), "%s/%s", curdir, rawname);
      |                                                        ^
In function 'getcmd',
    inlined from 'runcmdshell' at /workspace/src/sbin/restore/interactive.c:117:2:
/workspace/src/sbin/restore/interactive.c:357:17: note: 'snprintf' output 2 or more bytes (assuming 1025) into a destination of size 1024
  357 |                 snprintf(output, sizeof(output), "%s/%s", curdir, rawname);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sbin/restore/interactive.c:374:9: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  374 |         strncpy(name, ap->glob.gl_pathv[ap->glob.gl_pathc - ap->argcnt], size);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_usr.bin ---
--- banner.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC   -O2 -pipe -fno-common   -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD  -MF.depend.banner.pieo -MTbanner.pieo -std=gnu17 -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.bin/banner/banner.c -o banner.pieo
      110.35 real       682.83 user        72.11 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-15-amd64-gcc13_build] $ /bin/sh -xe /tmp/jenkins4916400691006083838.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-15-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