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

From: <jenkins-admin_at_FreeBSD.org>
Date: Sat, 05 Apr 2025 02:39:02 UTC
FreeBSD-main-amd64-gcc13_build - Build #3067 (22fe926a62b7bca771d46502dd6a8c202f25b5be) - Still Failing

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

43c1eb894a57ef30562a02708445c512610d4f02 by markj:
vm_object: Fix handling of wired map entries in vm_object_split()

f8ed8382daf4b9a97056b1dba4fe4e5cb4f7485c by markj:
gve: Allocate qpl per ring at ring allocation time

e0464f74d5579e1538ce741b0a15e6604dbc53c4 by markj:
gve: Add feature to adjust RX/TX queue counts

22fe926a62b7bca771d46502dd6a8c202f25b5be by markj:
gve: Add feature to change TX/RX ring size



The end of the build log:

[...truncated 99.07 MiB...]
      |                                                        ^~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:137:58: warning: 'template<class _Sp, class _Tp, class _Ap> class std::__1::const_mem_fun1_ref_t' is deprecated [-Wdeprecated-declarations]
  137 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI const_mem_fun1_ref_t<_Sp, _Tp, _Ap>
      |                                                          ^~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:122:56: note: declared here
  122 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun1_ref_t : public __binary_function<_Tp, _Ap, _Sp> {
      |                                                        ^~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h: In function 'std::__1::const_mem_fun1_ref_t<_Sp, _Tp, _Ap> std::__1::mem_fun_ref(_Sp (_Tp::*)(_Ap) const)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:139:10: warning: 'template<class _Sp, class _Tp, class _Ap> class std::__1::const_mem_fun1_ref_t' is deprecated [-Wdeprecated-declarations]
  139 |   return const_mem_fun1_ref_t<_Sp, _Tp, _Ap>(__f);
      |          ^~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:122:56: note: declared here
  122 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun1_ref_t : public __binary_function<_Tp, _Ap, _Sp> {
      |                                                        ^~~~~~~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:541:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_binary_function.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_binary_function.h:35:58: warning: 'template<class _Arg1, class _Arg2, class _Result> class std::__1::pointer_to_binary_function' is deprecated [-Wdeprecated-declarations]
   35 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI pointer_to_binary_function<_Arg1, _Arg2, _Result>
      |                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_binary_function.h:26:29: note: declared here
   26 | _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_binary_function : public __binary_function<_Arg1, _Arg2, _Result> {
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_binary_function.h: In function 'std::__1::pointer_to_binary_function<_Arg1, _Arg2, _Result> std::__1::ptr_fun(_Result (*)(_Arg1, _Arg2))':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_binary_function.h:37:10: warning: 'template<class _Arg1, class _Arg2, class _Result> class std::__1::pointer_to_binary_function' is deprecated [-Wdeprecated-declarations]
   37 |   return pointer_to_binary_function<_Arg1, _Arg2, _Result>(__f);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_binary_function.h:26:29: note: declared here
   26 | _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_binary_function : public __binary_function<_Arg1, _Arg2, _Result> {
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:542:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_unary_function.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_unary_function.h:35:58: warning: 'template<class _Arg, class _Result> class std::__1::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations]
   35 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI pointer_to_unary_function<_Arg, _Result>
      |                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_unary_function.h:26:29: note: declared here
   26 | _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function : public __unary_function<_Arg, _Result> {
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_unary_function.h: In function 'std::__1::pointer_to_unary_function<_Arg, _Result> std::__1::ptr_fun(_Result (*)(_Arg))':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_unary_function.h:37:10: warning: 'template<class _Arg, class _Result> class std::__1::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations]
   37 |   return pointer_to_unary_function<_Arg, _Result>(__f);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_unary_function.h:26:29: note: declared here
   26 | _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function : public __unary_function<_Arg, _Result> {
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_usr.sbin ---
echo '#! /usr/libexec/atf-sh' > port.tmp
cat /workspace/src/usr.sbin/ctladm/tests/port.sh >>port.tmp
chmod +x port.tmp
mv port.tmp port
--- Kyuafile ---
--- ctladm.full ---
/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 -I/workspace/src/sys -DWANT_ISCSI -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 ctladm.full ctladm.o util.o ctl_util.o ctl_nvme_all.o ctl_scsi_all.o   -lcam  -lsbuf  -lbsdxml  -lutil  -lnv 
--- ctladm.8.gz ---
gzip -cn /workspace/src/usr.sbin/ctladm/ctladm.8 > ctladm.8.gz
--- ctladm.debug ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug ctladm.full ctladm.debug
--- ctladm ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=ctladm.debug  ctladm.full ctladm
--- all_subdir_usr.sbin/ctld ---
===> usr.sbin/ctld (all)
--- parse.c ---
yacc -d -v  /workspace/src/usr.sbin/ctld/parse.y
cp y.tab.c parse.c
--- all_subdir_lib ---
--- all_subdir_lib/libnv ---
In function 'constexpr size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]',
    inlined from 'static constexpr size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:129:35,
    inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:619:39,
    inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_take_nvlist_array::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:932:3:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:64:26: warning: argument 1 null where non-null expected [-Wnonnull]
   64 |   return __builtin_strlen(reinterpret_cast<const char*>(__str));
      |          ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:64:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)'
In function 'constexpr size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]',
    inlined from 'static constexpr size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:129:35,
    inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:619:39,
    inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_take_nvlist_array::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:951:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:64:26: warning: argument 1 null where non-null expected [-Wnonnull]
   64 |   return __builtin_strlen(reinterpret_cast<const char*>(__str));
      |          ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:64:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)'
In function 'constexpr size_t std::__1::__constexpr_strlen(const _Tp*) [with _Tp = char]',
    inlined from 'static constexpr size_t std::__1::char_traits<char>::length(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_traits.h:129:35,
    inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operator<<(basic_ostream<char, _Traits>&, const char*) [with _Traits = char_traits<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:619:39,
    inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_take_nvlist_array::body() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:974:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:64:26: warning: argument 1 null where non-null expected [-Wnonnull]
   64 |   return __builtin_strlen(reinterpret_cast<const char*>(__str));
      |          ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:64:26: note: in a call to built-in function 'long unsigned int __builtin_strlen(const char*)'
--- all_subdir_usr.sbin ---
--- token.c ---
lex   -otoken.c /workspace/src/usr.sbin/ctld/token.l
--- .depend ---
echo ctld.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libbsdxml.a /tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil/libiscsiutil_pie.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libmd.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libsbuf.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libutil.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateucl.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libm.a /tmp/obj/workspace/src/amd64.amd64/lib/libnv/libnv_pie.a >> .depend
echo ctld.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc++.a >> .depend
--- ctld.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-g++13  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common -I/workspace/src/contrib/libucl/include -I/workspace/src/usr.sbin/ctld -I/workspace/src/sys -I/workspace/src/sys/cam/ctl -I/workspace/src/sys/dev/iscsi -I/workspace/src/lib/libiscsiutil -DWANT_ISCSI -fPIE -g -MD -MF.depend.ctld.o -MTctld.o -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type   -fPIE -Wno-error=class-memaccess -Wno-literal-suffix -Wno-error=unknown-pragmas -Wno-dangling-reference       -c /workspace/src/usr.sbin/ctld/ctld.cc -o ctld.o
In file included from /workspace/src/usr.sbin/ctld/ctld.cc:33:
/workspace/src/sys/sys/event.h:366:20: error: 'int kqueue()' hides constructor for 'struct kqueue' [-Werror=shadow]
  366 | int     kqueue(void);
      |                    ^
/workspace/src/sys/sys/event.h:371:43: error: 'int kevent(int, const kevent*, int, kevent*, int, const timespec*)' hides constructor for 'struct kevent' [-Werror=shadow]
  371 |             const struct timespec *timeout);
      |                                           ^
In file included from /workspace/src/usr.sbin/ctld/ctld.cc:37:
/workspace/src/sys/sys/stat.h:396:63: error: 'int stat(const char*, stat*)' hides constructor for 'struct stat' [-Werror=shadow]
  396 | int     stat(const char * __restrict, struct stat * __restrict);
      |                                                               ^
In file included from /workspace/src/usr.sbin/ctld/ctld.cc:52:
/workspace/src/sys/cam/scsi/scsi_all.h:4079:73: error: 'void scsi_test_unit_ready(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_test_unit_ready' [-Werror=shadow]
 4079 |                                      uint8_t sense_len, uint32_t timeout);
      |                                                                         ^
/workspace/src/sys/cam/scsi/scsi_all.h:4086:52: error: 'void scsi_request_sense(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), void*, uint8_t, uint8_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_request_sense' [-Werror=shadow]
 4086 |                                    uint32_t timeout);
      |                                                    ^
/workspace/src/sys/cam/scsi/scsi_all.h:4092:65: error: 'void scsi_inquiry(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t*, uint32_t, int, uint8_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_inquiry' [-Werror=shadow]
 4092 |                              uint8_t sense_len, uint32_t timeout);
      |                                                                 ^
/workspace/src/sys/cam/scsi/scsi_all.h:4136:48: error: 'void scsi_log_sense(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, uint8_t, int, int, uint32_t, uint8_t*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_log_sense' [-Werror=shadow]
 4136 |                                uint32_t timeout);
      |                                                ^
/workspace/src/sys/cam/scsi/scsi_all.h:4144:49: error: 'void scsi_log_select(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, int, int, uint8_t*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_log_select' [-Werror=shadow]
 4144 |                                 uint32_t timeout);
      |                                                 ^
/workspace/src/sys/cam/scsi/scsi_all.h:4149:65: error: 'void scsi_prevent(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_prevent' [-Werror=shadow]
 4149 |                              uint8_t sense_len, uint32_t timeout);
      |                                                                 ^
/workspace/src/sys/cam/scsi/scsi_all.h:4155:71: error: 'void scsi_read_capacity(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, scsi_read_capacity_data*, uint8_t, uint32_t)' hides constructor for 'struct scsi_read_capacity' [-Werror=shadow]
 4155 |                                    uint8_t sense_len, uint32_t timeout);
      |                                                                       ^
/workspace/src/sys/cam/scsi/scsi_all.h:4161:74: error: 'void scsi_read_capacity_16(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint64_t, int, int, uint8_t*, int, uint8_t, uint32_t)' hides constructor for 'struct scsi_read_capacity_16' [-Werror=shadow]
 4161 |                                       uint8_t sense_len, uint32_t timeout);
      |                                                                          ^
/workspace/src/sys/cam/scsi/scsi_all.h:4169:50: error: 'void scsi_report_luns(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, scsi_report_luns_data*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_report_luns' [-Werror=shadow]
 4169 |                                  uint32_t timeout);
      |                                                  ^
/workspace/src/sys/cam/scsi/scsi_all.h:4185:50: error: 'void scsi_report_timestamp(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, void*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_report_timestamp' [-Werror=shadow]
 4185 |                                  uint32_t timeout);
      |                                                  ^
/workspace/src/sys/cam/scsi/scsi_all.h:4230:74: error: 'void scsi_get_physical_element_status(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t*, uint16_t, uint8_t, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_get_physical_element_status' [-Werror=shadow]
 4230 |                                       uint8_t sense_len, uint32_t timeout);
      |                                                                          ^
/workspace/src/sys/cam/scsi/scsi_all.h:4236:74: error: 'void scsi_remove_element_and_truncate(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint64_t, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_remove_element_and_truncate' [-Werror=shadow]
 4236 |                                       uint8_t sense_len, uint32_t timeout);
      |                                                                          ^
/workspace/src/sys/cam/scsi/scsi_all.h:4248:60: error: 'void scsi_read_buffer(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, int, uint8_t, uint32_t, uint8_t*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_read_buffer' [-Werror=shadow]
 4248 |                         uint8_t sense_len, uint32_t timeout);
      |                                                            ^
/workspace/src/sys/cam/scsi/scsi_all.h:4255:60: error: 'void scsi_write_buffer(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, int, uint8_t, uint32_t, uint8_t*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_write_buffer' [-Werror=shadow]
 4255 |                         uint8_t sense_len, uint32_t timeout);
      |                                                            ^
/workspace/src/sys/cam/scsi/scsi_all.h:4324:52: error: 'void scsi_unmap(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, uint8_t*, uint16_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_unmap' [-Werror=shadow]
 4324 |                 uint8_t sense_len, uint32_t timeout);
      |                                                    ^
/workspace/src/sys/cam/scsi/scsi_all.h:4336:74: error: 'void scsi_read_attribute(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, uint32_t, uint8_t, int, int, uint32_t, int, uint8_t*, uint32_t, int, uint32_t)' hides constructor for 'struct scsi_read_attribute' [-Werror=shadow]
 4336 |                          uint32_t length, int sense_len, uint32_t timeout);
      |                                                                          ^
/workspace/src/sys/cam/scsi/scsi_all.h:4341:75: error: 'void scsi_write_attribute(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint32_t, int, int, int, uint8_t*, uint32_t, int, uint32_t)' hides constructor for 'struct scsi_write_attribute' [-Werror=shadow]
 4341 |                           uint32_t length, int sense_len, uint32_t timeout);
      |                                                                           ^
/workspace/src/sys/cam/scsi/scsi_all.h:4348:58: error: 'void scsi_security_protocol_in(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint32_t, uint32_t, int, uint8_t*, uint32_t, int, int)' hides constructor for 'struct scsi_security_protocol_in' [-Werror=shadow]
 4348 |                                int sense_len, int timeout);
      |                                                          ^
/workspace/src/sys/cam/scsi/scsi_all.h:4355:59: error: 'void scsi_security_protocol_out(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint32_t, uint32_t, int, uint8_t*, uint32_t, int, int)' hides constructor for 'struct scsi_security_protocol_out' [-Werror=shadow]
 4355 |                                 int sense_len, int timeout);
      |                                                           ^
/workspace/src/sys/cam/scsi/scsi_all.h:4377:62: error: 'void scsi_report_supported_opcodes(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, int, int, int, uint8_t*, uint32_t, int, int)' hides constructor for 'struct scsi_report_supported_opcodes' [-Werror=shadow]
 4377 |                                    int sense_len, int timeout);
      |                                                              ^
--- all_subdir_usr.bin ---
--- llvm-objdump-driver.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-g++13  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/clang/llvm-objdump -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -MD -MF.depend.llvm-objdump-driver.o -MTllvm-objdump-driver.o -Wno-format-zero-length -fstack-protector-strong -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   -fno-exceptions -fno-rtti -std=c++17 -Wno-error=class-memaccess -Wno-literal-suffix -Wno-error=unknown-pragmas -Wno-dangling-reference       -c /workspace/src/usr.bin/clang/llvm-objdump/llvm-objdump-driver.cpp -o llvm-objdump-driver.o
--- all_subdir_lib ---
--- all_subdir_lib/googletest ---
--- all_subdir_lib/googletest/tests/gmock_main ---
--- gmock-matchers-arithmetic_test ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:31:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h: In instantiation of 'constexpr void std::__1::__uninitialized_allocator_relocate(_Alloc&, _Tp*, _Tp*, _Tp*) [with _Alloc = allocator<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::InstantiationInfo>; _Tp = testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::InstantiationInfo]':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1052:42:   required from 'void std::__1::vector<_Tp, _Alloc>::__swap_out_circular_buffer(std::__1::__split_buffer<_Tp, _Allocator&>&) [with _Tp = testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::InstantiationInfo; _Allocator = std::__1::allocator<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::InstantiationInfo>]'
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1540:29:   required from 'std::__1::vector<_Tp, _Alloc>::pointer std::__1::vector<_Tp, _Alloc>::__emplace_back_slow_path(_Args&& ...) [with _Args = {std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, testing::internal::ParamGenerator<bool> (*&)(), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > (*&)(const testing::TestParamInfo<bool>&), const char*&, int&}; _Tp = testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::InstantiationInfo; _Allocator = std::__1::allocator<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::InstantiationInfo>; pointer = testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::InstantiationInfo*]'
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1558:37:   required from 'void std::__1::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, testing::internal::ParamGenerator<bool> (*&)(), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > (*&)(const testing::TestParamInfo<bool>&), const char*&, int&}; _Tp = testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::InstantiationInfo; _Allocator = std::__1::allocator<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::InstantiationInfo>]'
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/internal/gtest-param-util.h:545:33:   required from 'int testing::internal::ParameterizedTestSuiteInfo<TestSuite>::AddTestSuiteInstantiation(std::__1::string, testing::internal::ParamGenerator<typename TestSuite::ParamType> (*)(), std::__1::string (*)(const testing::TestParamInfo<typename TestSuite::ParamType>&), const char*, int) [with TestSuite = testing::gmock_matchers_test::GTestMatcherTestP; std::__1::string = std::__1::basic_string<char>; GeneratorCreationFunc = testing::internal::ParamGenerator<bool>(); ParamNameGeneratorFunc = std::__1::basic_string<char>(const testing::TestParamInfo<bool>&)]'
/workspace/src/contrib/googletest/googlemock/test/gmock-matchers-arithmetic_test.cc:433:1:   required from here
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h:645:21: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' writing to an object of type 'std::__1::__remove_const_t<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::InstantiationInfo>' {aka 'struct testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::InstantiationInfo'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  645 |     __builtin_memcpy(const_cast<__remove_const_t<_Tp>*>(__result), __first, sizeof(_Tp) * (__last - __first));
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/gtest-param-test.h:181,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/gtest.h:67,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/internal/gmock-internal-utils.h:51,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:274,
                 from /workspace/src/contrib/googletest/googlemock/test/gmock-matchers_test.h:60:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/internal/gtest-param-util.h:639:10: note: 'std::__1::__remove_const_t<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::InstantiationInfo>' {aka 'struct testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::InstantiationInfo'} declared here
  639 |   struct InstantiationInfo {
      |          ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h: In instantiation of 'constexpr void std::__1::__uninitialized_allocator_relocate(_Alloc&, _Tp*, _Tp*, _Tp*) [with _Alloc = allocator<shared_ptr<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::TestInfo> >; _Tp = shared_ptr<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::TestInfo>]':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1052:42:   required from 'void std::__1::vector<_Tp, _Alloc>::__swap_out_circular_buffer(std::__1::__split_buffer<_Tp, _Allocator&>&) [with _Tp = std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::TestInfo>; _Allocator = std::__1::allocator<std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::TestInfo> >]'
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1540:29:   required from 'std::__1::vector<_Tp, _Alloc>::pointer std::__1::vector<_Tp, _Alloc>::__emplace_back_slow_path(_Args&& ...) [with _Args = {testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::TestInfo*}; _Tp = std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::TestInfo>; _Allocator = std::__1::allocator<std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::TestInfo> >; pointer = std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::TestInfo>*]'
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1558:37:   required from 'void std::__1::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::TestInfo*}; _Tp = std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::TestInfo>; _Allocator = std::__1::allocator<std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::TestInfo> >]'
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/internal/gtest-param-util.h:536:24:   required from 'void testing::internal::ParameterizedTestSuiteInfo<TestSuite>::AddTestPattern(const char*, const char*, testing::internal::TestMetaFactoryBase<typename TestSuite::ParamType>*, testing::internal::CodeLocation) [with TestSuite = testing::gmock_matchers_test::GTestMatcherTestP; typename TestSuite::ParamType = bool]'
/workspace/src/contrib/googletest/googlemock/test/gmock-matchers-arithmetic_test.cc:558:1:   required from here
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h:645:21: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' writing to an object of type 'std::__1::__remove_const_t<std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::TestInfo> >' {aka 'class std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::TestInfo>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  645 |     __builtin_memcpy(const_cast<__remove_const_t<_Tp>*>(__result), __first, sizeof(_Tp) * (__last - __first));
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:416:59: note: 'std::__1::__remove_const_t<std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::TestInfo> >' {aka 'class std::__1::shared_ptr<testing::internal::ParameterizedTestSuiteInfo<testing::gmock_matchers_test::GTestMatcherTestP>::TestInfo>'} declared here
  416 | class _LIBCPP_SHARED_PTR_TRIVIAL_ABI _LIBCPP_TEMPLATE_VIS shared_ptr {
      |                                                           ^~~~~~~~~~
--- all_subdir_usr.sbin ---
cc1plus: all warnings being treated as errors
*** [ctld.o] Error code 1

make[4]: stopped in /workspace/src/usr.sbin/ctld
1 error
--- all_subdir_tests ---

make[5]: stopped in /workspace/src/tests/sys/fs

make[4]: stopped in /workspace/src/tests/sys
--- all_subdir_usr.bin ---

make[2]: stopped in /workspace/src
--- 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[2]: stopped in /workspace/src
      342.02 real      2609.99 user       232.69 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/jenkins9993554530733168257.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