FreeBSD-main-amd64-gcc13_build - Build #2358 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Sat, 30 Nov 2024 22:59:07 UTC
FreeBSD-main-amd64-gcc13_build - Build #2358 (c296ac7e0f1c2fc9bc8bcab0177afb123ce6993a) - Still Failing

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

c296ac7e0f1c2fc9bc8bcab0177afb123ce6993a by alc:
vm: Optimize page rename



The end of the build log:

[...truncated 88.24 MiB...]
      |                                  ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:45:45: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprecated [-Wdeprecated-declarations]
   45 |   _LIBCPP_HIDE_FROM_ABI auto_ptr& operator=(auto_ptr<_Up>& __p) _NOEXCEPT {
      |                                             ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:49:45: warning: 'template<class _Tp> struct std::__1::auto_ptr_ref' is deprecated [-Wdeprecated-declarations]
   49 |   _LIBCPP_HIDE_FROM_ABI auto_ptr& operator=(auto_ptr_ref<_Tp> __p) _NOEXCEPT {
      |                                             ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:24:36: note: declared here
   24 | struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref {
      |                                    ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:69:34: warning: 'template<class _Tp> struct std::__1::auto_ptr_ref' is deprecated [-Wdeprecated-declarations]
   69 |   _LIBCPP_HIDE_FROM_ABI auto_ptr(auto_ptr_ref<_Tp> __p) _NOEXCEPT : __ptr_(__p.__ptr_) {}
      |                                  ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:24:36: note: declared here
   24 | struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref {
      |                                    ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:71:34: warning: 'template<class _Tp> struct std::__1::auto_ptr_ref' is deprecated [-Wdeprecated-declarations]
   71 |   _LIBCPP_HIDE_FROM_ABI operator auto_ptr_ref<_Up>() _NOEXCEPT {
      |                                  ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:24:36: note: declared here
   24 | struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref {
      |                                    ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:77:34: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprecated [-Wdeprecated-declarations]
   77 |   _LIBCPP_HIDE_FROM_ABI operator auto_ptr<_Up>() _NOEXCEPT {
      |                                  ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h: In member function 'std::__1::auto_ptr<_Tp>::operator std::__1::auto_ptr_ref<_Up>()':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:72:5: warning: 'template<class _Tp> struct std::__1::auto_ptr_ref' is deprecated [-Wdeprecated-declarations]
   72 |     auto_ptr_ref<_Up> __t;
      |     ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:24:36: note: declared here
   24 | struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref {
      |                                    ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h: In member function 'std::__1::auto_ptr<_Tp>::operator std::__1::auto_ptr<_Up>()':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:78:12: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprecated [-Wdeprecated-declarations]
   78 |     return auto_ptr<_Up>(release());
      |            ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:83:56: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprecated [-Wdeprecated-declarations]
   83 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr<void> {
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:32:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_ptr.h:228:36: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprecated [-Wdeprecated-declarations]
  228 |   _LIBCPP_HIDE_FROM_ABI unique_ptr(auto_ptr<_Up>&& __p) _NOEXCEPT : __ptr_(__p.release(), __value_init_tag()) {}
      |                                    ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_ptr.h:250:47: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprecated [-Wdeprecated-declarations]
  250 |   _LIBCPP_HIDE_FROM_ABI unique_ptr& operator=(auto_ptr<_Up> __p) {
      |                                               ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_ptr.h:669:29: warning: type attributes ignored after type is already defined [-Wattributes]
  669 | struct _LIBCPP_TEMPLATE_VIS hash;
      |                             ^~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:614:36: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprecated [-Wdeprecated-declarations]
  614 |   _LIBCPP_HIDE_FROM_ABI shared_ptr(auto_ptr<_Yp>&& __r) : __ptr_(__r.get()) {
      |                                    ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:697:52: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprecated [-Wdeprecated-declarations]
  697 |   _LIBCPP_HIDE_FROM_ABI shared_ptr<_Tp>& operator=(auto_ptr<_Yp>&& __r) {
      |                                                    ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:1568:29: warning: type attributes ignored after type is already defined [-Wattributes]
 1568 | struct _LIBCPP_TEMPLATE_VIS hash;
      |                             ^~~~
--- all_subdir_usr.sbin ---
/workspace/src/usr.sbin/syslogd/syslogd.c: In function 'main':
/workspace/src/usr.sbin/syslogd/syslogd.c:3695:37: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 224 and 234 [-Wformat-truncation=]
 3695 |             "Logging subprocess %d (%s) exited %s %d.",
      |                                     ^~
In function 'log_deadchild',
    inlined from 'main' at /workspace/src/usr.sbin/syslogd/syslogd.c:811:5:
/workspace/src/usr.sbin/syslogd/syslogd.c:3695:13: note: directive argument in the range [-8388608, 8388607]
 3695 |             "Logging subprocess %d (%s) exited %s %d.",
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/syslogd/syslogd.c:3694:15: note: 'snprintf' output between 46 and 1088 bytes into a destination of size 256
 3694 |         (void)snprintf(buf, sizeof(buf),
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~
 3695 |             "Logging subprocess %d (%s) exited %s %d.",
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3696 |             pid, f->f_pname, reason, code);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_rescue ---
--- fdisk_mbr_enc.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common   -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -MD  -MF.depend.fdisk_mbr_enc.o -MTfdisk_mbr_enc.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 -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        -c /workspace/src/sbin/fdisk/fdisk_mbr_enc.c -o fdisk_mbr_enc.o
--- all_subdir_tests ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/tuple:1412,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory_resource/polymorphic_allocator.h:20,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:614,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__system_error/error_category.h:15,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__system_error/error_code.h:18,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:16:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iosfwd:127:28: warning: type attributes ignored after type is already defined [-Wattributes]
  127 | class _LIBCPP_TEMPLATE_VIS istreambuf_iterator;
      |                            ^~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iosfwd:132:28: warning: type attributes ignored after type is already defined [-Wattributes]
  132 | class _LIBCPP_TEMPLATE_VIS fpos;
      |                            ^~~~
--- all_subdir_rescue ---
--- dhclient_make ---
(cd /workspace/src/rescue/rescue/../../sbin/dhclient &&  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/dhclient/ 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/dhclient/ dhclient.o clparse.o alloc.o dispatch.o hash.o bpf.o options.o tree.o conflex.o errwarn.o inet.o packet.o convert.o tables.o parse.o privsep.o)
--- all_subdir_sbin ---
--- all_subdir_sbin/pfctl ---
--- pfctl_parser.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common   -Wall -Wmissing-prototypes -Wno-uninitialized -Wstrict-prototypes -DENABLE_ALTQ -I/workspace/src/sbin/pfctl -I/workspace/src/lib/libpfctl -I/tmp/obj/workspace/src/amd64.amd64/lib/libpfctl -DWITH_INET6 -DWITH_INET -fPIE -g -MD  -MF.depend.pfctl_parser.o -MTpfctl_parser.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/sbin/pfctl/pfctl_parser.c -o pfctl_parser.o
--- all_subdir_rescue ---
--- .depend ---
echo dhclient.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libutil.a >> .depend
--- dhclient.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common   -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -MD  -MF.depend.dhclient.o -MTdhclient.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/sbin/dhclient/dhclient.c -o dhclient.o
--- all_subdir_tests ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:599,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/optional:1288,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ranges/movable_box.h:21,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__algorithm/for_each.h:16,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/algorithm:1842,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:941,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:647:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_wait(const volatile atomic_flag*, bool)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:149:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::memory_order) const volatile' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  149 |   __o->wait(__v);
      |   ~~~~~~~~~^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:52:3: note: declared here
   52 |   wait(bool __v, memory_order __m = memory_order_seq_cst) const volatile _NOEXCEPT {
      |   ^~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_wait(const atomic_flag*, bool)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:154:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::memory_order) const' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  154 |   __o->wait(__v);
      |   ~~~~~~~~~^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:56:3: note: declared here
   56 |   wait(bool __v, memory_order __m = memory_order_seq_cst) const _NOEXCEPT {
      |   ^~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_wait_explicit(const volatile atomic_flag*, bool, memory_order)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:159:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::memory_order) const volatile' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  159 |   __o->wait(__v, __m);
      |   ~~~~~~~~~^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:52:3: note: declared here
   52 |   wait(bool __v, memory_order __m = memory_order_seq_cst) const volatile _NOEXCEPT {
      |   ^~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_wait_explicit(const atomic_flag*, bool, memory_order)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:164:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::memory_order) const' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  164 |   __o->wait(__v, __m);
      |   ~~~~~~~~~^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:56:3: note: declared here
   56 |   wait(bool __v, memory_order __m = memory_order_seq_cst) const _NOEXCEPT {
      |   ^~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_notify_one(volatile atomic_flag*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:169:18: warning: 'void std::__1::atomic_flag::notify_one() volatile' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  169 |   __o->notify_one();
      |   ~~~~~~~~~~~~~~~^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:59:87: note: declared here
   59 |   _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void notify_one() volatile _NOEXCEPT {
      |                                                                                       ^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_notify_one(atomic_flag*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:174:18: warning: 'void std::__1::atomic_flag::notify_one()' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  174 |   __o->notify_one();
      |   ~~~~~~~~~~~~~~~^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:62:87: note: declared here
   62 |   _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void notify_one() _NOEXCEPT {
      |                                                                                       ^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_notify_all(atomic_flag*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:184:18: warning: 'void std::__1::atomic_flag::notify_all()' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  184 |   __o->notify_all();
      |   ~~~~~~~~~~~~~~~^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:68:87: note: declared here
   68 |   _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void notify_all() _NOEXCEPT {
      |                                                                                       ^~~~~~~~~~
--- all_subdir_usr.sbin ---
cc1: all warnings being treated as errors
*** [syslogd.o] Error code 1

make[4]: stopped in /workspace/src/usr.sbin/syslogd
1 error

make[4]: stopped in /workspace/src/usr.sbin/syslogd
--- all_subdir_cddl ---

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

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

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

make[2]: stopped in /workspace/src
--- all_subdir_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_cddl ---

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
--- all_subdir_lib ---

make[2]: stopped in /workspace/src
      122.01 real      1086.49 user       125.15 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/jenkins8330127953066886386.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