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

From: <jenkins-admin_at_FreeBSD.org>
Date: Thu, 17 Aug 2023 20:52:46 UTC
FreeBSD-main-amd64-gcc12_build - Build #1539 (a4aaee2120ce0a121f86e39e214c2fabe82f2762) - Still Failing

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

e738085b94631f90e21a49852538ac95974baf44 by des:
Remove my middle name.

a4aaee2120ce0a121f86e39e214c2fabe82f2762 by des:
forkpty: Avoid fd leak if fork() fails.



The end of the build log:

[...truncated 106.74 MB...]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3606:32: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
 3606 |     typedef basic_string<char, char_traits<char>, _Byte_alloc>   byte_string;
      |                                ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22:29: note: declared here
   22 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3607:33: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
 3607 |     typedef basic_string<_Elem, char_traits<_Elem>, _Wide_alloc> wide_string;
      |                                 ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22:29: note: declared here
   22 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale: In member function 'std::__1::wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::wide_string std::__1::wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::from_bytes(const char*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3647:43: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
 3647 |         {return from_bytes(__ptr, __ptr + char_traits<char>::length(__ptr));}
      |                                           ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22:29: note: declared here
   22 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale: In member function 'std::__1::wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::byte_string std::__1::wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::to_bytes(const _Elem*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3658:43: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
 3658 |         {return to_bytes(__wptr, __wptr + char_traits<_Elem>::length(__wptr));}
      |                                           ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22:29: note: declared here
   22 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/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:3871:62: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
 3871 | template <class _Codecvt, class _Elem = wchar_t, class _Tr = char_traits<_Elem> >
      |                                                              ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22:29: note: declared here
   22 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream: In function 'std::__1::basic_ostream<_CharT, _Traits>& std::__1::operator<<(basic_ostream<_CharT, _Traits>&, const char*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream:863:28: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
  863 |             size_t __len = char_traits<char>::length(__strn);
      |                            ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22:29: note: declared here
   22 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- all_subdir_usr.sbin ---
--- snprintf.pieo ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.snprintf.pieo -MTsnprintf.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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/ntp/libntp/snprintf.c -o snprintf.pieo
--- socket.pieo ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.socket.pieo -MTsocket.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-co--- all_subdir_usr.sbin/ppp ---
--- ipcp.o ---
--- all_subdir_usr.sbin/ntp ---
mpare -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/ntp/libntp/socket.c -o socket.pieo
--- all_subdir_usr.sbin/ppp ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/  -O2 -pipe -fno-common   -DOPENSSL_API_COMPAT=0x10100000L -fPIE -g -MD  -MF.depend.ipcp.o -MTipcp.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member      -c /workspace/src/usr.sbin/ppp/ipcp.c -o ipcp.o
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/clang ---
--- all_subdir_usr.bin/clang/lld ---
--- Common/Reproduce.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-g++12  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/  -O2 -pipe -fno-common -I/workspace/src/contrib/llvm-project/lld/ELF -I/workspace/src/contrib/llvm-project/lld/include -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/clang/lld -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/sys/contrib/zstd/lib -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-freebsd14.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd14.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.Common_Reproduce.o -MTCommon/Reproduce.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-literal-suffix -Wno-error=unknown-pragmas      -c /workspace/src/contrib/llvm-project/lld/Common/Reproduce.cpp -o Common/Reproduce.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/ntp ---
--- socktoa.pieo ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.socktoa.pieo -MTsocktoa.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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/ntp/libntp/socktoa.c -o socktoa.pieo
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/kdump ---
===> usr.bin/kdump (all)
--- all_subdir_usr.sbin ---
--- socktohost.pieo ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.socktohost.pieo -MTsocktohost.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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/ntp/libntp/socktohost.c -o socktohost.pieo
--- all_subdir_usr.bin ---
--- .depend ---
echo kdump.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libsysdecode.a    >> .depend
--- kdump.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/  -O2 -pipe -fno-common   -I/workspace/src/usr.bin/ktrace -DWITH_CASPER -fPIE -g -MD  -MF.depend.kdump.o -MTkdump.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type       -c /workspace/src/usr.bin/kdump/kdump.c -o kdump.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/ppp ---
/workspace/src/usr.sbin/ppp/ipcp.c: In function 'IpcpDecodeConfig':
/workspace/src/usr.sbin/ppp/ipcp.c:1090:46: warning: ' changing address: ' directive output may be truncated writing 19 bytes into a region of size between 1 and 100 [-Wformat-truncation=]
 1090 |           snprintf(tbuff2, sizeof tbuff2, "%s changing address: %s ", tbuff,
      |                                              ^~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/ppp/ipcp.c:1090:11: note: 'snprintf' output 21 or more bytes (assuming 120) into a destination of size 100
 1090 |           snprintf(tbuff2, sizeof tbuff2, "%s changing address: %s ", tbuff,
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1091 |                    inet_ntoa(ipcp->my_ip));
      |                    ~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/ppp/ipcp.c:1194:45: warning: ',' directive output may be truncated writing 1 byte into a region of size between 0 and 99 [-Wformat-truncation=]
 1194 |       snprintf(tbuff2, sizeof tbuff2, "%s %s,", tbuff, inet_ntoa(ipaddr));
      |                                             ^
/workspace/src/usr.sbin/ppp/ipcp.c:1194:7: note: 'snprintf' output 3 or more bytes (assuming 102) into a destination of size 100
 1194 |       snprintf(tbuff2, sizeof tbuff2, "%s %s,", tbuff, inet_ntoa(ipaddr));
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_usr.bin ---
/workspace/src/usr.bin/kdump/kdump.c:33:19: warning: 'copyright' defined but not used [-Wunused-const-variable=]
   33 | static const char copyright[] =
      |                   ^~~~~~~~~
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/ntp ---
--- ssl_init.pieo ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.ssl_init.pieo -MTssl_init.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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/ntp/libntp/ssl_init.c -o ssl_init.pieo
--- all_subdir_usr.sbin/ppp ---
--- ipv6cp.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/  -O2 -pipe -fno-common   -DOPENSSL_API_COMPAT=0x10100000L -fPIE -g -MD  -MF.depend.ipv6cp.o -MTipv6cp.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member      -c /workspace/src/usr.sbin/ppp/ipv6cp.c -o ipv6cp.o
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/clang ---
--- all_subdir_usr.bin/clang/lldb ---
--- lldb.1.gz ---
gzip -cn /workspace/src/usr.bin/clang/lldb/lldb.1 > lldb.1.gz
--- lldb.full ---
/usr/local/bin/x86_64-unknown-freebsd13.2-g++12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -O2 -pipe -fno-common -I/workspace/src/contrib/llvm-project/lldb/include -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/clang/lldb -I/workspace/src/contrib/llvm-project/clang/include -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_STATIC_ANALYZER -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-freebsd14.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd14.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 -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-strict-aliasing -fno-exceptions -fno-rtti -std=c++17 -Wno-literal-suffix -Wno-error=unknown-pragmas  -Wl,--gc-sections -Wl,-zrelro -Wl,-znoexecstack  -o lldb.full  Driver.o /tmp/obj/workspace/src/amd64.amd64/lib/clang/liblldb/liblldb.a /tmp/obj/workspace/src/amd64.amd64/lib/clang/libclang/libclang.a /tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm/libllvm.a  -ltinfow  -ledit  -lexecinfo  -lkvm -L/tmp/obj/workspace/src/amd64.amd64/lib/liblua -llua  -lm  -llzma  -lncursesw  -lpanelw   -lz -lprivatezstd -lpthread 
--- all_subdir_usr.bin/clang/lld ---
In file included from /workspace/src/contrib/llvm-project/lld/include/lld/Common/LLVM.h:20,
                 from /workspace/src/contrib/llvm-project/lld/include/lld/Common/Reproduce.h:12,
                 from /workspace/src/contrib/llvm-project/lld/Common/Reproduce.cpp:9:
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h: In constructor 'constexpr llvm::StringRef::StringRef(const char*)':
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h:90:38: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
   90 |                                 std::char_traits<char>::length(Str)
      |                                      ^~~~~~~~~~~
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/ntp ---
--- statestr.pieo ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.statestr.pieo -MTstatestr.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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/ntp/libntp/statestr.c -o statestr.pieo
--- all_subdir_usr.bin ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iosfwd:99,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/utility:278,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/type_traits.h:18,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/Hashing.h:50,
                 from /workspace/src/contrib/llvm-project/lld/include/lld/Common/LLVM.h:19:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22:29: note: declared here
   22 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/ppp ---
In file included from /workspace/src/usr.sbin/ppp/ipv6cp.c:51:
/workspace/src/usr.sbin/ppp/ipv6cp.c: In function 'ipv6cp_SendConfigReq':
/workspace/src/usr.sbin/ppp/fsm.h:177:8: warning: array subscript 'struct fsm_opt[0]' is partly outside array bounds of 'u_char[10]' {aka 'unsigned char[10]'} [-Warray-bounds]
  177 |     (o)->hdr.id = (ty);                                 \
      |        ^~
/workspace/src/usr.sbin/ppp/ipv6cp.c:628:5: note: in expansion of macro 'INC_FSM_OPT'
  628 |     INC_FSM_OPT(TY_TOKEN, IPV6CP_IFIDLEN + 2, o);
      |     ^~~~~~~~~~~
/workspace/src/usr.sbin/ppp/ipv6cp.c:621:10: note: object 'buff' of size 10
  621 |   u_char buff[IPV6CP_IFIDLEN+2];
      |          ^~~~
/workspace/src/usr.sbin/ppp/fsm.h:178:8: warning: array subscript 'struct fsm_opt[0]' is partly outside array bounds of 'u_char[10]' {aka 'unsigned char[10]'} [-Warray-bounds]
  178 |     (o)->hdr.len = (length);                            \
      |        ^~
/workspace/src/usr.sbin/ppp/ipv6cp.c:628:5: note: in expansion of macro 'INC_FSM_OPT'
  628 |     INC_FSM_OPT(TY_TOKEN, IPV6CP_IFIDLEN + 2, o);
      |     ^~~~~~~~~~~
/workspace/src/usr.sbin/ppp/ipv6cp.c:621:10: note: object 'buff' of size 10
  621 |   u_char buff[IPV6CP_IFIDLEN+2];
      |          ^~~~
In function 'SetInterfaceID',
    inlined from 'ipv6cp_DecodeConfig' at /workspace/src/usr.sbin/ppp/ipv6cp.c:729:8:
/workspace/src/usr.sbin/ppp/ipv6cp.c:191:3: warning: array subscript 'long unsigned int[0]' is partly outside array bounds of 'u_char[8]' {aka 'unsigned char[8]'} [-Warray-bounds]
  191 |   memcpy(ifid + 4, &r2, sizeof(r2));
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/ppp/ipv6cp.c: In function 'ipv6cp_DecodeConfig':
/workspace/src/usr.sbin/ppp/ipv6cp.c:689:10: note: at offset 4 into object 'ifid' of size 8
  689 |   u_char ifid[IPV6CP_IFIDLEN], zero[IPV6CP_IFIDLEN];
      |          ^~~~
--- all_subdir_usr.sbin/ntp ---
--- strdup.pieo ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.strdup.pieo -MTstrdup.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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/ntp/libntp/strdup.c -o strdup.pieo
--- strl_obsd.pieo ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.strl_obsd.pieo -MTstrl_obsd.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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/ntp/libntp/strl_obsd.c -o strl_obsd.pieo
--- all_subdir_usr.sbin/ppp ---
--- iplist.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/  -O2 -pipe -fno-common   -DOPENSSL_API_COMPAT=0x10100000L -fPIE -g -MD  -MF.depend.iplist.o -MTiplist.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member      -c /workspace/src/usr.sbin/ppp/iplist.c -o iplist.o
--- all_subdir_usr.sbin/ntp ---
--- syssignal.pieo ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.syssignal.pieo -MTsyssignal.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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/ntp/libntp/syssignal.c -o syssignal.pieo
--- all_subdir_usr.sbin/ppp ---
--- lcp.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/  -O2 -pipe -fno-common   -DOPENSSL_API_COMPAT=0x10100000L -fPIE -g -MD  -MF.depend.lcp.o -MTlcp.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member      -c /workspace/src/usr.sbin/ppp/lcp.c -o lcp.o
--- all_subdir_usr.sbin/ntp ---
--- timespecops.pieo ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.timespecops.pieo -MTtimespecops.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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/ntp/libntp/timespecops.c -o timespecops.pieo
--- timetoa.pieo ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.timetoa.pieo -MTtimetoa.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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/ntp/libntp/timetoa.c -o timetoa.pieo
--- all_subdir_lib ---
--- all_subdir_lib/googletest ---
--- all_subdir_lib/googletest/tests/gmock_main ---
--- gmock_link_test ---
--- gmock_link2_test.o ---
cc1plus: all warnings being treated as errors
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/clang/lldb-server ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/construct_at.h:23,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/allocator_traits.h:14,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/allocate_at_least.h:13,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/memory:884:
In function 'void* std::__1::__libcpp_operator_new(_Args ...) [with _Args = {long unsigned int}]',
    inlined from 'void* std::__1::__libcpp_allocate(size_t, size_t)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:292:31,
    inlined from '_Tp* std::__1::allocator< <template-parameter-1-1> >::allocate(size_t) [with _Tp = std::__1::unique_ptr<llvm::ErrorInfoBase>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/allocator.h:115:62,
    inlined from 'constexpr std::__1::__allocation_result<typename std::__1::allocator_traits<_Alloc>::pointer> std::__1::__allocate_at_least(_Alloc&, size_t) [with _Alloc = allocator<unique_ptr<llvm::ErrorInfoBase> >]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/allocate_at_least.h:55:27,
    inlined from 'std::__1::__split_buffer<_Tp, _Allocator>::__split_buffer(size_type, size_type, __alloc_rr&) [with _Tp = std::__1::unique_ptr<llvm::ErrorInfoBase>; _Allocator = std::__1::allocator<std::__1::unique_ptr<llvm::ErrorInfoBase> >&]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__split_buffer:323:53,
    inlined from 'std::__1::vector<_Tp, _Alloc>::iterator std::__1::vector<_Tp, _Alloc>::insert(const_iterator, value_type&&) [with _Tp = std::__1::unique_ptr<llvm::ErrorInfoBase>; _Allocator = std::__1::allocator<std::__1::unique_ptr<llvm::ErrorInfoBase> >]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1734:53,
    inlined from 'static llvm::Error llvm::ErrorList::join(llvm::Error, llvm::Error)' at /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/Error.h:414:29:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:268:24: warning: argument 1 value '18446744073709551608' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
  268 |   return ::operator new(__args...);
      |          ~~~~~~~~~~~~~~^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new: In static member function 'static llvm::Error llvm::ErrorList::join(llvm::Error, llvm::Error)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:211:66: note: in a call to allocation function 'void* operator new(size_t)' declared here
  211 | _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_OVERRIDABLE_FUNC_VIS void* operator new(std::size_t __sz) _THROW_BAD_ALLOC;
      |                                                                  ^~~~~~~~
--- all_subdir_usr.sbin ---
--- timevalops.pieo ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie -DPIC  -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/unix/include  -I/workspace/src/contrib/ntp/libntp/lib/isc/pthreads/include  -I/workspace/src/contrib/ntp/sntp/libopts  -I/workspace/src/lib/libc/amd64  -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit  -I/workspace/src/usr.sbin/ntp  -I/workspace/src/usr.sbin/ntp/libntp/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM   -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DAUTOKEY -g -MD  -MF.depend.timevalops.pieo -MTtimevalops.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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/ntp/libntp/timevalops.c -o timevalops.pieo
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/truss ---
===> usr.bin/truss (all)
--- all_subdir_lib ---
*** [gmock_link2_test.o] Error code 1

make[7]: stopped in /workspace/src/lib/googletest/tests/gmock_main
--- all_subdir_tests ---

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

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

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

make[4]: stopped in /workspace/src/tests/sys
--- 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
      341.56 real      3833.79 user       337.40 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/jenkins1633071801628313731.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