FreeBSD-main-amd64-gcc12_build - Build #5946 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Mon, 07 Jul 2025 19:31:18 UTC
FreeBSD-main-amd64-gcc12_build - Build #5946 (96f544bcc1cb641ab096812c168ebe9136e78c15) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/5946/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/5946/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/5946/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)

9940c974029ba53fc00696b3fa1784725c48a9e9 by markj:
random: Change the entropy harvest event queuing scheme

eda96744b434325c475dce449744f2268f1033e8 by markj:
lposix: Clean up the posix namespace definitions

96f544bcc1cb641ab096812c168ebe9136e78c15 by tuexen:
tcp: don't allow to connect a TCP/IPv6 endpoint in TIME WAIT state



The end of the build log:

[...truncated 89.99 MiB...]
      |                                           ^~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:740:9: note: 'snprintf' output between 7 and 1030 bytes into a destination of size 1024
  740 |         snprintf(path2, sizeof(path2), "%s/file2", dir2);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:748:43: warning: '/dir' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  748 |         snprintf(path2, sizeof(path2), "%s/dir", dir2);
      |                                           ^~~~
/workspace/src/tests/sys/kern/inotify_test.c:748:9: note: 'snprintf' output between 5 and 1028 bytes into a destination of size 1024
  748 |         snprintf(path2, sizeof(path2), "%s/dir", dir2);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/stdlib ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:25:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2326:56: warning: type attributes ignored after type is already defined [-Wattributes]
 2326 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_byname<char, false>;
      |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_usr.bin ---
--- ktrdump.full ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -fPIE -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 ktrdump.full ktrdump.pieo   -lkvm 
--- all_subdir_tests ---
/workspace/src/tests/sys/kern/inotify_test.c: In function 'atfu_inotify_event_delete_body':
/workspace/src/tests/sys/kern/inotify_test.c:686:41: warning: '/file' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  686 |         snprintf(path, sizeof(path), "%s/file", root);
      |                                         ^~~~~
/workspace/src/tests/sys/kern/inotify_test.c:686:9: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024
  686 |         snprintf(path, sizeof(path), "%s/file", root);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:703:41: warning: '/file2' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  703 |         snprintf(file, sizeof(file), "%s/file2", root);
      |                                         ^~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:703:9: note: 'snprintf' output between 7 and 1030 bytes into a destination of size 1024
  703 |         snprintf(file, sizeof(file), "%s/file2", root);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- kill_zombie ---
--- kill_zombie.debug ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --only-keep-debug kill_zombie.full kill_zombie.debug
--- kill_zombie ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --strip-debug --add-gnu-debuglink=kill_zombie.debug  kill_zombie.full kill_zombie
--- ktls_test ---
(cd /workspace/src/tests/sys/kern &&  DEPENDFILE=.depend.ktls_test  NO_SUBDIR=1 make -f /workspace/src/tests/sys/kern/Makefile _RECURSING_PROGS=t  PROG=ktls_test )
--- all_subdir_lib ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2327:56: warning: type attributes ignored after type is already defined [-Wattributes]
 2327 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_byname<char, true>;
      |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2334:56: warning: type attributes ignored after type is already defined [-Wattributes]
 2334 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_byname<wchar_t, false>;
      |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2335:56: warning: type attributes ignored after type is already defined [-Wattributes]
 2335 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_byname<wchar_t, true>;
      |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3207:8: warning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _ByteAlloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declarations]
 3207 | inline wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::wstring_convert(_Codecvt* __pcvt, state_type __state)
      |        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3145:56: note: declared here
 3145 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert {
      |                                                        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3211:1: warning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _ByteAlloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declarations]
 3211 | wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::wstring_convert(
      | ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3145:56: note: declared here
 3145 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert {
      |                                                        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3220:8: warning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _ByteAlloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declarations]
 3220 | inline wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::wstring_convert(wstring_convert&& __wc)
      |        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3145:56: note: declared here
 3145 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert {
      |                                                        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3287:10: warning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _ByteAlloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declarations]
 3287 | typename wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::byte_string
      |          ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3145:56: note: declared here
 3145 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert {
      |                                                        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3288:1: warning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _ByteAlloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declarations]
 3288 | wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::to_bytes(const _Elem* __frm, const _Elem* __frm_end) {
      | ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3145:56: note: declared here
 3145 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert {
      |                                                        ^~~~~~~~~~~~~~~
--- all_subdir_usr.bin ---
--- ktrdump.8.gz ---
gzip -cn /workspace/src/usr.bin/ktrdump/ktrdump.8 > ktrdump.8.gz
--- all_subdir_tests ---
--- .depend.ktls_test ---
--- all_subdir_usr.bin ---
--- ktrdump.debug ---
--- all_subdir_tests ---
echo ktls_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/libcrypto.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libutil.a >> .depend.ktls_test
--- all_subdir_usr.bin ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --only-keep-debug ktrdump.full ktrdump.debug
--- all_subdir_tests ---
--- ktls_test.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -fpie -DPIC   -O2 -pipe -fno-common   -DOPENSSL_API_COMPAT=0x10100000L -fPIE -g -MD  -MF.depend.ktls_test.ktls_test.pieo -MTktls_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 -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/tests/sys/kern/ktls_test.c -o ktls_test.pieo
--- all_subdir_usr.bin ---
--- ktrdump ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --strip-debug --add-gnu-debuglink=ktrdump.debug  ktrdump.full ktrdump
--- all_subdir_usr.bin/lam ---
===> usr.bin/lam (all)
--- all_subdir_tests ---
--- inotify_test ---
/workspace/src/tests/sys/kern/inotify_test.c: In function 'atfu_inotify_event_create_body':
/workspace/src/tests/sys/kern/inotify_test.c:621:41: warning: '/file' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  621 |         snprintf(path, sizeof(path), "%s/file", root);
      |                                         ^~~~~
/workspace/src/tests/sys/kern/inotify_test.c:621:9: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024
  621 |         snprintf(path, sizeof(path), "%s/file", root);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:639:43: warning: '/link' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  639 |         snprintf(path1, sizeof(path1), "%s/link", root);
      |                                           ^~~~~
/workspace/src/tests/sys/kern/inotify_test.c:639:9: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024
  639 |         snprintf(path1, sizeof(path1), "%s/link", root);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:645:41: warning: '/dir' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  645 |         snprintf(path, sizeof(path), "%s/dir", root);
      |                                         ^~~~
/workspace/src/tests/sys/kern/inotify_test.c:645:9: note: 'snprintf' output between 5 and 1028 bytes into a destination of size 1024
  645 |         snprintf(path, sizeof(path), "%s/dir", root);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:651:43: warning: '/symlink' directive output may be truncated writing 8 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  651 |         snprintf(path1, sizeof(path1), "%s/symlink", root);
      |                                           ^~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:651:9: note: 'snprintf' output between 9 and 1032 bytes into a destination of size 1024
  651 |         snprintf(path1, sizeof(path1), "%s/symlink", root);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:657:41: warning: '/fifo' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  657 |         snprintf(path, sizeof(path), "%s/fifo", root);
      |                                         ^~~~~
/workspace/src/tests/sys/kern/inotify_test.c:657:9: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024
  657 |         snprintf(path, sizeof(path), "%s/fifo", root);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/tests/sys/kern/inotify_test.c:667:55: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 104 [-Wformat-truncation=]
  667 |         snprintf(sun.sun_path, sizeof(sun.sun_path), "%s/socket", root);
      |                                                       ^~          ~~~~
/workspace/src/tests/sys/kern/inotify_test.c:667:9: note: 'snprintf' output between 8 and 1031 bytes into a destination of size 104
  667 |         snprintf(sun.sun_path, sizeof(sun.sun_path), "%s/socket", root);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_usr.bin ---
--- .depend ---
echo lam.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a  >> .depend
--- lam.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -fpie -DPIC   -O2 -pipe -fno-common   -fPIE -g -MD  -MF.depend.lam.pieo -MTlam.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/lam/lam.c -o lam.pieo
--- all_subdir_lib ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:533,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/deque:2614,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/queue:273,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/format:245,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream:194,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/istream:1367,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/sstream:320:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_negate.h:42:88: warning: 'template<class _Predicate> class std::__1::binary_negate' is deprecated [-Wdeprecated-declarations]
   42 | _LIBCPP_DEPRECATED_IN_CXX17 inline _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI binary_negate<_Predicate>
--- all_subdir_usr.sbin ---
--- print-ascii.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -fpie -DPIC   -O2 -pipe -fno-common   -I/workspace/src/usr.sbin/tcpdump/tcpdump -I/workspace/src/contrib/tcpdump -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -DINET6 -DHAVE_OS_IPV6_SUPPORT -DLBL_ALIGN -DHAVE_CASPER -I/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl -DHAVE_LIBCRYPTO -DHAVE_OPENSSL_EVP_H -DOPENSSL_API_COMPAT=0x10100000L -DHAVE_NET_PFVAR_H -DHAVE_NET_IF_PFLOG_H -fPIE -g -MD  -MF.depend.print-ascii.pieo -MTprint-ascii.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 -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/tcpdump/print-ascii.c -o print-ascii.pieo
--- all_subdir_lib ---
      |                                                                                        ^~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_negate.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 binary_negate
      |                                                        ^~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_negate.h: In function 'constexpr std::__1::binary_negate<_Predicate> std::__1::not2(const _Predicate&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_negate.h:44:10: warning: 'template<class _Predicate> class std::__1::binary_negate' is deprecated [-Wdeprecated-declarations]
   44 |   return binary_negate<_Predicate>(__pred);
      |          ^~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_negate.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 binary_negate
      |                                                        ^~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:545:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h:39:88: warning: 'template<class _Predicate> class std::__1::unary_negate' is deprecated [-Wdeprecated-declarations]
   39 | _LIBCPP_DEPRECATED_IN_CXX17 inline _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI unary_negate<_Predicate>
      |                                                                                        ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h:26:29: note: declared here
   26 | _LIBCPP_DEPRECATED_IN_CXX17 unary_negate : public __unary_function<typename _Predicate::argument_type, bool> {
      |                             ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h: In function 'constexpr std::__1::unary_negate<_Predicate> std::__1::not1(const _Predicate&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h:41:10: warning: 'template<class _Predicate> class std::__1::unary_negate' is deprecated [-Wdeprecated-declarations]
   41 |   return unary_negate<_Predicate>(__pred);
      |          ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h:26:29: note: declared here
   26 | _LIBCPP_DEPRECATED_IN_CXX17 unary_negate : public __unary_function<typename _Predicate::argument_type, bool> {
      |                             ^~~~~~~~~~~~
--- all_subdir_tests ---
cc1: all warnings being treated as errors
*** [inotify_test.pieo] Error code 1

make[6]: stopped in /workspace/src/tests/sys/kern
1 error

make[6]: stopped in /workspace/src/tests/sys/kern

make[5]: stopped in /workspace/src/tests/sys/kern
--- all_subdir_usr.sbin ---

make[2]: stopped in /workspace/src
--- all_subdir_tests ---

make[3]: stopped in /workspace/src/tests

make[2]: stopped in /workspace/src
--- all_subdir_lib ---

make[3]: stopped in /workspace/src/lib
--- all_subdir_sbin ---

make[2]: stopped in /workspace/src
--- all_subdir_usr.bin ---

make[2]: stopped in /workspace/src
--- all_subdir_cddl ---

make[4]: stopped in /workspace/src/cddl/usr.sbin

make[3]: stopped in /workspace/src/cddl

make[2]: stopped in /workspace/src
--- all_subdir_lib ---

make[2]: stopped in /workspace/src
--- all_subdir_rescue ---
*** [objs] Error code 6

make[4]: stopped in /workspace/src/rescue/rescue
1 error

make[4]: stopped in /workspace/src/rescue/rescue

make[3]: stopped in /workspace/src/rescue

make[2]: stopped in /workspace/src
      134.38 real      1122.50 user       115.71 sys

make[1]: stopped in /workspace/src

make: stopped in /workspace/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-main-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins7462200552394847658.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc12_build
Checking for post-build
Performing post-build step
Checking if email needs to be generated
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Sending mail from default account using System Admin e-mail address